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

Issue 2156683002: [arc-intents] Remove SSP matching; add unit tests. (Closed)

Created:
4 years, 5 months ago by Ben Kwa
Modified:
4 years, 5 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, chromium-reviews, darin (slow to review), elijahtaylor+arcwatch_chromium.org, hidehiko+watch_chromium.org, lhchavez+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yusukes+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[arc-intents] Remove SSP matching; add unit tests. - As discussed with elijahtaylor@ and yusukes@, don't attempt matching for scheme-specific parts. Extracting an SSP from a chrome URL is fraught, and SSPs don't really apply to http/https URLs anyway. - Add unit tests for the IntentFilter class. BUG=628788 Committed: https://crrev.com/5acc3b7599948290a46f7f9003e7a1cc5b466590 Cr-Commit-Position: refs/heads/master@{#406283}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Apply CL feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+328 lines, -29 lines) Patch
M components/arc/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/arc/common/intent_helper.mojom View 1 chunk +1 line, -1 line 0 comments Download
M components/arc/intent_helper/intent_filter.h View 1 chunk +0 lines, -2 lines 0 comments Download
M components/arc/intent_helper/intent_filter.cc View 5 chunks +4 lines, -26 lines 0 comments Download
A components/arc/intent_helper/intent_filter_unittest.cc View 1 1 chunk +321 lines, -0 lines 0 comments Download
M components/components_tests.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
Ben Kwa
4 years, 5 months ago (2016-07-15 19:23:34 UTC) #3
rickyz (no longer on Chrome)
lgtm, thanks! https://codereview.chromium.org/2156683002/diff/1/components/arc/intent_helper/intent_filter_unittest.cc File components/arc/intent_helper/intent_filter_unittest.cc (right): https://codereview.chromium.org/2156683002/diff/1/components/arc/intent_helper/intent_filter_unittest.cc#newcode101 components/arc/intent_helper/intent_filter_unittest.cc:101: } Would be nice to add one ...
4 years, 5 months ago (2016-07-15 23:32:01 UTC) #5
Ben Kwa
https://codereview.chromium.org/2156683002/diff/1/components/arc/intent_helper/intent_filter_unittest.cc File components/arc/intent_helper/intent_filter_unittest.cc (right): https://codereview.chromium.org/2156683002/diff/1/components/arc/intent_helper/intent_filter_unittest.cc#newcode101 components/arc/intent_helper/intent_filter_unittest.cc:101: } On 2016/07/15 23:32:01, rickyz wrote: > Would be ...
4 years, 5 months ago (2016-07-16 00:30:49 UTC) #6
rickyz (no longer on Chrome)
https://codereview.chromium.org/2156683002/diff/1/components/arc/intent_helper/intent_filter_unittest.cc File components/arc/intent_helper/intent_filter_unittest.cc (right): https://codereview.chromium.org/2156683002/diff/1/components/arc/intent_helper/intent_filter_unittest.cc#newcode101 components/arc/intent_helper/intent_filter_unittest.cc:101: } On 2016/07/16 at 00:30:49, Ben Kwa wrote: > ...
4 years, 5 months ago (2016-07-16 00:32:35 UTC) #7
Yusuke Sato
lgtm with comments: https://codereview.chromium.org/2156683002/diff/1/components/arc/intent_helper/intent_filter_unittest.cc File components/arc/intent_helper/intent_filter_unittest.cc (right): https://codereview.chromium.org/2156683002/diff/1/components/arc/intent_helper/intent_filter_unittest.cc#newcode9 components/arc/intent_helper/intent_filter_unittest.cc:9: IWYU: #include <algorithm> for move(), please. ...
4 years, 5 months ago (2016-07-19 02:19:22 UTC) #8
Ben Kwa
https://codereview.chromium.org/2156683002/diff/1/components/arc/intent_helper/intent_filter_unittest.cc File components/arc/intent_helper/intent_filter_unittest.cc (right): https://codereview.chromium.org/2156683002/diff/1/components/arc/intent_helper/intent_filter_unittest.cc#newcode9 components/arc/intent_helper/intent_filter_unittest.cc:9: On 2016/07/19 02:19:22, Yusuke Sato (ooo Jul 21-31) wrote: ...
4 years, 5 months ago (2016-07-19 14:59:07 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2156683002/20001
4 years, 5 months ago (2016-07-19 14:59:36 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-19 15:50:00 UTC) #14
commit-bot: I haz the power
4 years, 5 months ago (2016-07-19 15:52:00 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/5acc3b7599948290a46f7f9003e7a1cc5b466590
Cr-Commit-Position: refs/heads/master@{#406283}

Powered by Google App Engine
This is Rietveld 408576698