summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Move various runtime enabled features into a WebRuntimeFeatures class.darin@chromium.org2009-10-301-6/+8
* Implement the Extension History API, v 0.1.The first version is a weak wrappe...brg@chromium.com2009-10-301-2/+26
* Connect the various pieces for notifications... hook up NotificationUIManager...johnnyg@chromium.org2009-10-301-1/+1
* Change the extension.onRequest even to include the sender info.mpcomplete@chromium.org2009-10-291-5/+6
* Fix typo in Event.hasListener().aa@chromium.org2009-10-291-1/+1
* New event style for pageAction API.asargent@chromium.org2009-10-291-2/+6
* Random style fixes in the database backend.brettw@chromium.org2009-10-291-21/+21
* Try to force plugins to use software rendering until we can supportamanda@chromium.org2009-10-291-0/+10
* Convert ReplaceStringPlaceholders(std::string...) to take atony@chromium.org2009-10-291-5/+5
* DevTools: Implement raw cookies access for inspector.pfeldman@chromium.org2009-10-292-0/+41
* WebSocket support in chromium.ukai@chromium.org2009-10-295-4/+266
* DevTools: Remove base/ dependencies from glue/devtoolspfeldman@chromium.org2009-10-282-23/+28
* Limit chrome.(browser|page)Action.setIcon({imageData:...}) toaa@chromium.org2009-10-281-2/+14
* Rename getTabContentses to getExtensionTabs.aa@chromium.org2009-10-281-1/+6
* Log the PLT to the log file. This is a convenience formbelshe@google.com2009-10-272-0/+26
* Ensure that Helvetica, if installed, is used instead of Arial. This should be...avi@chromium.org2009-10-272-2/+2
* Don't scale up small browser action icons.finnur@chromium.org2009-10-261-8/+5
* Second attempt to swap processes on rel=noreferrer, target=blank links.creis@chromium.org2009-10-262-1/+41
* Refactor BrowserActions, and add support foraa@chromium.org2009-10-242-5/+8
* Fix premultiplication mismatch inaa@chromium.org2009-10-241-2/+3
* Implementing WebDatabaseObserver in the renderer process.dumi@chromium.org2009-10-244-0/+62
* Instructing V8 to disable the binding for the window.openDatabase()dumi@chromium.org2009-10-241-0/+3
* Move SearchableFormData over to the WebKit API.pkasting@chromium.org2009-10-232-16/+17
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-233-8/+8
* Submitting on behalf of jschuh@cevans@chromium.org2009-10-231-3/+3
* Introduce WebScriptController for script related methods.mhm@chromium.org2009-10-231-26/+38
* Implement extension.sendRequest, a simpler way to do messaging.mpcomplete@chromium.org2009-10-232-4/+66
* Adds support for the <keygen> tag for client certificate enrollmentwtc@chromium.org2009-10-232-0/+20
* Push the native canvas into the plugin implementation. On Windows, this meansbrettw@chromium.org2009-10-234-42/+80
* Allow <video> to read from a data URI. Data URI is now handledhclam@chromium.org2009-10-232-8/+14
* Fix renderer hang if plugin process crashes while initializing a plugin.jam@chromium.org2009-10-223-13/+20
* Reverting 29783.johnnyg@chromium.org2009-10-222-41/+1
* Swaps renderer processes on links with rel=noreferrer and target=_blank.creis@google.com2009-10-222-1/+41
* Add support for IMC handle passing in Chrome sandboxgregoryd@google.com2009-10-221-6/+6
* Introduce WebSecurityPolicy for security related methods.mhm@chromium.org2009-10-222-5/+9
* Revert 29747 - Switch over to the new way of enabling/disabling session/local...nsylvain@chromium.org2009-10-221-5/+0
* Switch over to the new way of enabling/disabling session/local storage.jorlow@chromium.org2009-10-221-0/+5
* Don't call chrome.initExtension if we already called it.mpcomplete@chromium.org2009-10-211-2/+4
* Trim unused members from SearchableFormData. Remove copies of WebCore functi...pkasting@chromium.org2009-10-211-1/+0
* Rename RenderViewHostDelegate::Autofill to RenderViewHostDelegate::FormFieldH...jhawkins@chromium.org2009-10-211-3/+3
* TBR: darinmhm@chromium.org2009-10-212-9/+5
* Introduce WebSecurityPolicy for security related methods.mhm@chromium.org2009-10-212-5/+9
* Enable WebSocket in test_shellukai@chromium.org2009-10-211-0/+11
* Make all pepper plugins default to windowless and transparent.sehr@google.com2009-10-201-0/+5
* Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d...jhawkins@chromium.org2009-10-201-9/+9
* Add WebFrameClient::cancelledError to avoid a dependency ondarin@chromium.org2009-10-202-18/+30
* Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate).viettrungluu@chromium.org2009-10-201-1/+1
* add enableWebSockets in WebKit APIukai@chromium.org2009-10-201-0/+3
* Implement chrome.browserAction.setIcon({path:...});aa@chromium.org2009-10-201-1/+25
* Switch to SendAndRunNestedMessageLoop in Mac printingstuartmorgan@chromium.org2009-10-191-6/+1