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

Issue 2163443002: Implement chrome-side intent filtering. (Closed)

Created:
4 years, 5 months ago by Ben Kwa
Modified:
4 years, 5 months ago
Reviewers:
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@2785
Target Ref:
refs/pending/branch-heads/2785
Project:
chromium
Visibility:
Public.

Description

Implement chrome-side intent filtering. Add a basic IntentFilter implementation that approximates android's intent filtering. Call this from the LocalActivityResolver, to determine whether a given URL has any chance of resolving to an Activity, before starting expensive IPC calls to get the app list from android for intent disambiguation. BUG=628788 Review-Url: https://codereview.chromium.org/2128913002 Cr-Commit-Position: refs/heads/master@{#404995} (cherry picked from commit 88636a573855caa28498768bec178f5d316daa63) Committed: https://chromium.googlesource.com/chromium/src/+/ef2bd7318ad19b11762a17503b98c1956c8beba3

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+329 lines, -65 lines) Patch
M components/arc.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M components/arc/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/arc/common/intent_helper.mojom View 2 chunks +21 lines, -1 line 0 comments Download
A components/arc/intent_helper/intent_filter.h View 1 chunk +66 lines, -0 lines 0 comments Download
A components/arc/intent_helper/intent_filter.cc View 1 chunk +226 lines, -0 lines 0 comments Download
M components/arc/intent_helper/local_activity_resolver.h View 2 chunks +6 lines, -9 lines 0 comments Download
M components/arc/intent_helper/local_activity_resolver.cc View 3 chunks +6 lines, -55 lines 0 comments Download

Messages

Total messages: 3 (2 generated)
Ben Kwa
4 years, 5 months ago (2016-07-18 21:19:34 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
ef2bd7318ad19b11762a17503b98c1956c8beba3.

Powered by Google App Engine
This is Rietveld 408576698