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
/
service_worker
Commit message (
Expand
)
Author
Age
Files
Lines
*
ServiceWorker: Clean up WebServiceWorkerProviderImpl
nhiroki
2015-03-19
2
-29
/
+12
*
ServiceWorker: Add ServiceWorkerDispatcherTest
nhiroki
2015-03-19
3
-2
/
+224
*
Revert of ServiceWorker: Introduce SWMessageSender in order to mock IPC messa...
nhiroki
2015-03-18
18
-383
/
+105
*
ServiceWorker: Merge FindSWRegistration into FindOrCreateRegistration for cle...
nhiroki
2015-03-17
2
-35
/
+17
*
ServiceWorker: Introduce SWMessageSender in order to mock IPC messaging
nhiroki
2015-03-17
18
-105
/
+383
*
ServiceWorker: Send only a registration handle id instead of its entire objec...
nhiroki
2015-03-11
2
-3
/
+4
*
ServiceWorker: Make "ready" fetches registration from browser process(2/3).
xiang.long
2015-03-10
4
-58
/
+61
*
Step two of optionally sending messages to/from message ports as base::Value.
mek
2015-02-28
2
-15
/
+12
*
Service Worker: Remove the state change queuing mechanism.
falken
2015-02-23
2
-31
/
+2
*
Have ServiceWorker control shared workers (chromium-side) [2/3]
kinuko
2015-02-12
2
-3
/
+8
*
Gather the ServiceWorker client information in the browser process.
mlamouri
2015-02-04
2
-30
/
+0
*
workers: Introduce a WorkerThreadMessageFilter to ease routing/processing wor...
Sadrul Habib Chowdhury
2015-02-04
2
-41
/
+31
*
ServiceWorker: add ServiceWorkerClients.claim() support (2/3).
xiang.long
2015-02-04
1
-1
/
+1
*
Unify the three places that patch font loading for PDFium on Windows.
jam
2015-02-03
4
-13
/
+12
*
Revert of Gather the ServiceWorker client information in the browser process....
horo
2015-01-31
2
-0
/
+30
*
Gather the ServiceWorker client information in the browser process.
mlamouri
2015-01-30
2
-30
/
+0
*
ServiceWorker: Fix registration refcount handling in the renderer
nhiroki
2015-01-28
2
-3
/
+3
*
ServiceWorker: Get registration info and its version attributes in one lock o...
nhiroki
2015-01-28
4
-26
/
+25
*
Mechanical rename of tracing includes for /content [3/3]
primiano
2015-01-28
1
-1
/
+1
*
ServiceWorker: Expose registration within ServiceWorkerGlobalScope [2/3]
nhiroki
2015-01-26
4
-9
/
+71
*
ServiceWorker: Remove unused scope() from ServiceWorker (Chromium)
nhiroki
2015-01-22
3
-6
/
+0
*
ServiceWorker: Consolidate version manipulation functions in SWProviderContext
nhiroki
2015-01-16
4
-140
/
+73
*
ServiceWorker: Rename ScriptClientMap to ProviderClientMap
nhiroki
2015-01-14
4
-28
/
+32
*
Service Worker: Improve some exception messages (Chromium).
falken
2015-01-14
1
-6
/
+17
*
[ServiceWorker] Use WebPageVisibilityState in ClientInfo.
mlamouri
2015-01-10
1
-1
/
+1
*
ServiceWorker: Clean up WorkerToProviderMap handling
nhiroki
2015-01-06
3
-67
/
+24
*
ServiceWorker: Add support for .skipWaiting and controllerchange event(2/3)
xiang.long
2014-12-11
5
-6
/
+12
*
Implement ServiceWorkerClient attributes [2/3]
ksakamoto
2014-12-11
2
-0
/
+31
*
Make ServiceWorkerProviderHost aware of the render_frame_id if any.
mlamouri
2014-12-04
2
-3
/
+3
*
Add terminateServiceWorker method for layout tests.
mek
2014-11-21
2
-0
/
+6
*
ServiceWorker: Make a way to retrieve a service worker version id (Chromium)
nhiroki
2014-10-29
1
-0
/
+1
*
Chrome side of passing on the service worker registration with geofencing API...
mek
2014-10-24
3
-0
/
+7
*
Standardize usage of virtual/override/final in content/
dcheng
2014-10-21
3
-7
/
+7
*
Replace OVERRIDE and FINAL with override and final in content/child/[a-s]*
anand.ratn
2014-10-07
2
-4
/
+4
*
SW: Move TRACE_EVENT_ASYNC_END to avoid early return and fix typo
shimazu
2014-09-26
1
-24
/
+24
*
ServiceWorker: Implement navigator.serviceWorker.getRegistration [2/3]
ksakamoto
2014-09-13
4
-19
/
+138
*
ServiceWorker: Make '.ready' return a promise to be resolved with ServiceWork...
nhiroki
2014-09-10
6
-43
/
+246
*
ServiceWorkerRegistration::unregister returns false when the registration is ...
shimazu
2014-09-10
2
-5
/
+5
*
ServiceWorker: Insert TRACE_EVENT to watch a breakdown of the ServiceWorker's...
shimazu
2014-09-08
1
-0
/
+56
*
ServiceWorker: Remove navigator.serviceWorker.{installing,waiting,active} (Ch...
nhiroki
2014-09-05
1
-15
/
+0
*
ServiceWorker: Change the return value of ServiceWorkerRegistration::unregist...
shimazu
2014-09-03
1
-4
/
+0
*
ServiceWorker: Change the return value of ServiceWorkerRegistration::unregist...
shimazu
2014-09-03
4
-18
/
+52
*
ServiceWorker: Update the install sequence as per the latest spec
nhiroki
2014-09-01
5
-14
/
+39
*
ServiceWorker: Queue tasks until the registration proxy becomes ready
nhiroki
2014-08-29
2
-8
/
+73
*
ServiceWorker: Clean up WebServiceWorkerRegistrationImpl
nhiroki
2014-08-28
3
-25
/
+26
*
Remove implicit conversions from scoped_refptr to T* in content/*/service_wor...
dcheng
2014-08-26
5
-23
/
+28
*
ServiceWorker: Introduce ServiceWorkerRegistrationObjectInfo for cleanup
nhiroki@chromium.org
2014-08-20
6
-53
/
+34
*
Update Service Worker OWNERS on chromium-side
falken@chromium.org
2014-08-19
1
-0
/
+2
*
ServiceWorker: Remove macros that were used to introduce SWRegistration
nhiroki@chromium.org
2014-08-18
1
-34
/
+11
*
ServiceWorker: Implement WebServiceWorkerRegistrationImpl::proxy()
nhiroki@chromium.org
2014-08-14
2
-0
/
+6
[next]