summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Initialize target_message_loop_ in the constructor.jhawkins@chromium.org2009-09-231-1/+2
* Coverity: Initialize the remaining DropInfo members in the constructor.jhawkins@chromium.org2009-09-231-4/+17
* Coverity: Add a SavePackageType, SAVE_TYPE_UNKNOWN, which represents the stat...jhawkins@chromium.org2009-09-232-2/+6
* Add a very basic test for FTP directory listing, browser side.phajdan.jr@chromium.org2009-09-232-0/+24
* Gather more info when AutocompleteBrowserTest flakily fails.phajdan.jr@chromium.org2009-09-231-2/+18
* Reverting 26975.pkasting@chromium.org2009-09-2319-106/+117
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-2319-117/+106
* Linux: create dropped tab windows at the restore size of the source window in...mdm@chromium.org2009-09-234-12/+13
* Fix perfcoldcomplextheme startup test for mac and linux.mirandac@chromium.org2009-09-231-6/+6
* Move some more methods from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-234-39/+44
* [Mac] Make about:memory not crash.shess@chromium.org2009-09-231-0/+1
* Revert "GTK: Use rounded corners in AutocompletePopupViewGtk."erg@google.com2009-09-231-11/+25
* Update more context menus to title casethomasvl@chromium.org2009-09-231-139/+297
* Coverity: Initialize ssl_cert_id_, ssl_cert_status_, and ssl_security_bits_ i...jhawkins@chromium.org2009-09-232-1/+6
* Revert "Revert "Add back ctrl+shift+delete for bringing up the "Clear browsin...tony@chromium.org2009-09-231-0/+2
* Revert "Add back ctrl+shift+delete for bringing up the "Clear browsing data""tony@chromium.org2009-09-231-2/+0
* Be sure to initialize AppCacheDispatcherHost on the IO thread.michaeln@google.com2009-09-231-1/+5
* Coverity: Initialize statement_cache_ in the constructor.jhawkins@chromium.org2009-09-231-0/+1
* There is a race condition when the HtmlDialogView is closed which causes a cr...ananta@chromium.org2009-09-231-9/+25
* Add lib/ to LD_LIBRARY_PATH for chrome shared libs.mmoss@chromium.org2009-09-231-2/+2
* Add back ctrl+shift+delete for bringing up the "Clear browsing data"tony@chromium.org2009-09-231-0/+2
* Remove regressions, fixed by rolling out http://trac.webkit.org/changeset/48639.dglazkov@chromium.org2009-09-231-1/+0
* Remove a DCHECK that was firing in legitimate cases. The cases are described inbrettw@chromium.org2009-09-231-5/+18
* Add some new histograms for history, and UMA-enable a few others.brettw@chromium.org2009-09-234-11/+38
* Add SetUpTestFixtureTest/TearDownTestFixtureTest methods to InProcessBrowserT...tim@chromium.org2009-09-235-14/+52
* Disables turning on custom frame in chrome os.sky@chromium.org2009-09-234-7/+21
* Remove an EXPECT in new autocomplete browser test which failes on Windows.phajdan.jr@chromium.org2009-09-231-1/+2
* Reverting 26919.atwilson@chromium.org2009-09-234-67/+2
* Add new, shiny browser test for Autocomplete (Omnibox).phajdan.jr@chromium.org2009-09-233-0/+98
* Make several automation calls more solid. Should help with flakiness.phajdan.jr@chromium.org2009-09-231-16/+29
* Add new sync leaks to the know leaks.nsylvain@chromium.org2009-09-231-0/+45
* Added missing layout tests along with associated rebaselinings.atwilson@chromium.org2009-09-234-2/+67
* DevTools: temporarily disable breakpoint testsyurys@google.com2009-09-231-2/+2
* DevTools: added a new test for console evaluation on call frame.yurys@google.com2009-09-231-5/+5
* DevTools: Add more console tests.pfeldman@chromium.org2009-09-232-5/+9
* Rolling back 26904, didn't take chrome branding into account.bradnelson@google.com2009-09-232-340/+324
* Changing the grd files in chrome/webkit/app to be compiled to sepratebradnelson@google.com2009-09-232-324/+340
* add image to fix build breakagedavemoore@chromium.org2009-09-231-0/+0
* Make chromeos build use shared object to load batterydavemoore@chromium.org2009-09-2325-18/+153
* Change the URL for the plugin finder service.mal@chromium.org2009-09-231-1/+1
* Adds a theme promo in the lower right cornerarv@chromium.org2009-09-2310-4/+50
* Fix views build.estade@chromium.org2009-09-231-1/+1
* Download in progress dialog:estade@chromium.org2009-09-237-20/+156
* GTK: Dismiss the bookmark folder menu(s) when a context menu item is executed.estade@chromium.org2009-09-236-8/+43
* Add failure expectation for Selenium from the 48610:48642 WebKit rollstuartmorgan@chromium.org2009-09-231-1/+1
* Disable two ui_tests on linux after a WebKit merge.paul@chromium.org2009-09-221-0/+2
* linux: manpage update to reflect proxy-setting realityevan@chromium.org2009-09-221-14/+28
* Implements a couple of NOTIMPLEMENTEDs in window_gtk and comments onsky@chromium.org2009-09-221-1/+1
* Remove potential for command-key equivalents to beat the file menu fix-up tim...pinkerton@chromium.org2009-09-221-0/+33
* Move FTP LIST parsing code to the renderer process.phajdan.jr@chromium.org2009-09-225-42/+89