summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rollback http://codereview.chromium.org/1820002dpolukhin@chromium.org2010-05-0617-501/+318
* Add ability to place bubble arrow on left and right side of the bubble or mak...dpolukhin@chromium.org2010-05-0619-318/+501
* Add some defensive checks.yusukes@chromium.org2010-05-061-5/+20
* DevTools: keep manual docked state update until corresponding webkit change l...pfeldman@chromium.org2010-05-061-0/+2
* Updating trunk VERSION from 397.0 to 398.0chrome-release@google.com2010-05-061-1/+1
* DevTools: inspector tabs are initially drawn in the undocked style even for d...pfeldman@chromium.org2010-05-062-4/+20
* Add hooks to fetch about:plugins info for PyAuto.nirnimesh@chromium.org2010-05-066-1/+320
* A var was not initialized.jcivelli@chromium.org2010-05-061-1/+2
* Fix a crasher withe the AppLauncher on Linux.jcivelli@chromium.org2010-05-061-0/+4
* Escape special characters in installer strings (rc file).tony@chromium.org2010-05-061-1/+5
* Call set_unblock(true) on async resize message to guarantee itskbr@google.com2010-05-061-1/+15
* Initial support for web-extent background pages.rafaelw@chromium.org2010-05-0623-73/+494