summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Fix test for valid UTF-16 input.evan@chromium.org2010-08-021-1/+1
* Replace obsolete kProfile switch with kLoginProfilecmasone@google.com2010-08-021-2/+2
* Make prefetching default to disabledgavinp@google.com2010-08-011-1/+1
* Oops, Use the right variable to determine if linux is using breakpadnsylvain@chromium.org2010-07-311-1/+1
* Fix CrossSiteAfterCrash for official builds.nsylvain@chromium.org2010-07-311-3/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-313-6/+6
* Implement prefetching in chromegavinp@google.com2010-07-311-1/+10
* Asynchronously open the temp file used for Pepper StreamToFile, and delete thedarin@chromium.org2010-07-302-17/+53
* Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1satish@chromium.org2010-07-301-0/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-1/+2
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-6/+6
* Revert "Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1"evan@chromium.org2010-07-301-1/+0
* Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1satish@chromium.org2010-07-301-0/+1
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-291-14/+6
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-293-18/+28
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-293-5/+0
* AutoFill: Display a right-aligned generic CC icon in the suggestions popup forjhawkins@chromium.org2010-07-282-0/+8
* Support both preconnection, and pre-resolution for subresourcesjar@chromium.org2010-07-281-2/+5
* browser: Fix some presubmit errors.tfarina@chromium.org2010-07-281-3/+3
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1
* Move click-to-play behind the --enable-click-to-play switch.bauerb@chromium.org2010-07-281-0/+1
* Initial stream to file implementation.darin@chromium.org2010-07-284-0/+265
* Fix unit tests for the ResourceDispatcherHost.darin@chromium.org2010-07-271-1/+2
* Download code cleanup:phajdan.jr@chromium.org2010-07-272-9/+9
* ChromeFrame cookie requests would incorrectly get routed to the first host br...ananta@chromium.org2010-07-272-113/+142
* Fix acquisition of thumbnail images on Linux.scherkus@chromium.org2010-07-271-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2656-0/+56
* GTTF: Use FRIEND_TEST_ALL_PREFIXES some more.phajdan.jr@chromium.org2010-07-261-2/+2
* Add undeclared virtual destructors.ziadh@chromium.org2010-07-242-1/+43
* Coverity issues 11559, 9326, 9325, 9317: Uninitialized members in browser/ren...finnur@chromium.org2010-07-233-5/+14
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-232-13/+8
* Coverity: Fix a collection of uninitialized member variables, mostly in exten...finnur@chromium.org2010-07-231-1/+2
* Continual header pruningerg@google.com2010-07-221-0/+1
* Revert 53342 - Switch back to disabling Core Animation for Flash (for branch ...stuartmorgan@chromium.org2010-07-221-1/+1
* Switch back to disabling Core Animation for Flash (for branch merge).stuartmorgan@chromium.org2010-07-221-1/+1
* Add --enable-device-orientation switch and set ENABLE_DEVICE_ORIENTATION=1hans@chromium.org2010-07-221-0/+1
* Disabled zoom controls in the browser when displaying PDF using the internal ...sanjeevr@chromium.org2010-07-223-0/+11
* Start trimming headers included in the slowest to compile files.erg@google.com2010-07-214-10/+22
* Refactor SSLClientAuthHandler and certificate selectiondavidben@chromium.org2010-07-213-0/+73
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-211-5/+1
* Make ResourceDispatcherHostRequestInfo own SSLClientAuthHandler and LoginHand...davidben@chromium.org2010-07-202-14/+17
* Fix a Chrome crash observed in ChromeFrame reliability test runs. The crash o...ananta@chromium.org2010-07-201-4/+10
* [Mac]Implement ViewID support. (third approach)suzhe@chromium.org2010-07-201-0/+5
* AutoFill: Several functional fixes:jhawkins@chromium.org2010-07-201-3/+17
* Let PaintAtAck send an int tag instead of the TransportDIB handle.thakis@chromium.org2010-07-194-18/+17
* Remove incorrect usages of USE_SYSTEM_SQLITE.tfarina@chromium.org2010-07-191-6/+1
* Recommit r52848 - Option-click to download should not display "Save As" UI.jeremy@chromium.org2010-07-184-2/+9
* Revert r52848 - Linux x64 compile failure.jeremy@chromium.org2010-07-184-9/+2
* Option-click to download should not display "Save As" UI.jeremy@chromium.org2010-07-184-2/+9
* Implement IsSearchProviderInstalled and a test for it.levin@chromium.org2010-07-174-0/+24