summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed some dependencies on sync from GaiaAuthenticator so that it can be mo...sanjeevr@chromium.org2010-05-064-12/+30
* Branded stable channel builds should not display any text after the versionmark@chromium.org2010-05-061-1/+6
* Tweak the chat manager ifdef condition.scherkus@chromium.org2010-05-061-1/+1
* NTP: Bounce the app icon after it is installed.arv@chromium.org2010-05-062-24/+57
* Add an UMA histogram that counts the types of network error codes that main f...eroman@chromium.org2010-05-061-0/+20
* gtk: Use the new ShowAutoFillDialog interface to load imported profiles/CCs injhawkins@chromium.org2010-05-061-7/+18
* AutoFill: Clean up the server response handling code.jhawkins@chromium.org2010-05-067-68/+88
* AutoFill: Fix a renderer crash by resetting the form cache when each WebFramejhawkins@chromium.org2010-05-063-11/+13
* NTP: Fix issue where we have a visual glitch when hovering the thumbnailsarv@chromium.org2010-05-061-2/+3
* Add time for when chrome's main() is called.davemoore@chromium.org2010-05-054-9/+45
* Added NetworkChangeNotifierThread interface.akalin@chromium.org2010-05-0512-152/+381
* Fix a unit-test that was crashing on valgrind bot.eroman@chromium.org2010-05-052-6/+15
* AutoFill: Use PrefService::FindPreference instead of PrefService::HasPrefPath.jhawkins@chromium.org2010-05-051-1/+1
* Changes DraggedTabController to operate on a View instead of a Tab.sky@chromium.org2010-05-053-27/+25
* Update Mac plugins for SetFocus changes, and remove old workaround messagesstuartmorgan@chromium.org2010-05-0512-81/+44
* When an app window gets a new tab, show the window.skerner@chromium.org2010-05-051-0/+1
* Make the other GetProfile() method public.tommi@chromium.org2010-05-051-2/+9
* Make disabled internal plugins stay disabled even when the version of Chrome ...viettrungluu@chromium.org2010-05-056-4/+46
* Second attempt at fix for Browser::AddTabWithURL. My first fix fixedsky@chromium.org2010-05-054-94/+163
* Switch over to non-deprecated WebKit APIs and delete client methods that are nodarin@chromium.org2010-05-052-24/+26
* gtk: Make use of gtk signal macros in AddLanguageDialog.mattm@chromium.org2010-05-051-18/+13
* This filters out all of the non-toplevel windows from the browser listgspencer@chromium.org2010-05-051-28/+20