summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Wires through didChangeScrollOffset so that it triggers saving contentsky@chromium.org2009-11-062-0/+5
* Turn LocalStorage on by default.jorlow@chromium.org2009-11-061-1/+1
* add some histograms to extensionserikkay@chromium.org2009-11-061-3/+15
* Update the find result index "(m of n)" whenever there is an active selection...johnnyg@chromium.org2009-11-061-1/+6
* For Siggi, from http://codereview.chromium.org/375002/showmad@chromium.org2009-11-061-3/+6
* Move the spellchecker to the renderer.estade@chromium.org2009-11-067-0/+933
* Added support for --worker-startup-dialog command line flag.atwilson@chromium.org2009-11-061-29/+1
* Fourth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+1
* Added support for --enable-shared-workersatwilson@chromium.org2009-11-051-0/+5
* 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