summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Prevents an old RenderViewHost from preempting a cross-site navigation once t...creis@chromium.org2009-11-072-17/+62
* Eighth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-0715-15/+48
* Make sure to fire menu items only once per key. Also, crash less.thakis@chromium.org2009-11-061-1/+6
* Send keypress() events for ctrl-key and cmd-key in addition to keydown().thakis@chromium.org2009-11-062-1/+27
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-4/+4
* Turn LocalStorage on by default.jorlow@chromium.org2009-11-061-4/+2
* Correctly route the notifications permission-request-complete callback to the...johnnyg@chromium.org2009-11-061-1/+2
* Move the spellchecker to the renderer.estade@chromium.org2009-11-062-0/+103
* Do not send input menu toggle events to the web.thakis@chromium.org2009-11-061-4/+46
* Don't leak orphan renderer processes. Don't leak RenderWidgetHosts associatedmark@chromium.org2009-11-061-0/+13
* Fourth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-5/+6
* Added support for --enable-shared-workersatwilson@chromium.org2009-11-051-0/+1
* Tell the RWH about the intial window size for drop down menus.tony@chromium.org2009-11-051-2/+4
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-052-10/+13
* Highlight node with mouse over it while selecting element to inspectapavlov@chromium.org2009-11-052-25/+1
* 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-1/+5
* Revert "Added beginnings of browser-process support for shared workers."atwilson@chromium.org2009-11-052-13/+10
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-052-10/+13
* Only send renderer resize messages for RWHV sizing caused bytony@chromium.org2009-11-041-12/+5
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-043-21/+19
* Continue to remove CHROME_FRAME_BUILD define from code that goes into chrome....robertshield@chromium.org2009-11-041-0/+3
* Implement cancel() API on a Notification object so that script can cancel or ...johnnyg@chromium.org2009-11-042-0/+10
* Implement websocket throttling.ukai@chromium.org2009-11-041-0/+2
* Add support for getting the real process id from within the suid sandbox. The...thestig@chromium.org2009-11-042-17/+80
* Revert 30938 - Add support for getting the real process id from within the su...thestig@chromium.org2009-11-042-80/+17
* Add support for getting the real process id from within the suid sandbox. The...thestig@chromium.org2009-11-042-17/+80
* Fix valgrind error in SocketStreamDispatcherHostukai@chromium.org2009-11-041-1/+1
* Add first class support for user scripts.aa@chromium.org2009-11-041-0/+5
* Changes session restore to use a normal load rather than preferringsky@chromium.org2009-11-031-1/+1
* Use ChromeThread::DeleteOnIOThread in a few places where an object must be de...jam@chromium.org2009-11-035-45/+28
* Last patch in removing MessageLoop* caching.jam@chromium.org2009-11-037-87/+57
* Add the plumbing and test code for plugins opening files from the sandbox. Thisbrettw@chromium.org2009-11-032-2/+23
* Fifth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-031-3/+3
* Re-landing of r30726, which was reverted as a possible cause of chromeos buil...estade@chromium.org2009-11-021-1/+17
* Fix a memory bug in the new ResizeThenCrash test.creis@chromium.org2009-11-021-2/+3
* Fourth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-023-25/+35
* Sixth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-024-46/+42
* Revert "Handle GTK enter and leave notification events and pass them to WebKi...rafaelw@chromium.org2009-11-021-17/+1
* Handle GTK enter and leave notification events and pass them to WebKit as estade@chromium.org2009-11-021-1/+17
* Fixes reloading after a background tab crashes.creis@chromium.org2009-11-023-1/+34
* DevTools: support cross-navigation instrumentation.pfeldman@chromium.org2009-11-022-0/+11
* Add the ability for objects which derive from RefCountedThreadSafe to specify...jam@chromium.org2009-11-025-274/+37
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-0210-86/+83
* DeferredAutoreleasePool didn't work on Snow Leopard.mark@chromium.org2009-10-311-5/+15
* Change notification cmd line enabling to use the new RuntimeEnabledFeatures c...johnnyg@chromium.org2009-10-311-0/+1
* Cleans up our autorelease handling so that we don't create a layered dmaclach@chromium.org2009-10-301-6/+1
* The fix for bug 24248 did not fully bullet-proof the RenderWidgetHostViewWinjcampan@chromium.org2009-10-301-0/+12
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-1/+1
* Random style fixes in the database backend.brettw@chromium.org2009-10-291-5/+5