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