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
*
Move download shelf from per-tab to per-window. Also disable auto-hiding of
thakis@chromium.org
2009-06-04
33
-408
/
+392
*
Unittests for NTP alignment changes (separate CL for Try server purposes). Se...
glen@chromium.org
2009-06-04
1
-0
/
+49
*
Reland of r17500:
glen@chromium.org
2009-06-04
1
-3
/
+18
*
Add ability to theme our buttons.
glen@chromium.org
2009-06-04
3
-70
/
+97
*
Fix toolkit_views bustage.
ben@chromium.org
2009-06-04
4
-17
/
+8
*
Revert "It looks like the unit tests instantiate the TaskManagerView..."
evan@chromium.org
2009-06-04
1
-9
/
+10
*
Revert r17575 and r17576. They are causing layout test errors.
agl@chromium.org
2009-06-04
4
-307
/
+0
*
Linux: Add support for chrooted renderers.
agl@chromium.org
2009-06-04
4
-0
/
+307
*
It looks like the unit tests instantiate the TaskManagerView without actually...
ben@chromium.org
2009-06-04
1
-10
/
+9
*
Don't reset the gdk_event_handler in the tab destructor as this overwrites th...
jhawkins@chromium.org
2009-06-03
1
-3
/
+0
*
Fix crash due to AutocompletePopup trying to draw the old results when they w...
pkasting@chromium.org
2009-06-03
4
-15
/
+19
*
Part 1 of dragging extensions on the shelf. This part was just about getting...
erikkay@google.com
2009-06-03
7
-43
/
+229
*
Turn on the PasswordStoreMac implementation.
stuartmorgan@chromium.org
2009-06-03
1
-0
/
+5
*
Fix toolkit_views build.
ben@chromium.org
2009-06-03
3
-5
/
+15
*
Update some comments in url_request.h to clarify that once the request is del...
ericroman@google.com
2009-06-03
1
-1
/
+1
*
Linux: added overflow checks in the X BackingStore code.
agl@chromium.org
2009-06-03
1
-2
/
+12
*
Allow Source<T> and Details<T> to be instantiated with T = const Foo.
pkasting@chromium.org
2009-06-03
1
-19
/
+0
*
Fix the Linux views build.
jcampan@chromium.org
2009-06-03
1
-0
/
+1
*
Change PasswordStoreDefault to access the WebDataService from the UI thread o...
stuartmorgan@chromium.org
2009-06-03
12
-224
/
+211
*
Some previous refactoring I did of the accelerator code had introduced regres...
jcampan@chromium.org
2009-06-03
4
-64
/
+46
*
Implement dragging a tab back into a tabstrip for gtk.
jhawkins@chromium.org
2009-06-03
9
-34
/
+309
*
Split the BackingStoreManager out of backing_store.* and into its own class.
brettw@chromium.org
2009-06-03
5
-55
/
+77
*
Change an include to the right header after the app/gfx/gtk_util -> base/gfx/...
thestig@google.com
2009-06-03
1
-2
/
+1
*
Merge app/gfx/gtk_util into base/gfx/gtk_util.
thestig@google.com
2009-06-03
8
-8
/
+5
*
FocusManager should accept multiple AcceleratorTargets for each accelerator.
yutak@chromium.org
2009-06-03
3
-23
/
+13
*
Fix task manager by only adding the table view to the view hierarchy when the...
ben@chromium.org
2009-06-03
1
-2
/
+2
*
plugins: rename GetPluginNativeView to GetNativeView.
evan@chromium.org
2009-06-03
16
-31
/
+30
*
typo fix to unbreak linux build.
estade@chromium.org
2009-06-03
1
-1
/
+1
*
UI Support for Auto Spell Correct. Currently, it is still under the command l...
sidchat@google.com
2009-06-03
6
-3
/
+65
*
Linux: more bookmark manager stuff.
estade@chromium.org
2009-06-03
3
-27
/
+92
*
Revert "Disable a failing test on linux."
tc@google.com
2009-06-03
1
-3
/
+0
*
Disable a failing test on linux.
tc@google.com
2009-06-03
1
-0
/
+3
*
Fix linux unittest that I broke.
estade@chromium.org
2009-06-03
1
-2
/
+4
*
Implement more of the BookmarkBubble, connecting it to the bookmark system.
deanm@chromium.org
2009-06-03
6
-45
/
+171
*
When the contents don't have title, use URL for the name of bookmark entry.
brettw@chromium.org
2009-06-03
2
-10
/
+9
*
Shows IDN for "Waiting for <host-name>..." message when Chrome is waiting for a
brettw@chromium.org
2009-06-03
1
-1
/
+6
*
Fix NavigationController::ClassifyNavigation() to treat redirection correctly.
brettw@chromium.org
2009-06-03
3
-4
/
+71
*
Change plugin handling in extension from "plugin_dir" to a "plugin" list of
mpcomplete@google.com
2009-06-03
4
-17
/
+28
*
Revert r17500
glen@chromium.org
2009-06-03
1
-14
/
+3
*
Display tooltips for gtk tabs that have elided titles.
jhawkins@chromium.org
2009-06-03
3
-1
/
+16
*
Theme the download bar. Mostly this is just changing the background color to ...
glen@chromium.org
2009-06-03
1
-4
/
+7
*
Theme our bookmark bar buttons.
glen@chromium.org
2009-06-03
1
-3
/
+14
*
Removed focus manager references from the external tab container as we don't ...
ananta@chromium.org
2009-06-03
2
-26
/
+11
*
Port 2 more unit tests. Just small differences between platforms.
tc@google.com
2009-06-03
2
-6
/
+11
*
Linux bookmark manager first cut.
estade@chromium.org
2009-06-03
13
-56
/
+431
*
Revert "This is the first of probably several patches trying to clean up the ...
erg@google.com
2009-06-03
11
-746
/
+614
*
This is the first of probably several patches trying to clean up the BlockedP...
erg@google.com
2009-06-03
11
-614
/
+746
*
Reduce header dependencies in base/
phajdan.jr@chromium.org
2009-06-03
6
-1
/
+7
*
Fix client coordinates when forwarding mouse events to RenderWidgetHostView p...
erikkay@google.com
2009-06-03
1
-1
/
+12
*
Implemented a large chunk of the "user data" panel. Hooked the "under the hoo...
pinkerton@chromium.org
2009-06-03
2
-7
/
+105
[next]