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

Issue 668483002: Change mojo URLs from mojo://mojo_foo to mojo://foo. (Closed)

Created:
6 years, 2 months ago by Aaron Boodman
Modified:
6 years, 2 months ago
CC:
Aaron Boodman, ben+mojo_chromium.org, chromium-reviews, darin (slow to review), dcheng, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Change mojo URLs from mojo://mojo_foo to mojo://foo. The real changes are in mojo_url_resolver*. The rest are renames that were generated with the following commands: git grep -l 'mojo:mojo_' | xargs perl -pi -e 's|mojo:mojo_|mojo:|g' git grep -l 'mojo://mojo_' | xargs perl -pi -e 's|mojo://mojo_|mojo://|g' git cl format Committed: https://crrev.com/194a8f4a17ff321718e646c63029155e7edf3a47 Cr-Commit-Position: refs/heads/master@{#300206}

Patch Set 1 #

Patch Set 2 : fix test #

Patch Set 3 : rebase #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -97 lines) Patch
M mojo/apps/js/main.js View 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/aura/surface_binding.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/examples/apptest/example_apptest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/examples/aura_demo/view_manager_init.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/examples/bitmap_uploader/bitmap_uploader.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/examples/browser/browser.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/examples/demo_launcher/demo_launcher.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M mojo/examples/echo/echo_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/examples/http_server/http_server.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M mojo/examples/media_viewer/media_viewer.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/examples/nesting_app/nesting_app.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/examples/pepper_container_app/pepper_container_app.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/examples/sample_app/sample_app.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/examples/surfaces_app/child_app.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/examples/surfaces_app/child_gl_app.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/examples/surfaces_app/surfaces_app.cc View 2 chunks +4 lines, -7 lines 0 comments Download
M mojo/examples/wget/wget.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M mojo/examples/window_manager/debug_panel.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M mojo/examples/window_manager/window_manager.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/examples/wm_flow/app/app.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M mojo/examples/wm_flow/init/init.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/clipboard/clipboard_standalone_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/html_viewer/blink_platform_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/html_viewer/html_document_view.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/services/native_viewport/native_viewport_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/network/udp_socket_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/public/cpp/view_manager/lib/view_manager_context.cc View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/services/public/cpp/view_manager/tests/view_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/test_service/test_service_impl.cc View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/services/test_service/test_time_service_impl.cc View 1 chunk +1 line, -2 lines 0 comments Download
M mojo/services/view_manager/display_manager.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M mojo/services/view_manager/view_manager_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/services/window_manager/window_manager_api_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M mojo/shell/context.cc View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M mojo/shell/desktop/mojo_main.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/shell/dynamic_application_loader.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/shell/mojo_url_resolver.cc View 2 chunks +9 lines, -1 line 1 comment Download
M mojo/shell/mojo_url_resolver_unittest.cc View 1 1 chunk +8 lines, -3 lines 0 comments Download
M mojo/shell/shell_test_base_unittest.cc View 3 chunks +5 lines, -8 lines 0 comments Download
M mojo/shell/switches.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/tools/mojosh.sh View 1 chunk +1 line, -1 line 0 comments Download
M mojo/tools/package_manager/package_manager_application.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (3 generated)
Aaron Boodman
6 years, 2 months ago (2014-10-18 02:56:02 UTC) #2
DaveMoore
lgtm
6 years, 2 months ago (2014-10-18 04:10:53 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/668483002/40001
6 years, 2 months ago (2014-10-18 04:43:25 UTC) #5
commit-bot: I haz the power
Committed patchset #3 (id:40001)
6 years, 2 months ago (2014-10-18 04:57:20 UTC) #6
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/194a8f4a17ff321718e646c63029155e7edf3a47 Cr-Commit-Position: refs/heads/master@{#300206}
6 years, 2 months ago (2014-10-18 04:58:04 UTC) #7
abarth-chromium
https://codereview.chromium.org/668483002/diff/40001/mojo/shell/mojo_url_resolver.cc File mojo/shell/mojo_url_resolver.cc (right): https://codereview.chromium.org/668483002/diff/40001/mojo/shell/mojo_url_resolver.cc#newcode25 mojo/shell/mojo_url_resolver.cc:25: host_name = prefix + host_name; This broke Sky because ...
6 years, 2 months ago (2014-10-20 16:34:15 UTC) #9
darin (slow to review)
How about this: We should probably change the build to put these DSOs in a ...
6 years, 2 months ago (2014-10-20 16:37:46 UTC) #10
Aaron Boodman
Sorry about that... I didn't see sky when I scanned the existing apps. I think ...
6 years, 2 months ago (2014-10-20 17:53:00 UTC) #11
abarth-chromium
On 2014/10/20 at 17:53:00, aa wrote: > Sorry about that... I didn't see sky when ...
6 years, 2 months ago (2014-10-20 20:51:20 UTC) #12
Aaron Boodman
I've removed the code that does the mojo_ prepending now, so you should be able ...
6 years, 2 months ago (2014-10-23 17:05:54 UTC) #13
abarth-chromium
6 years, 2 months ago (2014-10-23 17:33:25 UTC) #14
Message was sent while issue was closed.
Thanks!

Powered by Google App Engine
This is Rietveld 408576698