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

Issue 2924213002: Draft: Dispatching extension events to stopped extension SW.

Created:
3 years, 6 months ago by lazyboy
Modified:
3 years, 6 months ago
Reviewers:
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, tzik, extensions-reviews_chromium.org, serviceworker-reviews, jam, kinuko+serviceworker, nhiroki, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, horo+watch_chromium.org, kinuko+watch, shimazu+serviceworker_chromium.org, blink-worker-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Draft: Dispatching extension events to stopped extension SW. BUG=

Patch Set 1 #

Patch Set 2 : rebase correctly. #

Patch Set 3 : compile #

Patch Set 4 : rm print #

Patch Set 5 : .tmp. #

Patch Set 6 : foo... #

Patch Set 7 : sync @tott #

Patch Set 8 : fix rebase #

Patch Set 9 : abit cleaner #

Patch Set 10 : rebase with other CL #

Patch Set 11 : rebase @tott #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1045 lines, -181 lines) Patch
M chrome/browser/extensions/service_worker_apitest.cc View 1 2 3 4 5 6 7 8 4 chunks +43 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.h View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -4 lines 0 comments Download
A chrome/test/data/extensions/api_test/service_worker/events_to_stopped_worker/manifest.json View 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/service_worker/events_to_stopped_worker/on_updated.html View 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/service_worker/events_to_stopped_worker/on_updated.js View 1 chunk +13 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/service_worker/events_to_stopped_worker/page.html View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/service_worker/events_to_stopped_worker/page.js View 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/service_worker/events_to_stopped_worker/sw.js View 1 chunk +60 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_context_wrapper.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_context_wrapper.cc View 1 2 3 4 5 6 7 8 9 2 chunks +45 lines, -0 lines 0 comments Download
M content/public/browser/service_worker_context.h View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -0 lines 0 comments Download
M content/public/renderer/content_renderer_client.h View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
A content/public/test/service_worker_test_helpers.h View 1 2 3 4 5 6 7 8 1 chunk +23 lines, -0 lines 0 comments Download
A content/public/test/service_worker_test_helpers.cc View 1 2 3 4 5 6 7 8 1 chunk +105 lines, -0 lines 0 comments Download
M content/renderer/service_worker/service_worker_context_client.cc View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -0 lines 0 comments Download
M extensions/browser/event_listener_map.h View 1 2 3 4 4 chunks +4 lines, -0 lines 0 comments Download
M extensions/browser/event_listener_map.cc View 1 2 3 4 5 6 7 8 5 chunks +12 lines, -8 lines 0 comments Download
M extensions/browser/event_router.h View 1 2 3 4 5 6 7 8 9 9 chunks +12 lines, -29 lines 0 comments Download
M extensions/browser/event_router.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +81 lines, -50 lines 0 comments Download
M extensions/browser/events/lazy_event_dispatcher.h View 1 2 3 4 5 6 7 8 9 5 chunks +14 lines, -5 lines 0 comments Download
M extensions/browser/events/lazy_event_dispatcher.cc View 1 2 3 4 5 6 7 8 9 5 chunks +34 lines, -6 lines 0 comments Download
M extensions/browser/extension_message_filter.h View 1 2 3 4 1 chunk +10 lines, -4 lines 0 comments Download
M extensions/browser/extension_message_filter.cc View 1 2 3 4 5 6 7 8 7 chunks +73 lines, -34 lines 0 comments Download
M extensions/browser/lazy_background_task_queue.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +10 lines, -1 line 0 comments Download
M extensions/browser/lazy_background_task_queue.cc View 1 2 3 4 5 6 7 8 9 3 chunks +25 lines, -0 lines 0 comments Download
M extensions/browser/lazy_context_id.h View 1 2 3 4 5 6 7 8 9 2 chunks +15 lines, -4 lines 0 comments Download
M extensions/browser/lazy_context_id.cc View 1 2 3 4 5 6 7 8 9 2 chunks +14 lines, -3 lines 0 comments Download
A extensions/browser/lazy_context_task_queue.h View 1 2 3 4 5 6 7 8 1 chunk +68 lines, -0 lines 0 comments Download
A extensions/browser/service_worker_task_queue.h View 1 2 3 4 5 6 7 8 1 chunk +46 lines, -0 lines 0 comments Download
A extensions/browser/service_worker_task_queue.cc View 1 2 3 4 5 6 7 8 1 chunk +98 lines, -0 lines 0 comments Download
A extensions/browser/service_worker_task_queue_factory.h View 1 2 3 4 5 6 7 8 1 chunk +39 lines, -0 lines 0 comments Download
A extensions/browser/service_worker_task_queue_factory.cc View 1 2 3 4 5 6 7 8 1 chunk +44 lines, -0 lines 0 comments Download
M extensions/common/extension_messages.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +15 lines, -7 lines 0 comments Download
M extensions/renderer/dispatcher.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -2 lines 0 comments Download
M extensions/renderer/dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +15 lines, -12 lines 0 comments Download
M extensions/renderer/event_bindings.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +25 lines, -6 lines 0 comments Download
M extensions/renderer/script_context.h View 1 2 3 4 5 6 2 chunks +7 lines, -0 lines 0 comments Download
M extensions/renderer/script_context.cc View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (20 generated)
lazyboy
The CQ bit was checked by lazyboy@chromium.org to run a CQ dry run
3 years, 6 months ago (2017-06-08 01:32:07 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2924213002/20001
3 years, 6 months ago (2017-06-08 01:32:23 UTC) #2
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 6 months ago (2017-06-08 01:41:42 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/458583)
3 years, 6 months ago (2017-06-08 01:41:43 UTC) #4
lazyboy
The CQ bit was checked by lazyboy@chromium.org to run a CQ dry run
3 years, 6 months ago (2017-06-08 18:26:38 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2924213002/40001
3 years, 6 months ago (2017-06-08 18:27:20 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 6 months ago (2017-06-08 18:40:29 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/459258)
3 years, 6 months ago (2017-06-08 18:40:30 UTC) #8
lazyboy
The CQ bit was checked by lazyboy@chromium.org to run a CQ dry run
3 years, 6 months ago (2017-06-08 20:39:53 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2924213002/60001
3 years, 6 months ago (2017-06-08 20:40:13 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 6 months ago (2017-06-08 20:49:22 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/459408)
3 years, 6 months ago (2017-06-08 20:49:23 UTC) #12
lazyboy
The CQ bit was checked by lazyboy@chromium.org to run a CQ dry run
3 years, 6 months ago (2017-06-14 21:47:44 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2924213002/140001
3 years, 6 months ago (2017-06-14 21:48:20 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 6 months ago (2017-06-14 22:00:01 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/464117)
3 years, 6 months ago (2017-06-14 22:00:03 UTC) #16
lazyboy
The CQ bit was checked by lazyboy@chromium.org to run a CQ dry run
3 years, 6 months ago (2017-06-15 21:44:26 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2924213002/200001
3 years, 6 months ago (2017-06-15 21:45:14 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 6 months ago (2017-06-15 23:59:10 UTC) #19
commit-bot: I haz the power
3 years, 6 months ago (2017-06-15 23:59:11 UTC) #20
Dry run: This issue passed the CQ dry run.

Powered by Google App Engine
This is Rietveld 408576698