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

Issue 10641017: make "reload" on chrome://extensions automatically relaunch running apps (Closed)

Created:
8 years, 6 months ago by Evan Stade
Modified:
8 years, 3 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, benwells
Visibility:
Public.

Description

make "reload" on chrome://extensions automatically relaunch running platform apps BUG=133829 TEST=launch an app, then reload via the page reload button or the Reload link. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=153567

Patch Set 1 #

Patch Set 2 : restrict to platform apps #

Total comments: 8

Patch Set 3 : review improvements #

Total comments: 1

Patch Set 4 : hack #

Total comments: 1

Patch Set 5 : extension service #

Patch Set 6 : fix android compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -1 line) Patch
M chrome/browser/extensions/extension_service.h View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 5 5 chunks +38 lines, -1 line 0 comments Download

Messages

Total messages: 21 (0 generated)
Evan Stade
http://codereview.chromium.org/10641017/diff/1003/chrome/browser/ui/webui/extensions/extension_settings_handler.cc File chrome/browser/ui/webui/extensions/extension_settings_handler.cc (right): http://codereview.chromium.org/10641017/diff/1003/chrome/browser/ui/webui/extensions/extension_settings_handler.cc#newcode418 chrome/browser/ui/webui/extensions/extension_settings_handler.cc:418: // onLaunched event, so we just wait half a ...
8 years, 6 months ago (2012-06-22 05:17:51 UTC) #1
Aaron Boodman
http://codereview.chromium.org/10641017/diff/1003/chrome/browser/ui/webui/extensions/extension_settings_handler.cc File chrome/browser/ui/webui/extensions/extension_settings_handler.cc (right): http://codereview.chromium.org/10641017/diff/1003/chrome/browser/ui/webui/extensions/extension_settings_handler.cc#newcode418 chrome/browser/ui/webui/extensions/extension_settings_handler.cc:418: // onLaunched event, so we just wait half a ...
8 years, 6 months ago (2012-06-22 05:35:02 UTC) #2
Evan Stade
http://codereview.chromium.org/10641017/diff/1003/chrome/browser/ui/webui/extensions/extension_settings_handler.cc File chrome/browser/ui/webui/extensions/extension_settings_handler.cc (right): http://codereview.chromium.org/10641017/diff/1003/chrome/browser/ui/webui/extensions/extension_settings_handler.cc#newcode418 chrome/browser/ui/webui/extensions/extension_settings_handler.cc:418: // onLaunched event, so we just wait half a ...
8 years, 6 months ago (2012-06-22 19:39:51 UTC) #3
Aaron Boodman
http://codereview.chromium.org/10641017/diff/1003/chrome/browser/ui/webui/extensions/extension_settings_handler.cc File chrome/browser/ui/webui/extensions/extension_settings_handler.cc (right): http://codereview.chromium.org/10641017/diff/1003/chrome/browser/ui/webui/extensions/extension_settings_handler.cc#newcode509 chrome/browser/ui/webui/extensions/extension_settings_handler.cc:509: // views), then mark it for relaunch later. On ...
8 years, 6 months ago (2012-06-22 20:30:54 UTC) #4
Aaron Boodman
On Fri, Jun 22, 2012 at 1:30 PM, <aa@chromium.org> wrote: > > http://codereview.chromium.org/10641017/diff/1003/chrome/browser/ui/webui/extensions/extension_settings_handler.cc > File ...
8 years, 6 months ago (2012-06-22 20:32:47 UTC) #5
Matt Perry
On 2012/06/22 20:32:47, Aaron Boodman wrote: > On Fri, Jun 22, 2012 at 1:30 PM, ...
8 years, 6 months ago (2012-06-22 20:40:29 UTC) #6
Evan Stade
http://codereview.chromium.org/10641017/diff/1003/chrome/browser/ui/webui/extensions/extension_settings_handler.cc File chrome/browser/ui/webui/extensions/extension_settings_handler.cc (right): http://codereview.chromium.org/10641017/diff/1003/chrome/browser/ui/webui/extensions/extension_settings_handler.cc#newcode509 chrome/browser/ui/webui/extensions/extension_settings_handler.cc:509: // views), then mark it for relaunch later. On ...
8 years, 6 months ago (2012-06-22 22:29:49 UTC) #7
Mihai Parparita -not on Chrome
(lost track of this CL in the pre-I/O rush) Naive question: Is there a reason ...
8 years, 5 months ago (2012-07-11 15:22:45 UTC) #8
Evan Stade
On 2012/07/11 15:22:45, Mihai Parparita wrote: > (lost track of this CL in the pre-I/O ...
8 years, 5 months ago (2012-07-12 01:41:54 UTC) #9
Mihai Parparita -not on Chrome
On Wed, Jul 11, 2012 at 6:41 PM, <estade@chromium.org> wrote: > I could try that, ...
8 years, 5 months ago (2012-07-12 03:30:55 UTC) #10
Aaron Boodman
Old CL is old. Can it be deleted?
8 years, 4 months ago (2012-08-06 23:41:24 UTC) #11
Evan Stade
no, I only put this aside because of m22 crunch and because of discussed technical ...
8 years, 4 months ago (2012-08-07 00:23:00 UTC) #12
Evan Stade
ok, updated it with a slight hack to ignore the LOAD notifications until ENABLED has ...
8 years, 4 months ago (2012-08-18 00:49:55 UTC) #13
Aaron Boodman
Is it possible to just do the launch in response to ENABLE?
8 years, 4 months ago (2012-08-21 21:02:48 UTC) #14
Evan Stade
On 2012/08/21 21:02:48, Aaron Boodman wrote: > Is it possible to just do the launch ...
8 years, 4 months ago (2012-08-21 21:04:11 UTC) #15
Mihai Parparita -not on Chrome
Any thoughts on my devtools re-opening pointer? I think your code is actually more correct ...
8 years, 4 months ago (2012-08-21 22:38:35 UTC) #16
Evan Stade
are you suggesting also moving the inspector code into ExtensionSettingsHandler? things are a little simpler ...
8 years, 4 months ago (2012-08-22 01:16:06 UTC) #17
Aaron Boodman
I'm going to leave this review to mihai.
8 years, 4 months ago (2012-08-22 21:23:47 UTC) #18
Mihai Parparita -not on Chrome
On 2012/08/22 01:16:06, Evan Stade wrote: > are you suggesting also moving the inspector code ...
8 years, 4 months ago (2012-08-22 21:27:38 UTC) #19
Evan Stade
I looked into combining with the devtools re-attachment code. Trying to reattach the devtools with ...
8 years, 4 months ago (2012-08-23 21:21:31 UTC) #20
Mihai Parparita -not on Chrome
8 years, 4 months ago (2012-08-24 21:15:58 UTC) #21
LGTM

Powered by Google App Engine
This is Rietveld 408576698