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

Issue 9254028: Added support for file URI path wildcards in content settings (Closed)

Created:
8 years, 11 months ago by markusheintz_
Modified:
8 years, 11 months ago
Reviewers:
Bernhard Bauer
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org, Francois
Visibility:
Public.

Description

Added support for file URI path wildcards in content settings patterns. I.e. "file:///*" matches all file URIs. Full/explicit/absolute paths (e.g. "file:///foo/bar.html") are still supported. contributed by Francois Kritzinger (francoisk777@gmail.com) BUG=77149 TEST=ContentSettingsPattern* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=118696

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments #

Patch Set 3 : "Fix copyright header (2012)" #

Patch Set 4 : rebase on trunk #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -52 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/content_settings_pattern.h View 1 2 4 chunks +9 lines, -1 line 0 comments Download
M chrome/common/content_settings_pattern.cc View 1 2 7 chunks +30 lines, -23 lines 0 comments Download
M chrome/common/content_settings_pattern_parser.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/common/content_settings_pattern_parser.cc View 1 2 4 chunks +17 lines, -6 lines 0 comments Download
M chrome/common/content_settings_pattern_parser_unittest.cc View 1 2 5 chunks +83 lines, -10 lines 0 comments Download
M chrome/common/content_settings_pattern_unittest.cc View 1 2 3 chunks +26 lines, -11 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
markusheintz_
Berhnard could you review this CL again. This is Pathcset 3 from Francoise http://codereview.chromium.org/9133002/ Thanks ...
8 years, 11 months ago (2012-01-19 17:31:06 UTC) #1
Bernhard Bauer
LGTM with a nit below, and: Could you update the CL description so that the ...
8 years, 11 months ago (2012-01-19 17:37:15 UTC) #2
markusheintz_
Thanks a lot for the review. https://chromiumcodereview.appspot.com/9254028/diff/1/chrome/common/content_settings_pattern_parser_unittest.cc File chrome/common/content_settings_pattern_parser_unittest.cc (right): https://chromiumcodereview.appspot.com/9254028/diff/1/chrome/common/content_settings_pattern_parser_unittest.cc#newcode229 chrome/common/content_settings_pattern_parser_unittest.cc:229: EXPECT_STREQ("file:///*", On 2012/01/19 ...
8 years, 11 months ago (2012-01-19 17:59:26 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/markusheintz@chromium.org/9254028/6001
8 years, 11 months ago (2012-01-19 18:21:49 UTC) #4
commit-bot: I haz the power
Try job failure for 9254028-6001 (retry) on win_rel for step "content_unittests". It's a second try, ...
8 years, 11 months ago (2012-01-19 19:50:38 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/markusheintz@chromium.org/9254028/6001
8 years, 11 months ago (2012-01-20 11:49:04 UTC) #6
commit-bot: I haz the power
Try job failure for 9254028-6001 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 11 months ago (2012-01-20 13:01:52 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/markusheintz@chromium.org/9254028/9003
8 years, 11 months ago (2012-01-20 17:53:16 UTC) #8
commit-bot: I haz the power
Try job failure for 9254028-9003 on linux_rel for step "update". http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=10494 Step "update" is always ...
8 years, 11 months ago (2012-01-20 18:08:58 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/markusheintz@chromium.org/9254028/16002
8 years, 11 months ago (2012-01-23 09:13:34 UTC) #10
commit-bot: I haz the power
Try job failure for 9254028-16002 (retry) (retry) on linux_rel for step "net_unittests". It's a second ...
8 years, 11 months ago (2012-01-23 10:55:49 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/markusheintz@chromium.org/9254028/16002
8 years, 11 months ago (2012-01-23 15:24:53 UTC) #12
commit-bot: I haz the power
8 years, 11 months ago (2012-01-23 17:52:10 UTC) #13
Change committed as 118696

Powered by Google App Engine
This is Rietveld 408576698