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
*
Build fix: provide dummy implementation of abstract method.
varunjain@chromium.org
2011-04-08
2
-0
/
+6
*
Enabled actual transfer size in chromium
vsevik@chromium.org
2011-04-08
15
-98
/
+148
*
Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...
alokp@chromium.org
2011-04-08
10
-49
/
+48
*
Suppress a couple of layout tests before V8 change is rolled
yurys@chromium.org
2011-04-08
1
-0
/
+5
*
Expose scancodes to PP_InputEvent_Key events that are independent of the inpu...
wez@chromium.org
2011-04-08
4
-0
/
+158
*
WebKit roll 83268:83274
tkent@chromium.org
2011-04-08
1
-0
/
+4
*
Remove identity from dragTargetDragEnter() call sites.
noel.gordon@gmail.com
2011-04-08
1
-2
/
+2
*
WebKit roll 83262:83268
tkent@chromium.org
2011-04-08
1
-12
/
+0
*
WebKit roll 83210:83262
tkent@chromium.org
2011-04-08
1
-0
/
+8
*
Remove unneeded v8 lockers from idb_bindings.cc.
aa@chromium.org
2011-04-08
1
-3
/
+0
*
Fix endianness issue in MockWebClipboardImpl PNG encoding.
dcheng@chromium.org
2011-04-08
1
-1
/
+2
*
Fix clang build error.
dcheng@chromium.org
2011-04-07
2
-0
/
+9
*
Added PPB_BrokerTrusted interface and a basic Chrome implementation of it.
ddorwin@chromium.org
2011-04-07
9
-4
/
+230
*
Implement mock Clipboard::readImage() for WebKit layout tests.
dcheng@chromium.org
2011-04-07
2
-4
/
+53
*
Make the windows_version.h functions threadsafe by using a singleton. Add ac...
pkasting@chromium.org
2011-04-07
2
-11
/
+8
*
Step 2 in refactoring NativeThemeWin
rogerta@chromium.org
2011-04-07
1
-31
/
+31
*
Temorary suppress two tests.
antonm@chromium.org
2011-04-07
1
-0
/
+4
*
Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...
ericu@google.com
2011-04-07
22
-284
/
+418
*
More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where
ericu@google.com
2011-04-07
22
-418
/
+284
*
Added and partially implemented entry points for PPB_GRAPHICS_3D.
alokp@chromium.org
2011-04-07
2
-5
/
+83
*
Revert 80819 due to failed tests
mmenke@chromium.org
2011-04-07
2
-8
/
+11
*
Added a command-line flag to enable h/w accelerated rendering of content layers.
alokp@chromium.org
2011-04-07
2
-0
/
+5
*
Make the windows_version.h functions threadsafe by using a singleton. Add ac...
pkasting@chromium.org
2011-04-07
2
-11
/
+8
*
Leak the resource tracker and any resources still around at shutdown. The
brettw@chromium.org
2011-04-07
2
-10
/
+24
*
Fix clang build.
pfeldman@chromium.org
2011-04-07
3
-3
/
+5
*
WebKit roll 83160:83167.
pfeldman@chromium.org
2011-04-07
15
-100
/
+24
*
Add a unittest for FileSystemOperation::Write().
dmikurube@chromium.org
2011-04-07
2
-2
/
+253
*
P2P Transport implementation.
sergeyu@chromium.org
2011-04-06
1
-10
/
+15
*
Fixed a few styles issues in skia::PlatformDevice. Made function names consis...
alokp@chromium.org
2011-04-06
1
-9
/
+9
*
Fixed network data for data url resources
vsevik@chromium.org
2011-04-06
1
-0
/
+1
*
Removed bytes_received from ResourceDevToolsInfo since it is only used in dev...
vsevik@chromium.org
2011-04-06
2
-3
/
+1
*
Roll Skia
bsalomon@google.com
2011-04-06
5
-2
/
+146
*
Fixing PPB_Graphics2D::Describe
brettw@chromium.org
2011-04-06
2
-1
/
+3
*
Revert "Fixed network data for data uri resources"
vsevik@chromium.org
2011-04-06
1
-17
/
+15
*
Fixed network data for data url resources
vsevik@chromium.org
2011-04-06
1
-15
/
+17
*
Update list of chromium webkit builders in canary-webkit-revisions.py.
ojan@chromium.org
2011-04-06
1
-0
/
+11
*
Revert 80567 - P2P Transport implementation.TEST=Unittests.BUG=NoneReview URL...
sergeyu@chromium.org
2011-04-06
1
-15
/
+10
*
P2P Transport implementation.
sergeyu@chromium.org
2011-04-06
1
-10
/
+15
*
rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaint
vandebo@chromium.org
2011-04-05
2
-10
/
+7
*
Implementing preload=metadata for video
vrk@google.com
2011-04-05
9
-149
/
+229
*
Use lock-free lazy initialization for static histogram references
jar@chromium.org
2011-04-05
1
-6
/
+4
*
Rename some printing classes and minor cleanups.
vandebo@chromium.org
2011-04-04
1
-5
/
+5
*
Remove assertion when destroying a plugin that doesn't exist. The DidDestroy
brettw@chromium.org
2011-04-04
2
-13
/
+20
*
Use ResourceBundle for NativeThemeLinux/Chromeos resource images.
xiyuan@chromium.org
2011-04-04
3
-55
/
+14
*
Changes to WebDatabaseObserverImpl and SimpleDatabaseSystem required to have ...
michaeln@google.com
2011-04-01
6
-123
/
+377
*
Fix deadlock during player shutdown when a Seek() and an Abort() are racing.
fischman@chromium.org
2011-04-01
1
-13
/
+7
*
Remove obsolete entry from test_expectations.txt
abarth@chromium.org
2011-04-01
1
-2
/
+0
*
Skip test in advance of roll
abarth@chromium.org
2011-04-01
1
-0
/
+2
*
Update Silverlight v3 version metadata.
cevans@chromium.org
2011-03-31
1
-14
/
+11
*
Add GetPluginURL to PPB_URLUtil_Dev
piman@google.com
2011-03-31
4
-1
/
+26
[next]