diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-05 12:46:38 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-05 12:46:38 +0000 |
commit | f0a51fb571f46531025fa09240bbc3e1af925e84 (patch) | |
tree | 558b4f0e737fda4b9ab60f252c9c23b8a4ca523e /chrome/test/data | |
parent | 6390be368205705f49ead3cec40396519f13b889 (diff) | |
download | chromium_src-f0a51fb571f46531025fa09240bbc3e1af925e84.zip chromium_src-f0a51fb571f46531025fa09240bbc3e1af925e84.tar.gz chromium_src-f0a51fb571f46531025fa09240bbc3e1af925e84.tar.bz2 |
Fixes CRLF and trailing white spaces.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10982 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data')
6 files changed, 61 insertions, 61 deletions
diff --git a/chrome/test/data/extensions/bad/invalid_manifest/1/manifest.json b/chrome/test/data/extensions/bad/invalid_manifest/1/manifest.json index 3aac2d6..0eb81fa 100644 --- a/chrome/test/data/extensions/bad/invalid_manifest/1/manifest.json +++ b/chrome/test/data/extensions/bad/invalid_manifest/1/manifest.json @@ -1 +1 @@ -I am not a manifest
+I am not a manifest diff --git a/chrome/test/data/extensions/bad/missing_content_script/1/manifest.json b/chrome/test/data/extensions/bad/missing_content_script/1/manifest.json index af1ea06..55e62a4 100644 --- a/chrome/test/data/extensions/bad/missing_content_script/1/manifest.json +++ b/chrome/test/data/extensions/bad/missing_content_script/1/manifest.json @@ -1,13 +1,13 @@ -{
- "format_version": 1,
- "id": "00123456789ABCDEF0123456789ABCDEF0123456",
- "version": "1.0.0.0",
- "name": "My extension 1",
- "description": "The first extension that I made.",
- "content_scripts": [
- {
- "matches": ["http://*.yahoo.com/*"],
- "files": ["script1.js"]
- }
- ]
-}
+{ + "format_version": 1, + "id": "00123456789ABCDEF0123456789ABCDEF0123456", + "version": "1.0.0.0", + "name": "My extension 1", + "description": "The first extension that I made.", + "content_scripts": [ + { + "matches": ["http://*.yahoo.com/*"], + "files": ["script1.js"] + } + ] +} diff --git a/chrome/test/data/extensions/good/extension1/1/manifest.json b/chrome/test/data/extensions/good/extension1/1/manifest.json index 5a43dd0..bb8944b 100644 --- a/chrome/test/data/extensions/good/extension1/1/manifest.json +++ b/chrome/test/data/extensions/good/extension1/1/manifest.json @@ -1,17 +1,17 @@ -{
- "format_version": 1,
- "id": "00123456789ABCDEF0123456789ABCDEF0123456",
- "version": "1.0.0.0",
- "name": "My extension 1",
- "description": "The first extension that I made.",
- "content_scripts": [
- {
- "matches": ["http://*.google.com/*", "https://*.google.com/*"],
- "js": ["script1.js"]
- },
- {
- "matches": ["http://*.yahoo.com/*"],
- "js": ["script2.js"]
- }
- ]
-}
+{ + "format_version": 1, + "id": "00123456789ABCDEF0123456789ABCDEF0123456", + "version": "1.0.0.0", + "name": "My extension 1", + "description": "The first extension that I made.", + "content_scripts": [ + { + "matches": ["http://*.google.com/*", "https://*.google.com/*"], + "js": ["script1.js"] + }, + { + "matches": ["http://*.yahoo.com/*"], + "js": ["script2.js"] + } + ] +} diff --git a/chrome/test/data/extensions/good/extension2/2/manifest.json b/chrome/test/data/extensions/good/extension2/2/manifest.json index 5e1fb5a..d5bb394 100644 --- a/chrome/test/data/extensions/good/extension2/2/manifest.json +++ b/chrome/test/data/extensions/good/extension2/2/manifest.json @@ -1,7 +1,7 @@ -{
- "format_version": 1,
- "id": "10123456789ABCDEF0123456789ABCDEF0123456",
- "version": "1.0.0.0",
- "name": "My extension 2",
- "plugins_dir": "npapi"
-}
+{ + "format_version": 1, + "id": "10123456789ABCDEF0123456789ABCDEF0123456", + "version": "1.0.0.0", + "name": "My extension 2", + "plugins_dir": "npapi" +} diff --git a/chrome/test/data/pref_service/overlay.json b/chrome/test/data/pref_service/overlay.json index ea4d831..11c0293 100644 --- a/chrome/test/data/pref_service/overlay.json +++ b/chrome/test/data/pref_service/overlay.json @@ -1,22 +1,22 @@ -{
- "both": {
- "bool": false,
- "dictionary": {
- "value": "persistent"
- },
- "int": 1,
- "list": [ "persistent" ],
- "real": 1,
- "string": "persistent"
- },
- "persistent": {
- "bool": false,
- "dictionary": {
- "value": "persistent"
- },
- "int": 1,
- "list": [ "persistent" ],
- "real": 1.0,
- "string": "persistent"
- }
-}
+{ + "both": { + "bool": false, + "dictionary": { + "value": "persistent" + }, + "int": 1, + "list": [ "persistent" ], + "real": 1, + "string": "persistent" + }, + "persistent": { + "bool": false, + "dictionary": { + "value": "persistent" + }, + "int": 1, + "list": [ "persistent" ], + "real": 1.0, + "string": "persistent" + } +} diff --git a/chrome/test/data/safe_browsing/download_update.py b/chrome/test/data/safe_browsing/download_update.py index ff504f8..bef5c6d 100755 --- a/chrome/test/data/safe_browsing/download_update.py +++ b/chrome/test/data/safe_browsing/download_update.py @@ -29,7 +29,7 @@ for line in response_file: filename = chunk_url[chunk_url.rfind('/') + 1:] filename = "%03d" % counter + filename[0:filename.rfind('_')] counter += 1 - + urllib.urlretrieve(chunk_url, filename) response_file.close() |