summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
...
* Initial WebSharedWorkerImpl implementationatwilson@chromium.org2009-11-056-14/+38
* Cleans up our autorelease pool handling by making sure that an autorelease po...dmaclach@chromium.org2009-11-051-7/+8
* Makes it so that we sync changes in content state more often for selected tab...sky@chromium.org2009-11-055-27/+54
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-056-41/+33
* TBR: mark@chromium.orgjeremy@chromium.org2009-11-051-4/+6
* TBR:markjeremy@chromium.org2009-11-051-6/+4
* Sandbox Worker process on the Mac.jeremy@chromium.org2009-11-051-4/+6
* Highlight node with mouse over it while selecting element to inspectapavlov@chromium.org2009-11-052-7/+0
* Enable WebSockets by defaultukai@chromium.org2009-11-051-1/+1
* Switch over to the new way of enabling/disabling session/local storage. jorlow@chromium.org2009-11-051-0/+5
* Enable the URL portion of storage events. This is mostly just plumbing + a h...jorlow@chromium.org2009-11-055-17/+21
* Revert "Added beginnings of browser-process support for shared workers."atwilson@chromium.org2009-11-056-33/+41
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-056-41/+33
* Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver.scherkus@chromium.org2009-11-054-2/+169
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-045-29/+21
* Implement cancel() API on a Notification object so that script can cancel or ...johnnyg@chromium.org2009-11-041-2/+2
* Introduce WebAccessibilityControllerImpl.dglazkov@chromium.org2009-11-042-18/+29
* Only enable the seccomp sandbox, if the machine actually has kernel support formarkus@chromium.org2009-11-041-1/+2
* First half of http://codereview.chromium.org/274014/showjorlow@chromium.org2009-11-044-10/+26
* Add default implementations for WebViewClient and WebWidgetClientdarin@chromium.org2009-11-044-193/+1
* Add first class support for user scripts.aa@chromium.org2009-11-043-24/+18
* Fixes bug introduced during merging.sky@chromium.org2009-11-041-1/+1
* Changes session restore to use a normal load rather than preferringsky@chromium.org2009-11-032-3/+49
* Clean up extension message port data in the renderer.mpcomplete@chromium.org2009-11-031-3/+18
* Eliminate WebViewImpl's dependency on WebDevToolsAgentImpl.darin@chromium.org2009-11-033-10/+4
* Fix autofill popups not closing when there are no suggestions. We have to cal...avi@chromium.org2009-11-031-1/+1
* Add the plumbing and test code for plugins opening files from the sandbox. Thisbrettw@chromium.org2009-11-032-1/+34
* Chrome changes to extract the code from V8Proxy that special-casesdarin@chromium.org2009-11-033-10/+27
* Re-commit "Add new user script injection point:aa@chromium.org2009-11-035-22/+177
* Revert r30784aa@chromium.org2009-11-035-177/+22
* Add new user script injection point "document_idle" and make it the default.aa@chromium.org2009-11-035-22/+177
* Submitting change from http://codereview.chromium.org/276029/showmad@chromium.org2009-11-032-14/+171
* Avoid a CHECK when the modal_loop_pump_messages_event handle comes in as NULL...jam@chromium.org2009-11-021-0/+5
* Conditionally added pepper_test_plugin.gyp as all.gyp dependency based on whe...apatrick@google.com2009-11-021-0/+4
* Purge memory for DBs in the renderer process.pkasting@chromium.org2009-11-021-5/+15
* Remove WebCore dependency from accessibility_controller.dglazkov@chromium.org2009-11-021-1/+0
* DevTools: support cross-navigation instrumentation.pfeldman@chromium.org2009-11-022-10/+28
* To facilitate apatrick's work on the 3D renderer for Pepper,sehr@google.com2009-10-312-8/+10
* linux: Fix build on Karmicjoel@chromium.org2009-10-311-1/+3
* Change notification cmd line enabling to use the new RuntimeEnabledFeatures c...johnnyg@chromium.org2009-10-311-0/+6
* Show status bubble for links that have keyboard focus. estade@chromium.org2009-10-303-4/+26
* Initial pass of shared workers renderer-side codeatwilson@chromium.org2009-10-3010-74/+348
* 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