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

Issue 1224263007: Refactor browser side navigator.connect code to not use MessagePortService. (Closed)

Created:
5 years, 5 months ago by Marijn Kruisselbrink
Modified:
5 years, 4 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, kinuko+watch, wjmaclean
Base URL:
https://chromium.googlesource.com/chromium/src.git@serviceport-serviceside
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor browser side navigator.connect code to not use MessagePortService. This is the first step towards unifying client side and service side ServicePort instances, but also removes a layer of abstraction in how connections to services are setup. The abstraction layer will probably later be reintroduced differently. BUG=426458 Committed: https://crrev.com/9b053ed8f7b8893ad0a5a33d31546c70563ddf20 Cr-Commit-Position: refs/heads/master@{#341987} Committed: https://crrev.com/2c37231d9a17c30669d5286742159661b95eb7eb Cr-Commit-Position: refs/heads/master@{#342374}

Patch Set 1 #

Total comments: 8

Patch Set 2 : comment fixes #

Patch Set 3 : fix uninitialized variable #

Patch Set 4 : fix merge conflict #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -371 lines) Patch
M content/browser/navigator_connect/navigator_connect_context_impl.h View 1 5 chunks +48 lines, -24 lines 0 comments Download
M content/browser/navigator_connect/navigator_connect_context_impl.cc View 1 2 3 3 chunks +151 lines, -68 lines 0 comments Download
D content/browser/navigator_connect/navigator_connect_service_worker_service_factory.h View 1 chunk +0 lines, -64 lines 0 comments Download
D content/browser/navigator_connect/navigator_connect_service_worker_service_factory.cc View 1 2 3 1 chunk +0 lines, -205 lines 0 comments Download
M content/browser/navigator_connect/service_port_service_impl.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/storage_partition_impl.cc View 2 chunks +1 line, -4 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 36 (17 generated)
Marijn Kruisselbrink
5 years, 4 months ago (2015-08-04 17:01:00 UTC) #4
bsittler
lgtm
5 years, 4 months ago (2015-08-04 22:28:14 UTC) #5
Marijn Kruisselbrink
+avi for content/browser/storage_partition_impl.cc OWNERS
5 years, 4 months ago (2015-08-04 22:29:51 UTC) #7
Avi (use Gerrit)
lgtm comment fixes only https://codereview.chromium.org/1224263007/diff/40001/content/browser/navigator_connect/navigator_connect_context_impl.cc File content/browser/navigator_connect/navigator_connect_context_impl.cc (right): https://codereview.chromium.org/1224263007/diff/40001/content/browser/navigator_connect/navigator_connect_context_impl.cc#newcode107 content/browser/navigator_connect/navigator_connect_context_impl.cc:107: // message re-wrap this comment ...
5 years, 4 months ago (2015-08-05 15:17:20 UTC) #8
Marijn Kruisselbrink
https://codereview.chromium.org/1224263007/diff/40001/content/browser/navigator_connect/navigator_connect_context_impl.cc File content/browser/navigator_connect/navigator_connect_context_impl.cc (right): https://codereview.chromium.org/1224263007/diff/40001/content/browser/navigator_connect/navigator_connect_context_impl.cc#newcode107 content/browser/navigator_connect/navigator_connect_context_impl.cc:107: // message On 2015/08/05 at 15:17:20, Avi wrote: > ...
5 years, 4 months ago (2015-08-05 17:00:16 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1224263007/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1224263007/60001
5 years, 4 months ago (2015-08-05 17:00:41 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/86774)
5 years, 4 months ago (2015-08-05 17:25:31 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1224263007/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1224263007/60001
5 years, 4 months ago (2015-08-05 17:28:33 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/67119)
5 years, 4 months ago (2015-08-05 17:41:35 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1224263007/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1224263007/60001
5 years, 4 months ago (2015-08-05 18:18:55 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/89053)
5 years, 4 months ago (2015-08-05 21:12:14 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1224263007/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1224263007/60001
5 years, 4 months ago (2015-08-05 21:14:37 UTC) #24
commit-bot: I haz the power
Committed patchset #2 (id:60001)
5 years, 4 months ago (2015-08-05 22:19:30 UTC) #25
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/9b053ed8f7b8893ad0a5a33d31546c70563ddf20 Cr-Commit-Position: refs/heads/master@{#341987}
5 years, 4 months ago (2015-08-05 22:20:13 UTC) #26
Marijn Kruisselbrink
A revert of this CL (patchset #2 id:60001) has been created in https://codereview.chromium.org/1278483004/ by mek@chromium.org. ...
5 years, 4 months ago (2015-08-06 00:29:05 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1224263007/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1224263007/80001
5 years, 4 months ago (2015-08-07 03:19:33 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1224263007/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1224263007/100001
5 years, 4 months ago (2015-08-07 16:57:23 UTC) #34
commit-bot: I haz the power
Committed patchset #4 (id:100001)
5 years, 4 months ago (2015-08-07 17:35:36 UTC) #35
commit-bot: I haz the power
5 years, 4 months ago (2015-08-07 17:36:10 UTC) #36
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2c37231d9a17c30669d5286742159661b95eb7eb
Cr-Commit-Position: refs/heads/master@{#342374}

Powered by Google App Engine
This is Rietveld 408576698