index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable zooming in on Linux.
thestig@chromium.org
2009-04-11
1
-1
/
+9
*
This adds link[rel=icon] elements to the DOM UI html files for downloads and
arv@chromium.org
2009-04-10
2
-0
/
+2
*
Make linux link buttons pretty.
estade@chromium.org
2009-04-10
3
-12
/
+64
*
Remove histogram connection to base classes in stats_counter
jar@chromium.org
2009-04-10
1
-0
/
+1
*
Use favicons in the bookmark bar under GTK.
erg@google.com
2009-04-10
2
-11
/
+34
*
Removing --enable-video and instead relying on having DLLs present.
scherkus@chromium.org
2009-04-10
1
-1
/
+0
*
Fix missing virtual GetModel().
shess@chromium.org
2009-04-10
2
-0
/
+7
*
Fix build bustage - make sure GTK Autocomplete edit/popup implement the GetMo...
ben@chromium.org
2009-04-10
3
-4
/
+7
*
Allow a different omnibox popup to be enabled via the command line (--enable-...
ben@chromium.org
2009-04-10
8
-13
/
+194
*
Give the filter setup more context so it can figure out whether it's download...
thestig@chromium.org
2009-04-10
1
-0
/
+2
*
Initial implemention of Mac Omnibox.
shess@chromium.org
2009-04-10
11
-40
/
+963
*
Fix PCH-related build break
pkasting@chromium.org
2009-04-10
1
-0
/
+2
*
Fix various problems with the window_sizer code.
pkasting@chromium.org
2009-04-10
3
-128
/
+124
*
Fix a typo (LOAD_ENABLE_FILE) in a comment added in r11661.
wtc@chromium.org
2009-04-10
1
-1
/
+2
*
Remove auto commit from TestTabContents. This is the thing preventing me from
brettw@chromium.org
2009-04-10
1
-3
/
+3
*
GTK: implement link info bars (first cut).
estade@chromium.org
2009-04-10
2
-16
/
+61
*
Factor out MakeLinkButton into its own class.
estade@chromium.org
2009-04-10
4
-60
/
+113
*
Take two converting to scoped pointers, without ui_test failures.
pinkerton@chromium.org
2009-04-10
4
-28
/
+32
*
Fill in NOTIMPLEMENTEDs in BookmarkBarGtk. Can now reorder bookmarks.
erg@google.com
2009-04-10
2
-51
/
+198
*
Fix gcc warnings when -Wall got re-enabled for Linux.
willchan@chromium.org
2009-04-10
4
-13
/
+12
*
The dialog delegate for the in-progress download warning was deleted twice. I...
jcampan@chromium.org
2009-04-10
1
-5
/
+3
*
backing out r13504 due to ui_test issues
pinkerton@chromium.org
2009-04-10
2
-24
/
+25
*
Fix dtor ordering, browser must destruct last.
pinkerton@chromium.org
2009-04-10
1
-1
/
+1
*
Force c++ dtors to get called in objc interfaces (it was always on since gcc4...
pinkerton@chromium.org
2009-04-10
2
-25
/
+24
*
DevTools. Add V8 Application Remote Debugging Protocol support by apavlov. Or...
pfeldman@chromium.org
2009-04-10
20
-7
/
+2011
*
Flesh out more extensions tab api (added getTab, removeTab, updateTab)
rafaelw@chromium.org
2009-04-10
3
-6
/
+168
*
Scrape search definitions from forms that have onsubmit handlers. The scrapin...
ben@chromium.org
2009-04-10
1
-0
/
+90
*
Remove instances of the New Tab button images that are not being used anymore.
jhawkins@chromium.org
2009-04-10
2
-8
/
+0
*
Comment the unselected_width parameter to the newly-added LayoutNewTabButton ...
jhawkins@chromium.org
2009-04-10
2
-7
/
+9
*
Add the New Tab button for Linux tabstrip.
jhawkins@chromium.org
2009-04-10
2
-7
/
+248
*
Remove content script unit test. Too flakey. Will revisit
aa@chromium.org
2009-04-10
1
-6
/
+3
*
Restore -Wall to Linux build and set up for -Werror.
sgk@google.com
2009-04-09
2
-4
/
+1
*
The profile Source parameter of a BookmarkModelLoaded event can be null durin...
tim@chromium.org
2009-04-09
2
-4
/
+6
*
Change the download UI not to report xx bytes of 0 bytes. Just report "xx byt...
thestig@chromium.org
2009-04-09
1
-11
/
+14
*
Fix ctrl+tab/ctrl+shift+tab were not working if web contents did not have foc...
tc@google.com
2009-04-09
2
-25
/
+43
*
Cleanup small mistakes from my previous changelists.
willchan@chromium.org
2009-04-09
1
-3
/
+3
*
UI test portage, second try.
estade@chromium.org
2009-04-09
9
-115
/
+135
*
Use two CustomDrawButtonBases to draw ToolbarStarToggleGtk.
erg@google.com
2009-04-09
2
-65
/
+30
*
Fix a flicker of the URL bar after you enter it. The code
brettw@chromium.org
2009-04-09
2
-4
/
+11
*
Disable inactive rendering for the frame before select popups are initialized...
ben@chromium.org
2009-04-09
1
-2
/
+2
*
Re-order the steps used to create the new browser window on a tab drag in ord...
pinkerton@chromium.org
2009-04-09
2
-7
/
+9
*
This CL adds a confirmation box when closing the browser with in-progress dow...
jcampan@chromium.org
2009-04-09
9
-3
/
+196
*
Make CustomContainerButton a gtk widget.
erg@google.com
2009-04-09
8
-172
/
+163
*
Fix empty title for worker process host when running the worker from a url wi...
jianli@chromium.org
2009-04-09
1
-10
/
+17
*
Make about:linux-splash the default home page and remove an ifdef so we can s...
jhawkins@chromium.org
2009-04-09
1
-0
/
+5
*
revert until I can figure out why the tests are hanging
ben@chromium.org
2009-04-09
2
-88
/
+2
*
Introducing ExtensionProcessManager. This manages the ExtensionViews to
mpcomplete@google.com
2009-04-09
13
-35
/
+224
*
Find window keyboard forwarding, part 2.
finnur@chromium.org
2009-04-09
1
-0
/
+5
*
Scrape search definitions from forms that have onsubmit handlers. The scrapin...
ben@chromium.org
2009-04-09
1
-0
/
+88
*
back out r13442
estade@chromium.org
2009-04-09
9
-133
/
+109
[next]