DescriptionMake ungranted extension permissions not be an error, but show a warning
in the extension developer mode.
For example, the following permissions wouldn't be granted:
- foobar
It's not a real permission.
- http://google.com:80
It's a malformed URL pattern.
- storage
(If manifest_version == 1) because manifest_version must be >= 2.
- storage
(If on stable/beta channel) because it's only supported on dev channel.
BUG=121826
TEST=unit_tests --gtest_fitler='*ExtensionManifestTest*'
Fake beta channel and try installing stylizr
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133144
Patch Set 1 #Patch Set 2 : . #
Total comments: 5
Patch Set 3 : generic install warnings #Patch Set 4 : make it pink #Patch Set 5 : pink background #
Total comments: 6
Patch Set 6 : . #
Total comments: 4
Patch Set 7 : . #Patch Set 8 : . #Patch Set 9 : . #
Total comments: 8
Patch Set 10 : . #Patch Set 11 : rebase #Messages
Total messages: 32 (0 generated)
|