summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Fix IDBDatabase::removeObjectStore for multiprocess modeandreip@chromium.org2010-08-242-0/+10
* Mac: Correctly show/hide compositor on navigations.thakis@chromium.org2010-08-242-3/+25
* Fix the ChromeFrame ReferrerTest failures. This test fails because we incorre...ananta@chromium.org2010-08-241-0/+5
* Relanding a previous CL (I fixed the ChromeOS build):jcivelli@chromium.org2010-08-233-2/+20
* Clean up the way top level navigations are handled in ChromeFrame and reporte...ananta@chromium.org2010-08-232-30/+14
* Skeleton of sync handler on the I/O thread for GetSearchProviderInstallState.levin@chromium.org2010-08-233-3/+11
* Revert 57094 - Making window.focus()/blur() work only when there is a user ge...jcivelli@chromium.org2010-08-233-20/+2
* Making window.focus()/blur() work only when there is a user gesture.jcivelli@chromium.org2010-08-233-2/+20
* Fix compilation errors of 56862 byandreip@chromium.org2010-08-238-1/+149
* DevTools: remove injected script from resources.pfeldman@chromium.org2010-08-232-7/+0
* Add 1st cut of IPC plumbing code for FileSystem API's openFileSystemkinuko@chromium.org2010-08-212-0/+69
* Set state of a new audio stream to Paused until it start to play. Also added ...sergeyu@chromium.org2010-08-211-2/+7
* Speed up the test for IsSearchProviderInstalled by making it run multiple tes...levin@chromium.org2010-08-211-22/+94
* Add a file thread to the renderer process.dumi@chromium.org2010-08-202-0/+27
* Lands http://codereview.chromium.org/3153008 for bryeung:sky@chromium.org2010-08-201-0/+1
* FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ...viettrungluu@chromium.org2010-08-203-4/+1
* Revert 56862 - Add transaction coordinator. Allow idle transactions to be abo...thomasvl@chromium.org2010-08-208-149/+1
* Add transaction coordinator. Allow idle transactions to be aborted when their...andreip@chromium.org2010-08-208-1/+149
* FBTF: Header cleanup in chrome/common part 2. The majority of the changed filesjhawkins@chromium.org2010-08-201-0/+1
* Switch some LOG(ERROR)s to DLOG(INFO) in PhishingDOMFeatureExtractor.bryner@chromium.org2010-08-191-3/+3
* Remove the negative field trial from prefetching histogramsgavinp@chromium.org2010-08-191-22/+3
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-191-0/+1
* Initial version of chrome.experimental.sidebar extension API. brettw@chromium.org2010-08-195-46/+66
* Disable crashy FormManagerTest.LabelsInferredFromParagraphphajdan.jr@chromium.org2010-08-191-1/+2
* Break isGLES2Compliant() flag into multiple ones.zmo@google.com2010-08-192-0/+15
* Enable/Disable Spdy in benchmarking.lzheng@chromium.org2010-08-193-0/+11
* Use RenderWidget(Host) for full screenboliu@chromium.org2010-08-196-4/+142
* Reland 55888: Allow per-plugin content settings.bauerb@chromium.org2010-08-193-15/+34
* DevTools: complete migration to runtime properties started upstream.pfeldman@chromium.org2010-08-191-3/+4
* FBTF: Remove unneeded STL includes from src/chrome.viettrungluu@chromium.org2010-08-191-2/+1
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-192-2/+0
* Fix DEPS after moving SQLite code.phajdan.jr@chromium.org2010-08-191-1/+1
* Move bundled copy of sqlite one level deeper to better separate itphajdan.jr@chromium.org2010-08-181-1/+1
* Disable crashy RenderViewTest.OnHandleKeyboardEventphajdan.jr@chromium.org2010-08-181-1/+2
* Fixed race where GPU process rendered to invalid window handle.apatrick@chromium.org2010-08-181-1/+4
* Rename WebFileSystem to WebFileUtilities for corresponding WebKit API changes.kinuko@chromium.org2010-08-182-13/+13
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-185-0/+5
* Don't claim we would always block cookies, since there are always exceptions.jochen@chromium.org2010-08-182-10/+0
* FBTF: Header cleanup in chrome/common. Part 1.jhawkins@chromium.org2010-08-1710-8/+31
* Every time a new autofill suggestion was received we would hide the autofill ...jcivelli@chromium.org2010-08-171-5/+4
* Make dom_feature_extractor_unittest into a browser test.bryner@chromium.org2010-08-171-0/+5
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-24/+9
* Pepper2 Graphics3D implementation - browser side.neb@chromium.org2010-08-172-0/+234
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-171-4/+4
* Include ICU headers in a way that will also work with use_system_icu=1phajdan.jr@chromium.org2010-08-172-6/+8
* Reapplies all the IPC system work (reverts the revert r56272).erg@google.com2010-08-1711-1/+14
* Remove remaining deprecated wstring methods from base/values.{cc,h}.viettrungluu@chromium.org2010-08-171-4/+4
* media: use VideoDecodeEngine interface in gpu_video_decoder abstraction.jiesun@google.com2010-08-171-0/+3
* Forbid NaN and infinite numbers in extensions API type validator.skerner@chromium.org2010-08-171-0/+10
* DevTools: Support runtime property name/value pairs instead of feature names ...pfeldman@chromium.org2010-08-172-10/+27