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
*
Allow setting empty data for a MIME type in MockWebClipboardImpl.
dcheng@chromium.org
2012-01-11
1
-3
/
+3
*
Fix paths to third_party/WebKit/Platform on Windows upstream checkouts.
tony@chromium.org
2012-01-10
2
-4
/
+11
*
Pepper gamepad support
scottmg@chromium.org
2012-01-10
5
-3
/
+63
*
Fix/add FileSystemMountPointProvider tests for CrOS
kinuko@chromium.org
2012-01-10
2
-102
/
+68
*
Add Android stubs for webplugin_delegate_impl and webcursor
peter@chromium.org
2012-01-10
3
-1
/
+118
*
Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.
fischman@chromium.org
2012-01-10
9
-41
/
+43
*
Teach webkit/support/setup_third_party.gyp about the Platform API
jamesr@chromium.org
2012-01-10
1
-8
/
+26
*
Update BookmarkManager extension API test to use document.execCommand()
dcheng@chromium.org
2012-01-09
1
-2
/
+7
*
Fix a use-after-free bug introduced in r116158. See comments in http://codere...
michaeln@google.com
2012-01-09
2
-28
/
+50
*
Fix python scripts in src/webkit
maruel@chromium.org
2012-01-09
6
-378
/
+10
*
Fix ^C/^X in Bookmark Manager.
dcheng@chromium.org
2012-01-07
1
-7
/
+11
*
Introduce PPB_ResourceArray_Dev.
yzshen@chromium.org
2012-01-07
3
-2
/
+17
*
Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode (...
crogers@google.com
2012-01-07
4
-1
/
+20
*
Convert callers to use the new TrackedCallback.
brettw@chromium.org
2012-01-06
8
-55
/
+54
*
add components for integration test which will detect breakage of media pipel...
wjia@chromium.org
2012-01-06
5
-16
/
+113
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
24
-24
/
+2
*
Disable accelerated compositing for audio-only <video> tags.
fischman@chromium.org
2012-01-06
1
-1
/
+3
*
Replace OpenComplete with DidOpenFileSystem and DidFail for FileSystem.
tzik@chromium.org
2012-01-06
1
-1
/
+4
*
Check response code before writing blob to file.
tzik@chromium.org
2012-01-06
3
-4
/
+9
*
Mark some FileSystemMountPointProviderTest tests as FAILS_ on ChromeOS.
thestig@chromium.org
2012-01-06
1
-4
/
+30
*
Revert 116643 - Integrate HTMLMediaElement with Web Audio API's MediaElementA...
msw@chromium.org
2012-01-06
4
-20
/
+1
*
Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode
crogers@google.com
2012-01-06
4
-1
/
+20
*
Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.
ajwong@chromium.org
2012-01-06
1
-6
/
+9
*
AppCache: Use WeakPtr instead of base::Unretained for DiskCache callbacks.
jhawkins@chromium.org
2012-01-06
1
-7
/
+6
*
Roll skia to r2967. Add skia bindings for glTexStorage2D.
bsalomon@google.com
2012-01-05
1
-0
/
+1
*
Update includes for WebMimeRegistry to new upstream locations
jamesr@chromium.org
2012-01-05
1
-2
/
+2
*
Add missing unversioned interface-name macro for PPP_Pdf.
wez@chromium.org
2012-01-05
1
-0
/
+1
*
Fix build-break due to missed PPB thunk getter rename.
wez@chromium.org
2012-01-05
1
-1
/
+1
*
Update PPAPI IDL generator to define versioned structs, and unversioned typedef.
wez@chromium.org
2012-01-05
14
-73
/
+65
*
Cleanup: Removing FileSystemPathManager
kinuko@chromium.org
2012-01-05
43
-561
/
+499
*
Convert ppapi/shared to use TrackedCallback.
brettw@chromium.org
2012-01-05
4
-20
/
+4
*
Fix crash in didReceiveData, if user calls Close() during RunCallback.
bbudge@chromium.org
2012-01-05
1
-9
/
+15
*
GTK: A bunch more removal of deprecated raw GtkWidget access, focusing on Gtk...
erg@chromium.org
2012-01-05
2
-7
/
+9
*
Fix some loose ends around recently introduced AppCache INTERCEPT namespaces
michaeln@google.com
2012-01-05
16
-115
/
+200
*
Use the new callback tracker and delete the old one
brettw@chromium.org
2012-01-04
28
-854
/
+103
*
Hook up page visibility to the View info for a plugin.
brettw@chromium.org
2012-01-04
5
-0
/
+21
*
Trial roll of Skia from r2922 to r2947, with temporary test_expectations.
tomhudson@google.com
2012-01-04
1
-0
/
+26
*
Remove more wstrings in webkit/tools/test_shell.
tony@chromium.org
2012-01-04
8
-35
/
+37
*
Revert 116138 (this regressed morejs perf on mac and win for some reason.
thakis@chromium.org
2012-01-03
1
-12
/
+5
*
base::Bind: Remove ScopedRunnableMethodFactory.
jhawkins@chromium.org
2012-01-03
2
-8
/
+3
*
Remove some wstrings in test_shell.
tony@chromium.org
2012-01-03
7
-25
/
+17
*
base::Bind: Remove callback_old.h.
jhawkins@chromium.org
2012-01-03
1
-2
/
+1
*
base::Bind: Remove OldCompletionCallback.
jhawkins@chromium.org
2012-01-03
4
-98
/
+88
*
base::Bind: Remove scoped_callback_factory.h.
jhawkins@chromium.org
2012-01-03
10
-10
/
+0
*
Change the DidChangeView update to take a new ViewChanged resource.
brettw@chromium.org
2012-01-03
7
-78
/
+174
*
Update required Flash version to 10.3.183.10.
bauerb@chromium.org
2012-01-03
1
-5
/
+12
*
base::Bind: Remove NewRunnableFunction.
jhawkins@chromium.org
2012-01-01
1
-1
/
+3
*
DatabaseTracker:: Fix a bug I introduced in r115465.
jhawkins@chromium.org
2012-01-01
2
-6
/
+7
*
Fix WebMediaPlayer-related linking errors for Android
peter@chromium.org
2011-12-30
2
-0
/
+7
*
Removing stray mention of WebWorkerClient
dslomov@chromium.org
2011-12-30
1
-1
/
+0
[next]