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

Side by Side Diff: chrome/test/data/extensions/api_test/cookies/api/manifest.json

Issue 2397873002: Reject some previuosly-escaped chars in hostnames.
Patch Set: Some tests fixed Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/cookies/api/tab.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "chrome.cookies", 2 "name": "chrome.cookies",
3 "version": "0.1", 3 "version": "0.1",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "description": "end-to-end browser test for chrome.experimental.cookies API", 5 "description": "end-to-end browser test for chrome.experimental.cookies API",
6 "background": { 6 "background": {
7 "scripts": ["background.js"] 7 "scripts": ["background.js"]
8 }, 8 },
9 "permissions": [ 9 "permissions": [
10 "cookies", 10 "cookies",
11 "tabs", 11 "tabs",
12 "http://*.chrome_extensions.cookies.com/", 12 "http://*.chrome_extensions.cookies.com/",
13 "http://chromium.cookies.com/", 13 "http://chromium.cookies.com/",
14 "https://*.cookies.com/", 14 "https://*.cookies.com/",
15 "http://.strange%20stuff%21%21.com/" 15 "http://.strange_stuff.com/"
16 ] 16 ]
17 } 17 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/cookies/api/tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698