summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* linux: new socket/plug code for windowed pluginspiman@chromium.org2009-08-251-0/+11
* Implement a read-size throttle within the TCP socket.mbelshe@google.com2009-08-251-0/+10
* Implement granular cross-origin XHR for extensions.aa@chromium.org2009-08-231-4/+1
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-211-1/+2
* Change WebCanvas to be a CGContext on Mac.darin@chromium.org2009-08-191-1/+2
* We need to initialize last_top_level_navigation_page_id_ in the constructor o...ananta@chromium.org2009-08-181-0/+1
* Remove webview's dependency on webpreferences.jorlow@chromium.org2009-08-171-10/+12
* Remove WebFrame::selectAll and WebFrame::clearSelection in favor of havingdarin@chromium.org2009-08-141-4/+6
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-141-0/+17
* Address bug 12392 by only updating the PRIMARY selection if we are currentlyestade@chromium.org2009-08-131-0/+2
* Add some helper methods for constructing a WebCString from UTF16 input,darin@chromium.org2009-08-111-1/+1
* If URL requests are to be routed through the external host, the ExternalTabCo...ananta@chromium.org2009-08-101-0/+1
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-117/+143
* Add a new net::Error value: ERR_CONNECTION_TIMED_OUT.willchan@chromium.org2009-08-071-3/+2
* Move ClosePage method to WebView.darin@chromium.org2009-08-061-1/+1
* When the plugin crashes, cleanup references to its window in the renderer.piman@chromium.org2009-08-061-0/+4
* Fix a bunch of layout tests related to dumpResourceLoadCallbacks.darin@chromium.org2009-08-061-1/+2
* Move alternate 404 error page loading out of WebFrame and into RenderView.darin@chromium.org2009-08-041-14/+94
* Delay loading of ExtensionHosts until the background page is ready.mpcomplete@chromium.org2009-08-031-1/+8
* Move alternate error page loading out of WebFrame.darin@chromium.org2009-08-021-29/+88
* Add renderer histograms for late binding of sockets.willchan@chromium.org2009-08-021-0/+22
* This CL fixes issue 17468: Regression: Directionality marks should not be ins...xji@chromium.org2009-07-291-2/+5
* Navigation and cookies for Automationamit@chromium.org2009-07-281-6/+25
* Fix a race condition where rapid back/forward clicks could close a tabbrettw@chromium.org2009-07-241-6/+4
* Linux: splice together RendererPreferences and SkFontHostagl@chromium.org2009-07-241-3/+1
* Allow the browser to send actions back to the render for media element contex...ajwong@chromium.org2009-07-231-2/+13
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-231-8/+0
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-231-0/+8
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-231-8/+0
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-221-3/+3
* Make scrollbars and other controls tint/untint upon main window gainingthakis@chromium.org2009-07-221-0/+6
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-211-0/+8
* Linux: pass users' font settings through to renderer.agl@chromium.org2009-07-211-0/+3
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-201-8/+0
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-2/+10
* Begin implementation of the context menu for Video and Audio tags.ajwong@chromium.org2009-07-171-2/+4
* Print only the focused frame. This makes more sense than trying to print all...sverrir@chromium.org2009-07-161-3/+13
* Reverting 20855.darin@chromium.org2009-07-161-23/+32
* Reverting 20854.darin@chromium.org2009-07-161-32/+23
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-23/+32
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-151-2/+3
* Reverting 20683.jorlow@chromium.org2009-07-141-3/+2
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-141-2/+3
* Chrome-side of fixes for content-script messaging.mpcomplete@chromium.org2009-07-141-2/+6
* Make workers functional on OSX and Linux.levin@chromium.org2009-07-141-6/+0
* Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,darin@chromium.org2009-07-141-0/+10
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-141-1/+2
* DevTools: allow reload while on a breakpoint: detach agent on navigation atte...pfeldman@chromium.org2009-07-131-0/+3
* Wire up windowless plugins. Mostly Mac related, some crossamanda@chromium.org2009-07-111-8/+5
* Disk cache: Generate total-load-time histograms from thervargas@google.com2009-07-111-0/+16