chrome/test/unit/data/test_no_remote_registration.manifest

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 # package used only for valid overlaying and overrides
michael@0 2 content good-package bar/
michael@0 3
michael@0 4 # UI Resource URIs (should not work)
michael@0 5 content moz-protocol-ui-resource moz-protocol-ui-resource://foo/
michael@0 6 locale moz-protocol-ui-resource en-us moz-protocol-ui-resource://foo/
michael@0 7 skin moz-protocol-ui-resource skin1 moz-protocol-ui-resource://foo/
michael@0 8 override chrome://good-package/content/override-moz-protocol-ui-resource.xul moz-protocol-ui-resource://foo/
michael@0 9 resource moz-protocol-ui-resource moz-protocol-ui-resource://foo/
michael@0 10
michael@0 11 # Local file URIs (should not work)
michael@0 12 content moz-protocol-local-file moz-protocol-local-file://foo/
michael@0 13 locale moz-protocol-local-file en-us moz-protocol-local-file://foo/
michael@0 14 skin moz-protocol-local-file skin1 moz-protocol-local-file://foo/
michael@0 15 override chrome://good-package/content/override-moz-protocol-local-file.xul moz-protocol-local-file://foo/
michael@0 16 resource moz-protocol-local-file moz-protocol-local-file://foo/
michael@0 17
michael@0 18 # Loadable by anyone URIs (should not work)
michael@0 19 content moz-protocol-loadable-by-anyone moz-protocol-loadable-by-anyone://foo/
michael@0 20 locale moz-protocol-loadable-by-anyone en-us moz-protocol-loadable-by-anyone://foo/
michael@0 21 skin moz-protocol-loadable-by-anyone skin1 moz-protocol-loadable-by-anyone://foo/
michael@0 22 override chrome://good-package/content/override-moz-protocol-loadable-by-anyone.xul moz-protocol-loadable-by-anyone://foo/
michael@0 23 resource moz-protocol-loadable-by-anyone moz-protocol-loadable-by-anyone://foo/
michael@0 24
michael@0 25 # Working protocols should be after this point. Failing ones should be before.
michael@0 26
michael@0 27 # Local resource (should work)
michael@0 28 content moz-protocol-local-resource moz-protocol-local-resource://foo/
michael@0 29 locale moz-protocol-local-resource en-us moz-protocol-local-resource://foo/
michael@0 30 skin moz-protocol-local-resource skin1 moz-protocol-local-resource://foo/
michael@0 31 override chrome://good-package/content/override-moz-protocol-local-resource.xul moz-protocol-local-resource://foo/
michael@0 32 resource moz-protocol-local-resource moz-protocol-local-resource://foo/

mercurial