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
*
ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...
danakj@chromium.org
2012-11-10
2
-2
/
+3
*
PrepareForRemoteSync should also return file size (in addition to file type)
kinuko@chromium.org
2012-11-10
7
-43
/
+47
*
Remove WTF and WebCore from cc/ and webkit/compositor_bindings/
piman@chromium.org
2012-11-10
26
-45
/
+3
*
Only call av_register_all when ffmpg decoders are used in clearkey CDM.
xhwang@chromium.org
2012-11-10
1
-0
/
+2
*
For ppb_graphics3d, return an invalid resource if the gpu has
nfullagar@chromium.org
2012-11-10
5
-9
/
+28
*
Remove PPB_Flash_TCPSocket which hasn't been in use since M20.
raymes@chromium.org
2012-11-10
1
-1
/
+0
*
Move stack_container and linked_list to the new containers subdirectory.
brettw@chromium.org
2012-11-10
1
-3
/
+3
*
Chrome side implementation of GestureFling curves.
rjkroege@chromium.org
2012-11-09
12
-0
/
+407
*
Plumb through cropped output size for VideoFrame
sheu@chromium.org
2012-11-09
5
-24
/
+20
*
ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect.
danakj@chromium.org
2012-11-09
2
-5
/
+5
*
Adding hooks for gathering total pixels painted and rasterized stats.
hartmanng@chromium.org
2012-11-09
1
-0
/
+2
*
Add ThisMonthButtonLabel and ThisWeekButtonLabel to the list of special local...
keishi@chromium.org
2012-11-09
1
-0
/
+4
*
Add more error codes to fileapi::SyncStatusCode to handle gdata-related errors.
tzik@chromium.org
2012-11-09
1
-0
/
+3
*
Add CannedSyncableFileSystem::TouchFile for testing
kinuko@chromium.org
2012-11-09
2
-0
/
+29
*
Added WeekNumberLabel localized string.
keishi@chromium.org
2012-11-09
2
-0
/
+5
*
Rewrite PPB_AudioInput_Dev to use the new-style host/resource.
yzshen@chromium.org
2012-11-08
6
-290
/
+1
*
Make WebMediaPlayerImpl::duration() always return NaN in HAVE_NOTHING state.
acolwell@chromium.org
2012-11-08
1
-0
/
+3
*
PPAPI: Make CompletionCallbacks work right on background threads.
dmichael@chromium.org
2012-11-08
2
-0
/
+5
*
Add conflict handling interface for SyncFileSystem
kinuko@chromium.org
2012-11-08
4
-2
/
+77
*
Implement LocalFileSyncService::ProcessLocalChange
kinuko@chromium.org
2012-11-08
11
-59
/
+289
*
Make sure PluginResource doesn't live forever because of holding references t...
yzshen@chromium.org
2012-11-08
3
-4
/
+0
*
Remove static thread pointers from CC, attempt 3
aelias@chromium.org
2012-11-08
10
-162
/
+54
*
cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg...
danakj@chromium.org
2012-11-08
1
-14
/
+26
*
cc: Add some impl-side painting stub classes and APIs
enne@chromium.org
2012-11-08
2
-8
/
+17
*
Pass pointer/size for init_data/key in GenerateKeyRequest/AddKey in ContentDe...
xhwang@chromium.org
2012-11-08
3
-24
/
+20
*
Add touchEventHandlerRegion to Layer and LayerImpl
yusufo@chromium.org
2012-11-08
2
-0
/
+20
*
Don't load plug-ins with no MIME description on Linux.
bauerb@chromium.org
2012-11-08
1
-4
/
+13
*
Clean up: Modified FileSystemFileUtil::CreateFileEnumerator function signatur...
kmadhusu@chromium.org
2012-11-07
15
-71
/
+85
*
Prefer 'Content-Security-Policy' to 'X-WebKit-CSP'.
mkwst@chromium.org
2012-11-07
2
-2
/
+2
*
Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...
pauljensen@chromium.org
2012-11-07
2
-10
/
+23
*
cc: Replace the WebCore::UnitBezier class with the SkUnitCubicInterp() method...
danakj@chromium.org
2012-11-07
2
-2
/
+2
*
Add ContentDecryptorDelegate.
xhwang@chromium.org
2012-11-07
8
-922
/
+1100
*
New resources for pdf page number indicator. PDF code changes will be send in...
gene@chromium.org
2012-11-07
4
-0
/
+0
*
The FPS counter displays the framerate in the compositor's HUD layer. This ch...
egraether@chromium.org
2012-11-06
2
-1
/
+9
*
Set up include rules for webkit/dom_storage.
marja@chromium.org
2012-11-06
6
-28
/
+43
*
Added quota_status_code.h/cc file to hold QuotaStatusCode enum and added func...
calvinlo@chromium.org
2012-11-06
4
-11
/
+60
*
Implemented DeleteFileSystem for SyncFileSystem Extension API.
calvinlo@chromium.org
2012-11-06
1
-1
/
+2
*
3rd try: Plumbing for LocalChangeObserver
kinuko@chromium.org
2012-11-06
10
-24
/
+195
*
cc: Nine patch layer.
aelias@chromium.org
2012-11-06
3
-0
/
+69
*
net: Implement canceling of all async operations in FileStream.
paivanof@gmail.com
2012-11-06
2
-17
/
+13
*
Renable PluginTest.OpenPopupWindowWithPlugin since I disabled it yesterday af...
jam@chromium.org
2012-11-05
1
-1
/
+1
*
Mark PPAPI requests that fail due to surfaway as PP_ERROR_ABORTED.
ncbray@chromium.org
2012-11-05
1
-0
/
+3
*
cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...
danakj@chromium.org
2012-11-05
8
-83
/
+11
*
PPAPI: Get TrackedCallback ready for running on non-main threads.
dmichael@chromium.org
2012-11-05
7
-16
/
+13
*
cc: Fix style for comments at the end of namespaces
danakj@chromium.org
2012-11-05
1
-1
/
+1
*
Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from th...
phajdan.jr@chromium.org
2012-11-05
8
-11
/
+83
*
cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...
danakj@chromium.org
2012-11-05
8
-83
/
+11
*
Revert 165934 - 2nd try: Plumbing for LocalChangeObserver
phoglund@chromium.org
2012-11-05
10
-195
/
+24
*
2nd try: Plumbing for LocalChangeObserver
kinuko@chromium.org
2012-11-05
10
-24
/
+195
*
A speculative Revert for r165872 - Remove static thread pointers from CC, att...
hbono@chromium.org
2012-11-05
9
-43
/
+145
[next]