Commit Graph

61 Commits

Author SHA1 Message Date
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
Drew Willcoxon
0a460e67a4 Bug 1221539 - Add search engine discovery to the page action menu. Part 1: Page action changes. r=Gijs
MozReview-Commit-ID: DGy3sBibpRW
2018-03-28 11:28:13 -07:00
Jared Hirsch
b45da93426 Bug 1447043 - Export Screenshots 30.1.0 to Firefox; r=ianbicking
MozReview-Commit-ID: 9XBAO678lT7
2018-03-19 10:22:01 -07:00
Barry Chen
8e29f5a09c Bug 1447043 - Calculate top and left selection margin using left and top; r=_6a68
MozReview-Commit-ID: 88TM8xgATPC
2018-03-19 09:31:57 -07:00
Jared Hirsch
447b93a409 Bug 1443648 - Restore high DPI scaling for most downloaded or copied shots; r=_6a68
* Don't overwrite correctly-scaled canvas dimensions when generating a
shot async

* Pass the shot type to downloadShot and copyShot, so that non-fullpage
shots will be correctly scaled. Note that fullpage shots are always low DPI.

MozReview-Commit-ID: 5SAnoJrJ88S
2018-03-06 14:24:03 -08: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
bf49d8f0ec Bug 1440524 - Export Screenshots 30.0.0 to Firefox (translations only); r=flod,ianbicking
MozReview-Commit-ID: K69QMG6bxlE
2018-02-22 16:55:47 -08:00
Timothy Guan-tin Chien
f08391ee76 Bug 1234008 - Recompress some png images with zopflipng r=Dolske,Grisha,jryans
MozReview-Commit-ID: Cr2iMSB04uu
2018-01-27 15:57:42 +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
Jared Hirsch
c0778a1272 Bug 1436218 - Export Screenshots 29.0.0 to Firefox (translations only); r=ianbicking
MozReview-Commit-ID: 4RI8gnZezj3
2018-02-06 14:39:26 -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
Florian Quèze
c5f15a4700 Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01: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
Jared Hirsch
1ef20547a9 Bug 1419148 - Export Screenshots 25.0.0 to Firefox (translations only); r=ianbicking
MozReview-Commit-ID: 5vscnPIGDvN
2017-11-20 11:04:56 -08:00
Joel Maher
67f61b3e79 Bug 1394967 - Disable browser_screenshots_ui_check.js on windows debug for frequent failures. r=me, a=testonly 2017-11-27 11:14:16 -05: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
Ian Bicking
92e0f09853 Bug 1412091 - Export Screenshots 23.0.0 to Firefox (update raven to 3.18.1) r=_6a68
MozReview-Commit-ID: BbW0ZqMw3bu
2017-10-27 13:31:38 -05:00
Ian Bicking
d404ecef8b Bug 1412091 - Export Screenshots 23.0.0 to Firefox (translations only) r=_6a68
MozReview-Commit-ID: DBw6vmmkzjn
2017-10-27 13:30:51 -05:00
Ian Bicking
4c306dbd35 Bug 1407732 - Update Screenshots version to 19.2.0; r=_6a68
MozReview-Commit-ID: HR7EF6z7g2F
2017-10-11 13:34:50 -05:00
Ian Bicking
e78e96acaf Bug 1406526 - Import Screenshots translations r=_6a68
This imports the translations from GitHub as of commit 76109c25cf

MozReview-Commit-ID: 5sGhJmNfRmC
2017-10-06 15:35:11 -05:00
Jared Hirsch
b84ab9f85b Bug 1405166 - Update occurrences of system-disabled pref outside screenshots system addon; r=kmag
MozReview-Commit-ID: 24PV53VM6te
2017-10-03 16:26:41 -07: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
c1ee5a4dfe Bug 1403661 - stop Screenshots in Private Browsing; r=kmag
bootstrap.js sends the tab ID with the Photon page action, but it doesn't have the complete set of information that the WebExtension tab object has

Export of commit 3c6ad114d4

MozReview-Commit-ID: F1o81MieEei
2017-09-27 12:57:40 -05:00
Ian Bicking
18c264ceb7 Bug 1404078 - notify user when full page is cut off r=kmag
Adds a new captureType, fullPageTruncated

Fixes upstream bug: https://github.com/mozilla-services/screenshots/issues/2129
Export of commit: e31c321cbc

MozReview-Commit-ID: HB3e5Q24afT
2017-09-28 15:18:35 -05:00
Ian Bicking
8c9f2dbee3 Bug 1403665 - remove " and ? from filenames r=kmag
This is an export of this commit: 42a561d6ad

And fixes this Screenshots bug: https://github.com/mozilla-services/screenshots/issues/3517

MozReview-Commit-ID: GPkfNCFGflZ
2017-09-27 13:15:52 -05:00
Ian Bicking
d4b52f3450 Bug 1402932 - Export Screenshots 19.1.0 to Firefox r=kmag
MozReview-Commit-ID: A49wIA23mH9
2017-09-25 13:17:43 -05: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
Joel Maher
c1d21cb5d6 Bug 1355088 - add BUG_COMPONENT to browser/* files. r=mossop 2017-08-25 13:08:45 -04: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
Ian Bicking
9a74c0ec4e Bug 1388805 - Export Screenshots 10.11.0 to Firefox; r=mossop
MozReview-Commit-ID: Ik7V2Wd6EOO
2017-08-09 12:35:27 -05: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
Ian Bicking
f5d6f9fb11 Bug 1384281 - Export Screenshots 10.9.0 to Firefox; r=kmag
MozReview-Commit-ID: 4o7FvYWHmCM
2017-07-25 15:25:25 -05:00
Jared Hirsch
a8648debb0 Bug 1382754 - Export Screenshots version 10.8.0 to Firefox; r=mossop
MozReview-Commit-ID: 40PIhQ6SIDi
2017-07-20 11:36:09 -07:00
Jared Hirsch
b641c88726 Bug 1381132 - Export Screenshots 10.7.0 to Firefox; r=kmag
MozReview-Commit-ID: 49iAxm2BiQA
2017-07-17 16:49:34 -07:00
Ian Bicking
3555977479 Bug 1380817 - Export Screenshots 10.5.0 to Firefox; r=mossop
MozReview-Commit-ID: 69IGWL0YZhk
2017-07-14 13:05:56 -04: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
Florian Quèze
c30094cdf7 Bug 1374282 - script generated patch to remove generators from add_task in browser/ and toolkit/, r=Mossop. 2017-06-22 12:51:43 +02:00
Ian Bicking
c022504384 Bug 1372310 - Export Screenshots 10.3.0 to Firefox; r=aswan,mossop 2017-06-16 15:19:44 -05:00
Ian Bicking
86b81b775b Bug 1372310 - Exports Screenshots 10.1.0 to Firefox; r=standard8 2017-06-12 13:38:25 -05:00
Ian Bicking
77cb79979f Bug 1370383 - Export Screenshots 9.0.0 to Firefox; r=standard8 2017-06-05 17:11:19 -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
Florian Quèze
ff53eb9a63 Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00