Kris Maglione
ee84f51cd4
Bug 1456243: Remove dead prompt-for-distribution-add-ons code. r=aswan
...
MozReview-Commit-ID: B4HPk0ho7Cz
2018-05-17 18:56:50 -07:00
Kris Maglione
e2dad07746
Bug 1461145: Support async startup/shutdown bootstrap methods. r=aswan
...
MozReview-Commit-ID: L0G4DA0KJ87
2018-05-12 18:51:32 -07:00
Tomislav Jovanovic
22033f0467
bug 1455269 - Cancel instalation on notification dismissal r=aswan
...
MozReview-Commit-ID: DqbgdVTarQ8
2018-05-17 20:46:21 +02: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
Mike de Boer
2271d50b55
Bug 1034036 - Part 1: Merge RecentWindow.jsm and UpdateTopLevelContentWindowIDHelper.jsm into one module called 'BrowserWindowTracker.jsm'. r=dao
...
MozReview-Commit-ID: 9qzq1aGvjDu
2018-04-11 12:05:56 +02:00
Andrew Swan
0f502c3e2d
Bug 1331521 Remove about:newaddon r=kmag
...
MozReview-Commit-ID: 6OFXGYEmSmy
2018-04-16 14:11:10 -07:00
Kris Maglione
d73519000f
Bug 1382953: Fix permission prompts in about:addons options browsers. r=aswan
...
MozReview-Commit-ID: At5F5cqGSWu
2018-04-07 20:38:21 -07:00
Jonathan Kingston
9b880fdc20
Bug 1374741 - Within browser/ make openUILinkIn() provide the correct triggeringPrincipal. r=gijs
...
MozReview-Commit-ID: 1NQrlWzIBja
2018-02-21 14:28:48 +00:00
Kris Maglione
b219a17325
Bug 1446686: Follow-up: Fix pending permission prompts when prompt is dismissed. r=bustage
...
MozReview-Commit-ID: 35tW39omECd
2018-03-26 19:06:00 -07:00
Kris Maglione
985347f2e4
Bug 1446686: Part 3 - Fix discovery pane and drag-and-drop tests which rely on legacy extensions. r=aswan
...
This removes some discovery pane tests which are obsolete. The discovery pane
page that it tests uses InstallTrigger, rather than mozAddonManager as we use
in production, and fails when used with WebExtensions.
The other tests have been updated to use WebExtensions, and some relevant
PopupNotifications bugs have been fixed so that they actually pass.
MozReview-Commit-ID: 1g0n73vhncp
2018-03-17 17:42:51 -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
Andrew Swan
523021e1d8
Bug 1441271 Show permissions notifications for distribution addons r=kmag
...
As described in the bug, this is intended as a temporary solution to
enable some experiments. If this becomes a real feature, UX will
put some thought into a better startup experience.
MozReview-Commit-ID: 4DGMHj29M3e
2018-02-28 18:36:36 -08: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
Prathiksha
e648d78ee1
Bug 1434976 - Stop setting web-extension install prompt message details dynamically. r=johannh
...
MozReview-Commit-ID: GfewQFsgEAa
2018-02-15 18:44:29 +05:30
Prathiksha
1667cf617f
Bug 1431242 - Use popupnotification's built-in bolding for webextension prompts. r=aswan,johannh
...
MozReview-Commit-ID: 52AtWUlJj4p
2018-01-19 23:34:25 +05:30
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
Kris Maglione
6a6a594fb0
Bug 1433708: Part 2 - Fix ExtensionsUI innerHTML sanitization. r=aswan
...
MozReview-Commit-ID: B8Lzqx56fBi
2018-01-26 11:06:35 -08:00
Michael Kaply
2be5d65247
Bug 1397975 - Show opt-in dialog for is_default with non built-in engines. r=aswan
...
MozReview-Commit-ID: 67SvzDcM7kK
2017-09-07 19:38:55 -05:00
Sebastian Hengst
2086ee8ef6
Backed out changeset 7e8e47c972f4 (bug 1397975) for eslint failure at browser/components/extensions/ext-chrome-settings-overrides.js:124: windowTracker is not defined. r=backout
2017-09-21 22:56:07 +02:00
Michael Kaply
b915722337
Bug 1397975 - Show opt-in dialog for is_default with non built-in engines. r=aswan
...
MozReview-Commit-ID: 67SvzDcM7kK
2017-09-07 19:38:55 -05:00
Andrew Swan
14000eeae3
Bug 1379833 Part 1: Move common code to format permission dialog strings to Extension.jsm
...
MozReview-Commit-ID: LvyEy7x9TJg
2017-08-02 13:15:30 -07:00
Andrew Swan
3f63d59917
Bug 1382031 Set access key properly on optional permission doorhanger r=andym
...
MozReview-Commit-ID: J9MiAeGmMiT
2017-07-18 16:54:07 -07:00
Florian Quèze
e92c16379a
Bug 1379788 - Stop loading RecentWindow.jsm during startup, r=Gijs.
2017-07-11 23:30:23 +02:00
Frederik Braun
96b2642639
Bug 1351608 - Disable warnings for existing violations to no-unsanitize rule r=Standard8.
...
MozReview-Commit-ID: 7cTNL5jMtRw
2017-07-03 20:07:02 +01:00
Bob Silverberg
85404b9e62
Bug 1369581 - Requesting an optional permission that does not cause a prompt should succeed, r=aswan
...
Currently, if an extension requests one or more optional permissions,
and those permissions do not cause a prompt to be displayed,
the framework will reject that request and not grant any permissions.
This should be the opposite in that we should grant permission to
those optional permissions event though no prompt is displayed.
MozReview-Commit-ID: 6SeyFSv92Lo
2017-06-02 09:14:22 -04:00
Mark Striemer
de93770d87
Bug 1358431 - Remove delay rendering add-on permissions popup header r=florian
...
MozReview-Commit-ID: rlpOW0xFtm
2017-06-09 14:59:04 -05:00
Doug Thayer
b3a36d4eb9
Bug 1359733 - (pt. 3) Pull out browser-addons.js badges r=aswan
...
We are moving app menu doorhangers and badges out from window-
specific code into a jsm, in order to simplify the work that
the new app udpate UI has to do. Since browser-addons.js also
consumes the badge system, this ensures that it also uses the
jsm store.
MozReview-Commit-ID: Fb5Fsja0RcA
2017-05-15 10:38:33 -07:00
Kris Maglione
3105a51eb6
Bug 1356826: Part 7 - Scan for extension sideloads after final UI startup. r=aswan,rhelmer
...
MozReview-Commit-ID: 1syn9GD2DEb
2017-05-10 12:34:17 -07:00
Kris Maglione
e63348d011
Bug 1356826: Part 6 - Wait for delayed startup before checking for side-loads. r=aswan
...
MozReview-Commit-ID: IpuRNbdUXmE
2017-04-15 14:09:41 -07:00
Iris Hsiao
0d81aa4e25
Backed out 15 changesets (bug 1358846, bug 1356826) for talos error. a=backout
...
Backed out changeset 96ea13bb00c5 (bug 1358846)
Backed out changeset b533d7f9b9c2 (bug 1358846)
Backed out changeset 7dcb80a051a3 (bug 1358846)
Backed out changeset 26825f1e33dd (bug 1358846)
Backed out changeset 98b57ff82a54 (bug 1358846)
Backed out changeset b9088593e34f (bug 1358846)
Backed out changeset cb2518673c56 (bug 1358846)
Backed out changeset 889c487a5d41 (bug 1358846)
Backed out changeset 459b36092b7a (bug 1356826 )
Backed out changeset c861e23ec8ef (bug 1356826 )
Backed out changeset d47998fa24cd (bug 1356826 )
Backed out changeset b02e89c67132 (bug 1356826 )
Backed out changeset c46fed6e4f6a (bug 1356826 )
Backed out changeset 237268e3d9d2 (bug 1356826 )
Backed out changeset 527435fc20db (bug 1356826 )
2017-05-12 17:45:21 +08:00
Kris Maglione
7d4d4150a7
Bug 1356826: Part 7 - Scan for extension sideloads after final UI startup. r=aswan,rhelmer
...
MozReview-Commit-ID: 1syn9GD2DEb
2017-05-10 12:34:17 -07:00
Kris Maglione
4f53a63992
Bug 1356826: Part 6 - Wait for delayed startup before checking for side-loads. r=aswan
...
MozReview-Commit-ID: IpuRNbdUXmE
2017-04-15 14:09:41 -07:00
Alexandre Poirot
208511b0d3
Bug 1356231 - Use toolkit EventEmitter.jsm instead of devtools module. r=mossop
...
MozReview-Commit-ID: 49JI7NtLwKK
2017-04-27 17:58:09 +02:00
Andrew Swan
1e2a2ba9f6
Bug 1358229 Fix exception during optional permission prompts r=rhelmer
...
MozReview-Commit-ID: 5e3tlFF7uvp
2017-04-24 10:44:41 -07:00
Andrew Swan
fb39d45627
Bug 1343498: Don't fail on unparseable host permissions r=kmag
...
MozReview-Commit-ID: BHIzjjz23N7
2017-04-14 16:45:10 -07:00
Florian Queze
d3c36892fa
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
42670ceca0
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Florian Queze
9b4f73599f
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Andrew Swan
c5c9303396
Bug 1352152 Fix several issues with optional webextension permissions r=kmag
...
1. Use the right strings in permission dialogs
2. Don't show permissions dialogs for non-promptable permissions
3. Enable dialogs by default
MozReview-Commit-ID: JJdxxcP7IeU
2017-04-10 19:12:23 -07:00
Mark Striemer
3e713a9229
Bug 1329942 - Fix alignment of webextensions permissions doorhanger r=florian
...
MozReview-Commit-ID: K0YM26lgOY5
2017-02-28 15:26:12 -06:00
Andrew Swan
fc72911ff3
Bug 1197420 Part 3 Initial browser.permissions api support r=kmag
...
With this patch, permissions are not actually applied,
but the permissions api is in place.
MozReview-Commit-ID: CTaXz5sa1xy
2017-03-24 13:55:09 -07:00
Andrew Swan
def6a4de76
Bug 1197420 Part 2 Extension cleanups for optional permissions r=kmag
...
- Convert the object used to represent permissions to the format
used in the optional permissions UI (property hosts becomes origins)
- Turn Extension.userPermissions into a getter
MozReview-Commit-ID: Dc44DMfKjG
2017-03-23 21:45:25 -07:00
Sebastian Hengst
0fbd57821d
Backed out changeset 680dd7916a23 (bug 1197420)
2017-03-25 17:39:43 +01:00
Sebastian Hengst
e33b75e3f1
Backed out changeset d1628b66e5f8 (bug 1197420)
2017-03-25 17:39:38 +01:00
Andrew Swan
a151659a43
Bug 1197420 Part 3 Initial browser.permissions api support r=kmag
...
With this patch, permissions are not actually applied,
but the permissions api is in place.
MozReview-Commit-ID: CTaXz5sa1xy
2017-03-24 13:55:09 -07:00