Commit Graph

33 Commits

Author SHA1 Message Date
Barry Chen
0aad80d375 Bug 1465581 - Export Screenshots 33.0.0 to Firefox (code excluding translations and Raven update); r=ianbicking,_6a68
MozReview-Commit-ID: FrvoD9G74mJ
2018-06-18 11:07:23 -05:00
Tomislav Jovanovic
ffa47d45f5 Bug 1466349 part 2 - Pass addonData to embedded Screenshots WE, add permissions r=aswan,ianbicking
MozReview-Commit-ID: GLwjp32sj2i
2018-06-03 00:25:56 +02:00
Ian Bicking
17d6a5975f Bug 1454029 - Export Screenshots 32.1.0 to Firefox (code excluding translations and Raven update); r=_6a68
MozReview-Commit-ID: GA75ZjrWBjm
2018-04-19 16:10:10 -05: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
Jared Hirsch
b44be3d952 Bug 1440524 - Export Screenshots 30.0.0 to Firefox (code excluding translations); r=ianbicking
MozReview-Commit-ID: GQJOHaBJiY
2018-02-22 16:57:01 -08:00
Jared Hirsch
f0a5892485 Bug 1436218 - Export Screenshots 29.0.0 to Firefox (code excluding translations); r=ianbicking
MozReview-Commit-ID: 8ME4zCgdd89
2018-02-08 15:54:36 -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
Jared Hirsch
dea4d40784 Bug 1419148 - Export Screenshots 25.0.0 to Firefox (except translations); r=ianbicking,kmag
MozReview-Commit-ID: 2InUwTe8oPa
2017-11-20 11:06:02 -08:00
Ian Bicking
653240a170 Bug 1412091 - Export Screenshots 23.0.0 to Firefox (all except translations and vendor library update) r=kmag,_6a68
MozReview-Commit-ID: BtJ3vwqWTHA
2017-10-27 13:32:59 -05:00
Jared Hirsch
694b48fac0 Bug 1405166 - Remove system-disabled pref from Screenshots; r=kmag
MozReview-Commit-ID: KuDfW6EZMWZ
2017-10-03 09:09:38 -07:00
Ian Bicking
18a887e9de Bug 1399615 - Export Screenshots 19.0.0 to Firefox. r=kmag
MozReview-Commit-ID: 1QFbWCThVeg
2017-09-13 14:40:39 -05:00
Ian Bicking
e49b3b1cc6 Bug 1390985 - Export Screenshots 16.1.0 to Firefox r=kmag 2017-08-25 14:16:22 -05:00
Jared Hirsch
dc8ac374c8 Bug 1389786 - Export Screenshots 10.12.0 to Firefox; r=kmag
MozReview-Commit-ID: 1c6rq32TmOf
2017-08-12 12:52:48 -07:00
Jared Hirsch
7f79097e21 Bug 1386457 - Export Screenshots 10.10.0 to Firefox r=mossop
MozReview-Commit-ID: EHo04J8Y2Wu
2017-08-01 16:41:03 -07:00
Sebastian Hengst
e2e0fe4200 Backed out changeset 73ffdc1b8c09 (bug 1380119) for frequently crashing talos ts_paint. r=backout a=backout on a CLOSED TREE
MozReview-Commit-ID: F6847V0JTut
2017-07-13 19:28:34 +02:00
Ian Bicking
dcf3a47532 Bug 1380119 - Export Screenshots 10.4.0 to Firefox; r=mossop
MozReview-Commit-ID: 5MOSTrOJbCw
2017-07-11 16:19:09 -04:00
Ian Bicking
777f886a47 Bug 1373614 - shut down Screenshots WebExtension unconditionally on browser shutdown r=kmag
In some tests the startup does not complete by the time shutdown is called; r?kmag

MozReview-Commit-ID: CaeSthDg0g0
2017-06-29 15:04:59 -07:00
Ian Bicking
c022504384 Bug 1372310 - Export Screenshots 10.3.0 to Firefox; r=aswan,mossop 2017-06-16 15:19:44 -05:00
Jared Hirsch
2c8ef539c5 Bug 1368146 - Export Screenshots 8.1.0 to Firefox; r=ianb,standard8 2017-05-26 11:48:44 -07:00
Jared Hirsch
8a0255d9f2 Bug 1362550 - Export Screenshots 6.6.2 to Firefox; r=kmag 2017-05-05 13:55:17 -07:00
Jared Hirsch
654e89c584 Bug 1362234 - Fix Screenshots Talos regressions by removing WebExtension startup delay and removing tab 'activated' event handler; r=kmag
MozReview-Commit-ID: BWM1GNdJnTQ
2017-05-04 17:38:21 -07:00
Jared Hirsch
aefcffa410 Bug 1361208 - import latest version of Screenshots (6.6.0) into the tree; r=standard8
MozReview-Commit-ID: DICbgINxnoa
2017-05-01 16:58:23 -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
Mark Banner
d2d9626164 Bug 1346825 - Import Screenshots version 6.3.0 into mozilla-central. rs=Mossop.
This is imported from https://github.com/mozilla-services/screenshots/.
It has been reviewed as patches landed, but also reviewed by Mossop and kmag.
This also includes the patch from bug 1356394

MozReview-Commit-ID: FXIVw7WjxlN
2017-04-13 09:49:17 +01:00
Wes Kocher
d9500f35ca Backed out 4 changesets (bug 1346825) for being the likely cause of devtools bustage a=backout CLOSED TREE
Backed out changeset 80999e98d40b (bug 1346825)
Backed out changeset 426aa68b32f0 (bug 1346825)
Backed out changeset d4b155c9ee3d (bug 1346825)
Backed out changeset 81b1a2207776 (bug 1346825)
2017-04-13 11:23:18 -07:00
Mark Banner
f3992cfa9b Bug 1346825 - Import Screenshots version 6.3.0 into mozilla-central. rs=Mossop.
This is imported from https://github.com/mozilla-services/screenshots/.
It has been reviewed as patches landed, but also reviewed by Mossop and kmag.
2017-04-13 09:49:17 +01:00