summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.h
Commit message (Expand)AuthorAgeFilesLines
* Negative scroll offsets are valid (and expected with RTL pages) yet gfx::Size...avi@chromium.org2011-02-151-1/+1
* Move SearchBox code out of RenderView.jam@chromium.org2011-02-141-20/+5
* WebUI: Get rid of more references to DOMUI in the rest of the directories.tfarina@chromium.org2011-02-131-1/+1
* Move printing code out of RenderView.jam@chromium.org2011-02-111-20/+5
* gtk: Improve fullscreen RenderWidgetHostViewGtk.derat@chromium.org2011-02-111-2/+0
* Don't include render_message_params.h from headers.jam@chromium.org2011-02-101-2/+8
* Remove includes of message headers in headers.jam@chromium.org2011-02-091-1/+2
* Add debug logging for mixed scripting.agl@chromium.org2011-02-081-8/+0
* Make RenderView not have to know about how PhishingClassifierDelegate.jam@chromium.org2011-02-071-15/+0
* Mac: Enable "Check Spelling While Typing" in Edit menusail@chromium.org2011-02-031-0/+7
* Revert 73641 - Mac: Enable "Check Spelling While Typing" in Edit menusail@chromium.org2011-02-031-7/+0
* Mac: Enable "Check Spelling While Typing" in Edit menusail@chromium.org2011-02-031-0/+7
* WebUI: Rename DOMUIBindings to WebUIBindings.tfarina@chromium.org2011-02-031-3/+3
* WebUI: Change all references from "DOM UI" to "Web UI".tfarina@chromium.org2011-02-021-2/+2
* Make TranslateHelper be a RenderViewObserver so that RenderView doesn't have ...jam@chromium.org2011-02-021-18/+0
* Pepper/Flapper: First pass at context menu implementation.viettrungluu@chromium.org2011-01-311-2/+6
* Revert 72570 - Mac: Enable "Check Spelling While Typing" in Edit menusail@chromium.org2011-01-261-7/+0
* Mac: Enable "Check Spelling While Typing" in Edit menusail@chromium.org2011-01-261-0/+7
* Update Mac plugin IME handling to match updated specstuartmorgan@chromium.org2011-01-211-3/+6
* Generate thumbnails in the browser process.satorux@chromium.org2011-01-211-0/+1
* Cleanup: Merge common code in RenderView::OnPrintPages and RenderView::OnPrin...thestig@chromium.org2011-01-211-0/+3
* Don't load plugins on prerendered pages until the pages are displayed.mmenke@chromium.org2011-01-201-1/+3
* Add another didRunInsecureContent method.agl@chromium.org2011-01-201-1/+11
* Make BlockedPlugin implement RenderViewObserver so that RenderView doesn't ha...jam@chromium.org2011-01-181-20/+0
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-9/+9
* Remove obsolete WebViewClient::createView method.jochen@chromium.org2011-01-151-5/+0
* Allow printing/saving a plugin through right click menu, even if it's in a fr...jam@chromium.org2011-01-151-1/+10
* Introduce RenderView::Observer interface so that RenderView doesn't have to k...jam@chromium.org2011-01-151-90/+37
* Makes chrome pass down the length of text as the end of thesky@chromium.org2011-01-141-1/+4
* Use the new WebViewClient::createView signature.jochen@chromium.org2011-01-141-0/+6
* Tag a couple of functions with OVERRIDEagl@chromium.org2011-01-131-2/+3
* Switch BlockedPlugins from using notifications to having themmenke@chromium.org2011-01-111-0/+7
* Make RenderView implement WebAutoFillClient, in preparation of making WebKit ...jam@chromium.org2011-01-101-19/+26
* Add options to enable stressing of the V8 crankshaft optimizations when runni...sgjesse@google.com2011-01-101-0/+1
* Private Pepper extension for Flapper to allow TCP connections to be madeviettrungluu@chromium.org2011-01-071-5/+11
* Remove legacy non-client-based geolocation code.jknotten@chromium.org2011-01-061-8/+1
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2011-01-051-1/+2
* Make class declarations ABI compatible, irrespective of ENABLE_CLIENT_BASED_G...jknotten@chromium.org2010-12-311-5/+4
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+1
* Add an additional level of optimization for PPAPI plugins to paint withoutbrettw@chromium.org2010-12-221-1/+1
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-9/+12
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-12/+9
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-201-9/+12
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-201-12/+9
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-9/+12
* Revert 69511 - Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-171-1/+1
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-171-1/+1
* Change the "Disable outdated plug-ins" lab to block them instead.bauerb@chromium.org2010-12-161-2/+4
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-8/+13
* Plumbing load progress notifications to the browser.jcivelli@chromium.org2010-12-151-0/+9