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