summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Downsample thumbnail by powers of two before doing lanczosjamesr@chromium.org2010-11-121-2/+8
* Move click-to-play to about:flags.bauerb@chromium.org2010-11-121-6/+1
* Implement a new process type for running PPAPI plugins. The process itself isbrettw@chromium.org2010-11-101-2/+9
* Allow verbatim to be passed in OnSearchBoxChange.tonyg@chromium.org2010-11-081-0/+2
* Deleted code associated with --enable-gpu-rendering andkbr@chromium.org2010-11-081-13/+5
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-061-5/+11
* Factor a PageLoadHistograms class out of RenderView.tonyg@chromium.org2010-11-051-709/+8
* Implement onCompleted event for the webNavigation APIjochen@chromium.org2010-11-051-0/+2
* Only send child node updates on load and children changed notifications.ctguil@chromium.org2010-11-051-1/+11
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-11/+5
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-5/+11
* Implement new SearchBox API along side existing API.tonyg@chromium.org2010-11-041-3/+53
* Implement onDOMContentLoaded event of the webNavigation API.jochen@chromium.org2010-11-041-1/+1
* Move MediaFilterCollection code into a class.scherkus@chromium.org2010-11-031-8/+9
* Added ability to propogate create to suggest whether or not filesystem's root...kkanetkar@chromium.org2010-11-031-1/+2
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-3/+4
* Chromium part of the autofill refactor: removing now unused code.jcivelli@google.com2010-11-021-18/+0
* Fix compile error.bauerb@chromium.org2010-11-021-1/+1
* Allow plug-ins after "Run all plug-ins" has been clicked.bauerb@chromium.org2010-11-021-5/+10
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-10/+10
* autofill: Use a bit-field mask instead of two boolean parameters.tfarina@chromium.org2010-11-011-1/+5
* Add UMA stats for saving/printing PDFs (the printing will be done through the...jam@chromium.org2010-10-301-1/+1
* Let every "accelerated IO surface swapped" message have an identifier of the ...thakis@chromium.org2010-10-281-2/+3
* Track in which frames navigation errors occurred and don't send further navig...jochen@chromium.org2010-10-281-3/+2
* Forward textfield focus event to the browser.rjkroege@google.com2010-10-271-1/+36
* FBTF: Hopefully, the last ctor patch.erg@google.com2010-10-271-0/+2
* Client-side phishing detection: grab snapshot of custom sized view.noelutz@google.com2010-10-271-7/+2
* Refactoring select popup on Mac.jcivelli@google.com2010-10-261-0/+22
* Refactor printing workflow to handle print preview.kmadhusu@chromium.org2010-10-251-5/+25
* dom-ui settings: Add setting for detault zoom level.csilv@chromium.org2010-10-251-0/+12
* Don't display the file select dialog from invisible windows.jnd@google.com2010-10-231-0/+3
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-12/+26
* When zooming, webkit reports width and height as if the zoom wasn't there (by...johnnyg@chromium.org2010-10-221-0/+7
* Revert 63536 - Might have broken tests on win.tonyg@chromium.org2010-10-221-7/+709
* Adding Abort() to DataSource to wake up hanging Read()vrk@google.com2010-10-221-17/+3
* Revert 63535 - Disable GPU features AcceleratingCompositing and WebGL by defa...enne@chromium.org2010-10-221-1/+1
* Factor a PageLoadHistograms class out of RenderView.tonyg@chromium.org2010-10-221-709/+7
* Disable GPU features AcceleratingCompositing and WebGL by default.enne@chromium.org2010-10-221-1/+1
* Geolocation dispatcher rename:jknotten@chromium.org2010-10-221-2/+2
* Part 2 of extension event refactor.mpcomplete@chromium.org2010-10-211-3/+3
* Discard duplicate webkit accessibility notifications.ctguil@chromium.org2010-10-211-52/+89
* Fix crash in UserScriptSlave::InjectScripts().aa@chromium.org2010-10-211-0/+5
* Convert LOG(INFO) to VLOG(1) - chrome/renderer/.pkasting@chromium.org2010-10-201-4/+2
* Fix crash when reusing possibly stale NavigationState inaa@chromium.org2010-10-201-0/+3
* Removing unused code in RenderView (that code actually does not compile when ...jcivelli@chromium.org2010-10-181-11/+0
* Implement IME for Mac plugins using the Cocoa event model on 10.6stuartmorgan@chromium.org2010-10-151-0/+22
* Fix a regression in the gears dialog where it would display nothing.mpcomplete@chromium.org2010-10-151-0/+1
* This adds a plugin selection policy for selecting which plugin isgspencer@chromium.org2010-10-141-60/+58
* Pass proper selection colors to webkit via RendererPreference for ChromeOS.xiyuan@chromium.org2010-10-141-1/+1
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-89/+95