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
*
Implement PPB_DeviceRef_Dev.
yzshen@chromium.org
2012-01-21
1
-0
/
+1
*
Revert 118546 because it caused PrerenderHTML5VideoNetwork to timeout on wind...
sadrul@chromium.org
2012-01-21
3
-42
/
+28
*
Switching glue to be a component in r118401 and then linking with the BFD lin...
dpranke@chromium.org
2012-01-21
1
-0
/
+8
*
Add support for Run, Quit, and RunAllPending to WebKit::WebThread
jamesr@chromium.org
2012-01-20
2
-5
/
+35
*
Fire canplaythrough as soon as download defers to fix autoplay
vrk@google.com
2012-01-20
3
-28
/
+42
*
Implement WebViewClient::createGraphicsContext3D (and support for DRT)
piman@chromium.org
2012-01-20
6
-24
/
+47
*
Initialized buffer_type to BUFFER_STANDARD.
asharif@chromium.org
2012-01-20
1
-1
/
+1
*
Relanding this with fixes to the mac dbg builder
ananta@chromium.org
2012-01-20
15
-532
/
+36
*
Estimate renderer memory usage in MacOS via working set size instead of page ...
ulan@chromium.org
2012-01-20
1
-1
/
+1
*
Revert 118440 since it breaks views_unittests:HitTestMasks on windows
sadrul@chromium.org
2012-01-20
1
-4
/
+1
*
Skia DEPS roll 3039->3071 with gyp and test_expectations changes
epoger@chromium.org
2012-01-20
1
-1
/
+4
*
Build webkit_glue as a component again.
dpranke@chromium.org
2012-01-20
5
-9
/
+9
*
Revert 118385 since this seems to break mac-debug build.
sadrul@chromium.org
2012-01-20
15
-36
/
+532
*
Fold InitializeTask() into Initialize() as the method is called on the render...
scherkus@chromium.org
2012-01-19
5
-103
/
+61
*
Remove the Webkit thread in the PPAPI plugin process and perform the text and...
ananta@chromium.org
2012-01-19
15
-532
/
+36
*
build DRT, webkit_unit_tests from individual gyp files.
dpranke@chromium.org
2012-01-19
2
-6
/
+20
*
Remove long-ago rebaselined tests from chrome test_expectations
epoger@chromium.org
2012-01-19
1
-25
/
+0
*
Code cleanup.
backer@chromium.org
2012-01-19
1
-15
/
+0
*
Replace DataSourceFactory with explicitly initialized DataSources.
scherkus@chromium.org
2012-01-19
16
-397
/
+263
*
Rename webkit_media::VideoRendererImpl to webkit_media::SkCanvasVideoRenderer.
scherkus@chromium.org
2012-01-19
8
-44
/
+42
*
Transition to base/mac/bundle_locations.h step 2
jeremy@chromium.org
2012-01-19
2
-5
/
+7
*
Transition to base/mac/bundle_locations.h step 1
jeremy@chromium.org
2012-01-19
1
-2
/
+3
*
Add a per-tab preference to match WebSettings::images_enabled.
mnaganov@chromium.org
2012-01-19
2
-2
/
+5
*
Revert r118525 / Re-land r118240 - the build failure was a flake.
dpranke@chromium.org
2012-01-19
1
-3
/
+4
*
WebSocket Pepper API: WebArrayBuffer support
toyoshim@chromium.org
2012-01-19
2
-44
/
+48
*
Revert r118240 - gles_2_c_lib as a component.
dpranke@chromium.org
2012-01-19
1
-4
/
+3
*
Fix a crash in WebURLLoaderMockFactory caused by removing a loader that has b...
bbudge@chromium.org
2012-01-19
1
-2
/
+3
*
Add overloaded WebKitPlatformSupportImpl::createGraphicsContext3D
piman@chromium.org
2012-01-19
2
-1
/
+25
*
This change makes gles2_c_lib work as a component. It introduces a gles2_c_li...
dpranke@chromium.org
2012-01-19
1
-3
/
+4
*
Fix incorrect comment about object ownership in WebMediaPlayerImpl::WebMediaP...
crogers@google.com
2012-01-19
1
-1
/
+0
*
Removing old setVisibility method which was removed during a refactor a while...
mmocny@chromium.org
2012-01-18
2
-8
/
+2
*
Skia DEPS roll 3035->3039 with test_expectations change.
epoger@chromium.org
2012-01-18
1
-0
/
+7
*
Fold media::PipelineImpl into media::Pipeline as there is only one implementa...
scherkus@chromium.org
2012-01-18
3
-7
/
+7
*
Webkit roll 105195:105229
rolandsteiner@chromium.org
2012-01-18
1
-6
/
+0
*
Use WebKit API's filesystem types directly under webkit/fileapi
kinuko@chromium.org
2012-01-18
2
-15
/
+9
*
buffers.cc: replaced global TimeDelta constants with fully-inlined functions.
fischman@chromium.org
2012-01-18
3
-4
/
+4
*
Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.
apatrick@chromium.org
2012-01-18
3
-3
/
+3
*
Revert 117968 - Rename is_hsts_host to fatal.
apatrick@chromium.org
2012-01-18
3
-3
/
+3
*
Added bounds checks to the URLLoader prefetch buffer threshhold.
raymes@chromium.org
2012-01-17
1
-1
/
+8
*
Rename is_hsts_host to fatal.
palmer@chromium.org
2012-01-17
3
-3
/
+3
*
Temporary test_expectations.txt update
rolandsteiner@chromium.org
2012-01-17
1
-0
/
+6
*
ChromeOS build fix r117830
kinuko@chromium.org
2012-01-16
4
-11
/
+19
*
Add CreateFileSystemOperation() method to FileSystemContext
kinuko@chromium.org
2012-01-16
16
-61
/
+188
*
Support custom data formats for dragging on Windows.
dcheng@chromium.org
2012-01-14
1
-2
/
+4
*
Keep "internal" and "extra" plugins in the same list.
bauerb@chromium.org
2012-01-14
2
-34
/
+23
*
Remove ActiveLoader::Cancel().
scherkus@chromium.org
2012-01-13
4
-12
/
+5
*
Refactor webkit_media::VideoRendererImpl into standalone class.
scherkus@chromium.org
2012-01-13
8
-282
/
+213
*
Remove Clone() from DataSourceFactory & DemuxerFactory since the methods aren...
acolwell@chromium.org
2012-01-13
2
-8
/
+0
*
Fold WebMediaPlayerImpl::Initialize() into the constructor.
scherkus@chromium.org
2012-01-13
4
-60
/
+37
*
Allow tracing in third_party libraries
jbates@chromium.org
2012-01-13
1
-2
/
+2
[next]