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

Issue 1819063002: Quit the message loop by default in ShellConnectionLost when ApplicationRunner is used (Closed)

Created:
4 years, 9 months ago by sky
Modified:
4 years, 9 months ago
CC:
chromium-reviews, rjkroege, sadrul, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, kalyank, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Quit the message loop by default in ShellConnectionLost when ApplicationRunner is used This was originally at https://codereview.chromium.org/1814223002/ , but Ben is out and I need this for tests, so I'm taking over. BUG=none TEST=covered by tests TBR=ben@chromium.org R=ben@chromium.org Committed: https://crrev.com/a50f9840749052fbdec087a304548217cc6fd00b Cr-Commit-Position: refs/heads/master@{#382389} Committed: https://crrev.com/340545a9d2c2bf94d93421bbb6bfa40596ae4523 Cr-Commit-Position: refs/heads/master@{#382688}

Patch Set 1 #

Patch Set 2 : tmp #

Patch Set 3 : merge and update resourceproviderunittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -92 lines) Patch
M ash/mus/sysui_application.h View 1 chunk +0 lines, -1 line 0 comments Download
M ash/mus/sysui_application.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M components/filesystem/file_system_app.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M components/filesystem/file_system_app.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M components/font_service/font_service_app.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/font_service/font_service_app.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M components/leveldb/leveldb_app.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M components/leveldb/leveldb_app.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M components/mus/mus_app.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/mus/mus_app.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M components/resource_provider/resource_provider_app.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/resource_provider/resource_provider_app.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M components/resource_provider/resource_provider_test_app.cc View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M content/common/mojo/mojo_shell_connection_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/common/mojo/mojo_shell_connection_impl.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M mash/browser_driver/browser_driver_application_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M mash/browser_driver/browser_driver_application_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mash/example/window_type_launcher/window_type_launcher.h View 1 chunk +1 line, -1 line 0 comments Download
M mash/example/window_type_launcher/window_type_launcher.cc View 1 chunk +2 lines, -1 line 0 comments Download
M mash/quick_launch/quick_launch_application.h View 1 chunk +0 lines, -1 line 0 comments Download
M mash/quick_launch/quick_launch_application.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M mash/wm/window_manager_application.h View 1 chunk +0 lines, -1 line 0 comments Download
M mash/wm/window_manager_application.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M mojo/services/network/network_service_delegate.h View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/services/network/network_service_delegate.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M mojo/services/tracing/tracing_app.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/tracing/tracing_app.cc View 1 chunk +5 lines, -1 line 0 comments Download
M mojo/shell/background/tests/test_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/shell/public/cpp/lib/application_runner.cc View 2 chunks +5 lines, -1 line 0 comments Download
M mojo/shell/public/cpp/lib/shell_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/shell/public/cpp/lib/shell_connection.cc View 1 chunk +2 lines, -1 line 0 comments Download
M mojo/shell/public/cpp/shell_client.h View 1 chunk +7 lines, -2 lines 0 comments Download
M mojo/shell/public/cpp/shell_connection.h View 2 chunks +8 lines, -1 line 0 comments Download
M mojo/shell/tests/connect/connect_test_app.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M mojo/shell/tests/connect/connect_test_driver.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M mojo/shell/tests/connect/connect_test_package.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M mojo/shell/tests/lifecycle/app_client.h View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/shell/tests/lifecycle/app_client.cc View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 18 (8 generated)
sky
I'm TBRing this as it's your patch without the change to connect_test_driver.cc . Without the ...
4 years, 9 months ago (2016-03-21 19:55:13 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819063002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819063002/20001
4 years, 9 months ago (2016-03-21 19:55:53 UTC) #4
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-21 21:12:46 UTC) #6
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/a50f9840749052fbdec087a304548217cc6fd00b Cr-Commit-Position: refs/heads/master@{#382389}
4 years, 9 months ago (2016-03-21 21:14:07 UTC) #8
esprehn
This seems to have made the mojo_apptests go red.
4 years, 9 months ago (2016-03-22 00:38:01 UTC) #9
esprehn
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/1821913002/ by esprehn@chromium.org. ...
4 years, 9 months ago (2016-03-22 00:39:47 UTC) #10
sky
On 2016/03/22 00:39:47, esprehn wrote: > A revert of this CL (patchset #2 id:20001) has ...
4 years, 9 months ago (2016-03-22 19:55:29 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819063002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819063002/40001
4 years, 9 months ago (2016-03-22 19:55:57 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 9 months ago (2016-03-22 21:44:25 UTC) #16
commit-bot: I haz the power
4 years, 9 months ago (2016-03-22 21:46:05 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/340545a9d2c2bf94d93421bbb6bfa40596ae4523
Cr-Commit-Position: refs/heads/master@{#382688}

Powered by Google App Engine
This is Rietveld 408576698