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
*
Move audio/video files from content/renderer into content/renderer/media.
fischman@chromium.org
2012-01-28
11
-4
/
+728
*
Enabling usage of native PeerConnection v2 in libjingle.
grunell@chromium.org
2012-01-28
13
-625
/
+896
*
Cleanup: Remove static storage for variables in an unnamed namespace.
jhawkins@chromium.org
2012-01-28
3
-10
/
+11
*
Avoid trying to query ScreenInfo without a valid host_window_
jamesr@chromium.org
2012-01-27
1
-1
/
+4
*
Revert "Revert 119430 - Make transferbuffer increase in size dynamically"
gman@chromium.org
2012-01-27
2
-24
/
+21
*
Roll webrtc 1538 and libjingle 112
grunell@chromium.org
2012-01-27
3
-25
/
+18
*
adjust start_time_ for video capture decoder so that the preroll in video ren...
wjia@chromium.org
2012-01-27
2
-0
/
+7
*
Detect errors in audio output and report them upstream.
fischman@chromium.org
2012-01-27
7
-6
/
+23
*
Revert 119430 - Make transferbuffer increase in size dynamically
kinuko@chromium.org
2012-01-27
2
-21
/
+24
*
Make transferbuffer increase in size dynamically
gman@chromium.org
2012-01-27
2
-24
/
+21
*
Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.
scheib@chromium.org
2012-01-27
7
-167
/
+576
*
android build: progress on content and libjingle.
jrg@chromium.org
2012-01-27
4
-5
/
+10
*
aura: Create appropriate WebGestureEvents and send them to renderers.
sadrul@chromium.org
2012-01-27
1
-1
/
+1
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-27
2
-8
/
+10
*
No need to have HostZoomMap know about "original" map, which is really just a...
jam@chromium.org
2012-01-27
2
-6
/
+5
*
Make AudioDevice::Stop synchronous again.
tommi@chromium.org
2012-01-26
2
-11
/
+22
*
Revert 119206 - Mouse Lock is currently supported in Pepper, but not yet supp...
tzik@chromium.org
2012-01-26
7
-576
/
+167
*
Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.
scheib@chromium.org
2012-01-26
7
-167
/
+576
*
Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky
fischman@chromium.org
2012-01-26
3
-8
/
+6
*
support video device enumeration from renderer process.
wjia@chromium.org
2012-01-25
8
-9
/
+329
*
Implement support for a cancelable SyncSocket.
tommi@chromium.org
2012-01-25
1
-7
/
+5
*
Use WebKit implementation of accessible scrolling methods.
dmazzoni@chromium.org
2012-01-24
2
-22
/
+48
*
Transition a couple of DLOG(WARNING)'s in RenderViewImpl to DVLOG(1)'s.
isherman@chromium.org
2012-01-24
1
-2
/
+2
*
cleanup: remove old form of WebSharedWorker::startWorkerContext() method.
tsepez@chromium.org
2012-01-24
2
-21
/
+0
*
Removes invalid DCHECK() calls in the WebRTC ADM.
henrika@chromium.org
2012-01-24
1
-5
/
+3
*
Simplify shutdown of AudioDevice's audio thread.
tommi@chromium.org
2012-01-24
2
-45
/
+28
*
Adding tommi@chromium.org to media-related OWNERS files.
scherkus@chromium.org
2012-01-24
1
-0
/
+1
*
Re-enable test.
abarth@chromium.org
2012-01-23
1
-3
/
+2
*
Pass Content-security-policy and header type from WebSharedWorkerProxy to Web...
tsepez@chromium.org
2012-01-23
2
-10
/
+45
*
Change grow box computation back to a method on BrowserWindow
thakis@chromium.org
2012-01-23
1
-5
/
+0
*
DevTools: open resources in the front-end's browser, not the agent's browser.
pfeldman@chromium.org
2012-01-23
2
-0
/
+6
*
add stubs to fix build with enable_webrtc=0
wjia@chromium.org
2012-01-22
2
-0
/
+122
*
WebRtc VideoEngine takes millisecond as the captured frame timestamp.
ronghuawu@chromium.org
2012-01-21
1
-1
/
+1
*
Update chromium code to use WebIntentRequest.
gbillock@chromium.org
2012-01-21
4
-32
/
+64
*
Repeat performance for 118553 -- Add nacl private interface and state
sehr@google.com
2012-01-21
2
-0
/
+5
*
Revert 118553 - Add nacl private interface and state for process creation.
sehr@google.com
2012-01-21
2
-5
/
+0
*
Add nacl private interface and state for process creation.
sehr@google.com
2012-01-20
2
-0
/
+5
*
Implement WebViewClient::createGraphicsContext3D (and support for DRT)
piman@chromium.org
2012-01-20
2
-0
/
+30
*
Disable NPAPI under Aura.
saintlou@chromium.org
2012-01-20
1
-0
/
+4
*
mac: Mark failing MacTestCmdUp test as FAILS.
sadrul@chromium.org
2012-01-20
1
-2
/
+3
*
WebKit roll 105448:105482
rolandsteiner@chromium.org
2012-01-20
2
-2
/
+4
*
Fix a potential race in OnSwapBuffersComplete().
sievers@chromium.org
2012-01-20
1
-2
/
+7
*
Adds support for 16kHz input sample rate and mono channel config. in WebRTC.
henrika@chromium.org
2012-01-19
4
-27
/
+55
*
Always enable indexeddb for workers. Remove --enable-indexeddb-for-workers s...
dgrogan@chromium.org
2012-01-19
1
-2
/
+1
*
Roll libjingle to r108:
ronghuawu@chromium.org
2012-01-19
5
-5
/
+5
*
set timestamp of captured video frames. also set duration of the media and me...
wjia@chromium.org
2012-01-19
3
-4
/
+13
*
Disallow navigation in platform apps.
mihaip@chromium.org
2012-01-19
1
-12
/
+16
*
gpu: reference target surfaces through a globally unique surface id.
piman@chromium.org
2012-01-18
13
-19
/
+38
*
Revert 118031 - Roll libjingle to r108:
ronghuawu@chromium.org
2012-01-18
5
-5
/
+5
*
Roll libjingle to r108:
ronghuawu@chromium.org
2012-01-18
5
-5
/
+5
[next]