summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Implement IndexedDatabase::open up until re-entrance into WebKit. That (and thejorlow@chromium.org2010-05-1410-2/+275
* Add support for registering new-style pepper plugins on the command line.darin@chromium.org2010-05-144-7/+98
* Fix the problem that FileReader does not work on Mac/Linux. The fixjianli@chromium.org2010-05-141-6/+4
* Stop the browser from scrolling the View contents when gpu accelerated compos...vangelis@chromium.org2010-05-141-2/+9
* Do right-alignment of popups when WebKit indicates to do so.avi@chromium.org2010-05-131-0/+1
* Adding a method to RendererWebKitClientImpl to create a GLES2Context.vangelis@chromium.org2010-05-132-0/+11
* Switch plugin backing store to local memory on non-Windows platformsstuartmorgan@chromium.org2010-05-132-20/+56
* AutoFill label scraping nested table contents.dhollowa@chromium.org2010-05-132-20/+116
* Fix Print Selection.viettrungluu@chromium.org2010-05-132-6/+5
* Add code to engage new Pepper API behind a preprocessor macro.darin@chromium.org2010-05-133-2/+22
* Ensure all stats are initialized when calculated Page Load Timesjar@chromium.org2010-05-121-8/+22
* Disable ExtensionAPIClientTest.GetAllWindows as it flakily crashes.jhawkins@chromium.org2010-05-121-1/+2
* Add update and removeAll functions to extensions context menu APIasargent@chromium.org2010-05-121-10/+16
* Disallow display of multiple experimental.extension.popup(...) windows ericdingle@google.com2010-05-122-2/+3
* Clean up old method signature of WebViewClient::createView.rafaelw@chromium.org2010-05-122-9/+0
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-124-13/+13
* Pass quota parameter to WebStorageNamespace::createSessionStorageNamespace().satish@chromium.org2010-05-122-3/+4
* Disable ExtensionAPIClientTest.GetCurrentWindow, it's crashy.bauerb@chromium.org2010-05-121-3/+3
* Implement a version of WebPlugin for Pepper to bypass the current NPAPIbrettw@chromium.org2010-05-121-1/+4
* Remove the dirfd parameter from all Chromium code. The POSIX VFSdumi@chromium.org2010-05-122-6/+3
* fix another typojam@chromium.org2010-05-121-1/+1
* fix typojam@chromium.org2010-05-121-1/+1
* Fix Mac buildbreakjam@chromium.org2010-05-121-0/+3
* Update the Pepper scrollbar widget to use the new WebKit Scrollbar interface.jam@chromium.org2010-05-126-1202/+225
* Cleanup some deprecated webkit api usage now that we've rolled the new api in...michaeln@chromium.org2010-05-121-8/+0
* Bummer: Re-disabling ExtensionAPIClientTest.GetLastFocusedWindow again becausejhawkins@chromium.org2010-05-121-1/+2
* TTF: Mark ExtensionAPIClientTest.GetLastFocusedWindow as flaky instead of dis...jhawkins@chromium.org2010-05-111-2/+2
* Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-113-52/+15
* Disable BrowserTest.ThirtyFourTabs on Mac.bauerb@chromium.org2010-05-111-0/+1
* Disable ExtensionApiJsonValidityTest.WithV8 under windows.bauerb@chromium.org2010-05-111-1/+7
* Reduce header dependencies in chrome/phajdan.jr@chromium.org2010-05-111-1/+1
* Linux: fix compilation error with gcc 4.5.craig.schlenter@chromium.org2010-05-111-1/+1
* Revert 46842 - Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-103-15/+52
* Reimplement accessibility of web content by caching the entire dmazzoni@chromium.org2010-05-103-52/+15
* Unfork most of the PrintWebViewHelper code between Mac and Windows.stuartmorgan@chromium.org2010-05-104-325/+172
* Close popup windows on zoomin/zoomout events.jeremy@chromium.org2010-05-091-0/+1
* Replace #if 0 used to disable test, the DISABLED_ and FLAKY_phajdan.jr@chromium.org2010-05-081-7/+4
* Partially implement the new pepper API in Chrome. This is not actually hookedbrettw@chromium.org2010-05-072-0/+105
* Add parameters to CreateWidget Pepper API so we can specify whether a scrollb...jam@chromium.org2010-05-073-6/+10
* One more to remove!darin@chromium.org2010-05-071-3/+2
* Allow stand-alone extension views (e.g. browser action pop-ups) to reload joi@chromium.org2010-05-072-14/+20
* Switch over to non-deprecated methods.darin@chromium.org2010-05-072-25/+17
* fix linux build error second tryjam@chromium.org2010-05-071-2/+2
* fix linux build errorjam@chromium.org2010-05-071-2/+2
* Add new widget API to Pepper to replace the old theming API. The implementat...jam@chromium.org2010-05-0710-211/+1530
* Adding a new IPC message to notify the browser process when a render widget i...vangelis@chromium.org2010-05-072-1/+20
* Reland r46600 with a test fix for Win.jhawkins@chromium.org2010-05-072-3/+94
* Revert 46567 - Reimplement accessibility of web content by caching the entire zork@chromium.org2010-05-073-15/+52
* Revert 46592 - Disallow display of multiple experimental.extension.popup(...)...zork@chromium.org2010-05-062-3/+2
* Add Chromium side implementation for WebFileSystem interface in WebKit.jianli@chromium.org2010-05-062-27/+68