summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Upstreaming WebKit.gypyaar@chromium.org2009-11-1247-132/+132
* WebKit roll 50756:50820.japhet@chromium.org2009-11-111-2/+0
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-116-11/+13
* Adds a 'V8' column to task manager to track amount of memory in JavaScript heapjamesr@chromium.org2009-11-112-0/+11
* Rework painting to be something that will actually work. This allows plugins tobrettw@chromium.org2009-11-112-19/+87
* Fix partial updates of transparent plugin backgrounds on Macstuartmorgan@chromium.org2009-11-101-5/+8
* Adds an options menu to the frame of the desktop notification, for now with t...johnnyg@chromium.org2009-11-101-2/+2
* Mark RenderViewTest.OnHandleKeyboardEvent as flaky.willchan@chromium.org2009-11-091-1/+1
* Changed SharedWorkerScriptLoader and WebSharedWorkerProxy to stay alive until...atwilson@chromium.org2009-11-093-3/+23
* Amit, please review everything.ananta@chromium.org2009-11-071-1/+1
* Allow the seccomp sandbox to be enabled, even if the suid sandbox hasmarkus@chromium.org2009-11-071-1/+4
* Move PasswordAutocompleteListener into the WebKit API (AGAIN)yaar@chromium.org2009-11-072-8/+8
* Change application cache cmd line enabling to use the new RuntimeEnabledFeatu...jennb@chromium.org2009-11-071-0/+3
* 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