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
Commit message (
Expand
)
Author
Age
Files
Lines
*
StopStream for the local media stream should stop the capturer.
xians@chromium.org
2013-03-14
6
-22
/
+37
*
Enable webrtc by default on Android.
wjia@chromium.org
2013-03-14
2
-5
/
+5
*
Fixes WebRTC crash caused by calling RemoveCapturerSink() while capturing.
henrika@chromium.org
2013-03-14
3
-17
/
+101
*
Revert 188053 "StopStream for the local media stream should stop..."
xians@chromium.org
2013-03-14
5
-31
/
+22
*
StopStream for the local media stream should stop the capturer.
xians@chromium.org
2013-03-14
5
-22
/
+31
*
cc: Chromify TextureLayer and test
enne@chromium.org
2013-03-14
1
-1
/
+1
*
Pass more detailed audio hardware configuration information to the renderer
crogers@google.com
2013-03-13
9
-23
/
+65
*
cc: Chromify the LayerTreeHost class.
danakj@chromium.org
2013-03-13
1
-37
/
+38
*
Switch RenderWidgetFullscreenPepper to use RenderWidget's compositor
piman@chromium.org
2013-03-13
2
-251
/
+38
*
Move image decoder unit tests to content_unittests
abarth@chromium.org
2013-03-13
2
-0
/
+66
*
Only skip resampling on ChromeOS.
dalecurtis@chromium.org
2013-03-13
1
-3
/
+3
*
Replacing the deprecated WebRTCPeerConnectionHandlerClient::ICEState
tommyw@chromium.org
2013-03-12
6
-32
/
+59
*
Move CreateOutputSurface to RenderWidget
piman@chromium.org
2013-03-12
6
-165
/
+133
*
cc: Chromify Layer and LayerImpl classes.
danakj@chromium.org
2013-03-12
2
-10
/
+10
*
Implementing pauseTimers for chromium webview
kristianm@chromium.org
2013-03-12
2
-0
/
+7
*
cc: Chromify the Animation and LayerAnimationController classes
danakj@chromium.org
2013-03-12
1
-1
/
+1
*
cc: Prevent crash when context creation fails.
danakj@chromium.org
2013-03-12
1
-3
/
+4
*
Use multiple shared memory buffers cyclically for audio capture.
wjia@chromium.org
2013-03-11
4
-13
/
+26
*
Web Content zoom settings should not apply to login/lock screen
antrim@chromium.org
2013-03-11
2
-9
/
+19
*
Adds support of local audio streams for more than one media player.
henrika@chromium.org
2013-03-11
7
-344
/
+262
*
Initial implementation of the permission API for Browser Plugin PointerLock
mthiesse@chromium.org
2013-03-10
2
-28
/
+31
*
Update some #includes for WebMessagePortChannel.h which has moved to Platform...
pilgrim@chromium.org
2013-03-09
1
-1
/
+1
*
Properly hook the RenderWidgetFullscreenPepper to the frame counting logic.
piman@chromium.org
2013-03-09
2
-9
/
+17
*
Clarify AutoResizeCompositor should only be called in auto resize mode.
aelias@chromium.org
2013-03-09
4
-7
/
+12
*
pepper: Use the RenderThread's shared context as the parent context.
danakj@chromium.org
2013-03-09
8
-162
/
+76
*
<browser>: permissionRequest API for geolocation.
lazyboy@chromium.org
2013-03-09
1
-4
/
+6
*
Revert 187073
crogers@google.com
2013-03-09
1
-7
/
+6
*
Leak non-main-thread shared contexts when RenderThreadImpl is being destroyed.
danakj@chromium.org
2013-03-08
1
-13
/
+18
*
Revert 187048
ccameron@chromium.org
2013-03-08
1
-6
/
+7
*
Enable the "Web Audio Input" feature by default.
crogers@google.com
2013-03-08
1
-7
/
+6
*
InitializeSSL when OpenSSL is used.
ronghuawu@chromium.org
2013-03-08
1
-3
/
+11
*
Disable partial swaps for webview guest renderer until we can figure out how ...
alexst@chromium.org
2013-03-08
9
-9
/
+33
*
Update some #includes for WebStorageNamespace.h which has been moved to the n...
pilgrim@chromium.org
2013-03-08
1
-1
/
+1
*
cc: Chromify the SolidColorLayer classes.
danakj@chromium.org
2013-03-08
1
-1
/
+1
*
Add implementation of WebWidgetClient::initializeLayerTreeView()
jamesr@chromium.org
2013-03-08
4
-13
/
+17
*
Update user gesture related code to the new WebKit API
jochen@chromium.org
2013-03-08
3
-15
/
+16
*
Remove Android WebView synchronous find.
boliu@chromium.org
2013-03-08
2
-86
/
+0
*
cc: Consolidate the analysis_canvas operations
vmpstr@chromium.org
2013-03-07
1
-0
/
+4
*
Let the browser handle external navigations from DevTools.
vsevik@chromium.org
2013-03-07
1
-4
/
+4
*
Browser Plugin: Cleanup remove navigate_src_sent_.
fsamuel@chromium.org
2013-03-07
2
-26
/
+23
*
Enable accelerated animations for orphan layers
ajuma@chromium.org
2013-03-07
2
-0
/
+7
*
Revert 186627
miu@chromium.org
2013-03-07
6
-26
/
+16
*
Reland r186180 after fixing the --audio-buffer-size flag and cras issue.
xians@chromium.org
2013-03-07
1
-11
/
+17
*
Allow renderer compositor message loop to be set by content embedder
boliu@chromium.org
2013-03-07
10
-95
/
+116
*
Generalize some bits of Permission API code in browser plugin.
lazyboy@chromium.org
2013-03-07
2
-47
/
+39
*
Remove CompositorThread dependency on WebThread
jamesr@chromium.org
2013-03-07
6
-29
/
+25
*
Use gpu::Mailbox in IPCs instead of std::string
piman@chromium.org
2013-03-07
6
-16
/
+26
*
Revert 186180 "Moved AudioUtil static functions:"
hshi@chromium.org
2013-03-07
1
-17
/
+11
*
Stop using the WebView::sharedGraphicsContext3D interface.
danakj@chromium.org
2013-03-07
8
-20
/
+35
*
Send fewer accessibility tree nodes from renderer to browser.
dmazzoni@chromium.org
2013-03-07
7
-132
/
+421
[next]