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
Commit message (
Expand
)
Author
Age
Files
Lines
*
GTK: First cut at tab dragging automation.
estade@chromium.org
2009-09-25
5
-32
/
+177
*
GTK: Fix overflow chevron for RTL locales.
estade@chromium.org
2009-09-25
1
-4
/
+11
*
linux: unittest fix
evan@chromium.org
2009-09-25
1
-2
/
+2
*
linux: drop temp_scaffolding_stubs
evan@chromium.org
2009-09-25
8
-13
/
+57
*
More fixes for WorkerFastLayoutTests: enable them on Mac and Win, reintroduce...
dimich@google.com
2009-09-25
1
-1
/
+7
*
Updating trunk VERSION build from 219.2 to 219.3
laforge@chromium.org
2009-09-25
1
-1
/
+1
*
Updating trunk VERSION build from 219.1 to 219.2
laforge@chromium.org
2009-09-25
1
-1
/
+1
*
Convert the BrowerThemeProvider pointer from being ref counted to
tony@chromium.org
2009-09-25
5
-16
/
+11
*
Clean up a few bits of files that I'm about to modify. The only visible chan...
pkasting@chromium.org
2009-09-25
2
-7
/
+4
*
Updated comment in tab_switching.cc to replect that Tab-switching test in bui...
sidchat@chromium.org
2009-09-25
1
-1
/
+1
*
Updating trunk VERSION build from 219.0 to 219.1
laforge@chromium.org
2009-09-24
1
-1
/
+1
*
Wait for the history backend to load, which makes AutocompleteBrowserTest.Aut...
phajdan.jr@chromium.org
2009-09-24
1
-1
/
+30
*
Fix hottracking on button views.The hottracking on the toolbar was broken, th...
mhm@chromium.org
2009-09-24
1
-4
/
+0
*
Disable the json_schema_unittest since it crashes after a WebKit deps roll.
jorlow@chromium.org
2009-09-24
1
-12
/
+14
*
Revert r27137: "Create renderers for ExtensionHosts one at a time to avoid
mpcomplete@chromium.org
2009-09-24
6
-85
/
+9
*
Coverity: Initialize statement_cache_ in the constructor.
jhawkins@chromium.org
2009-09-24
1
-2
/
+4
*
Simplify life for people trying to pick a "readable" foreground color by not ...
pkasting@chromium.org
2009-09-24
2
-22
/
+8
*
Create renderers for ExtensionHosts one at a time to avoid blocking the UI.
mpcomplete@chromium.org
2009-09-24
6
-9
/
+85
*
Coverity: Initialize statement_cache_ in the constructor.
jhawkins@chromium.org
2009-09-24
1
-1
/
+5
*
Coverity: Initialize statement_cache_ in the constructor.
jhawkins@chromium.org
2009-09-24
1
-1
/
+4
*
Coverity: Initialize updating_ in the constructor.
jhawkins@chromium.org
2009-09-24
1
-1
/
+2
*
Make Chromium Linux work over VNC again.
thestig@chromium.org
2009-09-24
1
-2
/
+6
*
Add about: and chrome:* to history. Patch by Pierre-Antoine LaFayette (see h...
pkasting@chromium.org
2009-09-24
1
-3
/
+3
*
Implement BrowserList::AllBrowsersClosed for Linux.
tony@chromium.org
2009-09-24
3
-4
/
+26
*
[Mac] Support option-return to open in new foreground tab.
rohitrao@chromium.org
2009-09-24
1
-2
/
+2
*
Re-disable all Worker tests until I can figure out exact set of failing ones.
dimich@google.com
2009-09-24
1
-1
/
+1
*
Reverting 27117.
davemoore@chromium.org
2009-09-24
15
-1631
/
+257
*
Re-enable WorkerFastTests and disable only one that fails.
dimich@google.com
2009-09-24
1
-3
/
+3
*
Another draft of the overview, now with figures. Made related changes to the ...
kathyw@google.com
2009-09-24
10
-364
/
+243
*
Coverity: Initialize tab_contents_ and wait_state_ in the constructor.
jhawkins@chromium.org
2009-09-24
1
-0
/
+2
*
GTK: Use "Set to Classic theme" instead of reset in the options dialog.
erg@google.com
2009-09-24
2
-1
/
+4
*
Use chrome/base synchronization primitives and threads instead of
tim@chromium.org
2009-09-24
15
-257
/
+1631
*
Reverting 27113, it breaks the ChomeOS build.
jcampan@chromium.org
2009-09-24
10
-24
/
+25
*
Refactoring some of the NativeViewHost and NativeControl focus management so ...
jcampan@chromium.org
2009-09-24
10
-25
/
+24
*
Preliminary fixes to enable link dependent objects.
maruel@chromium.org
2009-09-24
1
-2
/
+0
*
Coverity: Initialize the remaining members of HistoryContentsProvider.
jhawkins@chromium.org
2009-09-24
1
-0
/
+6
*
Coverity: Initialize the remaining members of AutocompleteEditModel.
jhawkins@chromium.org
2009-09-24
1
-0
/
+5
*
Coverity: Initialize pending_buf_size_ in the constructor.
jhawkins@chromium.org
2009-09-24
1
-1
/
+4
*
Remove unused tab_contents variable.
mattm@chromium.org
2009-09-24
1
-1
/
+0
*
Initialize user_gesture_observed_ in NavigationController constructor.
mattm@chromium.org
2009-09-24
2
-1
/
+46
*
Fix for crasher on toast UI
cpu@chromium.org
2009-09-24
1
-1
/
+1
*
Disable Worker*.WorkerFastLayoutTests for now.
jshin@chromium.org
2009-09-24
1
-5
/
+2
*
Temporarily disable BrowserCloseBeforeUnload* tests while I am working on fix...
dglazkov@chromium.org
2009-09-24
1
-2
/
+2
*
Coverity: Initialize remaining_payload_length_ in the constructor.
jhawkins@chromium.org
2009-09-24
1
-0
/
+1
*
[Mac] Rewrite Omnibox field-editor frame-changing tests.
shess@chromium.org
2009-09-24
1
-56
/
+115
*
Add UnloadTest.BrowserCloseInfiniteBeforeUnload to the disabled test list on ...
jshin@chromium.org
2009-09-24
1
-0
/
+2
*
Enable and rebaseline worker-close.html after the upstream fix (http://trac.w...
jianli@chromium.org
2009-09-24
1
-3
/
+1
*
Fix perfcoldcomplextheme startup test for mac and linux.
mirandac@chromium.org
2009-09-24
1
-1
/
+1
*
[Mac] Remove paste-and-go from omnibox context menu in popup windows.
shess@chromium.org
2009-09-24
2
-13
/
+39
*
Fix coding style violation.
thakis@chromium.org
2009-09-24
1
-1
/
+1
[next]