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 PPAPI decryptor implementation.
tomfinegan@chromium.org
2012-08-17
5
-0
/
+465
*
Allow transitioning to HAVE_METADATA before pipeline initialization completes.
acolwell@chromium.org
2012-08-17
4
-47
/
+68
*
Remove obsolete webkit broken image gif asset which is no longer referenced a...
flackr@chromium.org
2012-08-16
1
-0
/
+0
*
add url as additional argument to createMediaPlayer.
wjia@chromium.org
2012-08-16
4
-0
/
+40
*
Update resources for broken image asset.
kevers@chromium.org
2012-08-16
1
-1
/
+1
*
Wire-up DeleteFileSystem to DRT
tzik@chromium.org
2012-08-16
4
-14
/
+51
*
Remove obsolete webkit_glue::P2PTransport interface.
sergeyu@chromium.org
2012-08-16
6
-146
/
+0
*
Address post commit nits for r151132
acolwell@chromium.org
2012-08-15
1
-2
/
+0
*
Fix race condition with windowless plugin buffers. The problem, which is alre...
jam@chromium.org
2012-08-15
4
-4
/
+37
*
Handle invalid usage cache file path
tzik@chromium.org
2012-08-15
1
-5
/
+5
*
Clean up FileSystemQuotaClient.
nhiroki@chromium.org
2012-08-15
1
-13
/
+16
*
Make ChunkDemuxer::SetTimestampOffset take a TimeDelta instead of double
vrk@google.com
2012-08-14
3
-3
/
+5
*
Exclude more files from Android build
wangxianzhu@chromium.org
2012-08-14
1
-0
/
+5
*
Remove a log statement in PPAPI.
brettw@chromium.org
2012-08-14
1
-8
/
+2
*
Add image assets for broken image.
kevers@chromium.org
2012-08-14
2
-0
/
+0
*
Quota UsageTracker ASAN fix
kinuko@chromium.org
2012-08-14
2
-6
/
+16
*
Move SessionStorageNamespace entirely into NavigationController and support S...
ajwong@chromium.org
2012-08-13
2
-0
/
+5
*
Make ~PPB_VideoDecoder_Impl() Destroy() its decoder host for hygiene.
fischman@chromium.org
2012-08-13
1
-0
/
+1
*
Upstream android's fling animator.
japhet@chromium.org
2012-08-13
5
-0
/
+147
*
Preprocessing version number for plugins to ignore leading zeros during compa...
ibraaaa@google.com
2012-08-13
3
-0
/
+34
*
Add RevokeFileSystem back to IsolatedContext
kinuko@chromium.org
2012-08-13
3
-13
/
+57
*
Invalid FileSystemURL should not be given to FileUtils
kinuko@chromium.org
2012-08-13
2
-7
/
+10
*
Remove FileSystemFileUtil::{Directory,Path}Exists
tzik@chromium.org
2012-08-13
17
-241
/
+123
*
Fix NaCl plugin shutdown when running the Chrome PPAPI proxy.
bbudge@chromium.org
2012-08-13
1
-4
/
+7
*
Use enum instead of string in MessageLoopFactory::GetMessageLoop*
xhwang@chromium.org
2012-08-12
3
-6
/
+9
*
Change the type of file_type parameter to int, as the parameter actually take...
haruki@chromium.org
2012-08-12
6
-28
/
+18
*
Disable 'Save Video As' option for MediaSource and MediaStream URLs.
acolwell@chromium.org
2012-08-10
2
-1
/
+5
*
mac: Remove more 10.5-only code
thakis@chromium.org
2012-08-10
1
-3
/
+2
*
Bluetooth API: improve discovery
brettw@chromium.org
2012-08-10
2
-0
/
+27
*
Move VideoDecoder initialization into VideoRendererBase to simplify implement...
acolwell@chromium.org
2012-08-10
1
-7
/
+4
*
crbug.com/121235 - Renderer crash on middle-click on Linux Desktop.
sschmitz@chromium.org
2012-08-10
1
-1
/
+7
*
Add thread assertions in ShareableFileReference
kinuko@chromium.org
2012-08-10
1
-7
/
+53
*
Remove unused include and always-true compile-time check
jamesr@chromium.org
2012-08-10
2
-21
/
+0
*
Merge Pipeline's kError state with kStopped: a baby step towards bringing san...
scherkus@chromium.org
2012-08-09
2
-17
/
+4
*
Add pepper permissions to WebPluginInfo
brettw@chromium.org
2012-08-09
2
-3
/
+11
*
Clean-up inline members of nested classes (webkit/)
hans@chromium.org
2012-08-09
11
-30
/
+74
*
Re-add sourceSetTimestampOffset to webmediaplayer_impl
annacc@chromium.org
2012-08-09
2
-0
/
+7
*
mac: Delete more 10.5-only code
thakis@chromium.org
2012-08-09
3
-14
/
+1
*
reland http://codereview.chromium.org/10830063/
wjia@chromium.org
2012-08-09
5
-0
/
+15
*
Further cleanup in PluginStream.
thestig@chromium.org
2012-08-09
4
-13
/
+15
*
Revert 150491 - refactor EnumerateDevices to make it a persistent request.
wjia@chromium.org
2012-08-08
5
-15
/
+0
*
Load DumpRenderTree.pak also for webkit unit tests
jochen@chromium.org
2012-08-08
3
-13
/
+19
*
refactor EnumerateDevices to make it a persistent request.
wjia@chromium.org
2012-08-08
5
-0
/
+15
*
Cancel pending seek in ChunkDemuxer when a new seek occurs
vrk@chromium.org
2012-08-08
3
-0
/
+7
*
Set the user gesture when executing script.
brettw@chromium.org
2012-08-08
1
-2
/
+9
*
Linux: Add more selective plugin blacklisting code. Blacklist a plugin that f...
thestig@chromium.org
2012-08-07
1
-5
/
+35
*
Warn hackers that ResourceType is reported in histograms.
gavinp@chromium.org
2012-08-07
1
-0
/
+2
*
Change Deryptor::DecryptStatus and VideoDecoder::DecoderStatus to *::Status.
xhwang@chromium.org
2012-08-07
3
-3
/
+3
*
Change of DumpRenderTree directory on Android.
wangxianzhu@chromium.org
2012-08-07
1
-3
/
+6
*
Remove WebMediaPlayerProxy::video_decoder_ & FFmpegVideoDecoder::set_decryptor.
acolwell@chromium.org
2012-08-07
5
-32
/
+17
[prev]
[next]