summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_process_host_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove implicit conversions from scoped_refptr to T* in content/dcheng2014-10-071-2/+2
* Plugin Power Saver: Add flag to experiment behind.tommycli2014-10-061-0/+1
* Adds a disable-blink-scheduler flagalexclarke2014-10-061-0/+1
* Pass through geofencing API calls to the browser process.mek2014-10-021-0/+2
* Credential Manager: Add the API to about:flags.mkwst2014-10-021-0/+1
* Revert "Always activate MojoApplicationHost"morrita2014-10-011-1/+22
* Move notifications to after the process has indeed closed.nasko2014-10-011-4/+5
* Always activate MojoApplicationHostmorrita2014-09-301-22/+1
* cc:: Remove main_frame_before_draw_enabled from scheduler settings.orglofch2014-09-291-1/+0
* Prevent static mojo builds from pulling //ui/gl into mojo_shelldavemoore2014-09-291-0/+1
* ChannelMojo: Handle when ChannelMojo outlives ChannelMojoHostmorrita2014-09-261-5/+6
* Add a flag to disable threaded scrollingjdduke2014-09-251-0/+1
* Revert of Removed the ScriptedSpeech content side. (patchset #2 id:20001 of h...mvanouwerkerk2014-09-251-0/+1
* Removed the ScriptedSpeech content side.mohan.reddy2014-09-251-1/+0
* IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windowsmorrita2014-09-231-4/+13
* [DeviceLight] Browser+java partrijubrata.bhaumik2014-09-221-0/+2
* Revert "Always activate MojoApplicationHost"morrita2014-09-191-1/+22
* Enable V8 idle notification after commit.ernstm2014-09-181-1/+2
* Make BrowserCdmManager a BrowserMessageFilter.xhwang2014-09-181-0/+8
* Always activate MojoApplicationHostmorrita2014-09-161-22/+1
* Remove commandline flag "--enable-targeted-style-recalc".rune2014-09-121-1/+0
* Remove webkit/browser/, point everything to storage/browser/ insteadpilgrim2014-09-101-1/+1
* content: Move all GpuMemoryBuffer allocation to IO thread.reveman2014-09-091-143/+0
* Cleanup: Put more plugin code behind the ENABLE_PLUGINS ifdef.thestig2014-09-041-5/+8
* Remove commandline flag "--enable-web-animations-svg"kouhei2014-09-031-1/+0
* Use WaitForDebuggerChildren to let renderer wait for gdbjaekyun2014-09-031-0/+10
* Check all settings when checking mic and camera access.grunell2014-09-011-2/+1
* Add a flag to let render process wait for java debuggerjaekyun2014-08-301-0/+1
* Make the number of raster threads appear in chrome://gpu.danakj2014-08-301-2/+5
* AudioMirroringManager becomes a global LazyInstance.miu2014-08-271-2/+2
* Only allow webrtc HW offload for H264 encode for extension process.hshi2014-08-261-0/+1
* Using experiments to activate the DisplayList2DCanvas optimizationpiotaixr2014-08-261-0/+1
* Send idle notifications to V8 after commiternstm2014-08-261-0/+1
* Remove implicit conversions from scoped_refptr to T* in content/browser/rende...dcheng2014-08-261-7/+8
* Cleanup: Change const char* foo to const char foo[] in content/browser.thestig@chromium.org2014-08-211-4/+3
* Browser side OZONE_NATIVE_BUFFER allocation.achaulk@chromium.org2014-08-181-0/+1
* Remove the acclerated overflow scroll and fixed root background flags.danakj@chromium.org2014-08-181-4/+0
* Revert of Remove the acclerated overflow scroll and fixed root background fla...mkwst@chromium.org2014-08-181-0/+4
* Remove the acclerated overflow scroll and fixed root background flags.danakj@chromium.org2014-08-181-4/+0
* Replace enable-compositing-for-fixed-position with prefer-compositing-to-lcd-...danakj@chromium.org2014-08-171-3/+2
* Revert of Replace enable-compositing-for-fixed-position with prefer-compositi...tdanderson@chromium.org2014-08-161-2/+3
* Replace enable-compositing-for-fixed-position with prefer-compositing-to-lcd-...danakj@chromium.org2014-08-161-3/+2
* Mojo: Add the ability to notify a Mojo Channel that it's going to be destroye...viettrungluu@chromium.org2014-08-141-2/+5
* Cleanup: Forward declare MojoApplicationHost in render_process_host_impl.h, i...viettrungluu@chromium.org2014-08-131-0/+1
* Implement --v8-cache-options (instead of --enable-preparsed-js-caching)vogelheim@chromium.org2014-08-121-1/+0
* VAVEA: Turn VAAPI encoder flag into a kill switch.posciak@chromium.org2014-08-121-1/+1
* Add base:: qualification to some COmmandLine references in content.brettw@chromium.org2014-08-111-20/+26
* Cache the current WebPreferences on RenderViewHostImpl (try #2).chrishtr@chromium.org2014-08-081-1/+1
* Revert of Enable HTMLMediaElement@autoplay on Android (https://codereview.chr...abarth@chromium.org2014-08-081-0/+1
* Enable HTMLMediaElement@autoplay on Androidabarth@chromium.org2014-08-081-1/+0