summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow the browser to send actions back to the render for media element contex...ajwong@chromium.org2009-07-232-0/+11
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-232-2/+4
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-231-10/+8
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-231-8/+10
* Fix liner errors due to duplicate symbols in the switches. These switchesbrettw@chromium.org2009-07-231-0/+1
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-231-10/+8
* One part of many for enabling DOM Storage.jorlow@chromium.org2009-07-232-1/+8
* Split the IPC code into ipc/agl@chromium.org2009-07-227-7/+7
* Linux: add support for tm_zone to localtime via the sandbox.agl@chromium.org2009-07-221-4/+6
* Make scrollbars and other controls tint/untint upon main window gainingthakis@chromium.org2009-07-227-0/+21
* Kill popups when scrolling.avi@chromium.org2009-07-221-0/+16
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@google.com2009-07-221-6/+0
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-211-8/+10
* Make GTK file dialog box modal for parent window, instead of for the entireestade@chromium.org2009-07-211-1/+6
* This change list improves IME support on Linux. Many corner cases that were notestade@chromium.org2009-07-212-180/+594
* Linux: pass users' font settings through to renderer.agl@chromium.org2009-07-212-4/+6
* Revert r21137 to fix Chromium mac valgrindhclam@chromium.org2009-07-211-0/+6
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@chromium.org2009-07-211-6/+0
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-201-10/+8
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-205-12/+45
* Linux sandbox: plumb timezone calls through the sandboxagl@chromium.org2009-07-201-0/+26
* remove accidentally committed debugging spewestade@chromium.org2009-07-171-1/+0
* GTK: Add some missing hotkeys.estade@chromium.org2009-07-171-2/+16
* More bad ipc message handling for RenderWidgetHostcpu@google.com2009-07-172-5/+18
* Implement SetSize for valid size requests.avi@chromium.org2009-07-171-6/+19
* Introduce WebLocalizedString and queryLocalizedString methodsdarin@chromium.org2009-07-171-4/+11
* Include output of "lsb_release -d" in crash reports.thestig@chromium.org2009-07-173-37/+41
* Begin implementation of the context menu for Video and Audio tags.ajwong@chromium.org2009-07-171-1/+1
* Change getLanguage to detectLanguage, and incorporate corresponding changes, ...sidchat@google.com2009-07-161-3/+4
* Blacklist API change for allowing multiple rule matchesidanan@chromium.org2009-07-162-8/+23