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

Issue 905583002: Pass the final URL an app was loaded from to the app in Initialize(). (Closed)

Created:
5 years, 10 months ago by Aaron Boodman
Modified:
5 years, 10 months ago
Reviewers:
hans, hansmuller, DaveMoore, sky
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, esprehn, yzshen+watch_chromium.org, abarth-chromium, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Pass the final URL an app was loaded from to the app in Initialize(). R=davemoore@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/81b48458928f45dbcaa3fca7972ab971c089611a

Patch Set 1 #

Total comments: 5

Patch Set 2 : don't understand why tests fail, rolling the rebase dice #

Patch Set 3 : fix python #

Patch Set 4 : fix js #

Patch Set 5 : urgh #

Patch Set 6 : fix via parameter reorder #

Patch Set 7 : darttest #

Patch Set 8 : rebaaaaase #

Patch Set 9 : adsf #

Patch Set 10 : o #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -14 lines) Patch
M examples/content_handler_demo/content_handler_demo.cc View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M examples/forwarding_content_handler/forwarding_content_handler.cc View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M examples/python/__mojo__.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/cpp/application/application_impl.h View 1 2 3 4 5 3 chunks +6 lines, -1 line 0 comments Download
M mojo/public/cpp/application/lib/application_impl.cc View 1 2 3 4 5 1 chunk +4 lines, -1 line 0 comments Download
M mojo/public/cpp/application/lib/application_test_base.cc View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M mojo/public/dart/src/application.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/interfaces/application/application.mojom View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M mojo/services/public/js/application.js View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M shell/application_manager/shell_impl.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M shell/external_application_listener_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M sky/viewer/content_handler_impl.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 15 (4 generated)
Aaron Boodman
dave: pls review sky: fyi
5 years, 10 months ago (2015-02-05 19:54:42 UTC) #2
sky
https://codereview.chromium.org/905583002/diff/1/mojo/public/interfaces/application/application.mojom File mojo/public/interfaces/application/application.mojom (right): https://codereview.chromium.org/905583002/diff/1/mojo/public/interfaces/application/application.mojom#newcode18 mojo/public/interfaces/application/application.mojom:18: Initialize(Shell shell, string url, array<string>? args); Is there a ...
5 years, 10 months ago (2015-02-05 23:41:22 UTC) #3
Aaron Boodman
https://codereview.chromium.org/905583002/diff/1/mojo/public/interfaces/application/application.mojom File mojo/public/interfaces/application/application.mojom (right): https://codereview.chromium.org/905583002/diff/1/mojo/public/interfaces/application/application.mojom#newcode18 mojo/public/interfaces/application/application.mojom:18: Initialize(Shell shell, string url, array<string>? args); On 2015/02/05 23:41:22, ...
5 years, 10 months ago (2015-02-05 23:45:27 UTC) #4
sky
https://codereview.chromium.org/905583002/diff/1/mojo/public/interfaces/application/application.mojom File mojo/public/interfaces/application/application.mojom (right): https://codereview.chromium.org/905583002/diff/1/mojo/public/interfaces/application/application.mojom#newcode18 mojo/public/interfaces/application/application.mojom:18: Initialize(Shell shell, string url, array<string>? args); On 2015/02/05 23:45:27, ...
5 years, 10 months ago (2015-02-05 23:49:51 UTC) #5
Aaron Boodman
https://codereview.chromium.org/905583002/diff/1/mojo/public/interfaces/application/application.mojom File mojo/public/interfaces/application/application.mojom (right): https://codereview.chromium.org/905583002/diff/1/mojo/public/interfaces/application/application.mojom#newcode18 mojo/public/interfaces/application/application.mojom:18: Initialize(Shell shell, string url, array<string>? args); On 2015/02/05 23:49:51, ...
5 years, 10 months ago (2015-02-06 00:11:54 UTC) #6
Aaron Boodman
https://codereview.chromium.org/905583002/diff/1/mojo/public/interfaces/application/application.mojom File mojo/public/interfaces/application/application.mojom (right): https://codereview.chromium.org/905583002/diff/1/mojo/public/interfaces/application/application.mojom#newcode18 mojo/public/interfaces/application/application.mojom:18: Initialize(Shell shell, string url, array<string>? args); On 2015/02/06 00:11:54, ...
5 years, 10 months ago (2015-02-06 00:27:56 UTC) #7
Aaron Boodman
+hans for js changes
5 years, 10 months ago (2015-02-06 23:31:02 UTC) #9
hans
> +hans for js changes s/hans/hansmuller/
5 years, 10 months ago (2015-02-06 23:32:37 UTC) #11
hansmuller1
On 2015/02/06 23:32:37, hans wrote: > > +hans for js changes > > s/hans/hansmuller/ The ...
5 years, 10 months ago (2015-02-06 23:41:56 UTC) #12
DaveMoore
lgtm
5 years, 10 months ago (2015-02-07 00:06:00 UTC) #13
Aaron Boodman
5 years, 10 months ago (2015-02-10 21:54:27 UTC) #15
Message was sent while issue was closed.
Committed patchset #10 (id:180001) manually as
81b48458928f45dbcaa3fca7972ab971c089611a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698