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

Issue 979203002: Index application by URL and identity for multiprocess. (Closed)

Created:
5 years, 9 months ago by qsr
Modified:
5 years, 9 months ago
Reviewers:
DaveMoore
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, yzshen+watch_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Index application by URL and identity for multiprocess. This is a baby step in the direction of allowing to run multiple instance of the same content handler. This will be needed when we enable multi-process so that 2 application that use the same content handler can be run in 2 processes. R=davemoore@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/71f560743247332eb69bb05e64ba63965ded99df

Patch Set 1 #

Total comments: 6

Patch Set 2 : Follow review #

Total comments: 2

Patch Set 3 : Follow review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -23 lines) Patch
M shell/application_manager/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M shell/application_manager/application_manager.h View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M shell/application_manager/application_manager.cc View 1 2 6 chunks +16 lines, -14 lines 0 comments Download
A shell/application_manager/identity.h View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
A shell/application_manager/identity.cc View 1 1 chunk +28 lines, -0 lines 0 comments Download
M shell/application_manager/shell_impl.h View 1 2 4 chunks +4 lines, -3 lines 0 comments Download
M shell/application_manager/shell_impl.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
qsr
5 years, 9 months ago (2015-03-05 17:32:21 UTC) #1
qsr
gentle ping?
5 years, 9 months ago (2015-03-06 08:40:11 UTC) #2
DaveMoore
https://codereview.chromium.org/979203002/diff/1/shell/application_manager/application_manager.h File shell/application_manager/application_manager.h (right): https://codereview.chromium.org/979203002/diff/1/shell/application_manager/application_manager.h#newcode248 shell/application_manager/application_manager.h:248: URLAndIdentityToShellImplMap url_to_shell_impl_; This is no longer url_to_shell_impl_. https://codereview.chromium.org/979203002/diff/1/shell/application_manager/url_and_identity.cc File ...
5 years, 9 months ago (2015-03-06 17:32:08 UTC) #3
qsr
https://codereview.chromium.org/979203002/diff/1/shell/application_manager/application_manager.h File shell/application_manager/application_manager.h (right): https://codereview.chromium.org/979203002/diff/1/shell/application_manager/application_manager.h#newcode248 shell/application_manager/application_manager.h:248: URLAndIdentityToShellImplMap url_to_shell_impl_; On 2015/03/06 17:32:08, DaveMoore wrote: > This ...
5 years, 9 months ago (2015-03-09 16:22:47 UTC) #4
qsr
gentle ping?
5 years, 9 months ago (2015-03-10 14:46:20 UTC) #5
DaveMoore
Sorry I kept missing this review. LGTM, but I think you want to change all ...
5 years, 9 months ago (2015-03-10 17:26:12 UTC) #6
qsr
Updated variable names. https://codereview.chromium.org/979203002/diff/20001/shell/application_manager/identity.h File shell/application_manager/identity.h (right): https://codereview.chromium.org/979203002/diff/20001/shell/application_manager/identity.h#newcode16 shell/application_manager/identity.h:16: * of an application to another. ...
5 years, 9 months ago (2015-03-12 14:04:39 UTC) #7
qsr
5 years, 9 months ago (2015-03-12 14:04:54 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
71f560743247332eb69bb05e64ba63965ded99df (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698