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
/
browser
/
service_worker
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert of ServiceWorker: Initialize ServiceWorkerStorage with ServiceWorkerDa...
nhiroki@chromium.org
2014-05-07
5
-220
/
+50
*
ServiceWorker: Initialize ServiceWorkerStorage with ServiceWorkerDatabase
nhiroki@chromium.org
2014-05-07
5
-50
/
+220
*
ServiceWorker: Implement DeleteAllDataForOrigin() in ServiceWorkerDatabase
nhiroki@chromium.org
2014-05-06
3
-0
/
+119
*
Add WorkerScriptLoaded message to support attaching DevTools while starting S...
horo@chromium.org
2014-05-06
6
-3
/
+75
*
ServiceWorker script cache reading
michaeln@chromium.org
2014-05-06
10
-2
/
+450
*
ServiceWorker: Create sequenced task runner for database
jsbell@chromium.org
2014-05-03
10
-19
/
+68
*
Revert 267850 "ServiceWorker: Create sequenced task runner for d..."
jsbell@chromium.org
2014-05-02
10
-68
/
+19
*
ServiceWorker: Store resource records in ServiceWorkerDatabase
nhiroki@chromium.org
2014-05-02
3
-32
/
+397
*
ServiceWorker: Create sequenced task runner for database
nhiroki@chromium.org
2014-05-02
10
-19
/
+68
*
ServiceWorker: Add test for database schema version
nhiroki@chromium.org
2014-05-01
2
-0
/
+24
*
Comment how the Wrapper->Core->ProcessManager->Wrapper reference cycle is bro...
jyasskin@chromium.org
2014-05-01
2
-0
/
+3
*
Introduce worker_devtools_agent_route_id for EmbeddedWorker.
horo@chromium.org
2014-04-30
6
-30
/
+50
*
Pass FROM_HERE to a couple functions that trivially wrap PostTask.
jyasskin@chromium.org
2014-04-30
1
-23
/
+30
*
ServiceWorker: Manipulate uncommitted/purgeable resource ids
nhiroki@chromium.org
2014-04-30
3
-0
/
+232
*
Remove the unused source_process_id and provider_host arguments to SW unregis...
jyasskin@chromium.org
2014-04-30
11
-30
/
+4
*
ServiceWorker: Additional scope-matching test cases
jsbell@chromium.org
2014-04-30
1
-0
/
+18
*
Teach EmbeddedWorkerInstance to create a process when it needs one.
jyasskin@chromium.org
2014-04-29
29
-260
/
+767
*
ServiceWorker: Initialize member variable in ctor of ServiceWorkerDatabase
nhiroki@chromium.org
2014-04-29
1
-1
/
+2
*
ServiceWorker: Store registration data in ServiceWorkerDatabase
nhiroki@chromium.org
2014-04-29
5
-46
/
+658
*
Mark some content::BrowserThread methods with WARN_UNUSED_RESULT.
thestig@chromium.org
2014-04-25
1
-1
/
+2
*
Mostly manual refactoring of ServiceWorkerRequestHandler into a base class an...
michaeln@chromium.org
2014-04-25
8
-130
/
+274
*
ServiceWorker: Clean up ServiceWorkerDatabase
nhiroki@chromium.org
2014-04-25
2
-50
/
+59
*
Move IPC::MessageFilter and router to a separate file
dmichael@chromium.org
2014-04-25
1
-1
/
+1
*
Migrate all ServiceWorkerVersion messaging on top of OnMessageReceived
kinuko@chromium.org
2014-04-24
14
-352
/
+221
*
Don't pass a null ServiceWorker registration with OK status code.
falken@chromium.org
2014-04-24
1
-1
/
+1
*
Service Worker unregistration should not fail if not found
jsbell@chromium.org
2014-04-23
3
-10
/
+13
*
Add chromium-side plumbing for ServiceWorkerGlobalScope.clients
kinuko@chromium.org
2014-04-23
2
-10
/
+38
*
ServiceWorker should be able to send messages to browser (not only for reply)
kinuko@chromium.org
2014-04-23
14
-105
/
+220
*
Make registrations being installed for the first time findable
michaeln@chromium.org
2014-04-23
5
-30
/
+295
*
Show console messages from ServiceWorker on serviceworker-internals
horo@chromium.org
2014-04-22
15
-3
/
+183
*
SW: Initialize leveldb instance for ServiceWorkerDatabase
nhiroki@chromium.org
2014-04-22
4
-2
/
+314
*
First cut at a ServiceWorkerStorage interface and using it from within the [u...
michaeln@chromium.org
2014-04-19
14
-208
/
+712
*
Fix bug in identification of ServiceWorker versions in chrome://serviceworker...
horo@chromium.org
2014-04-18
2
-80
/
+94
*
Add a ServiceWorkerMsg_SetCurrentServiceWorker IPC message.
falken@chromium.org
2014-04-17
1
-10
/
+9
*
SW: Add ServiceWorkerDatabase skeleton
nhiroki@chromium.org
2014-04-17
2
-0
/
+77
*
Include thread_id in ServiceWorkerMsg_ServiceWorkerStateChanged
kinuko@chromium.org
2014-04-17
2
-3
/
+3
*
Map the ServiceWorker 'not found' status to Blink NotFoundError.
dominicc@chromium.org
2014-04-17
1
-2
/
+1
*
Show error reports from ServiceWorker on serviceworker-internals.
horo@chromium.org
2014-04-16
27
-36
/
+371
*
ServiceWorker: Propagate "not found" when unregistering without an existing r...
dominicc@chromium.org
2014-04-16
3
-9
/
+24
*
Update ServiceWorkerProviderHost when the pending version changes
falken@chromium.org
2014-04-16
7
-17
/
+178
*
Implement ServiceWorkerGlobalScope 'scope' attribute [Chromium]
jsbell@chromium.org
2014-04-15
11
-15
/
+31
*
Dispatch Activate event in the registration flow
kinuko@chromium.org
2014-04-15
6
-31
/
+136
*
In-waiting ServiceWorkerVersion should also get process refs for in-scope docs
kinuko@chromium.org
2014-04-15
6
-0
/
+197
*
Add a ServiceWorker Background Sync flag and check it before sending
jkarlin@chromium.org
2014-04-14
2
-4
/
+37
*
Move ServiceWorkerStorage::PatternMatches() to a static helper function
falken@chromium.org
2014-04-11
6
-38
/
+49
*
Chromium-side plumbing for ServiceWorker.statechange and .state
kinuko@chromium.org
2014-04-11
9
-15
/
+209
*
ServiceWorker: propagate provider_id to the browser process in .register
kinuko@chromium.org
2014-04-10
8
-24
/
+70
*
Assert about ServiceWorkerRegisterJob internal state in terms of phases
falken@chromium.org
2014-04-10
4
-35
/
+125
*
Fix leak in ServiceWorkerVersionTest.RepeatedlyObserveStatusChanges
kinuko@chromium.org
2014-04-10
2
-3
/
+2
*
ServiceWorker: Add more plumbing for {.active,.pending}change events
kinuko@chromium.org
2014-04-09
8
-26
/
+79
[next]