summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Revert 46633 - Windows: Make file_util::Delete("c:\\foo_dir", false) work cor...zork@chromium.org2010-05-077-7/+7
* Handle CBF_SMBITMAP in the async version of the IPC.cevans@chromium.org2010-05-061-0/+4
* Revert 46592 - Disallow display of multiple experimental.extension.popup(...)...zork@chromium.org2010-05-0616-242/+91
* Mark DevToolsSanityTest.TestStepIn as flaky on CrOS.thestig@chromium.org2010-05-061-1/+7
* Revert 46611 - Quick fix to browser tests failure for http://codereview.chrom...zork@chromium.org2010-05-061-8/+6
* Changed URLFetcher unittests to use MessageLoopProxyImpl instead of ChromeThr...sanjeevr@chromium.org2010-05-061-25/+39
* Moved everything in browser/sync/net to common/net.akalin@chromium.org2010-05-0620-199/+154
* Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add mor...thestig@chromium.org2010-05-067-7/+7
* [Mac] Fixes janky animations in the omnibox popup.rohitrao@chromium.org2010-05-062-16/+43
* Pull current localizations into trunk.laforge@chromium.org2010-05-06100-2541/+26430
* Use normal browser window as PageInfoView's parent rather than the popup brow...xiyuan@chromium.org2010-05-061-2/+13
* Mousing over the bookmark bar now behaves properly when traversing a non-fold...mrossetti@chromium.org2010-05-063-40/+76
* Add Chromium side implementation for WebFileSystem interface in WebKit.jianli@chromium.org2010-05-065-27/+135
* Get rid of some dead bookmark context menu code.viettrungluu@chromium.org2010-05-0612-220/+84
* 2nd attempt: Detect login password on sites with an onSubmit handler that cle...snej@chromium.org2010-05-062-2/+31
* some more fixes for ignored scoped_ptr::release() callsestade@chromium.org2010-05-066-20/+17
* Use normal browser window as parent for extension prompt window.xiyuan@chromium.org2010-05-061-0/+7
* Host reset options dialog with NativeDialogHost on ChromeOSxiyuan@chromium.org2010-05-061-1/+1
* Host cookie modal dialog and js modal modal dialog in NativeDialogHostxiyuan@chromium.org2010-05-066-41/+110
* Implemented cache invalidation listener in sync_listen_notifications.akalin@chromium.org2010-05-063-30/+598
* Mac: add a l10n_util::GetNSStringF() which gets offsets as well.viettrungluu@chromium.org2010-05-061-6/+5
* Check for null pointer that can occur when tab is closed quickly afterdmazzoni@chromium.org2010-05-061-1/+3
* Fix a possible crash introduced by r46412 by not accessing the result variabl...evan@chromium.org2010-05-061-5/+4
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-063-17/+24
* Quick fix to browser tests failure for http://codereview.chromium.org/1921003ericdingle@google.com2010-05-061-6/+8
* More groundwork for making appcache work in workers.michaeln@chromium.org2010-05-068-25/+69
* Update TOS on trunk.laforge@chromium.org2010-05-0649-2355/+2027
* POSIX: Disable all plugin tests on Linux/Mac except PluginTest.Flash, so plug...thestig@chromium.org2010-05-061-11/+32
* Fix Chrome build break when building inside of x86-generic chroot.scherkus@chromium.org2010-05-061-5/+6
* Revert 46600 - AutoFill: Handle the case where the cached form has extra fiel...jhawkins@chromium.org2010-05-062-94/+3
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-0621-30/+29
* AutoFill: Handle the case where the cached form has extra fields at the end ofjhawkins@chromium.org2010-05-062-3/+94
* Refactor WifiNetwork, CellularNetwork, and EthernetNetwork into classes to ma...chocobo@chromium.org2010-05-0611-283/+300
* Check in resources for bubble border.dpolukhin@chromium.org2010-05-061-0/+2
* Disallow display of multiple experimental.extension.popup(...) windows.ericdingle@google.com2010-05-0616-91/+242
* Created a stock implementation of the MessageLoopProxy interface than can be ...sanjeevr@chromium.org2010-05-0614-23/+29
* Fix crash in tab_contents_view_gtk.cc when delegate is NULL.dpolukhin@chromium.org2010-05-061-8/+12
* The app launcher had a height of zero as it was not getting preferred size up...jcivelli@google.com2010-05-067-18/+16
* Mark ExtensionInstallUIBrowserTest.TestThemeInstallUndoResetsToDefault as flaky.phajdan.jr@chromium.org2010-05-061-1/+2
* Disable ExtensionApiTest.Tabs, it flakily exceeds test timeout.phajdan.jr@chromium.org2010-05-061-8/+2
* Disable SSLUITest.TestUnauthenticatedFrameNavigation, it flakily exceeds test...phajdan.jr@chromium.org2010-05-061-1/+2
* Disable BrowserTest.CommandCreateAppShortcut, it flakily times out.phajdan.jr@chromium.org2010-05-061-1/+2
* Changing a NOTREACHED to a DLOG(ERROR) since we hit this when running the net...tommi@chromium.org2010-05-061-1/+1
* Rename all occurrences of "app extension" with "extension app" since we were ...aa@chromium.org2010-05-0621-185/+185
* Allows browser tests to run with recent changedavemoore@chromium.org2010-05-062-2/+12
* Add debugging statement and mark recently-added test as flakydmazzoni@chromium.org2010-05-061-2/+7
* Removed drek left over from an earlier expirement.mrossetti@chromium.org2010-05-061-3/+0
* The button was being told to highlight but then it was not being told it need...mrossetti@chromium.org2010-05-061-0/+4
* Rename some other occurrences of deperecated methods.antonm@chromium.org2010-05-061-1/+1
* Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-0620-786/+1111