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
*
Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...
pkasting@chromium.org
2009-09-24
21
-141
/
+135
*
Updating trunk VERSION build from 218.0 to 219.0
jon@chromium.org
2009-09-23
1
-1
/
+1
*
Updating trunk VERSION build from 217.0 to 218.0
eblake@chromium.org
2009-09-23
1
-1
/
+1
*
Updating trunk VERSION build from 216.0 to 217.0
eblake@chromium.org
2009-09-23
1
-1
/
+1
*
Updating trunk VERSION build from 215.0 to 216.0
eblake@chromium.org
2009-09-23
1
-1
/
+1
*
Updating trunk VERSION build from 214.0 to 215.0
eblake@chromium.org
2009-09-23
1
-1
/
+1
*
Let cmd-f/cmd-g use the findboard.
thakis@chromium.org
2009-09-23
11
-21
/
+354
*
Coverity: Initialize SavePackageParam::save_type to SAVE_TYPE_UNKNOWN in the ...
jhawkins@chromium.org
2009-09-23
1
-1
/
+3
*
A refactor broke the find bar...characters like ! and (
davemoore@google.com
2009-09-23
4
-4
/
+23
*
Updating trunk VERSION build from 213.0 to 214.0
eblake@chromium.org
2009-09-23
1
-1
/
+1
*
Mac: Hook up the page menu's "Encoding" submenu.
erg@chromium.org
2009-09-23
7
-38
/
+54
*
[Mac] Back out accidentally-left logging line in autocomplete code.
shess@chromium.org
2009-09-23
1
-1
/
+0
*
Reinstating the AutomationMsg_TabReposition message and related stuff which i...
ananta@chromium.org
2009-09-23
7
-2
/
+124
*
Make Linux Breakpad initialization call to lsb_release asynchronous. Also wra...
thestig@chromium.org
2009-09-23
8
-31
/
+39
*
Makes Chrome on Chrome OS not restore the last session if the last
sky@chromium.org
2009-09-23
3
-8
/
+0
*
Lands http://codereview.chromium.org/227008 for Charlie:
sky@chromium.org
2009-09-23
7
-26
/
+85
*
Implements file contents support in OSExchangeData and DropTarget
sky@chromium.org
2009-09-23
3
-23
/
+40
*
[Mac] Convert Omnibox paste-and-go to use AutocompleteTextFieldObserver.
shess@chromium.org
2009-09-23
9
-75
/
+88
*
Add more view ids and gtk widget names to so gtkparasite is
tony@chromium.org
2009-09-23
12
-1
/
+34
*
Fix an off by 1 error in the Linux Breakpad guid.
thestig@chromium.org
2009-09-23
2
-1
/
+4
*
Coverity: Initialize target_message_loop_ in the constructor.
jhawkins@chromium.org
2009-09-23
1
-1
/
+2
*
Coverity: Initialize the remaining DropInfo members in the constructor.
jhawkins@chromium.org
2009-09-23
1
-4
/
+17
*
Coverity: Add a SavePackageType, SAVE_TYPE_UNKNOWN, which represents the stat...
jhawkins@chromium.org
2009-09-23
2
-2
/
+6
*
Add a very basic test for FTP directory listing, browser side.
phajdan.jr@chromium.org
2009-09-23
2
-0
/
+24
*
Gather more info when AutocompleteBrowserTest flakily fails.
phajdan.jr@chromium.org
2009-09-23
1
-2
/
+18
*
Reverting 26975.
pkasting@chromium.org
2009-09-23
19
-106
/
+117
*
Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...
pkasting@chromium.org
2009-09-23
19
-117
/
+106
*
Linux: create dropped tab windows at the restore size of the source window in...
mdm@chromium.org
2009-09-23
4
-12
/
+13
*
Fix perfcoldcomplextheme startup test for mac and linux.
mirandac@chromium.org
2009-09-23
1
-6
/
+6
*
Move some more methods from WebViewDelegate to WebViewClient.
darin@chromium.org
2009-09-23
4
-39
/
+44
*
[Mac] Make about:memory not crash.
shess@chromium.org
2009-09-23
1
-0
/
+1
*
Revert "GTK: Use rounded corners in AutocompletePopupViewGtk."
erg@google.com
2009-09-23
1
-11
/
+25
*
Update more context menus to title case
thomasvl@chromium.org
2009-09-23
1
-139
/
+297
*
Coverity: Initialize ssl_cert_id_, ssl_cert_status_, and ssl_security_bits_ i...
jhawkins@chromium.org
2009-09-23
2
-1
/
+6
*
Revert "Revert "Add back ctrl+shift+delete for bringing up the "Clear browsin...
tony@chromium.org
2009-09-23
1
-0
/
+2
*
Revert "Add back ctrl+shift+delete for bringing up the "Clear browsing data""
tony@chromium.org
2009-09-23
1
-2
/
+0
*
Be sure to initialize AppCacheDispatcherHost on the IO thread.
michaeln@google.com
2009-09-23
1
-1
/
+5
*
Coverity: Initialize statement_cache_ in the constructor.
jhawkins@chromium.org
2009-09-23
1
-0
/
+1
*
There is a race condition when the HtmlDialogView is closed which causes a cr...
ananta@chromium.org
2009-09-23
1
-9
/
+25
*
Add lib/ to LD_LIBRARY_PATH for chrome shared libs.
mmoss@chromium.org
2009-09-23
1
-2
/
+2
*
Add back ctrl+shift+delete for bringing up the "Clear browsing data"
tony@chromium.org
2009-09-23
1
-0
/
+2
*
Remove regressions, fixed by rolling out http://trac.webkit.org/changeset/48639.
dglazkov@chromium.org
2009-09-23
1
-1
/
+0
*
Remove a DCHECK that was firing in legitimate cases. The cases are described in
brettw@chromium.org
2009-09-23
1
-5
/
+18
*
Add some new histograms for history, and UMA-enable a few others.
brettw@chromium.org
2009-09-23
4
-11
/
+38
*
Add SetUpTestFixtureTest/TearDownTestFixtureTest methods to InProcessBrowserT...
tim@chromium.org
2009-09-23
5
-14
/
+52
*
Disables turning on custom frame in chrome os.
sky@chromium.org
2009-09-23
4
-7
/
+21
*
Remove an EXPECT in new autocomplete browser test which failes on Windows.
phajdan.jr@chromium.org
2009-09-23
1
-1
/
+2
*
Reverting 26919.
atwilson@chromium.org
2009-09-23
4
-67
/
+2
*
Add new, shiny browser test for Autocomplete (Omnibox).
phajdan.jr@chromium.org
2009-09-23
3
-0
/
+98
*
Make several automation calls more solid. Should help with flakiness.
phajdan.jr@chromium.org
2009-09-23
1
-16
/
+29
[next]