summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Refactor IDMap to support safe removing of elements during iteration.phajdan.jr@chromium.org2009-08-176-41/+35
* Fix crash that could happen on shutdown if the ResourceMessageFilter tried to...jam@chromium.org2009-08-173-20/+48
* Fix reliability bot crashes after moving plugin loading to file thread.jam@chromium.org2009-08-152-5/+33
* Change breakpads on the helper processes to keep our rimZ clean.mark@chromium.org2009-08-151-7/+2
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-157-84/+176
* Reverting 23420. It caused a reliability regression.maruel@chromium.org2009-08-147-176/+84
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-143-1/+18
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-147-84/+176
* Linux: fix up use_system_{libxml,libxslt,sqlite3}agl@chromium.org2009-08-131-1/+6
* Implement http auth login dialog for OS X.thakis@chromium.org2009-08-131-3/+1
* Move IDMap from base/ to common/phajdan.jr@chromium.org2009-08-121-1/+1
* Initial version of the Seccomp sandbox. Imported from http://code.google.com/...markus@chromium.org2009-08-111-0/+1
* Revert 23064 - Ensure we don't load plugins on the IO threadsgk@google.com2009-08-117-159/+77
* Ensure we don't load plugins on the IO threadjam@chromium.org2009-08-117-77/+159
* AudioRendererHost send ViewMsg_AudioStreamStatehclam@chromium.org2009-08-113-48/+59
* Linux: Make SandboxIPCProcess not be a WebKitClientagl@chromium.org2009-08-111-112/+8
* Blocked Resource Responsesidanan@chromium.org2009-08-111-11/+45
* Re-commit r22981 after backout at r22992. Contains fixes to relocatemark@chromium.org2009-08-111-18/+6
* Cleanup GtkIMContext related code by splitting it into separated source file.suzhe@chromium.org2009-08-114-569/+665
* Back out r22981, it may have caused Windows test failures.mark@chromium.org2009-08-111-6/+18
* Provide a separate app bundle for subprocesses like the renderer on the Mac.mark@chromium.org2009-08-111-18/+6
* Make mouse cursor temporarily hide on keyboard input.thakis@chromium.org2009-08-101-0/+12
* Rework visited link updating mechanism to be more robust.dglazkov@chromium.org2009-08-102-23/+39
* Ensure that we never call into WebCore::Page static methods when Page constru...dglazkov@chromium.org2009-08-057-1/+21
* This CL is doing a bunch of Misc work to make LocalStorage data persist.jorlow@chromium.org2009-08-051-5/+20
* Disable input events when a JS dialog is showing.tc@google.com2009-08-044-1/+31
* Fix valgrind warning.jam@chromium.org2009-08-042-3/+7
* Cross-process Message Port implementation.jam@chromium.org2009-08-043-24/+29
* Delay loading of ExtensionHosts until the background page is ready.mpcomplete@chromium.org2009-08-033-0/+11
* Implement the NSTextInput protocol.hbono@chromium.org2009-08-032-2/+303
* CHECK that IOBuffer::data_ in AsyncResourceHandler is not NULL before caching...willchan@chromium.org2009-07-311-0/+2
* Remove a NOTREACHED() in plugin code that can be reached.phajdan.jr@chromium.org2009-07-301-2/+2
* GTK: render view: grab focus *before* forwarding mouse event to renderer.estade@chromium.org2009-07-301-3/+4
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-3020-76/+166
* Properly destroy popups when their parent views are told to destroy.avi@chromium.org2009-07-301-15/+38
* Move mock url request classes to a location when browser tests will be able t...phajdan.jr@chromium.org2009-07-301-2/+2
* This CL fixes issue 17468: Regression: Directionality marks should not be ins...xji@chromium.org2009-07-292-3/+34
* Add CHECKs to the ResourceHandler derived classes to see which is returning a...willchan@chromium.org2009-07-299-16/+51
* Fix a BAD_OVERRIDE defect reported by Coverity. Removewtc@chromium.org2009-07-281-1/+0
* Moved the logical dependency on Blacklist from URLRequestContextidanan@chromium.org2009-07-282-5/+9
* linux: make --single-process work again for pluginsevan@chromium.org2009-07-281-2/+9
* Navigation and cookies for Automationamit@chromium.org2009-07-281-1/+0
* Fixes a warning: 'this' in initializer list.dumi@chromium.org2009-07-271-2/+2
* Adding HTML5 DB support to Chromium: Chromium changesdumi@chromium.org2009-07-276-1/+376
* Re-landing r21673 without re-enabling the BrowserTest, which apparently isbrettw@chromium.org2009-07-273-9/+39
* Revert of r21673 - which caused browser_test failure in ChromeURLAfterDownload.robertshield@chromium.org2009-07-274-40/+11
* Make downloads not prevent tabs from closing.brettw@chromium.org2009-07-274-11/+40
* Return Error Status Upon Blocking Requestsidanan@chromium.org2009-07-241-2/+27
* Fix a race condition where rapid back/forward clicks could close a tabbrettw@chromium.org2009-07-2411-91/+108
* The final CL for plumbing DOM Storage.jorlow@chromium.org2009-07-241-0/+8