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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 46384 - Fix race in zygote_host_linux where socket was being read from...
kkania@chromium.org
2010-05-05
13
-173
/
+80
*
WebKit roll to 58791.
dpranke@chromium.org
2010-05-05
1
-1
/
+1
*
Use GetDisplayStringInLTRDirectionality() in more places to simplify code.
pkasting@chromium.org
2010-05-05
16
-55
/
+30
*
Revert 46424 - AutoFill profile shouldn't be saved when cancelled during init...
dhollowa@chromium.org
2010-05-05
15
-459
/
+280
*
Cleaning up after a webkit roll.
michaeln@chromium.org
2010-05-05
2
-8
/
+6
*
AutoFill profile shouldn't be saved when cancelled during initial setup.
dhollowa@chromium.org
2010-05-05
15
-280
/
+459
*
GTK: More signal overhaul.
erg@chromium.org
2010-05-05
7
-211
/
+156
*
Replace CHECK(false) by LOG(FATAL) where appropriate.
evan@chromium.org
2010-05-05
7
-12
/
+12
*
WebKit roll to r58764.
dpranke@chromium.org
2010-05-05
1
-1
/
+1
*
TTF: Re-enable SplitStringIntoKeyValuePairsTest.EmptyString. Fix the case
jhawkins@chromium.org
2010-05-05
3
-4
/
+26
*
Small cleanups/style fixes. Simplifies RTL functions slightly.
pkasting@chromium.org
2010-05-05
6
-41
/
+33
*
Flush GL errors before any operation that checks for GL errors afterwards, so...
tschmelcher@chromium.org
2010-05-05
6
-26
/
+71
*
Update VERSION Major to 6.
laforge@chromium.org
2010-05-05
1
-1
/
+1
*
so it fits the "customize sync" text in all languages.
dantasse@chromium.org
2010-05-04
1
-1
/
+1
*
Add a comment to note that the invalid read in rc4_wordconv is
wtc@chromium.org
2010-05-04
1
-26
/
+8
*
Add ssl into the key for ClientSocketPools.
willchan@chromium.org
2010-05-04
2
-8
/
+11
*
Moved XMPP notifier library from chrome/browser/sync to chrome/common/net.
sanjeevr@chromium.org
2010-05-04
90
-331
/
+391
*
Migrate web data service logins to the login database correctly on win.
albertb@chromium.org
2010-05-04
4
-13
/
+194
*
Mark some more release() calls with ignore_result.
estade@chromium.org
2010-05-04
2
-11
/
+8
*
autofill: Implement a TODO.
jhawkins@chromium.org
2010-05-04
2
-6
/
+5
*
Fix some uses of scoped_ptr.release() in net/ such that the return value is n...
estade@chromium.org
2010-05-04
5
-26
/
+19
*
The Firefox pref file may contain some non properly UTF-8
jcivelli@google.com
2010-05-04
3
-1
/
+10
*
[Mac] Unify drag and copy from Omnibox.
shess@chromium.org
2010-05-04
6
-35
/
+54
*
Lands http://codereview.chromium.org/1744011/show for Hans:
sky@chromium.org
2010-05-04
14
-103
/
+192
*
[Mac] Always reset attributes as Omnibox changes.
shess@chromium.org
2010-05-04
1
-0
/
+6
*
Should not just always close a folder menu unless there is a true need to cha...
mrossetti@chromium.org
2010-05-04
4
-18
/
+12
*
Simplify delayed TransportDIB cleanup in Mac plugins
stuartmorgan@chromium.org
2010-05-04
2
-42
/
+24
*
Remove recently added DCHECK in 46384 which is causing some test crashes.
kkania@chromium.org
2010-05-04
1
-1
/
+0
*
Revert 46394 - Detect login password on sites with an onSubmit handler that c...
snej@chromium.org
2010-05-04
2
-31
/
+2
*
Rollback version 46388. Broke browser_tests ui_tests.
msneck@google.com
2010-05-04
1
-1
/
+1
*
Wrote NetworkChangeNotifierProxy, which lets objects that don't live on
akalin@chromium.org
2010-05-04
11
-90
/
+539
*
Detect login password on sites with an onSubmit handler that clears it
snej@chromium.org
2010-05-04
2
-2
/
+31
*
[chromium os] Add support for an internal two-factor login scheme
cmasone@google.com
2010-05-04
3
-5
/
+77
*
Make HandleCrossAppNavigation() handle the case when there's no source tab.
viettrungluu@chromium.org
2010-05-04
1
-0
/
+4
*
Host native gtk dialog in a Chrome window.
xiyuan@chromium.org
2010-05-04
18
-51
/
+342
*
Prevent chrome extension URL overrides from applying in incognito mode.
mpcomplete@chromium.org
2010-05-04
2
-4
/
+27
*
Enable BrowserActionApiTest.BrowserActionPopup test after fixing some flaky/c...
kkania@chromium.org
2010-05-04
1
-14
/
+16
*
Update NaCl version used within Chrome.
msneck@google.com
2010-05-04
1
-1
/
+1
*
Add a tool for testing your network setup.
eroman@chromium.org
2010-05-04
16
-17
/
+1144
*
Disable SpdySessionTest.GetPushStream due to valgrind failures.
cbentzel@chromium.org
2010-05-04
2
-2
/
+2
*
Add logging to try and find ExtensionApiTest.Storage flakiness.
kkania@chromium.org
2010-05-04
2
-3
/
+8
*
Fix race in zygote_host_linux where socket was being read from and written to...
kkania@chromium.org
2010-05-04
13
-80
/
+174
*
Don't autofill a read-only password field.
snej@chromium.org
2010-05-04
4
-10
/
+41
*
Bookmark manager: Don't update the input text if the input is focused/
arv@chromium.org
2010-05-04
1
-1
/
+4
*
Use NSS for SSL by default in chrome.exe.
wtc@chromium.org
2010-05-04
3
-5
/
+4
*
Reverting two files that has been included in revert by mistake.
oshima@chromium.org
2010-05-04
2
-9
/
+1
*
Revert "Add transparency to TYPE_CHILD WidgetGtk."
oshima@chromium.org
2010-05-04
5
-194
/
+67
*
Fix various uses of release() that did not check its value
estade@chromium.org
2010-05-04
13
-54
/
+48
*
When running on 10.6, switch to using the new popup API.
avi@chromium.org
2010-05-04
1
-15
/
+56
*
Add transparency to TYPE_CHILD WidgetGtk.
oshima@chromium.org
2010-05-04
3
-58
/
+193
[next]