summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_view_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor media::MediaPlayerAndroid::SourceType as MediaPlayerHostMsg_Initiali...scherkus@chromium.org2013-09-111-5/+4
* Move Range code to gfx.ben@chromium.org2013-09-061-5/+5
* Use Blink accessibility enums in Chromiumdmazzoni@chromium.org2013-09-041-3/+3
* Remove some now-unneeded WebFrameClient methods from RenderViewImpl. Also no ...jam@chromium.org2013-08-291-20/+0
* Fix a crash that EnsureMediaStreamClient() does not guarantee media_stream_cl...qinmin@chromium.org2013-08-261-0/+3
* Cleanup after https://codereview.chromium.org/18799006/rdevlin.cronin@chromium.org2013-08-261-7/+2
* Remove storage-related unused methods/fileskinuko@chromium.org2013-08-221-9/+0
* Pipe detailed information (including stack trace) about runtime JS errors cau...rdevlin.cronin@chromium.org2013-08-221-0/+9
* Initialize RenderWidget(Host)(View)s with correct visibility statejamesr@chromium.org2013-08-201-0/+1
* Implement WebViewClient::clearContextMenu to avoid context_menu_node_ leak.kouhei@chromium.org2013-08-131-0/+1
* Remove more plugin code when ENABLE_PLUGINS==0.jam@chromium.org2013-08-071-1/+2
* Revert 215997 "Throttle Console.log() messages."tsepez@chromium.org2013-08-071-7/+0
* Remove PepperHelperImpl.jam@chromium.org2013-08-071-21/+57
* Throttle Console.log() messages.tsepez@chromium.org2013-08-061-0/+7
* Deprecate RenderViewImpl::queryStorageUsageAndQuotakinuko@chromium.org2013-08-011-4/+0
* Use WebDataSource::isClientRedirect() instead of a local variable on RenderVi...japhet@chromium.org2013-07-311-14/+0
* Rename PepperPluginDelegateImpl to PepperHelperImpl after getting rid of the ...jam@chromium.org2013-07-301-2/+2
* Get rid of PluginDelegate::Broker abstraction now that pepper plugin code is ...jam@chromium.org2013-07-291-7/+0
* Cut dependencies on WebKit::WebView::zoom(Factor|Level)ToZoom(Level|Factor)jamesr@chromium.org2013-07-251-0/+2
* Put the pepper files which were moved in r213578 to the content namespace.jam@chromium.org2013-07-251-10/+3
* Web MIDI: implement WebMIDIClient to handle permissionstoyoshim@chromium.org2013-07-251-3/+8
* Update include paths in content/renderer for base/process changes.rsesek@chromium.org2013-07-241-1/+1
* Create a public API around webkit::ppapi::PluginInstance and use it in chrome...jam@chromium.org2013-07-241-3/+3
* Reland r212498 "Remove unused WebFrameClient overrides"japhet@chromium.org2013-07-241-17/+0
* Add partial WebFrameClient implementation to RenderFrame.nasko@chromium.org2013-07-241-0/+20
* Add LayerTreeHostClient::{will,did}UpdateLayer, report layer updates to DevToolscaseq@chromium.org2013-07-231-0/+1
* Hide knowledge of webkit::ppapi::PluginDelegate from chrome. This is part of ...jam@chromium.org2013-07-231-0/+2
* Revert "Add partial WebFrameClient implementation to RenderFrame."cbiesinger@chromium.org2013-07-221-16/+0
* Add partial WebFrameClient implementation to RenderFrame.nasko@chromium.org2013-07-221-0/+16
* Move webplugininfo.h to content/public.jam@chromium.org2013-07-211-2/+2
* Remove WebPluginPageDelegate since that abstraction isn't needed anymore now ...jam@chromium.org2013-07-201-17/+2
* Revert 212498 "Remove unused WebFrameClient overrides"yutak@chromium.org2013-07-191-0/+17
* Remove unused WebFrameClient overridesjaphet@chromium.org2013-07-191-17/+0
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-191-5/+4
* Remove didReceiveDocumentData() and set its only state in didCommitProvisiona...japhet@chromium.org2013-07-181-3/+0
* fix the bug that IME is broken on pepper flash.yoichio@chromium.org2013-07-171-0/+1
* Remove old CapturePicture path from content and ccboliu@chromium.org2013-07-151-1/+0
* Rename media player managers.xhwang@chromium.org2013-07-131-3/+3
* Add ability to keep selection on confirmCompositionaurimas@chromium.org2013-07-121-2/+3
* Migrate webkit/renderer/media/ to content/renderer/media/.scherkus@chromium.org2013-07-101-10/+6
* Migrate MediaStream test code from content/shell/renderer/ to content/test/.scherkus@chromium.org2013-07-101-4/+14
* ifdef CompositionBounds related calls on to OSes that use it.aurimas@chromium.org2013-07-091-0/+2
* Move chrome-native support to chrome/tedchoc@chromium.org2013-07-041-2/+0
* Move WebDropData to content::DropData and split off conversion function.darin@chromium.org2013-07-011-2/+2
* Remove a bunch of OVERRIDEs from WebFrameClient implementors.japhet@chromium.org2013-06-281-10/+10
* Use a direct include of time headers in content/, part 2.avi@chromium.org2013-06-281-1/+1
* Remove unused arguments from storage-related Chromium impls of Blink APIadamk@chromium.org2013-06-271-2/+1
* Move webkit/renderer/media/android/ to content/renderer/media/android/.scherkus@chromium.org2013-06-221-10/+5
* Replace content::ContextMenuSourceType with ui::MenuSourceType.varunjain@chromium.org2013-06-211-2/+2
* Revert "Implement WebFrameClient in RenderFrame and proxy all calls to Render...senorblanco@chromium.org2013-06-211-9/+9