summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Added functions to the Pepper interface to allow plugins to participate in th...sanjeevr@chromium.org2010-03-112-0/+219
* Make sure Core Animation plugins get initial geometrystuartmorgan@chromium.org2010-03-111-0/+12
* Allow users to close the find session and activate the current link via ctrl-...estade@chromium.org2010-03-112-2/+17
* Move devtool resources from webkit_resources.grd to an upstream grd file.tony@chromium.org2010-03-111-1/+1
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...pinkerton@chromium.org2010-03-102-7/+30
* Revert 41158 - Implement the CoreAnimation drawing model for plugins, sharing...pinkerton@chromium.org2010-03-102-30/+7
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...pinkerton@chromium.org2010-03-102-7/+30
* More dependency breaking. webkit shouldn't depend on chrome or ipc.tony@chromium.org2010-03-101-0/+1
* Add #include <string.h> so that the 64-bit nacl-g++ compiler has a definitiondspringer@google.com2010-03-101-0/+3
* More code cleanups found by -Wextra.evan@chromium.org2010-03-091-1/+1
* Don't send form data that is marked autocomplete off to the browser.jcampan@chromium.org2010-03-091-0/+120
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-092-4/+4
* Use the WebViewClient* passed in from the StorageAreaProxy instead of usingjorlow@chromium.org2010-03-092-12/+13
* Synchronous XHR should only pump events if we are going to show a cookiedarin@chromium.org2010-03-095-58/+64
* Notify MSAA clients when a state change notification is received. ctguil@chromium.org2010-03-092-0/+27
* Remove unnecessary anonymous namespace according to agl's suggestion.suzhe@chromium.org2010-03-091-4/+0
* BSD port: Another chunk of chrome/ ifdef changespvalchev@google.com2010-03-091-5/+5
* fix posix build errorsjam@chromium.org2010-03-091-1/+1
* Add theming API to Pepper. For now, this only handles scrollbars.jam@chromium.org2010-03-083-6/+214
* chrome 6: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-082-1/+3
* Fixing ARM build. ARM cannot compile code in src/gpu/ directory.apatrick@chromium.org2010-03-081-1/+4
* GGL library is a variant of the WGL, EGL and PGL libraries.apatrick@chromium.org2010-03-082-0/+335
* chrome 1: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+1
* Revert 40920 - Use the WebViewClient* passed in from the StorageAreaProxy ins...jorlow@chromium.org2010-03-082-13/+12
* Use the WebViewClient* passed in from the StorageAreaProxy instead of usingjorlow@chromium.org2010-03-082-12/+13
* Remove unnecessary braces.jochen@chromium.org2010-03-081-2/+1
* Fix issue 27927: linux hang in RenderViewTest.ImeComposition.suzhe@chromium.org2010-03-081-5/+4
* Tighten down OS X sandbox a bit.jeremy@chromium.org2010-03-071-5/+5
* Fix bustage from pepper flush fix by commenting out the new test on Mac.brettw@chromium.org2010-03-061-0/+4
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-0619-220/+670
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-0510-30/+293
* Switch to using the CookieMessageFilter when pumping messages for StorageArea...jorlow@chromium.org2010-03-051-2/+3
* When --no-referrers is given, also remove Referer header on WebKit side of th...jochen@chromium.org2010-03-051-0/+3
* checksum computation that returns the least significant 32-bits of the 128-bi...abetul@google.com2010-03-041-0/+14
* Add support for running the NaCl plugin in the Linux SUID sandboxagl@chromium.org2010-03-042-6/+23
* Avoid having every frame of a multipart response create a newtony@chromium.org2010-03-041-1/+2
* Revert "Avoid having every frame of a multipart response create a"tony@chromium.org2010-03-041-2/+1
* Avoid having every frame of a multipart response create atony@chromium.org2010-03-041-1/+2
* Only show the blocked plug-in UI when we actually fail to instantiate aabarth@chromium.org2010-03-042-5/+6
* Based on crash data, it seems that frameForCurrentContext can return null indarin@chromium.org2010-03-041-4/+6
* Correct a mistake I made on a previous submission by commenting out an import...johnnyg@chromium.org2010-03-031-1/+1
* Added a null pointer check for the repaintCallback of the 3D API.sehr@google.com2010-03-031-1/+2
* Allow extension popups to shrink in single process mode.skerner@chromium.org2010-03-031-3/+2
* Add unit test that uses V8's JSON.parse() to read extension_api.json .skerner@chromium.org2010-03-031-0/+135
* Renames route_id to render_view_idbulach@chromium.org2010-03-031-1/+1
* Update WebKit to r55424. Rebaseline fast/dom/DOMException/prototype-object.html kasperl@google.com2010-03-031-0/+3
* Revert 40491 - Fix Windows build. I forgot to update the class name for Windo...brettw@chromium.org2010-03-031-2/+2
* Revert 40492 - Fix Windows build again, I forgot to fix the other call in thi...brettw@chromium.org2010-03-031-1/+1
* Revert 40493 - Fix Windows build by no longer usin gstdint. My previous patch...brettw@chromium.org2010-03-031-2/+3
* Revert 40490 - Make the pepper 2D flush callback actually function as adverti...brettw@chromium.org2010-03-0319-582/+438