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
*
Skia is deprecating setDevice in favor of factories to create SkCanvas variants
reed@google.com
2012-09-28
2
-3
/
+3
*
Fixes cases where we incorrectly convert from RectF to Rect by flooring. In a...
vollick@chromium.org
2012-09-28
1
-1
/
+2
*
Cleanup WebPluginDelegate implementations.
thestig@chromium.org
2012-09-27
10
-96
/
+60
*
Webkit roll 129708:129770
schenney@chromium.org
2012-09-27
1
-2
/
+2
*
Fix cpu draining callback in Graphics2D::Flush.
victorhsieh@chromium.org
2012-09-27
1
-9
/
+21
*
Remove PluginGroup
ibraaaa@google.com
2012-09-27
11
-840
/
+24
*
Fix a bug when resetting NaCl plugin instance to IPC proxy.
bbudge@chromium.org
2012-09-27
2
-0
/
+5
*
Rename profile_path member of TrackerDB to base_path
nhiroki@chromium.org
2012-09-27
2
-8
/
+8
*
Record add/update changes as ADD_OR_UPDATE
kinuko@chromium.org
2012-09-27
5
-88
/
+68
*
Normalize path and virtual path of FileSystemURL
kinuko@chromium.org
2012-09-27
1
-1
/
+1
*
Add a new field in password_form to distinguish generated passwords from manu...
guohui@chromium.org
2012-09-27
2
-2
/
+14
*
Add average commit time to texture upload scrolling tests
brianderson@chromium.org
2012-09-27
1
-1
/
+3
*
Fix up instance registration with the browser.
brettw@chromium.org
2012-09-26
1
-0
/
+2
*
Add LocalFileChangeTracker database to record non-synced dirty files
nhiroki@chromium.org
2012-09-26
3
-8
/
+227
*
Send OnModifyFile Notification when File Write completes successfully or fail...
calvinlo@chromium.org
2012-09-26
8
-43
/
+112
*
Fix: Prerendering was confusing SessionService to not save sessionStorage.
marja@chromium.org
2012-09-26
2
-0
/
+5
*
FontScaleFactor and ForceEnableZoom pref_names.
aurimas@chromium.org
2012-09-25
2
-0
/
+12
*
Register Android's media/ and net/ JNI bindings when running DumpRenderTree.
peter@chromium.org
2012-09-25
1
-3
/
+9
*
Merged HostQuotaCallback into QuotaCallback
calvinlo@chromium.org
2012-09-25
4
-33
/
+21
*
Added OtherDateLabel localized string.
keishi@chromium.org
2012-09-25
2
-0
/
+5
*
create a separate WebMediaPlayer for URL derived from media stream
wjia@chromium.org
2012-09-25
11
-14
/
+835
*
Call Decryptor::Stop() in FFmpegVideoDecoder::Reset().
xhwang@chromium.org
2012-09-25
5
-7
/
+7
*
memoryUsageMB should call GetWorkingSetSize instead of GetPagefileUsage on Ma...
yurys@chromium.org
2012-09-24
1
-0
/
+4
*
Fix typo from bad merge.
dpranke@chromium.org
2012-09-21
1
-1
/
+0
*
Add an ASAN TestExpectations file.
dpranke@chromium.org
2012-09-21
1
-0
/
+5
*
Remove KeyError in CdmWrapper::Decrypt().
xhwang@chromium.org
2012-09-21
1
-10
/
+7
*
convert comments in the test expectations files from // to #
dpranke@chromium.org
2012-09-21
1
-36
/
+37
*
Reland: Update V8 to version 3.14.0.1 and adjust test expectations.
ulan@chromium.org
2012-09-21
1
-0
/
+4
*
Merge MockQuotaManager in multiple places
kinuko@chromium.org
2012-09-21
4
-236
/
+267
*
Add tzik to webkit/fileapi/syncable/OWNERS
tzik@chromium.org
2012-09-21
1
-0
/
+1
*
Change bookmarkManager API from experimental to private.
aa@chromium.org
2012-09-21
1
-1
/
+1
*
Setup network JNI for webkit_unit_tests.
pliard@chromium.org
2012-09-21
1
-6
/
+4
*
Disable GPU video decoding when using Media Source.
acolwell@chromium.org
2012-09-21
1
-0
/
+6
*
Revert 157822 - Update V8 to version 3.14.0.1 and adjust test expectations.
zea@chromium.org
2012-09-20
1
-4
/
+0
*
Update V8 to version 3.14.0.1 and adjust test expectations.
ulan@chromium.org
2012-09-20
1
-0
/
+4
*
Add the ubercomp DelegatedRendererLayer.
danakj@chromium.org
2012-09-20
5
-0
/
+68
*
Cleanup: quota::HostQuotaCallback do not need to pass host and type as arguments
calvinlo@chromium.org
2012-09-20
3
-22
/
+10
*
[Android] Make OS version reporting in the UA string legacy-compatible.
mnaganov@chromium.org
2012-09-20
1
-4
/
+8
*
Eliminate redundant checks for the PPP_Pdf interface in webkit::ppapi::Plugin...
bbudge@chromium.org
2012-09-20
2
-1
/
+4
*
Revert 157700 - Add the ubercomp DelegatedRendererLayer.
ilevy@chromium.org
2012-09-20
5
-68
/
+0
*
Add the ubercomp DelegatedRendererLayer.
danakj@chromium.org
2012-09-20
5
-0
/
+68
*
Don't require a recreation of the context when fullscreening
jbauman@chromium.org
2012-09-19
5
-1
/
+23
*
Intermittend UAF in webkit::ppapi::PPB_URLLoader_Impl::FillUserBuffer. This i...
tsepez@chromium.org
2012-09-19
1
-2
/
+8
*
Move android mediaplayer from render process to browser process.
qinmin@chromium.org
2012-09-19
15
-493
/
+769
*
Convert url request info to new proxy API.
brettw@chromium.org
2012-09-19
14
-461
/
+188
*
Cleanup: quota::HostUsageCallback do not need to pass host and type as arguments
calvinlo@chromium.org
2012-09-19
6
-51
/
+20
*
Add some missing unit tests and update cc_unittests and webkit_compositor_bin...
shawnsingh@chromium.org
2012-09-18
7
-3059
/
+0
*
Enable webkit_compositor_bindings_unittests in component builds
jamesr@chromium.org
2012-09-18
4
-14
/
+11
*
Add CDM allocator interface.
tomfinegan@chromium.org
2012-09-18
6
-122
/
+509
*
cc: Only use upload throttling when performing full texture uploads.
reveman@chromium.org
2012-09-18
1
-30
/
+24
[next]