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
/
content
/
child
Commit message (
Expand
)
Author
Age
Files
Lines
*
Per discussion with Jam, reverting cl since it is causing crbug/369128.
matthewyuan@chromium.org
2014-05-01
2
-32
/
+0
*
Fixed IndexedDBCursor destruction bug.
cmumford@chromium.org
2014-05-01
1
-6
/
+9
*
[refactor] Remove WebArrayBuffer from unittests, since now using std::vector.
eroman@chromium.org
2014-04-30
5
-277
/
+160
*
Fix WebURLLoaderImpl::Context leak if a pending request is canceled.
kcwu@chromium.org
2014-04-30
2
-0
/
+32
*
[webcrypto] Make operations run on a background thread so they don't block th...
eroman@chromium.org
2014-04-30
13
-385
/
+1095
*
Remove base::WideToUTF16Hack() usage in ftp_directory_listing_response_delega...
thestig@chromium.org
2014-04-30
1
-2
/
+2
*
[Android] Use cc timestamps for fling animation
jdduke@chromium.org
2014-04-30
1
-9
/
+6
*
[refactor] Remove usages of WEBCRYPTO_HAS_ERROR_TYPE ifdef.
eroman@chromium.org
2014-04-30
3
-33
/
+0
*
Revert 266798 "[webcrypto] Make operations run on a background t..."
jsbell@chromium.org
2014-04-29
13
-1089
/
+385
*
Enable the mediaControlsOverlayPlayButtonEnabled setting on Android
philipj@opera.com
2014-04-29
1
-2
/
+0
*
[webcrypto] Make operations run on a background thread so they don't block th...
eroman@chromium.org
2014-04-29
13
-385
/
+1089
*
The chromium-side backchannel plumbing for blobs in IDB.
ericu@chromium.org
2014-04-28
6
-41
/
+114
*
[webcrypto] Set the error type for failures.
eroman@chromium.org
2014-04-28
8
-864
/
+1086
*
ServiceWorker: Queue worker state changes until Blink is ready for them
falken@chromium.org
2014-04-28
3
-7
/
+38
*
Move IPC::MessageFilter and router to a separate file
dmichael@chromium.org
2014-04-25
12
-25
/
+43
*
Move Mojo channel initialization closer to IPC::Channel setup
darin@chromium.org
2014-04-24
4
-1
/
+117
*
Revert 265693 "Move Mojo channel initialization closer to IPC::C..."
brianderson@chromium.org
2014-04-23
4
-117
/
+1
*
Return stable storage from NPN_UserAgent.
shess@chromium.org
2014-04-23
1
-1
/
+8
*
Move Mojo channel initialization closer to IPC::Channel setup
darin@chromium.org
2014-04-23
4
-1
/
+117
*
[DevTools] HiDPI cursors for touch emulation.
dgozman@chromium.org
2014-04-23
1
-3
/
+0
*
Remove unused WebMessagePortChannel::entangle() method
darin@chromium.org
2014-04-22
2
-5
/
+0
*
Don't try to create ServiceWorkerDispatcher in destruction path
kinuko@chromium.org
2014-04-22
3
-2
/
+19
*
Disable unprefixed EME API when MediaCodec is not available.
xhwang@chromium.org
2014-04-21
1
-0
/
+1
*
Revert accidental dartium code push
jamescook@chromium.org
2014-04-17
2
-9
/
+0
*
merged 1908
terry@google.com
2014-04-17
2
-0
/
+9
*
Add blink_platform_impl support for ConvertableToTraceFormat
caseq@chromium.org
2014-04-17
2
-0
/
+66
*
Add a ServiceWorkerMsg_SetCurrentServiceWorker IPC message.
falken@chromium.org
2014-04-17
5
-8
/
+56
*
Include thread_id in ServiceWorkerMsg_ServiceWorkerStateChanged
kinuko@chromium.org
2014-04-17
2
-1
/
+3
*
Clarify the actions performed when a child process is shutdown
hclam@chromium.org
2014-04-16
2
-0
/
+13
*
Remove flag for disabling prefixed MediaSource API.
acolwell@chromium.org
2014-04-15
1
-5
/
+1
*
Revert 263647 "Revert 263644 "[DevTools] Touch emulation in cont..."
dgozman@chromium.org
2014-04-15
1
-0
/
+1
*
Revert 263644 "[DevTools] Touch emulation in content."
fischman@chromium.org
2014-04-14
1
-1
/
+0
*
[DevTools] Touch emulation in content.
dgozman@chromium.org
2014-04-14
1
-0
/
+1
*
CHECK that shared bitmap was mapped on POSIX.
jbauman@chromium.org
2014-04-11
1
-1
/
+1
*
[Android] Eliminate fling-related JNI access issue
jdduke@chromium.org
2014-04-11
1
-2
/
+7
*
Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...
piman@chromium.org
2014-04-11
2
-45
/
+0
*
Chromium-side plumbing for ServiceWorker.statechange and .state
kinuko@chromium.org
2014-04-11
7
-25
/
+135
*
Avoid fling termination with negative or small time deltas
jdduke@chromium.org
2014-04-11
2
-4
/
+8
*
Delete the GTK+ port of Chrome.
erg@chromium.org
2014-04-10
1
-751
/
+0
*
ServiceWorker: propagate provider_id to the browser process in .register
kinuko@chromium.org
2014-04-10
3
-16
/
+22
*
WebBlobInfo plumbing for WebIDBDatabaseImpl::put.
ericu@chromium.org
2014-04-09
5
-2
/
+70
*
Remove unnecessary Platform::createMessagePortChannel method
darin@chromium.org
2014-04-09
2
-6
/
+25
*
Introduce ServiceWorkerHandle for tracking WebServiceWorkerImpl reference
kinuko@chromium.org
2014-04-09
6
-11
/
+43
*
Add net/base/filename_util.h.
sergeyu@chromium.org
2014-04-09
3
-3
/
+3
*
New IPC message parameters for IDB/Blob support.
ericu@chromium.org
2014-04-09
3
-31
/
+25
*
Expose the virtual memory limit to blink
jochen@chromium.org
2014-04-08
2
-0
/
+5
*
Revert 262487 "Add net/base/filename_util.h."
sergeyu@chromium.org
2014-04-08
3
-3
/
+3
*
Add net/base/filename_util.h.
sergeyu@chromium.org
2014-04-08
3
-3
/
+3
*
Return version_id for RegisterServiceWorker and use the version_id for PostMe...
kinuko@chromium.org
2014-04-08
4
-7
/
+9
*
Remove --enable-html-imports
morrita@chromium.org
2014-04-07
1
-3
/
+0
[next]