Sign in
chromium
/
chromium
/
src
/
09692cdc03a2723afadf7109b2b8404a9eb497ed
/
content
/
browser
/
service_worker
5d947f5
PlzNavigate: implement process reuse for ServiceWorkers
by clamy
· 8 years ago
e296b2b
Revert of ServiceWorker: Keep info as a member of ServiceWorkerProviderHost (patchset #3 id:40001 of https://codereview.chromium.org/2891903002/ )
by shimazu
· 8 years ago
bafb106
Network traffic annotation added to Service Worker unittests.
by rhalavati
· 8 years ago
93ccede
Add uma stats to help evaluate the impact of changes to the quota allocation logic.
by michaeln
· 8 years ago
b8f57b2
ServiceWorker: Keep info as a member of ServiceWorkerProviderHost
by shimazu
· 8 years ago
d9f77a3
ServiceWorker: Refactor CrossSiteTransfer on ServiceWorkerProviderHost
by shimazu
· 8 years ago
30fc2c9
network service: Add job wrapper to SWControlleeRequestHandler
by scottmg
· 8 years ago
137e05d
DataSaver support for off-main-thread-fetch
by horo
· 8 years ago
96d1b7b5
Mojo C++ Bindings: Remove redundant AssociatedInterfaceRequest APIs
by Ken Rockot
· 8 years ago
d2021c9
network service: Stub of hooking up service worker URLLoaderFactory
by scottmg
· 8 years ago
5f5a9b49
PaymentHandler: Implement GetAllPaymentApps().
by jinho.bang
· 8 years ago
f4d8a94
Mojo C++ Bindings: Remove redundant InterfaceRequest APIs
by Ken Rockot
· 8 years ago
f64a25e
Add missing IWYU message_loop.h includes.
by gab
· 8 years ago
4247245
Mojo C++ Bindings: Remove superfluous Bind overloads
by Ken Rockot
· 8 years ago
1fa0dd71
Disable ServiceWorkerVersionBrowserTest.ReadResourceFailure on Android due to flakes.
by grt
· 8 years ago
edb2060
Use OnceCallback on Mojo interfaces in //content
by tzik
· 8 years ago
f7742a2
Reland "PaymentHandler: Implement PaymentInstruments.keys()."
by jinho.bang
· 8 years ago
cb129c0
Switch SupportsUserData uses to use unique_ptr.
by avi
· 8 years ago
9d3c221b
Revert of PaymentHandler: Implement PaymentInstruments.keys(). (patchset #3 id:40001 of https://codereview.chromium.org/2850203002/ )
by adithyas
· 8 years ago
09c61ec
PaymentHandler: Implement PaymentInstruments.keys().
by jinho.bang
· 8 years ago
37b22b3
fetch: Drop Headers from HeadersInit typedef declaration.
by raphael.kubo.da.costa
· 8 years ago
aeae3961
[ServiceWorker] Mojofy InstallEvent of Service Worker
by xiaofeng.zhang
· 8 years ago
803dba30
Migrate RenderFrameImpl to use BinderRegistry.
by ben
· 8 years ago
e612058
Implement the infrastructure of creating WorkerFetchContext in worker global scope.
by horo
· 8 years ago
c200756
Enable use_once_callback for //content/common/*.mojom
by tzik
· 8 years ago
1ed4a437
Switch to using scoped_ptr with UserData
by avi
· 8 years ago
b260308
[ServiceWorker] Integrate trace events in embedded worker instance
by leon.han
· 8 years ago
63beb14
Check the existence of provider_host in ServiceWorkerURLTrackingRequestHandler::MaybeCreateJob()
by horo
· 8 years ago
f0c10ac
Enable ServiceWorkerBrowserTest.ResponseFromHTTPSServiceWorkerIsMarkedAsSecure test for Win/Mac.
by horo
· 8 years ago
27d529d
Check the existence of SWContext in DidUpdateNavigationPreloadEnabled/Header.
by horo
· 8 years ago
a16c37c
Test annotation tags added to unittests of content/browser/service_worker.
by rhalavati
· 8 years ago
1ac68cf
ServiceWorker: Use mojo's data pipe for respondWith(stream)
by shimazu
· 8 years ago
6c2885e
ServiceWorker: Create a proxy when adding the worker to DevToolsManager
by shimazu
· 8 years ago
9944255fe
Check the existence of ServiceWorkerVersionInfo in ServiceWorkerContextWatcher methods
by horo
· 8 years ago
f8ebda9
Fetch API: Stop lowercasing header names.
by raphael.kubo.da.costa
· 8 years ago
ff0fb242
ServiceWorker: Fix crash during shutdown in single-process mode
by romain.pokrzywka
· 8 years ago
7a571438
[ServiceWorker] Add EmbeddedWorkerInstanceHost Interface.
by leon.han
· 8 years ago
33d897e
Plumb the net::SSLInfo to the browser process when it's using the network service.
by jam
· 8 years ago
2375214
Enable ServiceWorkerNavigationPreload by default
by horo
· 8 years ago
946fc08
service worker: Clarify the navigation preload network error message.
by falken
· 8 years ago
1c4d759e
The Blink Rename
by Blink Reformat
· 8 years ago
ca04d1cb
Delete content::MockURLRequestDelegate.
by pwnall
· 8 years ago
a06f7d6
Convert content ConnectionFilter to OnBindInterface.
by ben
· 8 years ago
a094fc10
Reduce/remove usage of BrowserThread in content/browser/loader.
by ananta
· 8 years ago
96efe9c
Support redirect responses for NavigationPreload
by horo
· 8 years ago
29783ad
[ServiceWorker] Remove useless ServiceWorkerVersion::DispatchSimpleEvent().
by leon.han
· 8 years ago
865ce05
PaymentApp: Implement respondWith() in PaymentRequestEvent. (content side)
by jinho.bang
· 8 years ago
062ef535
Revert of "Speculatively launch Service Workers on mouse/touch events."
by horo
· 8 years ago
a9acfbde
Revert "Track input latency while starting a ServiceWorker for a navigation hint."
by horo
· 8 years ago
caec94b6
Do not kill the renderer for extension XHRs from uninstalled extensions.
by creis
· 8 years ago
4b613c4
Implement the BackgroundFetch{Fail,ed} Service Worker events
by peter
· 8 years ago
991a617b
PlzNavigate: ensure we create a ServiceWorkerProviderHost
by clamy
· 8 years ago
d47446e
Revert of PlzNavigate: add temporary DumpWithoutCrashing to ServiceWorker code (patchset #1 id:1 of https://codereview.chromium.org/2767113002/ )
by clamy
· 8 years ago
23f6a12
[ServiceWorker] Convert ping-pong IPC into mojo interface ServiceWorkerEventDispatcher
by leon.han
· 8 years ago
5cbb188
PlzNavigate: add temporary DumpWithoutCrashing to ServiceWorker code
by clamy
· 8 years ago
3e32ed56
Adds a basic offline check to InstallableManager.
by piotrs
· 8 years ago
f1aa486
DevTools: Clarify Service Worker 'Update on reload' location in warning
by james
· 8 years ago
14d44e7
Avoid using the method pointer to Callback::Run in ServiceWorkerVersion
by tzik
· 8 years ago
5045dfe
Disable ServiceWorkerBrowserTest.CrossSiteTransfer on Linux and CrOS
by Vasilii Sukhanov
· 8 years ago
ef079770
Service Worker event dispatcher for Background Fetch
by peter
· 8 years ago
f93cb21f
Add UMA for how long service workers run for.
by falken
· 8 years ago
f0b08457
Call SetMainScriptHttpResponseInfo in EmbeddedWorkerTestHelper::SimulateWorkerScriptCached even if the script_cache_map exists
by horo
· 8 years ago
5e65e3a
Require explicit selection of traits for LazyInstance
by scottmg
· 8 years ago
122c4da
Remove base::StringValue
by jdoerrie
· 8 years ago
23972357
Remove base::FundamentalValue
by jdoerrie
· 8 years ago
7f57605
[Origin Trials] Add interface to check for disabled tokens
by chasej
· 8 years ago
6f57b50
[Mojo-Loading] Use independent URLLoaderClient
by yhirano
· 8 years ago
34669ef
Rename SkipServiceWorker to ServiceWorkerMode
by peter
· 8 years ago
2d44c8d
service worker: Remove extraneous FetchEventPreloadHandle::New() call
by falken
· 8 years ago
6d9996c8
Fix auto raw pointer deduction on linux
by vmpstr
· 8 years ago
3b85dfb
Manage ServiceWorkerDispatcherHost in ServiceWorkerContextCore
by shimazu
· 9 years ago
acc7137
ServiceWorker: ignore AddMessageToConsole before process allocation
by shimazu
· 9 years ago
64975bc5
[ServiceWorker] Mojofy ActivateEvent of Service Worker
by xiaofeng.zhang
· 9 years ago
20d07510
Mojo C++ bindings: remove usage of AssociatedGroup from content/
by yzshen
· 9 years ago
2d145fe
HTML MessagePort as mojo::MessagePipeHandle
by darin
· 9 years ago
38dc09d
Add missing #include around sequenced_worker_pool.h in //content, //storage
by tzik
· 9 years ago
cd39813
service worker: Optimize response header creation.
by falken
· 9 years ago
72c70c9
Revert of Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (patchset #6 id:470001 of https://codereview.chromium.org/2690533002/ )
by gcasto
· 9 years ago
70b7c5d
Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h
by tzik
· 9 years ago
cf6bde97
Revert of Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (patchset #5 id:450001 of https://codereview.chromium.org/2690533002/ )
by tzik
· 9 years ago
d502a3f
Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h
by tzik
· 9 years ago
38e501df
ServiceWorker: Enable UseCounter for ServiceWorkerGlobalScope
by nhiroki
· 9 years ago
f8ea4c4
Mojoify the notificationclick and notificationclose events
by peter
· 9 years ago
60a8092
Add a helper method to create SW SimpleEventCallbacks.
by peter
· 9 years ago
c02aa3d
Move service_worker_type_converters to content/renderer to avoid WebString() usage in browser
by scottmg
· 9 years ago
93a6ee79
Turn on clang format as an upload step for all the repo.
by jam
· 9 years ago
a79a954
Clear BlobReader in SW browser_tests on the right thread
by tzik
· 9 years ago
d688b91
Add UseCounter for ServiceWorkerNavigationPreload.
by falken
· 9 years ago
9f3d625
ServiceWorker: Remove URLRequestJob::GetResponseCode implementations.
by mmenke
· 9 years ago
05bd488e
Add TEAM/COMPONENT
by ymzhang
· 9 years ago
43a4fa9
PaymentApp: Rename PaymentAppRequestData to PaymentAppRequest.
by jinho.bang
· 9 years ago
933ee58
[Mojo-Loading] Implement URLLoader::SetPriority
by yhirano
· 9 years ago
f7a1106b
ServiceWorker: Factor out ServiceWorkerVersion::Metrics to ServiceWorkerMetrics
by nhiroki
· 9 years ago
6f9e15e
Show service worker navigation preload requests in DevTools Network tab.
by horo
· 9 years ago
45fe549
Convert service_worker_client_utils to use the new navigation callbacks.
by jam
· 9 years ago
31562d3
service worker: Remove debugging code for null http response info.
by falken
· 9 years ago
16de2c25
Revert of Show service worker navigation preload requests in DevTools Network tab (patchset #10 id:480001 of https://codereview.chromium.org/2620463002/ )
by horo
· 9 years ago
402d868
service worker: Add UMA for navigation preload response timing.
by falken
· 9 years ago
67afb991
DevTools: do not consider 'force update on reload' as error.
by pfeldman
· 9 years ago
bedcbce
Implement upload progress handling in Mojo loading
by tzik
· 9 years ago
Next »