Ed Lee
3c4576b2ba
Bug 1471375 - Reports about missing activity stream content on new tab page and about:preferences#home panel. r=k88hudson
...
MozReview-Commit-ID: F5B2woeju1c
2018-06-29 09:40:49 -07:00
Ed Lee
187ce93a16
Bug 1455216 - Add download Highlights, Highlights options and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: EqgiQamoB3f
2018-04-20 14:08:59 -07:00
Ed Lee
a4b085699a
Bug 1441018 - Add snippets data, lazy menus and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: 6CilV8vrqwY
2018-03-01 11:21:00 -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
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
Ed Lee
26e38efdbc
Bug 1410541 - Add prerendered locales, preloaded pings and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: 81WygivxBoG
2017-10-20 15:11:28 -07:00
Ed Lee
a33d4c2f05
Bug 1401683 - Add section deduping, about:home telemetry and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: FYICIp1oVNf
2017-09-20 12:45:26 -07:00
Ed Lee
64f326290c
Bug 1395642 - Add placeholders, finalized 57 strings and bug fixes to Activity Stream. r=dmose
...
MozReview-Commit-ID: 8x6ez3edtoQ
2017-09-01 14:52:57 -07:00
Ursula Sarracini
36ad8d332c
Bug 1382785 - Add Pocket, search delay, and bug fixes to Activity Stream r=Mardak
...
MozReview-Commit-ID: CQEN0Rzy6TX
2017-07-20 16:59:59 -04:00
Wes Kocher
b8b03f19cf
Backed out changeset f231c7e2d8c8 (bug 1381929) for frequently causing browser_blobFromFile.js to leak a=backout CLOSED TREE
...
MozReview-Commit-ID: 914WHYpVdTB
2017-07-19 00:26:04 -07:00
k88hudson
c4959b8833
Bug 1381929 - Add snippets support, sections to activity-stream r=Mardak
...
MozReview-Commit-ID: LW9T5RrLFYD
2017-07-18 14:10:21 -04:00
k88hudson
b2c38e1dcd
Bug 1376984 - Add confirm dialog, startup perf improvements, other fixes to Activity Stream r=Mardak
...
MozReview-Commit-ID: 3730Mntj1XX
2017-06-28 16:47:23 -07:00
Florian Quèze
a49a32e257
Bug 1374282 - script generated patch to remove useless bind calls, r=Mossop.
2017-06-22 12:51:42 +02:00
k88hudson
0e3868bf64
Bug 1368775 - Add search suggestions, pref configuration and new telemetry to Activity Stream r=ursula
...
MozReview-Commit-ID: 6ZZxDp04oPX
2017-05-30 14:06:48 -04:00
Ed Lee
dcf6193e43
Bug 1363085 - Part 2. Add telemetry, context menu, react-intl to Activity Stream system add-on. r=ursula
...
MozReview-Commit-ID: 9ouqxOFvTg4
2017-05-09 16:09:43 -07:00
Sebastian Hengst
c04bdeb164
Backed out changeset 020309d34751 (bug 1363085)
2017-05-11 20:28:08 +02:00
Ed Lee
a4de1ae896
Bug 1363085 - Part 2. Add telemetry, context menu, react-intl to Activity Stream system add-on. r=ursula
...
MozReview-Commit-ID: 9ouqxOFvTg4
2017-05-09 16:09:43 -07:00
Sebastian Hengst
3fe8e6b77a
Backed out changeset 13de8636a5de (bug 1363085)
2017-05-11 19:09:13 +02:00
Ed Lee
55dd2b55d9
Bug 1363085 - Part 2. Add telemetry, context menu, react-intl to Activity Stream system add-on. r=ursula
...
MozReview-Commit-ID: 9ouqxOFvTg4
2017-05-09 16:09:43 -07:00
Florian Queze
6cc0b6e992
Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws.
2017-04-27 00:25:45 +02:00
Ed Lee
9a7d794752
Bug 1359481 - Add top sites and search to activity-stream system add-on. r=Mardak
2017-04-25 13:31:29 -07:00
k88hudson
a683707deb
Bug 1350411 - Add Message Channel for Activity Stream system add-on r=mconley
...
MozReview-Commit-ID: DCcGDjKdIHh
2017-04-07 14:13:14 -04:00
k88hudson
3e0d9075f1
Bug 1350409 - Add Store, Actions, and Reducers to Activity Stream system add-on r=ursula
...
MozReview-Commit-ID: 5lCFGBCtH2e
2017-04-04 12:57:53 -04:00