summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't include render_message_params.h from headers.jam@chromium.org2011-02-101-7/+8
* Don't remember pages that returned a 404 status code in our history.mad@chromium.org2011-02-101-1/+1
* Change logic that decides when to switch processes when crossing extensionmpcomplete@chromium.org2011-02-091-10/+17
* Add debug logging for mixed scripting.agl@chromium.org2011-02-081-8/+0
* Revert 74034 - Add histograms for prerendering to the renderer process. mmenke@chromium.org2011-02-071-1/+0
* Add histograms for prerendering to the renderer process. mmenke@chromium.org2011-02-071-0/+1
* Make RenderView not have to know about how PhishingClassifierDelegate.jam@chromium.org2011-02-071-31/+18
* Renderer process keeps track of prerendering state across redirects.mmenke@chromium.org2011-02-071-0/+12
* Allow process swaps for renderer navigations away from an extension.creis@google.com2011-02-051-10/+13
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-8/+8
* Reland r73760: Move most of chrome-extension:// requestaa@chromium.org2011-02-041-0/+14
* Revert 73760 - Move most of chrome-extension:// request checks intotommi@chromium.org2011-02-041-14/+0
* Move most of chrome-extension:// request checks intoaa@chromium.org2011-02-041-0/+14
* Mac: Enable "Check Spelling While Typing" in Edit menusail@chromium.org2011-02-031-12/+47
* Revert 73641 - Mac: Enable "Check Spelling While Typing" in Edit menusail@chromium.org2011-02-031-47/+12
* Mac: Enable "Check Spelling While Typing" in Edit menusail@chromium.org2011-02-031-12/+47
* WebUI: Rename DOMUIBindings to WebUIBindings.tfarina@chromium.org2011-02-031-9/+9
* Make TranslateHelper be a RenderViewObserver so that RenderView doesn't have ...jam@chromium.org2011-02-021-22/+2
* Remove the internal-nacl flag.sehr@google.com2011-02-011-29/+0
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-011-4/+4
* Pepper/Flapper: First pass at context menu implementation.viettrungluu@chromium.org2011-01-311-4/+13
* Create autofill subdirectory in chrome/rendererisherman@chromium.org2011-01-291-11/+15
* Move ExtensionRendereInfo into common and call it ExtensionSet instead.aa@chromium.org2011-01-291-2/+2
* Put some plug-ins behind an infobar, where they have:cevans@chromium.org2011-01-271-0/+17
* Refactor away all the duplicate extension data structures inaa@chromium.org2011-01-261-20/+18
* Move AutoFill messages into a separate file.jam@chromium.org2011-01-261-1/+2
* Revert 72570 - Mac: Enable "Check Spelling While Typing" in Edit menusail@chromium.org2011-01-261-47/+12
* Mac: Enable "Check Spelling While Typing" in Edit menusail@chromium.org2011-01-261-12/+47
* Move non-file-system Pepper IPC messages to chrome/common/pepper_messages.*.viettrungluu@chromium.org2011-01-251-3/+6
* Refactor the plugin lists handling code.pastarmovj@chromium.org2011-01-241-2/+2
* When we detect a PDF with an unsupported feature, ask the user if they want t...jam@chromium.org2011-01-221-3/+4
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Update Mac plugin IME handling to match updated specstuartmorgan@chromium.org2011-01-211-8/+13
* Add opener frame id, url, and target url to CreateWindow message.jochen@chromium.org2011-01-211-0/+5
* Generate thumbnails in the browser process.satorux@chromium.org2011-01-211-1/+12
* Cleanup: Merge common code in RenderView::OnPrintPages and RenderView::OnPrin...thestig@chromium.org2011-01-211-18/+14
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Don't load plugins on prerendered pages until the pages are displayed.mmenke@chromium.org2011-01-201-7/+43
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-4/+4
* Add another didRunInsecureContent method.agl@chromium.org2011-01-201-1/+10
* Fix race condition where chrome.tabs.executeScript sometimes wouldn'tmpcomplete@chromium.org2011-01-181-12/+10