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

Issue 331323007: Eliminate Launchable. Use Navigator instead. (Closed)

Created:
6 years, 6 months ago by Ben Goodger (Google)
Modified:
6 years, 6 months ago
Reviewers:
Aaron Boodman
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, darin (slow to review), ben+mojo_chromium.org
Project:
chromium
Visibility:
Public.

Description

Eliminate Launchable. Use Navigator instead. Adds URLResponse & body stream fields to NavigationDetails struct. ** not tested as part of the main chrome integration test suite ** R=aa@chromium.org BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278243

Patch Set 1 #

Patch Set 2 : . #

Total comments: 1

Patch Set 3 : rebase #

Total comments: 1

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -59 lines) Patch
M mojo/examples/browser/browser.cc View 1 2 3 2 chunks +11 lines, -7 lines 0 comments Download
M mojo/examples/embedded_app/embedded_app.cc View 1 2 3 1 chunk +5 lines, -3 lines 0 comments Download
M mojo/examples/html_viewer/html_viewer.cc View 1 2 3 4 chunks +17 lines, -16 lines 0 comments Download
M mojo/examples/image_viewer/image_viewer.cc View 1 2 3 5 chunks +16 lines, -15 lines 0 comments Download
M mojo/examples/nesting_app/nesting_app.cc View 1 2 3 2 chunks +10 lines, -4 lines 0 comments Download
M mojo/examples/window_manager/window_manager.cc View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download
M mojo/mojo_examples.gypi View 3 chunks +3 lines, -0 lines 0 comments Download
M mojo/mojo_services.gypi View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M mojo/services/launcher/launcher.cc View 1 2 3 1 chunk +6 lines, -3 lines 0 comments Download
M mojo/services/navigation/navigation.mojom View 1 2 3 2 chunks +14 lines, -1 line 0 comments Download
M mojo/services/public/interfaces/launcher/launcher.mojom View 1 2 3 2 chunks +2 lines, -9 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Ben Goodger (Google)
Hey Aaron I got rid of my Launchable interface and used Navigator instead. I added ...
6 years, 6 months ago (2014-06-17 05:41:17 UTC) #1
Ben Goodger (Google)
https://codereview.chromium.org/331323007/diff/20001/mojo/services/navigation/navigation.mojom File mojo/services/navigation/navigation.mojom (right): https://codereview.chromium.org/331323007/diff/20001/mojo/services/navigation/navigation.mojom#newcode11 mojo/services/navigation/navigation.mojom:11: mojo.URLResponse response; I think maybe these two fields should ...
6 years, 6 months ago (2014-06-17 06:20:21 UTC) #2
Aaron Boodman
Was on vacay. Back now, looking...
6 years, 6 months ago (2014-06-18 17:22:46 UTC) #3
Aaron Boodman
lgtm w/ nit https://codereview.chromium.org/331323007/diff/40001/mojo/services/navigation/navigation.mojom File mojo/services/navigation/navigation.mojom (right): https://codereview.chromium.org/331323007/diff/40001/mojo/services/navigation/navigation.mojom#newcode11 mojo/services/navigation/navigation.mojom:11: mojo.URLResponse response; I think that these ...
6 years, 6 months ago (2014-06-18 17:33:00 UTC) #4
Aaron Boodman
So like: Navigate(uint32 node_id, NavigationDetails details, nullable RequestDetails request); Also, please update the comment to ...
6 years, 6 months ago (2014-06-18 17:35:07 UTC) #5
Ben Goodger (Google)
Committed patchset #4 manually as r278243 (tree was closed).
6 years, 6 months ago (2014-06-19 02:42:22 UTC) #6
Ben Goodger (Google)
Where I ended up with this was a ResponseDetails struct and a TODO to obtain ...
6 years, 6 months ago (2014-06-19 02:50:01 UTC) #7
darin (slow to review)
6 years, 6 months ago (2014-06-19 02:57:01 UTC) #8
Do you wish URLLoader API was different?
On Jun 18, 2014 7:50 PM, "Ben Goodger (Google)" <ben@chromium.org> wrote:

> Where I ended up with this was a ResponseDetails struct and a TODO to
> obtain RequestDetails, since the URLLoader doesn't stash them anywhere
> convenient after the load is initiated.
>
> -Ben
>
>
> On Wed, Jun 18, 2014 at 7:42 PM, <ben@chromium.org> wrote:
>
>> Committed patchset #4 manually as r278243 (tree was closed).
>>
>> https://codereview.chromium.org/331323007/
>>
>
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698