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

Issue 300573002: Add stream operators for URLPattern and URLPatternSet and unit test for URLPatternSet (Closed)

Created:
6 years, 7 months ago by aboxhall
Modified:
6 years, 5 months ago
Reviewers:
Jeffrey Yasskin
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src@permissions
Visibility:
Public.

Description

Add stream operators for URLPattern and URLPatternSet and unit test for URLPatternSet BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282150

Patch Set 1 #

Total comments: 8

Patch Set 2 : Review comments #

Total comments: 7

Patch Set 3 : Review comments part 2 #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -0 lines) Patch
M extensions/common/url_pattern.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M extensions/common/url_pattern.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M extensions/common/url_pattern_set.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M extensions/common/url_pattern_set.cc View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download
M extensions/common/url_pattern_set_unittest.cc View 1 2 2 chunks +30 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
aboxhall
6 years, 7 months ago (2014-05-24 00:20:29 UTC) #1
aboxhall
6 years, 7 months ago (2014-05-24 00:24:05 UTC) #2
aboxhall
Ping?
6 years, 7 months ago (2014-05-27 23:24:37 UTC) #3
Jeffrey Yasskin
Sorry for the delay. https://codereview.chromium.org/300573002/diff/1/extensions/common/url_pattern.cc File extensions/common/url_pattern.cc (right): https://codereview.chromium.org/300573002/diff/1/extensions/common/url_pattern.cc#newcode152 extensions/common/url_pattern.cc:152: return out << '"' << ...
6 years, 6 months ago (2014-05-28 21:06:08 UTC) #4
aboxhall
https://codereview.chromium.org/300573002/diff/1/extensions/common/url_pattern.cc File extensions/common/url_pattern.cc (right): https://codereview.chromium.org/300573002/diff/1/extensions/common/url_pattern.cc#newcode152 extensions/common/url_pattern.cc:152: return out << '"' << url_pattern.GetAsString() << '"'; On ...
6 years, 6 months ago (2014-05-28 22:06:44 UTC) #5
Jeffrey Yasskin
lgtm https://codereview.chromium.org/300573002/diff/20001/extensions/common/url_pattern_set.cc File extensions/common/url_pattern_set.cc (right): https://codereview.chromium.org/300573002/diff/20001/extensions/common/url_pattern_set.cc#newcode104 extensions/common/url_pattern_set.cc:104: out << "{ "; And <ostream> https://codereview.chromium.org/300573002/diff/20001/extensions/common/url_pattern_set.cc#newcode106 extensions/common/url_pattern_set.cc:106: ...
6 years, 6 months ago (2014-05-28 22:32:04 UTC) #6
aboxhall
https://codereview.chromium.org/300573002/diff/20001/extensions/common/url_pattern_set.cc File extensions/common/url_pattern_set.cc (right): https://codereview.chromium.org/300573002/diff/20001/extensions/common/url_pattern_set.cc#newcode104 extensions/common/url_pattern_set.cc:104: out << "{ "; On 2014/05/28 22:32:04, Jeffrey Yasskin ...
6 years, 6 months ago (2014-05-28 22:44:09 UTC) #7
aboxhall
The CQ bit was checked by aboxhall@chromium.org
6 years, 6 months ago (2014-05-28 22:54:59 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/300573002/40001
6 years, 6 months ago (2014-05-28 22:55:21 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-05-29 02:21:52 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-29 02:59:09 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/13416)
6 years, 6 months ago (2014-05-29 02:59:10 UTC) #12
aboxhall
On 2014/05/29 02:59:10, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 6 months ago (2014-05-29 17:41:38 UTC) #13
Jeffrey Yasskin
On Thu, May 29, 2014 at 10:41 AM, <aboxhall@chromium.org> wrote: > On 2014/05/29 02:59:10, I ...
6 years, 6 months ago (2014-05-29 17:55:01 UTC) #14
chromium-reviews
Yeah, I was wondering whether it was doing some kind of type erasure (?????) that ...
6 years, 6 months ago (2014-05-29 17:56:29 UTC) #15
Jeffrey Yasskin
On Thu, May 29, 2014 at 10:56 AM, Alice Boxhall <aboxhall@google.com> wrote: > Yeah, I ...
6 years, 6 months ago (2014-05-29 17:59:28 UTC) #16
aboxhall
@jyasskin This is still failing even after a rebase to bring in your change. :(
6 years, 5 months ago (2014-07-09 15:52:18 UTC) #17
Jeffrey Yasskin
On 2014/07/09 15:52:18, aboxhall wrote: > @jyasskin This is still failing even after a rebase ...
6 years, 5 months ago (2014-07-09 19:25:30 UTC) #18
aboxhall
The CQ bit was checked by aboxhall@chromium.org
6 years, 5 months ago (2014-07-09 19:28:20 UTC) #19
chromium-reviews
Ah, makes sense! On Wed, Jul 9, 2014 at 12:25 PM, <jyasskin@chromium.org> wrote: > On ...
6 years, 5 months ago (2014-07-09 19:28:42 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/300573002/60001
6 years, 5 months ago (2014-07-09 19:29:11 UTC) #21
commit-bot: I haz the power
6 years, 5 months ago (2014-07-09 22:40:44 UTC) #22
Message was sent while issue was closed.
Change committed as 282150

Powered by Google App Engine
This is Rietveld 408576698