index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
renderer_host
/
render_process_host_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove implicit conversions from scoped_refptr to T* in content/
dcheng
2014-10-07
1
-2
/
+2
*
Plugin Power Saver: Add flag to experiment behind.
tommycli
2014-10-06
1
-0
/
+1
*
Adds a disable-blink-scheduler flag
alexclarke
2014-10-06
1
-0
/
+1
*
Pass through geofencing API calls to the browser process.
mek
2014-10-02
1
-0
/
+2
*
Credential Manager: Add the API to about:flags.
mkwst
2014-10-02
1
-0
/
+1
*
Revert "Always activate MojoApplicationHost"
morrita
2014-10-01
1
-1
/
+22
*
Move notifications to after the process has indeed closed.
nasko
2014-10-01
1
-4
/
+5
*
Always activate MojoApplicationHost
morrita
2014-09-30
1
-22
/
+1
*
cc:: Remove main_frame_before_draw_enabled from scheduler settings.
orglofch
2014-09-29
1
-1
/
+0
*
Prevent static mojo builds from pulling //ui/gl into mojo_shell
davemoore
2014-09-29
1
-0
/
+1
*
ChannelMojo: Handle when ChannelMojo outlives ChannelMojoHost
morrita
2014-09-26
1
-5
/
+6
*
Add a flag to disable threaded scrolling
jdduke
2014-09-25
1
-0
/
+1
*
Revert of Removed the ScriptedSpeech content side. (patchset #2 id:20001 of h...
mvanouwerkerk
2014-09-25
1
-0
/
+1
*
Removed the ScriptedSpeech content side.
mohan.reddy
2014-09-25
1
-1
/
+0
*
IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windows
morrita
2014-09-23
1
-4
/
+13
*
[DeviceLight] Browser+java part
rijubrata.bhaumik
2014-09-22
1
-0
/
+2
*
Revert "Always activate MojoApplicationHost"
morrita
2014-09-19
1
-1
/
+22
*
Enable V8 idle notification after commit.
ernstm
2014-09-18
1
-1
/
+2
*
Make BrowserCdmManager a BrowserMessageFilter.
xhwang
2014-09-18
1
-0
/
+8
*
Always activate MojoApplicationHost
morrita
2014-09-16
1
-22
/
+1
*
Remove commandline flag "--enable-targeted-style-recalc".
rune
2014-09-12
1
-1
/
+0
*
Remove webkit/browser/, point everything to storage/browser/ instead
pilgrim
2014-09-10
1
-1
/
+1
*
content: Move all GpuMemoryBuffer allocation to IO thread.
reveman
2014-09-09
1
-143
/
+0
*
Cleanup: Put more plugin code behind the ENABLE_PLUGINS ifdef.
thestig
2014-09-04
1
-5
/
+8
*
Remove commandline flag "--enable-web-animations-svg"
kouhei
2014-09-03
1
-1
/
+0
*
Use WaitForDebuggerChildren to let renderer wait for gdb
jaekyun
2014-09-03
1
-0
/
+10
*
Check all settings when checking mic and camera access.
grunell
2014-09-01
1
-2
/
+1
*
Add a flag to let render process wait for java debugger
jaekyun
2014-08-30
1
-0
/
+1
*
Make the number of raster threads appear in chrome://gpu.
danakj
2014-08-30
1
-2
/
+5
*
AudioMirroringManager becomes a global LazyInstance.
miu
2014-08-27
1
-2
/
+2
*
Only allow webrtc HW offload for H264 encode for extension process.
hshi
2014-08-26
1
-0
/
+1
*
Using experiments to activate the DisplayList2DCanvas optimization
piotaixr
2014-08-26
1
-0
/
+1
*
Send idle notifications to V8 after commit
ernstm
2014-08-26
1
-0
/
+1
*
Remove implicit conversions from scoped_refptr to T* in content/browser/rende...
dcheng
2014-08-26
1
-7
/
+8
*
Cleanup: Change const char* foo to const char foo[] in content/browser.
thestig@chromium.org
2014-08-21
1
-4
/
+3
*
Browser side OZONE_NATIVE_BUFFER allocation.
achaulk@chromium.org
2014-08-18
1
-0
/
+1
*
Remove the acclerated overflow scroll and fixed root background flags.
danakj@chromium.org
2014-08-18
1
-4
/
+0
*
Revert of Remove the acclerated overflow scroll and fixed root background fla...
mkwst@chromium.org
2014-08-18
1
-0
/
+4
*
Remove the acclerated overflow scroll and fixed root background flags.
danakj@chromium.org
2014-08-18
1
-4
/
+0
*
Replace enable-compositing-for-fixed-position with prefer-compositing-to-lcd-...
danakj@chromium.org
2014-08-17
1
-3
/
+2
*
Revert of Replace enable-compositing-for-fixed-position with prefer-compositi...
tdanderson@chromium.org
2014-08-16
1
-2
/
+3
*
Replace enable-compositing-for-fixed-position with prefer-compositing-to-lcd-...
danakj@chromium.org
2014-08-16
1
-3
/
+2
*
Mojo: Add the ability to notify a Mojo Channel that it's going to be destroye...
viettrungluu@chromium.org
2014-08-14
1
-2
/
+5
*
Cleanup: Forward declare MojoApplicationHost in render_process_host_impl.h, i...
viettrungluu@chromium.org
2014-08-13
1
-0
/
+1
*
Implement --v8-cache-options (instead of --enable-preparsed-js-caching)
vogelheim@chromium.org
2014-08-12
1
-1
/
+0
*
VAVEA: Turn VAAPI encoder flag into a kill switch.
posciak@chromium.org
2014-08-12
1
-1
/
+1
*
Add base:: qualification to some COmmandLine references in content.
brettw@chromium.org
2014-08-11
1
-20
/
+26
*
Cache the current WebPreferences on RenderViewHostImpl (try #2).
chrishtr@chromium.org
2014-08-08
1
-1
/
+1
*
Revert of Enable HTMLMediaElement@autoplay on Android (https://codereview.chr...
abarth@chromium.org
2014-08-08
1
-0
/
+1
*
Enable HTMLMediaElement@autoplay on Android
abarth@chromium.org
2014-08-08
1
-1
/
+0
[next]