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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add skeleton code to wire Local- and Remote- file sync services
kinuko@chromium.org
2012-10-24
1
-0
/
+6
*
Fixed ExternalClearKey/EncryptedMediaTest on Linux ASAN and Chromium OS ASAN.
ddorwin@chromium.org
2012-10-24
1
-9
/
+15
*
Add sync_callbacks.h for Sync FileSystem callbacks.
tzik@google.com
2012-10-24
2
-0
/
+20
*
Clear key CDM handles EOS buffer correctly.
xhwang@chromium.org
2012-10-24
3
-54
/
+73
*
Teach BindToLoop to create callbacks that accept scoped parameters.
fischman@chromium.org
2012-10-24
1
-12
/
+5
*
Encrypted Media: Return and handle NeedMoreData correctly.
xhwang@chromium.org
2012-10-23
4
-135
/
+143
*
Revert 163584 - Add OnSyncEnabled/OnWriteEnabled notification handling to ope...
abodenha@chromium.org
2012-10-23
7
-119
/
+43
*
Add OnSyncEnabled/OnWriteEnabled notification handling to operation runner
kinuko@chromium.org
2012-10-23
7
-43
/
+119
*
Make gfx::Rect class operations consistently mutate the class they are called...
danakj@chromium.org
2012-10-23
9
-31
/
+43
*
Allow 0 resource in PPB_Instance_Proxy::Deliver{Frame|Samples}.
xhwang@chromium.org
2012-10-23
1
-0
/
+2
*
webkit: Fix build break
hashimoto@chromium.org
2012-10-23
1
-1
/
+0
*
webkit: Merge 'dom_storage' to 'webkit_storage'
hashimoto@chromium.org
2012-10-23
18
-116
/
+64
*
Remove Carbon cursor call interposing in Mac NPAPI plugins
stuartmorgan@chromium.org
2012-10-23
4
-153
/
+0
*
Add UMA reporting for EME APIs.
fischman@chromium.org
2012-10-23
4
-17
/
+144
*
Implement SkImageFilter support in the compositor.
senorblanco@chromium.org
2012-10-23
2
-0
/
+9
*
webkit: Move FilePath/WebString conversion functions from 'glue' to 'base'
hashimoto@chromium.org
2012-10-23
20
-163
/
+193
*
Add CDM video decoder.
tomfinegan@chromium.org
2012-10-23
7
-23
/
+515
*
webkit: Merge build target 'appcache' to 'webkit_storage'
hashimoto@chromium.org
2012-10-23
26
-185
/
+127
*
Enable double tap to zoom on Android builds
yusufo@chromium.org
2012-10-22
1
-0
/
+1
*
cc: Rename cc classes and members to match filenames
enne@chromium.org
2012-10-22
30
-153
/
+153
*
[net] Change factory methods for HostResolver and HostCache to return a scope...
szym@chromium.org
2012-10-22
1
-4
/
+1
*
Fix layering violation in FullscreenContainer.
yzshen@chromium.org
2012-10-22
1
-8
/
+0
*
Support filesystem files from BlobURLRequestJob
hashimoto@chromium.org
2012-10-22
11
-280
/
+350
*
Allow the CDM plugin wrappers to find the CDM in the same directory.
ddorwin@chromium.org
2012-10-20
1
-0
/
+2
*
Make original_response_headers parameter of NetworkDelegate::OnHeadersReceive...
battre@chromium.org
2012-10-20
1
-1
/
+1
*
Fix mem leaks in DomStorageContextTest.
marja@chromium.org
2012-10-20
1
-0
/
+3
*
Upstream remaining diff in chrome_content_browser_client
yusufo@chromium.org
2012-10-19
2
-0
/
+3
*
Add pepper content decryption audio decoding API.
tomfinegan@chromium.org
2012-10-19
6
-30
/
+211
*
Remove all the "set noparent" directives
dpranke@chromium.org
2012-10-19
1
-1
/
+0
*
Linux: make it possible to build without third_party/launchpad_translations
phajdan.jr@chromium.org
2012-10-19
1
-11
/
+31
*
Move a bunch of code in content\renderer to the content namespace.
jam@chromium.org
2012-10-19
1
-1
/
+4
*
Revert "cc: Rename cc classes and members to match filenames"
enne@chromium.org
2012-10-19
30
-153
/
+153
*
cc: Rename cc classes and members to match filenames
enne@chromium.org
2012-10-19
30
-153
/
+153
*
Add DecryptingAudioDecoder.
xhwang@chromium.org
2012-10-19
1
-1
/
+18
*
Move CC switches to cc/switches.h.
aelias@chromium.org
2012-10-19
2
-29
/
+5
*
Use a reply struct instead of individual values when responding to intents. A...
smckay@chromium.org
2012-10-19
4
-0
/
+123
*
BrowsingDataRemover: clear sessionStorage.
marja@chromium.org
2012-10-19
10
-83
/
+248
*
gpu: Add support for GLX_EXT_texture_from_pixmap extension.
reveman@google.com
2012-10-18
4
-1
/
+23
*
Update Decryptor interface to support audio decoding.
xhwang@chromium.org
2012-10-18
6
-79
/
+195
*
Rename compositor bindings filenames to Chromium style
enne@chromium.org
2012-10-18
46
-104
/
+109
*
cc: Remove wtf usage from test code
enne@chromium.org
2012-10-18
3
-18
/
+19
*
Add operation runner for SyncableFileSystem
kinuko@chromium.org
2012-10-18
15
-70
/
+1007
*
Remove a dead code path in Mac NPAPI context menu support
stuartmorgan@chromium.org
2012-10-18
1
-37
/
+1
*
Don't hang in Stop(): because the render thread is paused while Pipeline::Stop()
fischman@chromium.org
2012-10-18
2
-27
/
+21
*
Lint/Comment fixes in webkit/fileapi
kinuko@chromium.org
2012-10-18
3
-7
/
+8
*
webkit: Merge blob and fileapi into one build target 'webkit_storage'
hashimoto@chromium.org
2012-10-18
64
-400
/
+378
*
Ensure profile path directory exists before trying to determine amount of fre...
calvinlo@chromium.org
2012-10-18
1
-1
/
+11
*
Move audio decoder initialization to AudioRendererImpl.
xhwang@chromium.org
2012-10-18
1
-4
/
+6
*
Update PluginInstance for decrypt-and-decode video.
xhwang@chromium.org
2012-10-18
6
-83
/
+218
*
Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.
fischman@chromium.org
2012-10-18
4
-23
/
+1
[next]