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
*
Remove static thread pointers from CC, attempt 2
aelias@chromium.org
2012-11-04
9
-145
/
+43
*
Disable threaded compositing when texture sharing is blacklisted
jamesr@chromium.org
2012-11-04
1
-0
/
+4
*
Add common video formats to the media galleries extension filter.
vandebo@chromium.org
2012-11-03
1
-0
/
+17
*
Added support for WEBCONTENTLAYERCLIENT_HAS_CANPAINTLCDTEXT.
alokp@chromium.org
2012-11-03
1
-0
/
+9
*
Fix assertion failure for using Empty texture format
qinmin@chromium.org
2012-11-03
2
-9
/
+15
*
cc: Remove WebCore rect use from the compositor, except within Region.
danakj@chromium.org
2012-11-03
4
-32
/
+7
*
Prepare for WebLayerTreeView::setFontAtlas interface change
jamesr@chromium.org
2012-11-03
2
-2
/
+7
*
Add RegisterKeyAddedCB in Decryptor interface.
xhwang@chromium.org
2012-11-02
4
-36
/
+37
*
fix audio-only case in WebMediaPlayerMS.
wjia@chromium.org
2012-11-02
1
-1
/
+7
*
Make cc a component
piman@chromium.org
2012-11-02
1
-0
/
+3
*
Revert 165658 - Plumbing for LocalChangeObserver
kinuko@chromium.org
2012-11-02
6
-137
/
+7
*
Plumbing for LocalChangeObserver
kinuko@chromium.org
2012-11-02
6
-7
/
+137
*
Fix: commit pending sessionStorage changes at shutdown.
marja@chromium.org
2012-11-02
3
-14
/
+10
*
Implement LocalFileChangeTracker::GetNextChangedURLs for local sync
kinuko@chromium.org
2012-11-02
11
-153
/
+296
*
[MediaGallery] Cleanup: Rename MtpDeviceDelegate* to MTPDeviceDelegate*.
kmadhusu@chromium.org
2012-11-02
5
-42
/
+43
*
Stop passing the parent hwnd to the plugin process on initialization.
jam@chromium.org
2012-11-02
11
-74
/
+93
*
Encrypted Media: Add TRACE_EVENT to trace eme implementation performance.
xhwang@chromium.org
2012-11-02
2
-0
/
+7
*
webkit: Fix BlobURLRequestJobTest flakiness
hashimoto@chromium.org
2012-11-02
1
-4
/
+0
*
Don't assert if PluginInstance can't get PPP_Combined. Some tests exercise th...
bbudge@chromium.org
2012-11-02
3
-5
/
+5
*
DRT should handle relative path arguments.
tkent@chromium.org
2012-11-02
1
-2
/
+4
*
Restrict access to IME data from Flash plug-ins.
hbono@chromium.org
2012-11-02
1
-1
/
+2
*
Don't attempt optimized scaled updates on GTK and Windows
jbauman@chromium.org
2012-11-02
1
-0
/
+6
*
Remove most remaining webcore points and sizes.
danakj@chromium.org
2012-11-02
3
-6
/
+4
*
Adding the logic to process some new error codes from android media player
qinmin@chromium.org
2012-11-02
1
-7
/
+2
*
Disable PpapiGraphics2DImplTest.GetBitmap2xScale on win/linux
jbauman@chromium.org
2012-11-01
1
-1
/
+8
*
Revert "Don't attempt optimized scaled updates on GTK and Windows".
senorblanco@google.com
2012-11-01
1
-6
/
+0
*
Move flash clipboard to the new proxy and add custom format support
raymes@chromium.org
2012-11-01
12
-251
/
+33
*
Remove most remaining references to IntRect and FloatRect.
danakj@chromium.org
2012-11-01
1
-1
/
+1
*
Move EnableInProcessStackDumping to base/debug
phajdan.jr@chromium.org
2012-11-01
2
-2
/
+4
*
Revert 165476 - Remove static thread pointers from CC
jamesr@chromium.org
2012-11-01
9
-41
/
+144
*
Add method to load resources without scale
oshima@chromium.org
2012-11-01
3
-4
/
+3
*
Don't attempt optimized scaled updates on GTK and Windows
jbauman@chromium.org
2012-11-01
1
-0
/
+6
*
Remove static thread pointers from CC
jamesr@chromium.org
2012-11-01
9
-144
/
+41
*
Revert r165444 "Add method to load resources without scale"
oshima@chromium.org
2012-11-01
3
-3
/
+4
*
Add method to load resources without scale
oshima@chromium.org
2012-11-01
3
-4
/
+3
*
cc: Use gfx:: Geometry types for positions, bounds, and related things.
danakj@chromium.org
2012-11-01
3
-17
/
+17
*
Change Cdm::GetCurrentWallTimeMs() to GetCurrentWallTimeInSeconds().
xhwang@chromium.org
2012-11-01
2
-10
/
+10
*
GTTF: remove FAILS_ prefix, part 1
phajdan.jr@chromium.org
2012-11-01
1
-1
/
+1
*
Remove PpapiPermissions from selected Private interfaces.
bbudge@chromium.org
2012-11-01
1
-0
/
+1
*
Make "dummy window" which is used for windowless plugins be parented in the b...
jam@chromium.org
2012-11-01
4
-10
/
+37
*
On Windows, current implementation fails touching directories because it cann...
nhiroki@chromium.org
2012-11-01
2
-3
/
+54
*
Add tests for LocalFileSyncService::ApplyRemoteChange
kinuko@chromium.org
2012-11-01
4
-25
/
+62
*
Renaming fileapi::StatusCallback to fileapi::SyncStatusCallback
kinuko@chromium.org
2012-11-01
3
-8
/
+10
*
Add some extensions to the in-process GL shader translator.
sievers@chromium.org
2012-11-01
2
-0
/
+11
*
Fix WebTransformationMatrix unit test after WebKit roll
shawnsingh@chromium.org
2012-10-31
1
-7
/
+15
*
Use gfx:: Geometry types for the resource provider and layer updater classes.
danakj@chromium.org
2012-10-31
2
-4
/
+4
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
2
-5
/
+5
*
Compute event coordinate adjustment for pinch-zoom in LayerTreeHost.
wjmaclean@chromium.org
2012-10-31
4
-0
/
+12
*
Remove WebKit::Platform dependencies from cc
jamesr@chromium.org
2012-10-30
7
-225
/
+33
*
Revert 165050 - Remove WebKit::Platform dependencies from cc
sergeyu@chromium.org
2012-10-30
7
-33
/
+225
[next]