summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_view_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Merged ContentGLContext into WebGraphicsContext3DCommandBufferImplfsamuel@chromium.org2012-04-021-3/+9
* Implement active wheel fling transfer via WebCompositorInputHandlerClientjamesr@chromium.org2012-03-281-0/+16
* Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.viettrungluu@chromium.org2012-03-281-18/+0
* first steps in adding/modifying flagstdanderson@chromium.org2012-03-281-5/+26
* Fix a few warnings that -Wnull-conversion of a future clang will complain about.thakis@chromium.org2012-03-281-1/+1
* Prevent state updates for kSwappedOutURL.creis@chromium.org2012-03-271-5/+9
* Revert r128091 "More logs in render_view_impl/render_process_host to troubles...oshima@chromium.org2012-03-241-11/+0
* Hook up new DomStorage backing for for single-process chromium too.michaeln@google.com2012-03-241-0/+6
* Fixing highlight colorskuhne@chromium.org2012-03-231-0/+5
* Allow targeted links to work on tabs that have swapped out processes.creis@chromium.org2012-03-221-13/+20
* More logs in render_view_impl/render_process_host to troubleshoot 26646oshima@chromium.org2012-03-211-0/+4
* Moved RenderViewImpl::IsGuest to the right place in render_view_impl.hfsamuel@chromium.org2012-03-211-4/+0
* Use a new scheme for swapping out RenderViews.creis@chromium.org2012-03-211-8/+9
* Bind RenderViewImpl routing_id to SocketStreamHosttoyoshim@chromium.org2012-03-211-0/+8
* Minor cleanup in content.thestig@chromium.org2012-03-201-34/+23
* Remove debug logs for 26646 that aren't necessary any longer.oshima@chromium.org2012-03-201-8/+0
* Implement input type=color UIkeishi@chromium.org2012-03-201-0/+10
* Plumb Guest flag to RenderViewImplfsamuel@chromium.org2012-03-201-4/+16
* Remove renderDirectlyToWebView parameter from WebViewClient::createGraphicsCo...jamesr@chromium.org2012-03-161-14/+2
* Allow browser to handle all WebUI navigations.creis@chromium.org2012-03-151-17/+34
* Revert 126889 - Implement input type=color UImarkusheintz@chromium.org2012-03-151-10/+0
* Implement input type=color UIkeishi@chromium.org2012-03-151-0/+10
* Pepper IME API for surrounding text retrieval.kinaba@chromium.org2012-03-151-25/+37
* Remove resource_dispatcher_host from --vmodule in pyauto.py. Add logs betweenoshima@chromium.org2012-03-151-1/+15
* gdata: Pass display names to to the file chooser listener.satorux@chromium.org2012-03-151-5/+12
* filechooser: Add SelectedFileInfo class to pass display names to WebKitsatorux@chromium.org2012-03-141-4/+7
* Implement BrowserPluginPlaceholder.fsamuel@chromium.org2012-03-141-0/+11
* mac: fix flash videos with --disable-composited-core-animation-pluginspiman@chromium.org2012-03-141-2/+2
* Revert 126534 since it broke sizes on linux and macsadrul@chromium.org2012-03-141-11/+0
* Implement BrowserPluginPlaceholder.fsamuel@chromium.org2012-03-141-0/+11
* content: Start moving url_constants.{h,cc} to content namespace.tfarina@chromium.org2012-03-131-3/+3
* Fix --single-process mode issues with GpuChannelHostFactorypiman@chromium.org2012-03-121-1/+1
* Look before blindly downcasting WebGraphicsContext3D to WebGraphicsContext3DC...fischman@chromium.org2012-03-101-2/+6
* Don't grant bindings to a unprivileged and shared process.creis@chromium.org2012-03-091-2/+4
* Add support for --enable-threaded-compositing by makingfischman@chromium.org2012-03-091-2/+9
* Add one-arg implementations of WebViewClient::createGraphicsContext3D()jamesr@chromium.org2012-03-081-0/+5
* Fix performance.timing.navigationStart on cross-renderer navigation.simonjam@chromium.org2012-03-071-1/+26
* Renamed speech recognition code in preparation for introducing a new speech i...primiano@chromium.org2012-03-071-5/+6
* Create window in a new BrowsingInstance when opening a link in a new process.creis@chromium.org2012-03-061-39/+4
* Revert 125035 - Fix performance.timing.navigationStart on cross-renderer navi...dbeam@chromium.org2012-03-061-26/+1
* Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.scherkus@chromium.org2012-03-061-2/+2
* Fix performance.timing.navigationStart on cross-renderer navigation.simonjam@chromium.org2012-03-051-1/+26
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+1
* Prepare for a change in contract to WebViewClient::createView.creis@chromium.org2012-03-051-0/+11
* Change panels to be able to turn off autoresize.levin@chromium.org2012-03-021-1/+11
* WebWidgetClient::screenInfo() no longer does a synchronous IPC.fsamuel@chromium.org2012-03-011-6/+11
* Rename content/{common,browser}/file_system to fileapi and move blob stuff in...tzik@chromium.org2012-03-011-2/+2
* Pass DefaultDeviceScaleFactor to webkittdresser@chromium.org2012-03-011-5/+2
* Customize onbeforeunload dialog when it's a reload instead of an unload.dmazzoni@chromium.org2012-02-291-1/+6
* SPDY - chrome:loadtimes() should display negotiated NPN protocol.rtenneti@chromium.org2012-02-281-7/+20