Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Issue 2684533002: [WIP] Mojofy respondwith

Created:
3 years, 10 months ago by horo
Modified:
3 years, 8 months ago
Reviewers:
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, viettrungluu+watch_chromium.org, qsr+mojo_chromium.org, mlamouri+watch-content_chromium.org, shimazu+serviceworker_chromium.org, serviceworker-reviews, jam, nhiroki, abarth-chromium, Aaron Boodman, kinuko+serviceworker, yzshen+watch_chromium.org, horo+watch_chromium.org, darin-cc_chromium.org, kinuko+watch, tzik, darin (slow to review), blink-worker-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[WIP] Mojofy respondwith BUG=690795

Patch Set 1 #

Patch Set 2 : send response #

Patch Set 3 : small fix #

Patch Set 4 : mojo #

Patch Set 5 : upstream #

Patch Set 6 : hack #

Patch Set 7 : fix crash #

Patch Set 8 : fix mbedded_worker_test_helper.cc #

Patch Set 9 : check MOJO_RESULT_SHOULD_WAIT in OnHandleGotReadable #

Patch Set 10 : add trace #

Patch Set 11 : rebase #

Patch Set 12 : rebase #

Patch Set 13 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+482 lines, -67 lines) Patch
M content/browser/service_worker/embedded_worker_test_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_fetch_dispatcher.h View 1 2 3 4 5 3 chunks +6 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_fetch_dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +87 lines, -15 lines 0 comments Download
M content/browser/service_worker/service_worker_url_request_job.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +4 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_url_request_job.cc View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +119 lines, -0 lines 0 comments Download
M content/common/service_worker/service_worker_event_dispatcher.mojom View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +8 lines, -1 line 0 comments Download
M content/common/service_worker/service_worker_event_dispatcher.typemap View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M content/common/service_worker/service_worker_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -2 lines 0 comments Download
M content/renderer/service_worker/service_worker_context_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +15 lines, -7 lines 0 comments Download
M content/renderer/service_worker/service_worker_context_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +43 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchDataLoader.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +119 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/FetchRespondWithObserver.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +24 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +10 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +8 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +16 lines, -6 lines 0 comments Download
M third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +11 lines, -4 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 1 (1 generated)
horo
3 years, 10 months ago (2017-02-10 05:57:54 UTC) #1
Description was changed from

==========
[WIP] Mojofy respondwith

BUG=
==========

to

==========
[WIP] Mojofy respondwith

BUG=690795
==========

Powered by Google App Engine
This is Rietveld 408576698