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

Issue 947253003: Add ApplicationDelegate::Quit() (Closed)

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

Description

Add ApplicationDelegate::Quit() This CL adds ApplicationDelegate::Quit(), which ApplicationImpl calls before shutting down the main run loop. In this function, an ApplicationDelegate should shut down anything that relies on the main run loop being active. R=eseidel@chromium.org, jamesr@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/e89197930bc3cdd75c494b48f8ffbdb5b6ea1a0a

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -4 lines) Patch
M mojo/public/cpp/application/application_delegate.h View 1 chunk +4 lines, -0 lines 2 comments Download
M mojo/public/cpp/application/application_impl.h View 3 chunks +2 lines, -2 lines 0 comments Download
M mojo/public/cpp/application/lib/application_delegate.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M mojo/public/cpp/application/lib/application_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M sky/tools/debugger/debugger.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
blundell
jamesr: for the cl eseidel: for the sky naming change
5 years, 10 months ago (2015-02-23 20:14:30 UTC) #2
jamesr
https://codereview.chromium.org/947253003/diff/1/mojo/public/cpp/application/application_delegate.h File mojo/public/cpp/application/application_delegate.h (right): https://codereview.chromium.org/947253003/diff/1/mojo/public/cpp/application/application_delegate.h#newcode38 mojo/public/cpp/application/application_delegate.h:38: // the delegate can no longer rely on the ...
5 years, 10 months ago (2015-02-23 20:27:31 UTC) #3
blundell
https://codereview.chromium.org/947253003/diff/1/mojo/public/cpp/application/application_delegate.h File mojo/public/cpp/application/application_delegate.h (right): https://codereview.chromium.org/947253003/diff/1/mojo/public/cpp/application/application_delegate.h#newcode38 mojo/public/cpp/application/application_delegate.h:38: // the delegate can no longer rely on the ...
5 years, 10 months ago (2015-02-23 20:35:42 UTC) #4
jamesr
hmm, well I suppose this is consistent then. ApplicationImpl::Terminate() is a bit odd IMO but ...
5 years, 10 months ago (2015-02-23 20:42:14 UTC) #5
eseidel
lgtm2
5 years, 10 months ago (2015-02-23 21:07:33 UTC) #6
eseidel
lgtm too
5 years, 10 months ago (2015-02-23 21:07:41 UTC) #7
blundell
On 2015/02/23 20:42:14, jamesr wrote: > hmm, well I suppose this is consistent then. ApplicationImpl::Terminate() ...
5 years, 9 months ago (2015-02-24 13:06:27 UTC) #8
blundell
5 years, 9 months ago (2015-02-24 13:06:54 UTC) #9
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
e89197930bc3cdd75c494b48f8ffbdb5b6ea1a0a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698