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
/
webkit
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Allow suppressed EME canPlayType() responses to be overridden with a ...
senorblanco@chromium.org
2013-06-23
4
-44
/
+8
*
Allow suppressed EME canPlayType() responses to be overridden with a flag.
ddorwin@chromium.org
2013-06-22
4
-8
/
+44
*
Set default pinch viewport overlay scrollbar thickness in WebPreferences.
wjmaclean@chromium.org
2013-06-22
1
-0
/
+3
*
Move webkit/renderer/media/android/ to content/renderer/media/android/.
scherkus@chromium.org
2013-06-22
20
-3389
/
+12
*
Fix WebMediaPlayer build with enable_pepper_cdms=0
spang@chromium.org
2013-06-21
1
-0
/
+2
*
Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (C...
wez@chromium.org
2013-06-21
1
-20
/
+40
*
Add a function to convert key system into UUID
qinmin@chromium.org
2013-06-21
5
-4
/
+66
*
Currently, NotifyDemuxerReady() is called whenever key is added,
kjyoun@google.com
2013-06-21
3
-9
/
+34
*
Pass InitializeCDM() call through IPC to the browser.
xhwang@chromium.org
2013-06-21
1
-18
/
+27
*
Move the following clipboard files from webkit\glue to content\renderer. Thes...
ananta@chromium.org
2013-06-21
2
-0
/
+63
*
Removed unused NeedKey callback from Decryptors.
ddorwin@chromium.org
2013-06-20
8
-61
/
+10
*
EME: Wrap WebMediaPlayerProxyAndroid EME calls into ProxyDecryptor.
xhwang@chromium.org
2013-06-20
6
-45
/
+149
*
Simplify WMPI::duration() MSE path
wolenetz@chromium.org
2013-06-20
1
-3
/
+0
*
Add a switch to retain video playback on lost focus
wonsik@chromium.org
2013-06-20
2
-5
/
+9
*
Migrate CompositingReasons to uint64.
hartmanng@chromium.org
2013-06-20
1
-37
/
+39
*
cc: Remove cc::Thread and cc::ThreadImpl.
danakj@chromium.org
2013-06-20
1
-1
/
+0
*
Fix hole punching
wonsik@chromium.org
2013-06-20
1
-1
/
+4
*
Fix TV build
wonsik@chromium.org
2013-06-20
1
-2
/
+1
*
Defer transitioning to HaveEnoughData when there is a pending seek.
acolwell@chromium.org
2013-06-20
1
-1
/
+5
*
EME: ProxyDecryptor creates MediaKeys instead of Decryptor.
xhwang@chromium.org
2013-06-19
4
-30
/
+27
*
Re-enable BufferedDataSourceTest.Range_Supported and Range_InstanceSizeUnknown
steveblock@chromium.org
2013-06-19
1
-2
/
+2
*
Disable BufferedDataSourceTest.Range_InstanceSizeUnknown
steveblock@chromium.org
2013-06-19
1
-1
/
+1
*
Disable BufferedDataSourceTest.Range_Supported
steveblock@chromium.org
2013-06-19
1
-1
/
+1
*
Separate CDM initialization from GenerateKeyRequest & remove key_system param...
ddorwin@chromium.org
2013-06-19
13
-230
/
+213
*
Keep screen on when media source is playing
qinmin@chromium.org
2013-06-18
2
-2
/
+24
*
Remove unused EME v0.1b MediaKeyError values.
ddorwin@chromium.org
2013-06-18
1
-4
/
+0
*
Add command line switch to enable region based columns.
mstensho@opera.com
2013-06-18
1
-0
/
+1
*
Move MediaKeyErrorCode compile asserts to common file.
ddorwin@chromium.org
2013-06-18
3
-25
/
+18
*
Replace base::NullableString16(bool) usage with default constructor.
darin@chromium.org
2013-06-18
1
-1
/
+1
*
Update Blink include paths
abarth@chromium.org
2013-06-17
35
-61
/
+61
*
move webkit/glue/cursor_utils* to webkit/renderer/
scottmg@chromium.org
2013-06-15
2
-0
/
+72
*
reland of https://codereview.chromium.org/16864002
scottmg@chromium.org
2013-06-15
1
-1
/
+1
*
We need to prevent a race condition between a previously commited texture mai...
alexst@chromium.org
2013-06-15
1
-2
/
+3
*
media: Remove VP9 flag, and enable VP9 support by default.
tomfinegan@chromium.org
2013-06-15
1
-4
/
+1
*
Remove logic from ChunkDemuxer that allows EndOfStream to silently fail.
acolwell@chromium.org
2013-06-15
1
-2
/
+1
*
Revert "move webkit/glue/webthread_impl* to webkit/child/"
senorblanco@chromium.org
2013-06-14
1
-1
/
+1
*
move webkit/glue/webthread_impl* to webkit/child/
scottmg@chromium.org
2013-06-14
1
-1
/
+1
*
android: Implement single origin and CORS check for video
skyostil@chromium.org
2013-06-14
6
-9
/
+551
*
Fix occasional hole punching failure
wonsik@chromium.org
2013-06-14
1
-1
/
+8
*
Move nullable_string16.h to the string subdirectory.
avi@chromium.org
2013-06-13
4
-22
/
+24
*
Fix webkit_storage exports definitions
kinuko@chromium.org
2013-06-13
6
-10
/
+41
*
ProxyDecryptor owns destruction of the Helper Plugin.
ddorwin@chromium.org
2013-06-12
4
-19
/
+21
*
Revert 205853 "android: Implement single origin and CORS check f..."
sail@chromium.org
2013-06-12
6
-558
/
+9
*
android: Implement single origin and CORS check for video
skyostil@chromium.org
2013-06-12
6
-9
/
+558
*
Implement MediaSourceDelegate::SetDuration() for android
wolenetz@chromium.org
2013-06-12
5
-33
/
+113
*
Use a direct include of strings headers in webkit/, part 2.
avi@chromium.org
2013-06-11
12
-16
/
+16
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
2
-2
/
+2
*
Fix a crash that NotifyDemuxerReady() can be called after demuxer is destroyed.
qinmin@chromium.org
2013-06-11
1
-0
/
+2
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
8
-8
/
+8
*
Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...
avi@chromium.org
2013-06-07
5
-5
/
+5
[next]