summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Move RenderView to content. I've added a new method to ContentRendererClient...jam@chromium.org2011-03-181-5450/+0
* Allow the embedder to try to create a plugin first. Also get the html error ...jam@chromium.org2011-03-181-173/+10
* Move render_widget files to content.jam@chromium.org2011-03-181-2/+2
* Printing: Simplify window.print() blocking code.thestig@chromium.org2011-03-181-2/+0
* Move the renderer_web* files to content.jam@chromium.org2011-03-181-2/+2
* Move a bunch more random files from chrome\renderer to content\renderer.jam@chromium.org2011-03-181-3/+3
* Move a bunch of gpu/worker/plugin renderer code to content. I temporarily di...jam@chromium.org2011-03-171-5/+5
* Minor OOL nit: remove a template that was only used once in syncable.h and OO...erg@google.com2011-03-171-0/+1
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-171-1/+1
* Move a bunch of html5 renderer code to content.jam@chromium.org2011-03-161-5/+5
* Move all the message files in chrome that belong in content.jam@chromium.org2011-03-161-2/+2
* Move core renderer subdirectories to content.jam@chromium.org2011-03-161-4/+4
* fav icon -> favicon. Pass 8: content/avi@chromium.org2011-03-151-7/+7
* fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSizeavi@chromium.org2011-03-151-1/+1
* Move AppCache common code to content and split off AppCache messages into the...jam@chromium.org2011-03-141-1/+1
* Move database files from chrome\commmon to content\common, in preparation for...jam@chromium.org2011-03-131-1/+1
* Remove Gears from Chrome.aa@chromium.org2011-03-111-18/+1
* Printing: Further cleanup of PrintWebViewHelper. PrintWebViewHelper inherentl...thestig@chromium.org2011-03-111-6/+2
* Move the clipboard messages to their own message filter.dcheng@chromium.org2011-03-101-1/+2
* Deleted WebPluginDelegatePepper and everything dependent on it.apatrick@chromium.org2011-03-101-90/+4
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-1/+1
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-081-2/+2
* autofill: Rename AutoFillManager to AutofillManager.tfarina@chromium.org2011-03-051-7/+7
* Move socket stream messages to content, in preparation for moving its dispatc...jam@chromium.org2011-03-051-2/+3
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-041-0/+7
* Take out the is_content_filtered bool that gets passed around betwen renderer...jam@chromium.org2011-03-041-1/+0
* P2P sockets IPC dispatcher for the renderer side.sergeyu@chromium.org2011-03-031-0/+7
* Duplicate tab does not work for POST pages.pfeldman@chromium.org2011-02-251-0/+10
* Propagate was_fetched_via_proxy to ViewHostMsg_FrameNavigate. We'll use thisbryner@chromium.org2011-02-251-0/+1
* The RenderView currently only updates the navigation statemmenke@chromium.org2011-02-241-27/+22
* Only display Link Doctor page on 404 errors with no body.mmenke@chromium.org2011-02-241-57/+23
* Don't warn about outdated disabled plugins.bauerb@chromium.org2011-02-241-3/+2
* PPB_Flash cleanup part 1: move the net connector stuff to its own files.viettrungluu@chromium.org2011-02-231-1/+1
* Initialize the minimum timer interval upon RenderView construction,kbr@chromium.org2011-02-231-0/+3
* Adds navigator.registerProtocolHandler.tony@chromium.org2011-02-231-0/+16
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-0/+2
* Integrating Mac OS Grammar checker into Chromium.morrita@chromium.org2011-02-221-0/+15
* Set the minimum timer interval on a per-page basis, and adjust it whenkbr@google.com2011-02-181-2/+15
* Fix for not delay loading plugins in subframes when prerendering.mmenke@chromium.org2011-02-161-3/+4
* Grab additional malware details from the renderer: frame hierarchy, list of s...panayiotis@google.com2011-02-161-0/+4
* Add a histogram to track application launches by type. Unfortunately, this un...jstritar@chromium.org2011-02-161-0/+12
* Negative scroll offsets are valid (and expected with RTL pages) yet gfx::Size...avi@chromium.org2011-02-151-2/+2
* Remove frame_origin and main_frame_origin from network requests.abarth@chromium.org2011-02-151-2/+0
* WebUI: Get rid of more references to dom_ui and DOM_UI.tfarina@chromium.org2011-02-151-3/+3
* Move SearchBox code out of RenderView.jam@chromium.org2011-02-141-63/+3
* Add histograms for prerendering to the renderer process, second try. mmenke@chromium.org2011-02-131-1/+6
* WebUI: Get rid of more references to DOMUI in the rest of the directories.tfarina@chromium.org2011-02-131-2/+2
* WebUI: Get rid of references to DOMUI in comments. The last part.tfarina@chromium.org2011-02-121-1/+1
* Move printing code out of RenderView.jam@chromium.org2011-02-111-61/+4
* gtk: Improve fullscreen RenderWidgetHostViewGtk.derat@chromium.org2011-02-111-7/+0