summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-2421-141/+135
* Updating trunk VERSION build from 218.0 to 219.0jon@chromium.org2009-09-231-1/+1
* Updating trunk VERSION build from 217.0 to 218.0eblake@chromium.org2009-09-231-1/+1
* Updating trunk VERSION build from 216.0 to 217.0eblake@chromium.org2009-09-231-1/+1
* Updating trunk VERSION build from 215.0 to 216.0eblake@chromium.org2009-09-231-1/+1
* Updating trunk VERSION build from 214.0 to 215.0eblake@chromium.org2009-09-231-1/+1
* Let cmd-f/cmd-g use the findboard.thakis@chromium.org2009-09-2311-21/+354
* Coverity: Initialize SavePackageParam::save_type to SAVE_TYPE_UNKNOWN in the ...jhawkins@chromium.org2009-09-231-1/+3
* A refactor broke the find bar...characters like ! and ( davemoore@google.com2009-09-234-4/+23
* Updating trunk VERSION build from 213.0 to 214.0eblake@chromium.org2009-09-231-1/+1
* Mac: Hook up the page menu's "Encoding" submenu.erg@chromium.org2009-09-237-38/+54
* [Mac] Back out accidentally-left logging line in autocomplete code.shess@chromium.org2009-09-231-1/+0
* Reinstating the AutomationMsg_TabReposition message and related stuff which i...ananta@chromium.org2009-09-237-2/+124
* Make Linux Breakpad initialization call to lsb_release asynchronous. Also wra...thestig@chromium.org2009-09-238-31/+39
* Makes Chrome on Chrome OS not restore the last session if the lastsky@chromium.org2009-09-233-8/+0
* Lands http://codereview.chromium.org/227008 for Charlie:sky@chromium.org2009-09-237-26/+85
* Implements file contents support in OSExchangeData and DropTargetsky@chromium.org2009-09-233-23/+40
* [Mac] Convert Omnibox paste-and-go to use AutocompleteTextFieldObserver.shess@chromium.org2009-09-239-75/+88
* Add more view ids and gtk widget names to so gtkparasite istony@chromium.org2009-09-2312-1/+34
* Fix an off by 1 error in the Linux Breakpad guid.thestig@chromium.org2009-09-232-1/+4
* 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