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
*
Filesystem interface for Mac PTP/MTP devices using ImageCaptureCore
gbillock@chromium.org
2013-02-08
3
-6
/
+13
*
SyncFS: it should not crash even when invalid FileEntry is given to getFileSt...
kinuko@chromium.org
2013-02-08
2
-2
/
+6
*
This patch fixes two audio issues for webrtc hangout.
xians@chromium.org
2013-02-08
2
-21
/
+37
*
SyncFS: Propagate the sync status and direction from service to JS event API
kinuko@chromium.org
2013-02-08
3
-34
/
+0
*
SyncFS: Migrate to new event system and support LOCAL_TO_REMOTE (as well as R...
kinuko@chromium.org
2013-02-08
4
-9
/
+34
*
Disable cookies when fetching favicon.
pliard@chromium.org
2013-02-08
1
-0
/
+4
*
Always populate FileSystemURL::virtual_path and deprecate WithPath() method
kinuko@chromium.org
2013-02-08
8
-77
/
+126
*
Make views_unittests build on Win64
jschuh@chromium.org
2013-02-08
1
-0
/
+4
*
When WebMediaPlayerManagerAndroid goes away, we should detach all the WMPA fr...
qinmin@chromium.org
2013-02-08
4
-6
/
+18
*
Don't handle GestureTap events in WebViewPlugin
qinmin@chromium.org
2013-02-08
1
-0
/
+6
*
Turn off the network proxy for mac and win in DRT
dpranke@chromium.org
2013-02-07
1
-15
/
+2
*
Properly manage lifetime of Helper Plugin in ProxyDecryptor.
ddorwin@chromium.org
2013-02-07
2
-3
/
+24
*
cc: add WebLayerTreeView API for toggling composited layer borders
egraether@chromium.org
2013-02-07
2
-0
/
+8
*
Update some #includes for headers that have been moved to the new Platform di...
pilgrim@chromium.org
2013-02-07
4
-4
/
+4
*
Update some #includes in webkit/ for headers that have been moved to the new ...
pilgrim@chromium.org
2013-02-07
2
-2
/
+2
*
Revert 181278
gavinp@chromium.org
2013-02-07
9
-412
/
+287
*
Introduce AsyncFileTestHelper for testing with async file/quota operations
kinuko@chromium.org
2013-02-07
9
-287
/
+412
*
Renaming the CdmWrapper build targets.
dkovalev@chromium.org
2013-02-07
1
-2
/
+2
*
Update some #includes in webkit/glue for headers that have moved to the new P...
pilgrim@chromium.org
2013-02-07
1
-1
/
+1
*
Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.
rsleevi@chromium.org
2013-02-07
50
-216
/
+255
*
Fix CHECK(g_DeviceDisplayInfo_clazz) in WebKit tests.
aruslan@chromium.org
2013-02-07
2
-0
/
+3
*
Move utf_offset_string_conversions and utf_string_conversion_utils to strings.
brettw@chromium.org
2013-02-07
2
-5
/
+5
*
Depend on xdisplaycheck when use_x11==1, not when toolkit_uses_gtk==1.
benrg@chromium.org
2013-02-07
1
-1
/
+5
*
Cleanup: use "drive" instead of "gdrive".
yoshiki@chromium.org
2013-02-07
1
-1
/
+1
*
A new EditingAndroidBehavior has been added to WebKit to support Android. Use...
cjhopman@chromium.org
2013-02-07
2
-1
/
+7
*
Update some #includes for headers that have been moved to the new Platform di...
pilgrim@chromium.org
2013-02-06
3
-3
/
+3
*
cc: Fix paint time collection for continuous painting mode
egraether@chromium.org
2013-02-06
1
-1
/
+1
*
Partial revert of r180417.
alph@chromium.org
2013-02-06
2
-0
/
+22
*
Return a FileEntry object from onFileSynced events so both input and output t...
calvinlo@chromium.org
2013-02-06
2
-0
/
+30
*
Construct and initialize compositor view in content
jamesr@chromium.org
2013-02-06
2
-3
/
+4
*
WebKit shared timer should be rescheduled after resuming from a modal loops, ...
rosca@adobe.com
2013-02-06
2
-2
/
+9
*
ExternalClearKey: Use 2 threads for decoding in libvpx.
tomfinegan@chromium.org
2013-02-06
1
-1
/
+3
*
Unsafe array length fix for GetNormalizedPath() function.
calvinlo@chromium.org
2013-02-06
3
-3
/
+59
*
Deoptionalize WebLayerTreeView::setViewportSize
jamesr@chromium.org
2013-02-06
2
-5
/
+2
*
Control fling curves with parameters in RendererPreferences
rjkroege@chromium.org
2013-02-06
7
-34
/
+136
*
Add about:flags experiment to enable/disable fixed position element compositing.
shawnsingh@chromium.org
2013-02-06
2
-7
/
+0
*
Revert 180688 due to faiulres on asan bots
brianderson@chromium.org
2013-02-05
3
-59
/
+3
*
Use WebKit's resource priorities instead of computing our own.
simonjam@chromium.org
2013-02-05
3
-0
/
+5
*
Revert 180583
gavinp@chromium.org
2013-02-05
7
-123
/
+84
*
Add unittests for Cross-FileSystem Copy/Move (for local filesystem).
kinuko@chromium.org
2013-02-05
2
-1
/
+548
*
Disable plugins/get-file-url.html on the Webkit ASan bot (issue 166932)
glider@chromium.org
2013-02-05
1
-0
/
+1
*
Add Utility functions to Normalize and check for Absolute Virtual Paths.
calvinlo@chromium.org
2013-02-05
3
-3
/
+59
*
Fix possible crash in RecursiveOperationDelegate and throttle # of parallel t...
kinuko@chromium.org
2013-02-05
4
-20
/
+59
*
Add a tcmalloc dependency to cc_unittests and webkit_compositor_bindings_unit...
glider@chromium.org
2013-02-05
1
-0
/
+9
*
Fix maxTimeSeekable() so it returns 0 when the pipeline doesn't have a durati...
acolwell@chromium.org
2013-02-05
1
-0
/
+5
*
Remove reference counting from media::AudioRenderer and friends.
scherkus@chromium.org
2013-02-05
1
-4
/
+6
*
Enabling External Clear Key CDM on Mac OS
dkovalev@chromium.org
2013-02-05
2
-1
/
+15
*
Remove reference counting from media::VideoRenderer and friends.
scherkus@chromium.org
2013-02-05
1
-3
/
+3
*
Make TestWebIDBFactory allocate a separate WebIDBFactory per thread.
darin@chromium.org
2013-02-05
7
-84
/
+123
*
Replace VideoRendererBase Get/PutCurrentFrame() with a VideoFrame-containing ...
scherkus@chromium.org
2013-02-05
3
-35
/
+17
[next]