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

Issue 10920084: don't display platform app resources in normal browser windows (Closed)

Created:
8 years, 3 months ago by Evan Stade
Modified:
8 years, 2 months ago
CC:
chromium-reviews, jeremya+watch_chromium.org, Aaron Boodman, mihaip-chromium-reviews_chromium.org
Visibility:
Public.

Description

Don't display platform app resources in normal browser windows. BUG=139258 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=162304

Patch Set 1 #

Total comments: 2

Patch Set 2 : redirect to chrome-extension://invalid #

Total comments: 1

Patch Set 3 : test #

Patch Set 4 : retry upload #

Patch Set 5 : rety upload again #

Patch Set 6 : self review #

Total comments: 1

Patch Set 7 : sync #

Patch Set 8 : . #

Patch Set 9 : fix push messaging tests #

Patch Set 10 : actualyl upload change #

Patch Set 11 : sync yet again #

Patch Set 12 : forgot to add #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -63 lines) Patch
M chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc View 1 2 3 4 5 6 7 8 4 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 5 6 7 8 9 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/extensions/platform_app_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +40 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_navigator.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_window.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/extensions/shell_window.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +18 lines, -16 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
A + chrome/test/data/extensions/api_test/get_channel_id/background.js View 1 2 3 4 5 6 7 8 9 10 11 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/test/data/extensions/api_test/get_channel_id/manifest.json View 1 2 3 4 5 6 7 8 11 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/test/data/extensions/api_test/push_messaging/background.js View 1 2 3 4 5 6 7 8 1 chunk +12 lines, -0 lines 0 comments Download
D chrome/test/data/extensions/api_test/push_messaging/event_dispatch.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/test/data/extensions/api_test/push_messaging/event_dispatch.js View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -16 lines 0 comments Download
D chrome/test/data/extensions/api_test/push_messaging/get_channel_id.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/test/data/extensions/api_test/push_messaging/get_channel_id.js View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -10 lines 0 comments Download
M chrome/test/data/extensions/platform_apps/navigation/main.js View 1 2 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
Evan Stade
http://codereview.chromium.org/10920084/diff/1/chrome/browser/ui/extensions/shell_window.cc File chrome/browser/ui/extensions/shell_window.cc (left): http://codereview.chromium.org/10920084/diff/1/chrome/browser/ui/extensions/shell_window.cc#oldcode222 chrome/browser/ui/extensions/shell_window.cc:222: // Don't allow the current tab to be navigated. ...
8 years, 3 months ago (2012-09-06 18:29:52 UTC) #1
Mihai Parparita -not on Chrome
http://codereview.chromium.org/10920084/diff/1/chrome/browser/ui/extensions/shell_window.cc File chrome/browser/ui/extensions/shell_window.cc (left): http://codereview.chromium.org/10920084/diff/1/chrome/browser/ui/extensions/shell_window.cc#oldcode222 chrome/browser/ui/extensions/shell_window.cc:222: // Don't allow the current tab to be navigated. ...
8 years, 3 months ago (2012-09-06 18:40:35 UTC) #2
Evan Stade
On 2012/09/06 18:40:35, Mihai Parparita wrote: > http://codereview.chromium.org/10920084/diff/1/chrome/browser/ui/extensions/shell_window.cc > File chrome/browser/ui/extensions/shell_window.cc (left): > > http://codereview.chromium.org/10920084/diff/1/chrome/browser/ui/extensions/shell_window.cc#oldcode222 ...
8 years, 3 months ago (2012-09-06 19:19:03 UTC) #3
Mihai Parparita -not on Chrome
On Thu, Sep 6, 2012 at 12:19 PM, <estade@chromium.org> wrote: > also I meant that ...
8 years, 3 months ago (2012-09-06 19:57:16 UTC) #4
Mihai Parparita -not on Chrome
BTW, http://codereview.chromium.org/10915047/ may affect this CL. Mihai On Thu, Sep 6, 2012 at 12:57 PM, ...
8 years, 3 months ago (2012-09-07 18:21:37 UTC) #5
Evan Stade
updated. Did you literally mean chrome-extension://invalid? Is this used somewhere else? It seems this should ...
8 years, 3 months ago (2012-09-11 16:24:36 UTC) #6
Evan Stade
ping
8 years, 3 months ago (2012-09-12 08:57:29 UTC) #7
Evan Stade
ping
8 years, 3 months ago (2012-09-13 14:28:13 UTC) #8
jeremya
Removing myself as a reviewer, since I don't know enough about the area. I think ...
8 years, 3 months ago (2012-09-13 16:58:59 UTC) #9
Mihai Parparita -not on Chrome
Sorry for the delayed response, the hackathon made me be really behind on email. PlatformAppBrowserTest.DisallowNavigation ...
8 years, 3 months ago (2012-09-16 05:37:04 UTC) #10
Evan Stade
updated. I reverted part of the change; non-_blank anchor links will continue to fail. This ...
8 years, 2 months ago (2012-09-26 13:30:49 UTC) #11
Mihai Parparita -not on Chrome
LGTM
8 years, 2 months ago (2012-09-26 21:59:06 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/10920084/19001
8 years, 2 months ago (2012-09-27 15:15:01 UTC) #13
commit-bot: I haz the power
Presubmit check for 10920084-19001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-09-27 15:15:13 UTC) #14
Evan Stade
+sky for OWNERS review of ui/ +thestig for OWNERS review of chrome/
8 years, 2 months ago (2012-09-28 10:03:09 UTC) #15
sky
LGTM
8 years, 2 months ago (2012-09-28 15:49:12 UTC) #16
Lei Zhang
lgtm http://codereview.chromium.org/10920084/diff/19001/chrome/browser/extensions/platform_app_browsertest.cc File chrome/browser/extensions/platform_app_browsertest.cc (right): http://codereview.chromium.org/10920084/diff/19001/chrome/browser/extensions/platform_app_browsertest.cc#newcode105 chrome/browser/extensions/platform_app_browsertest.cc:105: class TabsAddedNotificationObserver : nit: I think the linter ...
8 years, 2 months ago (2012-09-28 18:50:31 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/10920084/23001
8 years, 2 months ago (2012-10-01 10:01:23 UTC) #18
commit-bot: I haz the power
Retried try job too often for step(s) crypto_unittests, unit_tests, cacheinvalidation_unittests, remoting_unittests, jingle_unittests, nacl_integration, ipc_tests, interactive_ui_tests, ...
8 years, 2 months ago (2012-10-01 10:04:58 UTC) #19
Mihai Parparita -not on Chrome
On Wed, Sep 26, 2012 at 6:30 AM, <estade@chromium.org> wrote: > updated. I reverted part ...
8 years, 2 months ago (2012-10-05 05:14:41 UTC) #20
Evan Stade
On 2012/10/05 05:14:41, Mihai Parparita wrote: > On Wed, Sep 26, 2012 at 6:30 AM, ...
8 years, 2 months ago (2012-10-05 08:26:35 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/10920084/41004
8 years, 2 months ago (2012-10-05 10:16:46 UTC) #22
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 2 months ago (2012-10-05 12:42:18 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/10920084/36005
8 years, 2 months ago (2012-10-05 16:43:13 UTC) #24
commit-bot: I haz the power
8 years, 2 months ago (2012-10-05 17:38:27 UTC) #25
Retried try job too often for step(s) interactive_ui_tests

Powered by Google App Engine
This is Rietveld 408576698