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 global tracking of GPU memory allocations. Have each ContextGroup push m...
ccameron@chromium.org
2012-07-28
1
-1
/
+1
*
Move NPAPI unit tests from test_shell_tests to content_unittests.
tony@chromium.org
2012-07-28
1
-5
/
+2
*
Chrome-side implementation of media source timestamp offset
vrk@google.com
2012-07-27
4
-0
/
+13
*
adding overlay play button resource for media control on android
qinmin@chromium.org
2012-07-27
3
-0
/
+7
*
Coverity: Fix several pass-by-values.
jhawkins@chromium.org
2012-07-27
1
-1
/
+1
*
Chrome side changes for integer versions
dgrogan@chromium.org
2012-07-27
1
-1
/
+2
*
mac: Let Carbon plugin stuff buid with the 10.7 SDK
thakis@chromium.org
2012-07-26
3
-1
/
+27
*
pageNumerForElementById is a test specific API and can be moved to window.int...
kaustubh.ra@gmail.com
2012-07-26
1
-9
/
+0
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-26
1
-0
/
+2
*
mac: Remove now-unneeded includes of cocoa_protocols.h
thakis@chromium.org
2012-07-26
1
-1
/
+0
*
Fix gcc 4.7 building problems - cont 2.
shenhan@google.com
2012-07-26
2
-4
/
+16
*
Outsource FileSystemOperationContext from LocalFileSystemOperation
tzik@chromium.org
2012-07-26
7
-30
/
+43
*
Remove unnecessary WebKit layout test expectations.
rbyers@chromium.org
2012-07-26
1
-34
/
+0
*
Queue Flash mouselock request if fullscreen is pending
jschuh@chromium.org
2012-07-26
1
-6
/
+21
*
Enables internal filesystem types via Isolated filesystems.
kinuko@chromium.org
2012-07-25
25
-395
/
+163
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-25
1
-2
/
+6
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-25
2
-2
/
+4
*
PPAPI/NaCl: Make ImageData for NaCl just use shared memory
dmichael@chromium.org
2012-07-25
6
-63
/
+320
*
Add webkit image resources to new scale-specific location
rbyers@chromium.org
2012-07-25
105
-0
/
+0
*
Add a hand grab and grabbing cursor
brettw@chromium.org
2012-07-25
4
-3
/
+4
*
Revert 148364 - Add a hand grab and grabbing cursor
gab@google.com
2012-07-25
4
-4
/
+3
*
Add a hand grab and grabbing cursor
brettw@chromium.org
2012-07-25
4
-3
/
+4
*
Revert 148355 - Add a hand grab and grabbing cursor
brettw@chromium.org
2012-07-25
4
-4
/
+3
*
Add a hand grab and grabbing cursor
brettw@chromium.org
2012-07-25
4
-3
/
+4
*
Roll breakpad DEPS r977:998
rsesek@chromium.org
2012-07-25
1
-3
/
+13
*
Add more FS types and introduce type field into IsolatedContext
kinuko@chromium.org
2012-07-25
11
-115
/
+212
*
mac: Load cursor images from resource pak file instead of from the bundle.
thakis@chromium.org
2012-07-25
2
-53
/
+55
*
Add CSS variables feature flag to chrome://flags.
macpherson@chromium.org
2012-07-25
2
-0
/
+3
*
Factor out common error-code conversion code for PlatformFileErrorToNetError.
nhiroki@google.com
2012-07-25
5
-37
/
+4
*
Renamed resource files to be more verbose, specifically:
benrg@chromium.org
2012-07-24
1
-1
/
+1
*
Remove tickmark png.
thakis@chromium.org
2012-07-24
3
-2
/
+0
*
Revert 148171 - Roll breakpad DEPS r977:996
rsesek@chromium.org
2012-07-24
1
-13
/
+3
*
Renamed FileSystemOperation to LocalFileSystemOperation.
nhiroki@google.com
2012-07-24
23
-294
/
+315
*
Roll breakpad DEPS r977:996
rsesek@chromium.org
2012-07-24
1
-3
/
+13
*
Enable new checkbox style by default (Linux/CrOS only)
rbyers@chromium.org
2012-07-24
1
-0
/
+33
*
Revert 148133 - Roll breakpad DEPS r977:995
acolwell@chromium.org
2012-07-24
1
-13
/
+3
*
Roll breakpad DEPS r977:995
rsesek@chromium.org
2012-07-24
1
-3
/
+13
*
Web Inspector: count DOM storage cache memory for native snapshot
alexeif@chromium.org
2012-07-24
2
-1
/
+7
*
Add PpapiDecryptor which wraps a CDM plugin.
xhwang@chromium.org
2012-07-23
8
-37
/
+282
*
Remove use of PipelineStatus from BufferedDataSource and FileDataSource.
scherkus@chromium.org
2012-07-23
5
-54
/
+39
*
Add a shallow command buffer flush that doesn't glFlush
brianderson@chromium.org
2012-07-23
3
-0
/
+8
*
Scale to DIPs in ppb_graphics2d_impl for proper invalidation
jhorwich@chromium.org
2012-07-23
4
-1
/
+138
*
Add support for VP8 decode to OmxVideoDecodeAccelerator, for HW that supports...
fischman@chromium.org
2012-07-23
1
-0
/
+2
*
gpu in-memory program cache implementation with a memory limit + lru eviction.
dmurph@chromium.org
2012-07-23
1
-0
/
+1
*
Remove possibility of stale user_buffer_ member in PPB_URLLoader_Impl when Fi...
tsepez@chromium.org
2012-07-23
1
-0
/
+6
*
Offload disk accesses to WorkerPool in ExtensionProtocolHandler
paivanof@gmail.com
2012-07-23
3
-24
/
+33
*
Move VideoRenderer out of Filter heirarchy.
scherkus@chromium.org
2012-07-23
2
-4
/
+3
*
[Mac] Use GetCurrentButtonState() instead of Button() in WebPluginDelegateImp...
rsesek@chromium.org
2012-07-20
1
-1
/
+1
*
Roll skia to 4683.
twiz@chromium.org
2012-07-20
1
-0
/
+4
*
Fix a rebase error in ProxyDecryptor::Decrypt()
xhwang@chromium.org
2012-07-19
1
-2
/
+5
[prev]
[next]