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
/
renderer
/
render_thread_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Process names, and predictable thread and process ordering in about:tracing
nduca@chromium.org
2013-07-08
1
-0
/
+5
*
Move chrome-native support to chrome/
tedchoc@chromium.org
2013-07-04
1
-13
/
+0
*
Fix IndexedDB after r208777.
jam@chromium.org
2013-06-27
1
-2
/
+3
*
Make ChildThread::current() and ChildProcess::current() only work on the main...
jam@chromium.org
2013-06-26
1
-17
/
+11
*
Remove usage of ChildProcess::current() and ChildThread::current() other than...
jam@chromium.org
2013-06-25
1
-3
/
+7
*
Re-land 16025005 with tiny fix for statics perf issue
crogers@google.com
2013-06-22
1
-0
/
+4
*
Revert 207992: This looks like a reland of r207983, which was reverted in
sadrul@chromium.org
2013-06-22
1
-4
/
+0
*
don't include iostream.h
crogers@google.com
2013-06-22
1
-0
/
+4
*
Revert 207983 "Implement Web MIDI API back-end"
crogers@google.com
2013-06-22
1
-4
/
+0
*
Implement Web MIDI API back-end
crogers@google.com
2013-06-22
1
-0
/
+4
*
Apply artificial memory pressure when backgrounded.
vollick@chromium.org
2013-06-21
1
-0
/
+11
*
Add chrome-native:// scheme.
tedchoc@chromium.org
2013-06-21
1
-0
/
+13
*
Tracing libjingle / webrtc events
hclam@chromium.org
2013-06-18
1
-26
/
+0
*
Addressing nits after r206791
alph@chromium.org
2013-06-18
1
-1
/
+1
*
Move appcache_dispatcher and appcache_backend_proxy to content/child.
michaeln@google.com
2013-06-17
1
-1
/
+1
*
Make Task Manager to count JS heap of web workers.
alph@chromium.org
2013-06-17
1
-0
/
+6
*
Update Blink include paths
abarth@chromium.org
2013-06-17
1
-12
/
+12
*
Restore thread safety to GpuChannelHost.
piman@chromium.org
2013-06-13
1
-17
/
+6
*
Shared workers should support --enable-experimental-webkit-features.
simonjam@chromium.org
2013-06-12
1
-118
/
+2
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-6
/
+7
*
Use a direct include of strings headers in content/renderer and content/shell.
avi@chromium.org
2013-06-11
1
-3
/
+3
*
Add ContextProvider overrides to SynchronousCompositorFactory
boliu@chromium.org
2013-06-07
1
-2
/
+16
*
Fix WebView compositor input handling
jdduke@chromium.org
2013-06-07
1
-5
/
+20
*
Use a direct include of utf_string_conversions.h in content/.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Move a bunch of child-only code from content/common to content/child
scottmg@chromium.org
2013-06-06
1
-2
/
+2
*
Only disable webaudio if no NEON is available
qinmin@chromium.org
2013-06-06
1
-2
/
+9
*
Reland: Use a shared thread for media operations (round 3).
scherkus@chromium.org
2013-06-06
1
-0
/
+10
*
Move webkit/appcache/* into webkit/{browser,common}/appcache
kinuko@chromium.org
2013-06-05
1
-1
/
+3
*
Remove old webkit support code for IndexedDB.
alecflett@chromium.org
2013-06-05
1
-2
/
+0
*
Rename content/common_child to content/child
scottmg@chromium.org
2013-06-04
1
-7
/
+7
*
ANGLE DEPS roll 2245:2249
bajones@chromium.org
2013-06-04
1
-0
/
+3
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
1
-11
/
+11
*
Moving WebRTC logging related files from content to chrome.
grunell@chromium.org
2013-05-31
1
-7
/
+0
*
Rename switch to disable prefixed Encrypted Media APIs.
ddorwin@chromium.org
2013-05-31
1
-3
/
+7
*
Create RenderFrame/RenderFrameHost for the main frame of a page.
nasko@chromium.org
2013-05-31
1
-0
/
+1
*
Revert 203429 "Reland: Use a shared thread for media operations."
scherkus@chromium.org
2013-05-31
1
-10
/
+0
*
Reland: Use a shared thread for media operations.
scherkus@chromium.org
2013-05-31
1
-0
/
+10
*
Move synchronous compositor into content/browser
joth@chromium.org
2013-05-31
1
-10
/
+14
*
Add --enable-webkit-media-source for Android instead of hardcoding it to be d...
scherkus@chromium.org
2013-05-30
1
-1
/
+4
*
Use base::MessageLoop in more files.
xhwang@chromium.org
2013-05-30
1
-2
/
+2
*
Transition Web Speech Recognition from compile-time to run-time flag
janx@chromium.org
2013-05-30
1
-14
/
+10
*
Update refernces to Blink's Platform API (content)
abarth@chromium.org
2013-05-30
1
-1
/
+1
*
Introduce the notion of a "layout test mode" instead of turning individual fl...
jochen@chromium.org
2013-05-29
1
-3
/
+1
*
Adds chrome.memoryBenchmarking.heapProfilerDump for the browser process.
bulach@chromium.org
2013-05-24
1
-0
/
+2
*
base: Cleanup setting thread priorities (no functional changes).
epenner@chromium.org
2013-05-24
1
-0
/
+3
*
Disable the Datalist element on the Android platform
rijubrata.bhaumik@intel.com
2013-05-24
1
-0
/
+2
*
Move GPU device/driver info related code from content to gpu.
zmo@chromium.org
2013-05-23
1
-1
/
+1
*
Disallow IO on the cc impl thread and add ScopedAllowIO as needed.
michaelbai@chromium.org
2013-05-23
1
-0
/
+6
*
Move webkit/database to webkit/browser and webkit/common. Also move content::...
michaeln@google.com
2013-05-22
1
-1
/
+1
*
Move indexeddb "common child" code out of content/common.
alecflett@chromium.org
2013-05-22
1
-2
/
+2
[next]