Andrew Williamson
2f8f85c4e8
Merge pull request #61 from novia713/leandro713-1238373
...
bug 1238373 - permission to upload a homescreen
2016-01-18 16:25:36 +00:00
leandro713
ea3dae0091
bug 1238373 - permission to upload a homescreen
2016-01-18 16:52:11 +01:00
Allen Short
c924b7876b
Merge pull request #60 from mozilla/1218573
...
Require homescreens to be packaged (bug 1218573)
2015-10-28 14:54:02 -05:00
Mathieu Pillard
60e17bccb1
Merge pull request #59 from diox/udpsocket-detection
...
Detect UDPSocket and accept udp-socket permission for privileged apps (bug 1195704)
2015-10-28 00:13:23 +01:00
Allen Short
f3bd5f628a
require homescreens to be packaged (bug 1218573)
2015-10-27 15:53:42 -05:00
Mathieu Pillard
669eb60112
Detect UDPSocket and accept udp-socket permission for privileged apps (bug 1195704)
2015-10-27 14:46:45 +01:00
Mathieu Pillard
7d45c525ae
Merge pull request #57 from stasm/1201858-speech-data
...
Add languages-provided.ab-CD.speech-data validation (bug 1201858)
2015-09-15 14:51:45 +02:00
Staś Małolepszy
fe85a97294
Add languages-provided.ab-CD.speech-data validation (bug 1201858)
2015-09-15 14:25:17 +02:00
Mathieu Pillard
8e79373827
Merge pull request #58 from stasm/1185930-langpack-dashes
...
Bug 1185930 - Accept dash suffixes in langpack versions
2015-09-15 13:33:01 +02:00
Staś Małolepszy
aac7d5b252
Accept dash suffixes in languages-target versions (bug 1185930)
2015-09-15 13:28:02 +02:00
Mathieu Pillard
fd2ccf8643
Merge pull request #56 from diox/moz-external-app
...
Add moz-external-app permission (bug 1192080)
2015-08-07 16:22:00 +02:00
Mathieu Pillard
9547dcf262
Add moz-external-app permission (bug 1192080)
...
Also keep external-app but move it to prerelease permissions as it's
not supposed to be used by everyone at the moment.
2015-08-07 16:04:48 +02:00
Mathieu Pillard
4678dcea75
Merge pull request #55 from diox/fix-permissions-checking
...
Fix permission checking (bug 1178810)
2015-08-05 16:59:55 +02:00
Mathieu Pillard
063e35e28d
Fix permission checking (bug 1178810)
...
It has never worked properly except for prerelease permissions and
permissions that required an 'access' value. For the rest, because
we `continue`d before adding the permission to the set, we never
checked or returned them to the caller.
2015-08-05 16:40:13 +02:00
Mark Striemer
7762a030a2
Merge pull request #54 from mstriemer/proto-assignment-errors-1181186
...
Handle PrototypeMutation in ObjectExpression (bug 1181186)
2015-07-08 14:20:38 -05:00
Mark Striemer
d73ba3aef8
Handle PrototypeMutation in ObjectExpression (bug 1181186)
2015-07-08 13:13:43 -05:00
Mathieu Pillard
0b6892b800
Merge pull request #53 from diox/openmobile
...
Add external-app permission (bug 1172486)
2015-06-12 13:44:54 +02:00
Mathieu Pillard
b636943c68
Add external-app permission (bug 1172486)
2015-06-11 17:14:26 +02:00
Mathieu Pillard
78b28ee1e6
Merge pull request #52 from allstarschh/Bug1149431
...
Add nfc in privileged permissions. (bug 1149431)
2015-03-31 15:28:14 +02:00
Yoshi Huang
b03f9b8c82
Add nfc in privileged permissions. (bug 1149431)
2015-03-31 17:09:15 +08:00
Mathieu Pillard
b5ee0a6bc6
Merge pull request #51 from diox/update-requirements-again
...
Sort and update requirements, remove unnecessary fabric dep (bug 846349)
2015-03-18 13:46:56 +01:00
Mathieu Pillard
199cf4696e
Sort and update requirements, remove unnecessary fabric dep (bug 846349)
2015-03-17 15:22:36 +01:00
Mathieu Pillard
6a31f703b4
Merge pull request #50 from diox/update-requirements
...
Bump requirements (follow what zamboni uses) (bug 846349)
2015-03-02 14:05:56 +01:00
Mathieu Pillard
2a9414d107
Bump requirements (follow what zamboni uses) (bug 846349)
2015-02-27 12:21:27 +01:00
Mathieu Pillard
0c842712a2
Merge pull request #49 from diox/remove-simplejson
...
Replace simplejson by json (bug 915256)
2015-02-27 12:19:01 +01:00
Mathieu Pillard
5e6934f7a7
Replace simplejson by json (bug 915256)
2015-02-26 19:49:18 +01:00
Mathieu Pillard
58f0106f63
Merge pull request #48 from diox/langpacks-revision
...
Follow langpack spec changes: version -> revision (bug 1134147)
2015-02-18 18:24:18 +01:00
Mathieu Pillard
00da8b51b8
Follow langpack spec changes: version -> revision (bug 1134147)
...
"version" was ambiguous and incoherent with the "version" field
at the top-level of the manifest, since FxOS expected it to be an
int, in order to compare multiple langpacks providing the same
languages.
It was renamed to "revision" in bug 1133725 so we follow that and
change the expected type to int.
2015-02-18 13:01:32 +01:00
Mathieu Pillard
4eb88ee16f
Merge pull request #47 from diox/relax-langpacks-validation
...
Accept unprivileged langpacks, and allow langpacks for FxOS 3.0 (bug 1133701)
2015-02-18 12:29:45 +01:00
Mathieu Pillard
9ec55d4d9d
Accept unprivileged langpacks, and allow langpacks for FxOS 3.0 (bug 1133701)
2015-02-17 13:15:28 +01:00
Mathieu Pillard
5647a9d7ff
Merge pull request #46 from diox/validate-langpacks
...
Validate langpacks (bug 1122281)
2015-01-29 14:54:57 +01:00
Mathieu Pillard
226cab1046
Validate langpacks (bug 1122281)
2015-01-28 23:40:07 +01:00
Mathieu Pillard
ddd3ccf1be
Switch travis to fast sudo-less architecture
2015-01-28 19:19:24 +01:00
Kumar McMillan
9fdeeb3493
Merge pull request #45 from kumar303/relax-origin
...
Relax origin validation (bug 1065181)
2015-01-20 12:50:19 -06:00
Kumar McMillan
8cdec466e7
Relax origin validation (bug 1065181)
2015-01-15 15:21:45 -06:00
Mathieu Pillard
395e683a34
Fix getMobileIdAssertion() detection, the feature name is MOBILEID (bug 1098408)
2014-11-24 18:08:19 +01:00
Mathieu Pillard
4d1670b7c3
Merge pull request #44 from diox/mobileid-and-precompile-feature-detection
...
Detect navigator.getMobileIdAssertion() and precompile manifest option (bug 1098408)
2014-11-21 16:48:24 +01:00
Mathieu Pillard
8ab7852187
Detect navigator.getMobileIdAssertion() and precompile manifest option (bug 1098408)
2014-11-20 18:28:44 +01:00
Mathieu Pillard
a74390c5bf
Merge pull request #43 from diox/remove-tcpsocket-server
...
Stop detecting mozTCPServerSocket, it doesn't exist (bug 1100712)
2014-11-19 16:10:59 +01:00
Mathieu Pillard
7109555225
Stop detecting mozTCPServerSocket, it doesn't exist (bug 1100712)
...
An instance of TCPServerSocket will be returned by calling
navigator.mozTCPSocket.listen(), but navigator.mozTCPServerSocket
does not exist.
2014-11-19 14:23:57 +01:00
Mark Striemer
37054ed8b6
Comment about permissions
2014-11-18 11:19:22 -06:00
Mark Striemer
2c8b3d4964
Merge pull request #41 from mstriemer/precompile-1087653
...
Allow precompile in manifests
2014-11-03 11:15:09 -06:00
Mark Striemer
cf214c49bd
Allow precompile in manifests (bug 1087653)
2014-11-03 11:15:06 -06:00
Mathieu Pillard
d5434ce9f8
Merge pull request #42 from diox/update-and-refactor-supported-locales
...
Update supported locales, error if default_locale is invalid (bug 109237)
2014-11-03 16:45:43 +01:00
Mathieu Pillard
adb66ac75f
Update supported locales, error if default_locale is invalid (bug 1092379)
2014-11-03 16:45:33 +01:00
Mathieu Pillard
818a53a068
Merge pull request #40 from diox/whitelist-with-windows-line-endings
...
Convert \r\n line endings to \n before checking whitelist (bug 1088680)
2014-11-03 16:39:29 +01:00
Mathieu Pillard
be3af0e397
Convert \r\n line endings to \n before checking whitelist (bug 1088680)
2014-11-03 16:39:21 +01:00
Mathieu Pillard
0d26514d46
Merge pull request #39 from diox/requirejs-and-fun-stuff
...
Add more commonly used libraries to the whitelist (bug 1086562)
2014-10-27 13:39:39 +01:00
Mathieu Pillard
bb485fb8ad
Add more commonly used libraries to the whitelist (bug 1086562)
2014-10-27 13:35:17 +01:00
Mathieu Pillard
36bf9c00a9
Merge pull request #38 from diox/whitelist-libraries-update
...
Port script to build whitelist from AMO, and updates the hashes (bug 967724)
2014-10-23 16:29:16 +02:00