Luca Greco
6b913e86c8
Bug 1459613 - Show extension name in PermissionUI / webrtcUI doorhangers and menus items. r=johannh
...
MozReview-Commit-ID: 2NbbsWkxDHm
2018-05-16 19:32:42 +02:00
Dale Harvey
f28e841657
Bug 1461656 - Ask permission when site wants to autoplay media. r=flod,johannh
...
MozReview-Commit-ID: Fc2IUZK90eu
2018-05-18 12:54:33 +01:00
Kris Maglione
b3990a2d91
Bug 1456686: Part 1 - Fix unused and shadowed explicit imports. r=standard8
...
These issues were previously ignored due to the nature of our global import
rules. They need to be fixed before that rule can be updated.
MozReview-Commit-ID: DCChktTc5TW
2018-04-24 20:18:09 -07:00
Prathiksha
872d37cca3
Bug 1435160 - Format notification popup description message in a helper function. r=johannh
...
MozReview-Commit-ID: Bwy2WrbXjUf
2018-02-28 02:01:55 +05:30
Sebastian Hengst
4e51639fe3
merge mozilla-central to autoland on a CLOSED TREE
2018-02-24 03:07:44 +02:00
Florian Quèze
f1a55f73f8
Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8.
2018-02-23 20:50:01 +01:00
Kyle Machulis
719e7048c4
Bug 1201590 - Add icon for WebMIDI Permissions; r=johannh
...
MozReview-Commit-ID: GLBJFHX9O3q
2018-02-05 18:10:30 -08:00
Kyle Machulis
e652cb2bd4
Bug 1201590 - WebMIDI device access permissions prompt implementation; r=baku,johannh
...
MozReview-Commit-ID: LxElgfdaiQs
2017-11-15 11:13:12 -08:00
Andrew McCreight
272cee1e65
Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
...
This patch was autogenerated by my decomponents.py
It covers almost every file with the extension js, jsm, html, py,
xhtml, or xul.
It removes blank lines after removed lines, when the removed lines are
preceded by either blank lines or the start of a new block. The "start
of a new block" is defined fairly hackily: either the line starts with
//, ends with */, ends with {, <![CDATA[, """ or '''. The first two
cover comments, the third one covers JS, the fourth covers JS embedded
in XUL, and the final two cover JS embedded in Python. This also
applies if the removed line was the first line of the file.
It covers the pattern matching cases like "var {classes: Cc,
interfaces: Ci, utils: Cu, results: Cr} = Components;". It'll remove
the entire thing if they are all either Ci, Cr, Cc or Cu, or it will
remove the appropriate ones and leave the residue behind. If there's
only one behind, then it will turn it into a normal, non-pattern
matching variable definition. (For instance, "const { classes: Cc,
Constructor: CC, interfaces: Ci, utils: Cu } = Components" becomes
"const CC = Components.Constructor".)
MozReview-Commit-ID: DeSHcClQ7cG
2018-02-06 09:36:57 -08:00
Kris Maglione
0bb74efdf1
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Cosmin Sabou
f09d6d985d
Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE
...
Backed out changeset a1eca62826a1 (bug 1431533 )
Backed out changeset 34c999fa006b (bug 1431533 )
Backed out changeset e2674287e57f (bug 1431533 )
2018-01-30 07:17:48 +02:00
Kris Maglione
fd67f090b2
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Brindusan Cristian
483ba301cb
Backed out 2 changesets (bug 1431533) for ESlint failures on a CLOSED TREE
...
Backed out changeset 6e56f4c8843e (bug 1431533 )
Backed out changeset 12fc4dee861c (bug 1431533 )
2018-01-30 02:32:43 +02:00
Kris Maglione
683a97d172
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Prathiksha
36b3466343
Bug 1369482 - Make hostnames in permission prompts much more prominent. r=johannh
...
MozReview-Commit-ID: 89m2QVzj8DG
2017-12-14 21:00:28 +05:30
Dan Banner
5af4450327
Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8
...
MozReview-Commit-ID: Jm8BRgt6mIv
2017-10-15 20:50:39 +01:00
Fischer.json
28360e42ce
Bug 1309123 - Show persistent-storage permission request notification, r=florian
...
MozReview-Commit-ID: H3YAalEyWME
2017-04-11 12:07:29 +08:00
Nihanth Subramanya
94d812386f
Bug 1349841 - Don't show "Never For This Session" option in web notification permission prompts in PBM. r=johannh
...
MozReview-Commit-ID: CLUfqRubjZ9
2017-03-23 11:37:30 +05:30
Nihanth Subramanya
7dd5dae955
Bug 1347503 - Handle "swapping" event for permission notifications. r=johannh
...
MozReview-Commit-ID: ig8XaAe8D2
2017-03-19 02:22:39 +05:30
Carsten "Tomcat" Book
2287512321
Backed out changeset 4e2d53d22566 (bug 1347503) for crashes in windows a11y tests
2017-03-23 09:15:29 +01:00
Nihanth Subramanya
f045a15daa
Bug 1347503 - Handle "swapping" event for permission notifications. r=johannh
...
MozReview-Commit-ID: ig8XaAe8D2
2017-03-19 02:22:39 +05:30
Nihanth Subramanya
ce0dad089e
Bug 1341742 - Split secondary action for push notification permission prompt into "not now" and "never". r=johannh
...
MozReview-Commit-ID: DTkUuWabNjH
2017-02-24 18:42:36 -08:00
Shane Caraveo
f737079118
Bug 1203233 implement geolocation permission, r=aswan,florian
...
MozReview-Commit-ID: 8V7bNyeGZNh
2017-02-04 16:10:50 -08:00
Sebastian Hengst
492a487c04
Backed out changeset 6dfd1abb7e94 (bug 1203233) for failing test-oop-extensions/test_ext_geolocation.html. r=backout
2017-02-02 20:04:33 +01:00
Shane Caraveo
c0dba88a1c
Bug 1203233 implement geolocation permission, r=aswan,florian
...
MozReview-Commit-ID: Kk5KUdJhcoL
2017-02-02 09:47:46 -08:00
Johann Hofmann
e446de3bd1
Bug 1331579 - Explicitly update the identity block on re-requesting expired permissions. r=Paolo
...
MozReview-Commit-ID: CxvHSp1NjFg
2017-01-23 11:44:03 +01:00
Nihanth Subramanya
356329a03a
Bug 1323420 - Add a pref to control the close button on web permission prompts. r=past
...
MozReview-Commit-ID: JHEY478q3C
2017-01-16 18:08:07 +05:30
Jared Wein
0ec522d5b6
Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
...
MozReview-Commit-ID: 6tv0Z06CO4a
2017-01-17 09:48:17 -06:00
Johann Hofmann
ac774acafd
Bug 1206232 - Add temporary permission states to SitePermissions.jsm. r=jdm,Paolo
...
MozReview-Commit-ID: zQVeEHhIax
2016-09-22 23:09:30 +02:00
Jared Wein
e3149c378f
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
2016-12-29 18:34:54 -05:00
Wes Kocher
2d7553dcfd
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
34e228f767
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
2016-12-29 15:20:47 -05:00
Panos Astithas
a44cf00ccc
Bug 1282768 - Part 3 - Convert permission notifications to use two buttons and a checkbox instead of multiple secondary actions. r=florian
...
MozReview-Commit-ID: KNf04CBaLKB
2016-11-20 18:40:26 +01:00
Panos Astithas
1d4c2c0c96
Bug 1004061 - Make most doorhanger notifications persistent. r=florian
...
MozReview-Commit-ID: IEPkDRnYpiM
2016-11-20 18:40:04 +01:00
Chun-Min Chang
cbb1acbb89
Bug 1314213 - Pass dismiss from PermissionPromptPrototype to PopupNotifications; r=mconley
...
MozReview-Commit-ID: 8WxlgMSTn0q
2016-11-01 13:56:32 +08:00
Chun-Min Chang
eef951076d
Bug 1306536 - Don't set displayURI when it's set to false; r=mconley
...
MozReview-Commit-ID: DI52QqsS3BE
2016-10-04 13:27:32 +08:00
Mike Conley
e17b304054
Bug 1297475 - Move content permission prompts into a JSM and add an Integration. r=Paolo
...
MozReview-Commit-ID: Dq3I9pzcdyY
2016-08-27 23:11:07 -04:00