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

Issue 23600025: Revert 222235 ""Redirecting URLs to Packaged Apps" implementatio..." (Closed)

Created:
7 years, 3 months ago by SteveT
Modified:
7 years, 3 months ago
Reviewers:
Steve, sergeygs1, sergeygs
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 222235 ""Redirecting URLs to Packaged Apps" implementatio..." > "Redirecting URLs to Packaged Apps" implementation: revised > > Design proposal: https://docs.google.com/document/d/1r-RoOv2URfZBYrT_B6notQ6MeMqZRd1EP1AITuzJCAc/edit?usp=sharing > > * Support for url_handlers in manifest > * New kind of onLaunched event with navigation info in launch data > * Intercept/redirect top-level browser-initiated navigations (bookmarks, omnibox, etc.) > * Intercept/redirect top-frame navigations in tabs and app windows. > > This is a rework of https://codereview.chromium.org/22944002/. > > BUG=111422 > > Review URL: https://chromiumcodereview.appspot.com/23847004 Reason for revert: This is the most likely cause of the chrome_frame_net_tests failures (various tests), since no other changes in the blamelist were touching URLRequest bits. First failure here: http://build.chromium.org/p/chromium.win/builders/Chrome%20Frame%20Tests%20%28ie6%29/builds/46826 TBR=sergeygs@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222257

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -1480 lines) Patch
M trunk/src/apps/launcher.h View 3 chunks +4 lines, -17 lines 0 comments Download
M trunk/src/apps/launcher.cc View 2 chunks +0 lines, -10 lines 0 comments Download
M trunk/src/chrome/browser/apps/app_browsertest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M trunk/src/chrome/browser/apps/app_browsertest_util.h View 2 chunks +0 lines, -4 lines 0 comments Download
M trunk/src/chrome/browser/apps/app_browsertest_util.cc View 1 chunk +3 lines, -10 lines 0 comments Download
D trunk/src/chrome/browser/apps/app_url_redirector.h View 1 chunk +0 lines, -32 lines 0 comments Download
D trunk/src/chrome/browser/apps/app_url_redirector.cc View 1 chunk +0 lines, -98 lines 0 comments Download
D trunk/src/chrome/browser/apps/app_url_redirector_browsertest.cc View 1 chunk +0 lines, -458 lines 0 comments Download
M trunk/src/chrome/browser/extensions/api/app_runtime/app_runtime_api.h View 2 chunks +3 lines, -15 lines 0 comments Download
M trunk/src/chrome/browser/extensions/api/app_runtime/app_runtime_api.cc View 2 chunks +0 lines, -18 lines 0 comments Download
M trunk/src/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc View 4 chunks +5 lines, -15 lines 0 comments Download
M trunk/src/chrome/chrome_browser_extensions.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M trunk/src/chrome/chrome_common.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M trunk/src/chrome/chrome_tests.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M trunk/src/chrome/common/extensions/api/_manifest_features.json View 1 chunk +0 lines, -4 lines 0 comments Download
M trunk/src/chrome/common/extensions/api/app_runtime.idl View 1 chunk +2 lines, -16 lines 0 comments Download
D trunk/src/chrome/common/extensions/api/url_handlers/url_handlers_parser.h View 1 chunk +0 lines, -71 lines 0 comments Download
D trunk/src/chrome/common/extensions/api/url_handlers/url_handlers_parser.cc View 1 chunk +0 lines, -170 lines 0 comments Download
M trunk/src/chrome/common/extensions/chrome_manifest_handlers.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M trunk/src/chrome/common/extensions/extension_manifest_constants.h View 1 chunk +0 lines, -4 lines 0 comments Download
M trunk/src/chrome/common/extensions/extension_manifest_constants.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M trunk/src/chrome/renderer/resources/extensions/app_runtime_custom_bindings.js View 2 chunks +5 lines, -12 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/common/mismatching_target.html View 1 chunk +0 lines, -16 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/common/target.html View 1 chunk +0 lines, -12 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/handlers/navigate_webview_to_url/main.html View 1 chunk +0 lines, -13 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/handlers/navigate_webview_to_url/manifest.json View 1 chunk +0 lines, -22 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/handlers/navigate_webview_to_url/test.js View 1 chunk +0 lines, -30 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/handlers/simple/main.html View 1 chunk +0 lines, -11 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/handlers/simple/manifest.json View 1 chunk +0 lines, -19 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/handlers/simple/test.js View 1 chunk +0 lines, -36 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/handlers/steal_xhr_target/main.html View 1 chunk +0 lines, -12 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/handlers/steal_xhr_target/manifest.json View 1 chunk +0 lines, -19 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/handlers/steal_xhr_target/test.js View 1 chunk +0 lines, -8 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/call_mismatching_window_open/main.html View 1 chunk +0 lines, -11 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/call_mismatching_window_open/main.js View 1 chunk +0 lines, -15 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/call_mismatching_window_open/manifest.json View 1 chunk +0 lines, -9 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/call_mismatching_window_open/test.js View 1 chunk +0 lines, -7 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/call_window_open/main.html View 1 chunk +0 lines, -11 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/call_window_open/main.js View 1 chunk +0 lines, -15 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/call_window_open/manifest.json View 1 chunk +0 lines, -9 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/call_window_open/test.js View 1 chunk +0 lines, -7 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/click_blank_link/main.html View 1 chunk +0 lines, -12 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/click_blank_link/main.js View 1 chunk +0 lines, -22 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/click_blank_link/manifest.json View 1 chunk +0 lines, -9 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/click_blank_link/test.js View 1 chunk +0 lines, -7 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/click_mismatching_blank_link/main.html View 1 chunk +0 lines, -12 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/click_mismatching_blank_link/main.js View 1 chunk +0 lines, -22 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/click_mismatching_blank_link/manifest.json View 1 chunk +0 lines, -9 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launchers/click_mismatching_blank_link/test.js View 1 chunk +0 lines, -7 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launching_pages/call_window_open.html View 1 chunk +0 lines, -11 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launching_pages/click_blank_link.html View 1 chunk +0 lines, -12 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launching_pages/click_link.html View 1 chunk +0 lines, -12 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launching_pages/click_mismatching_link.html View 1 chunk +0 lines, -12 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/launching_pages/navigate.js View 1 chunk +0 lines, -35 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/xhr_downloader/download.js View 1 chunk +0 lines, -21 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/xhr_downloader/main.html View 1 chunk +0 lines, -12 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/xhr_downloader/target.html View 1 chunk +0 lines, -10 lines 0 comments Download
M trunk/src/extensions/common/manifest_constants.h View 1 chunk +0 lines, -2 lines 0 comments Download
M trunk/src/extensions/common/manifest_constants.cc View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
SteveT
7 years, 3 months ago (2013-09-10 13:18:08 UTC) #1
SteveT
Committed patchset #1 manually as r222257.
7 years, 3 months ago (2013-09-10 13:19:34 UTC) #2
sergeygs
On 2013/09/10 13:19:34, SteveT wrote: > Committed patchset #1 manually as r222257. The link to ...
7 years, 3 months ago (2013-09-10 16:26:52 UTC) #3
Steve
The first failure: http://build.chromium.org/p/chromium.win/builders/Chrome%20Frame%20Tests%20%28ie6%29/builds/46826 A bot with all the failures: http://build.chromium.org/p/chromium.win/builders/Chrome%20Frame%20Tests%20(ie6) On Tue, Sep 10, ...
7 years, 3 months ago (2013-09-10 16:28:23 UTC) #4
Steve
And FYI I un-reverted your patch as it didn't not seem to fix the issue. ...
7 years, 3 months ago (2013-09-10 16:29:07 UTC) #5
sergeygs1
7 years, 3 months ago (2013-09-10 16:34:47 UTC) #6
Yes, thanks, I have already noticed the revert of the revert.


On Tue, Sep 10, 2013 at 9:28 AM, Steve Truong <stevet@google.com> wrote:

> And FYI I un-reverted your patch as it didn't not seem to fix the issue.
>
> So I suspect you're off the hook and something else funny happened in that
> blamelist.
>
>
> On Tue, Sep 10, 2013 at 12:28 PM, Steve Truong <stevet@google.com> wrote:
>
>> The first failure:
>>
http://build.chromium.org/p/chromium.win/builders/Chrome%20Frame%20Tests%20%2...
>>
>> A bot with all the failures:
>>
http://build.chromium.org/p/chromium.win/builders/Chrome%20Frame%20Tests%20(ie6)
>>
>>
>> On Tue, Sep 10, 2013 at 12:26 PM, <sergeygs@chromium.org> wrote:
>>
>>> On 2013/09/10 13:19:34, SteveT wrote:
>>>
>>>> Committed patchset #1 manually as r222257.
>>>>
>>>
>>> The link to the failure is broken. Can you post a correct one?
>>>
>>>
https://codereview.chromium.**org/23600025/<https://codereview.chromium.org/2...
>>>
>>
>>
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698