summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makes sure arg to window.chrome.setSuggestResult is a string andsky@chromium.org2010-10-141-2/+2
* Made RenderView keep track of the fake plugin window handles itkbr@google.com2010-10-141-1/+15
* This changes GetPluginInfo so that we can request a list of plugins that matc...gspencer@chromium.org2010-10-121-40/+37
* Wire up InstallSearchProvider to allow setting the default search provider.levin@chromium.org2010-10-111-6/+14
* Change plugin content settings to three states: Allow, click-to-play, and block.bauerb@chromium.org2010-10-111-30/+34
* Fixed include in test_webkit_clientdavemoore@chromium.org2010-10-101-0/+5
* Revert 62068 - Move implementation of linux scrollbars from webkit using newdavemoore@chromium.org2010-10-091-5/+0
* Move implementation of linux scrollbars from webkit using newdavemoore@chromium.org2010-10-091-0/+5
* Sets the referrer for media resource requests.vrk@google.com2010-10-081-1/+1
* Ensure global extension events (like bookmarks) are sent to the incognitompcomplete@chromium.org2010-10-081-2/+2
* GpuVideoDecoderHost runs on IO thread instead of Render threadhclam@chromium.org2010-10-071-2/+1
* Make FakeGlVideoDecodeEngine works in the hardware video decoding architecturehclam@chromium.org2010-10-071-0/+15
* Re-enable DOM UI bindings for data: URLs.caseq@google.com2010-10-061-1/+2
* Notify browser accessibility when the renderer's focus node is cleared.ctguil@chromium.org2010-10-051-0/+8
* Implement the frame id required for the web navigation api.jochen@chromium.org2010-10-051-3/+4
* Adds RenderViewHost::ExecuteJavascriptInWebFrameNotifyResult whichsky@chromium.org2010-10-051-10/+19
* Only enable renderer accessibility when an active screen reader is detected.ctguil@chromium.org2010-10-051-1/+0
* don't use pretty error page for packaged appserikkay@chromium.org2010-10-041-1/+1
* Attempt2: Component extensions (and whitelisted extensions) specifying <all_u...finnur@chromium.org2010-10-041-20/+12
* Revert 61323 - Component extensions (and whitelisted extensions) specifying <...finnur@chromium.org2010-10-031-12/+20
* Component extensions (and whitelisted extensions) specifying <all_urls> in th...finnur@chromium.org2010-10-031-20/+12
* Don't load plugins on the UI thread for pref and group policy disabling.jam@chromium.org2010-10-021-1/+0
* Fix bug when zooming out where we suddenly turn into zoomed-in mode.jam@chromium.org2010-10-011-1/+1
* Get rid of ZOOM_LEVEL_IS_DOUBLE code since WebKit is rolled.jam@chromium.org2010-10-011-29/+2
* Make the selection start and end attributes of an html input controldmazzoni@chromium.org2010-10-011-0/+5
* AutoFill: Don't send select option values to the browser on page load. Onlyjhawkins@chromium.org2010-10-011-1/+1
* Do not expose DOM UI bindings to subframes other than chrome://caseq@google.com2010-10-011-1/+3
* Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ...jam@chromium.org2010-10-011-22/+94
* Ensure browser cache of the renderer tree contains an accessibility object be...ctguil@chromium.org2010-09-301-0/+18
* Move disabling outdated plugins to labs and update UI to Glen's mocks.bauerb@chromium.org2010-09-301-11/+37
* Revert 61031 - Ensure browser cache of the renderer tree contains an accessib...ctguil@chromium.org2010-09-301-18/+0
* Ensure browser cache of the renderer tree contains an accessibility object be...ctguil@chromium.org2010-09-301-0/+18
* Revert 60832 - Ensure browser cache of the renderer tree contains an accessib...ctguil@chromium.org2010-09-281-18/+0
* Ensure browser cache of the renderer tree contains an accessibility object be...ctguil@chromium.org2010-09-281-0/+18
* Add Worker support for FileSystem API.kinuko@chromium.org2010-09-271-39/+11
* Remove use of WebAccessibilityCacheImpl::isValidId and the id=1000 magic number.ctguil@chromium.org2010-09-271-13/+18
* Support additional webkit accessibility notifications and states. ctguil@chromium.org2010-09-251-36/+40
* Revert 60368 - Client-side phishing detection: grab snapshot of custom sized ...noelutz@google.com2010-09-241-2/+7
* Add some optimizations to plugin painting.brettw@chromium.org2010-09-241-0/+9