Commit Graph

33 Commits

Author SHA1 Message Date
Ed Lee
a7e1f9e5b8 Bug 1463943 - Add compact highlights, compress images and bug fixes to Activity Stream. r=k88hudson
MozReview-Commit-ID: LKbXq4nHBVS
2018-05-23 17:43:54 -07:00
k88hudson
a3e5bbaf57 Bug 1460119 - gSnippetsMap.getTotalBookmarksCount() never resolves r=Mardak
MozReview-Commit-ID: Dx4tkHTb4zz
2018-05-11 15:08:10 -04: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
2246e67771 Bug 1449792 - Add dark theme, thumbnail debounce and bug fixes to Activity Stream. r=ursula
MozReview-Commit-ID: FXrgjI0f1VF
2018-03-29 11:21:54 -07:00
Ed Lee
2bdb5c6b7d Bug 1448443 - Add custom images, failed thumbnails and bug fixes to Activity Stream. r=ursula
MozReview-Commit-ID: ApYxjUOVli7
2018-03-23 12:20:10 -07:00
k88hudson
59a77b3e8b Bug 1443928 - Add section reordering, snippets IndexedDB, strings, bug fixes to a Activity Stream r=ursula
MozReview-Commit-ID: 6Tinj9xTqvQ
2018-03-08 12:15:11 -05: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
Edouard Oger
1666fb5941 Bug 1427674 - Unify FxA content server URL preferences. r=markh,tcsc
MozReview-Commit-ID: 3zhHGAzQr0R
2018-01-30 13:21:35 -05: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
c9c8810ec5 Bug 1421917 - Fix snippets blocklist, search autofocus and bug fixes to Activity Stream. r=dmose
MozReview-Commit-ID: G7JwAzRDzUU
2017-12-01 16:38:17 -08:00
Edouard Oger
f7eb3c6d4f Bug 1395460 p1 - Remove usages of about:accounts. r=tcsc
MozReview-Commit-ID: APdGc9avJDw
2017-10-24 14:05:52 -04:00
Sebastian Hengst
e2a7e61d30 Backed out 2 changesets (bug 1395460) for eslint failure at browser/components/uitour/UITour.jsm:556 (no return value from arrow function). r=backout on a CLOSED TREE
Backed out changeset 0bc6d186d609 (bug 1395460)
Backed out changeset 6c028123001d (bug 1395460)
2017-10-26 23:33:04 +02:00
Edouard Oger
e0dacee365 Bug 1395460 p1 - Remove usages of about:accounts. r=tcsc
MozReview-Commit-ID: APdGc9avJDw
2017-10-24 14:05:52 -04:00
Ed Lee
ffc50c6106 Bug 1403215 - Fix broken Snippets pref, perceived performance and bug fixes to Activity Stream. r=k88hudson,ursula
MozReview-Commit-ID: JSvQB4nxduM
2017-09-27 08:28:06 -04:00
Wes Kocher
a5925a0331 Backed out changeset b31be2f4c9b4 (bug 1403215) for mac failures in browser_newtab_focus.js a=backout
MozReview-Commit-ID: HvuhYscvVi0
2017-09-27 14:35:46 -07:00
Ed Lee
b85244ecc5 Bug 1403215 - Fix broken Snippets pref, perceived performance and bug fixes to Activity Stream. r=ursula
MozReview-Commit-ID: JSvQB4nxduM
2017-09-27 08:28:06 -04:00
k88hudson
2c66ad2b00 Bug 1398239 - Add prerendering capability, Highlights diversity and bug fixes to Activity Stream r=Mardak
MozReview-Commit-ID: DqKGqHeT0nS
2017-09-11 17:17:35 -04: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
Ed Lee
b2ed606fa1 Bug 1394706 - Add Top Sites customization, PingCentre switchover and bug fixes to Activity Stream. r=ursula
Bug 1393604 - Remove PingCentre.jsm from unreferenced file whitelist. r=Mardak

MozReview-Commit-ID: FxPBpOKJmEZ
2017-08-30 17:13:10 -07:00
k88hudson
d9fdb45ef4 Bug 1391336 - Add top sites editing, new snippets values, bug fixes to Activity Stream r=ursula
MozReview-Commit-ID: HfcjmQKQjHm
2017-08-17 14:10:59 -04:00
k88hudson
fc1ddb0891 Bug 1389482 - Add legal and telemetry fixes to Activity Stream r=ursula
MozReview-Commit-ID: GBuKpKgAbYe
2017-08-16 11:51:37 -04:00
Ed Lee
671197f28d Bug 1386314 - Add default icons, enable snippets and bug fixes to Activity Stream. r=dmose
MozReview-Commit-ID: 9Pty4jAV6te
2017-08-01 22:24:42 -07:00
Ed Lee
002a3581b5 Bug 1385133 - Add Snippets v5 support, responsive layout and bug fixes to Activity Stream. r=dmose
MozReview-Commit-ID: AnJvI2kMcnE
2017-07-28 17:29:39 -07:00
Ed Lee
7052409b6b Bug 1384807 - Enable Pocket (en-US/en-CA), add hero element telemetry and bug fixes to Activity Stream. r=dmose
MozReview-Commit-ID: ATqGmgJf7l0
2017-07-26 20:53:10 -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