Ed Lee
9fe04c41c8
Bug 1469938 - Add onboarding targeting, welcoming coloring and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: LsWKLbghgBE
2018-06-21 12:51:33 -07:00
Ed Lee
b841717bf9
Bug 1465172 - Add section rows, onboarding messages and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: LxtwrSfIMTJ
2018-05-29 12:14:49 -07:00
Ed Lee
259c14f92e
Bug 1462427 - Add managing extensions, identifying webextensions and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: AUYXbWpZU9
2018-05-17 13:13:11 -07:00
Ed Lee
fbf2dd50fb
Bug 1457543 - Fix missing Highlights, download position and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: 3aT0MJ2CJNM
2018-05-02 15:23:03 -07:00
Ed Lee
76bb51d4eb
Bug 1457192 - Add AS Router, frecency bonus and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: KUm67PMMNI1
2018-04-26 09:00:00 -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
Ricky Rosario
ea92658aa6
Bug 1454780 - Add default-only dark, sponsored stories and bug fixes to Activity Stream r=Mardak
...
MozReview-Commit-ID: 1tUJJapa7WB
2018-04-17 19:37:27 -04:00
Ed Lee
53dc16b173
Bug 1454074 - Add chronological highlights, dark updates and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: 1A7ufzREuYI
2018-04-13 13:56:32 -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
ec05cc1618
Bug 1446053 - Add about:preferences section, sidebar removal and bug fixes to Activity Stream. r=ursula
...
Also adds new crh locale and in-content prefs test fix.
MozReview-Commit-ID: DFs0s710wZ4
2018-03-15 10:38:18 -07:00
Sebastian Hengst
01045baeea
Backed out changeset b0af4c10b8bb (bug 1446053) for frequently causing forbidden connections e.g. during browser-chrome's browser_privacypane_3.js. a=backout
2018-03-16 19:40:00 +02:00
Ed Lee
fb96c98681
Bug 1446053 - Add about:preferences section, sidebar removal and bug fixes to Activity Stream. r=ursula
...
Also adds new crh locale and in-content prefs test fix.
MozReview-Commit-ID: DFs0s710wZ4
2018-03-15 10:38:18 -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
Sebastian Hengst
4e51639fe3
merge mozilla-central to autoland on a CLOSED TREE
2018-02-24 03:07:44 +02: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
Ed Lee
99f6bceb95
Bug 1440772 - Add Section menu, Pocket highlights and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: CYzpltysMbd
2018-02-23 12:36:37 -08:00
Ed Lee
c2bb03bed6
Bug 1426705 - Add responsive layout, React 16 and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: KHwIWAlAXnC
2018-02-09 11:23:51 -08:00
arthur.iakab
7682b1e861
Backed out changeset 47b8cc3b625e (bug 1426705) for build bustage on a CLOSED TREE
2018-02-09 22:43:04 +02:00
Ed Lee
71a9b02218
Bug 1426705 - Add responsive layout, React 16 and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: KHwIWAlAXnC
2018-02-09 11:23:51 -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
Ed Lee
ccba9cf1d5
Bug 1435419 - Add webextension actions, add/save consistency and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: AXayKIY4HfZ
2018-02-02 14:09:17 -08:00
arthur.iakab
384e070ea5
Merge mozilla-central to autoland
2018-01-31 00:41:58 +02: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
Ed Lee
2ccc1d4b05
Bug 1434116 - Add direct adding, thumbnail disabling and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: J8WNlfmATf6
2018-01-29 15:22:26 -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
d398f198a8
Bug 1431263 - Fix pinned shifting, dragged clicking and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: HdSShBuUOrJ
2018-01-17 16:47:48 -08:00
Ed Lee
c7ee03b1ba
Bug 1430272 - Add preloaded updating, whitelisted regions and bug fixes to Activity Stream. r=dmose
...
MozReview-Commit-ID: 6wWmVoXCQO5
2018-01-12 14:12:57 -08:00
Ed Lee
227fe95f1e
Bug 1426774 - Add drag-n-drop, 2-rows default and bug fixes to Activity Stream. r=dmose
...
MozReview-Commit-ID: CctWqWzJow
2017-12-21 16:56:22 -08:00
Christian Sadilek
eec6c0c02e
Bug 1424292 - Pocket referrer only sent when story has HTTPS URL r=Mardak
...
MozReview-Commit-ID: 5u18oc0GiNx
2017-12-08 12:34:45 -05: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
Ed Lee
b2302e42c5
Bug 1415812 - Fix broken Pocket disclaimer, missing rich icons and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: CAHA3b13jCE
2017-11-15 12:27:46 -08:00
Ed Lee
26757837ab
Bug 1413550 - Add per-platform styles, per-locale html and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: I7Y4nfrAvLL
2017-11-03 12:08:30 -07:00
Sebastian Hengst
3df89fe400
Backed out changeset def95432b0a1 (bug 1413550) on request from Mardak for test failure. r=backout on a CLOSED TREE
2017-11-04 01:34:19 +01:00
Ed Lee
4f9e6159cf
Bug 1413550 - Add per-platform styles, per-locale html and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: I7Y4nfrAvLL
2017-11-03 12:08:30 -07: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
k88hudson
45eb56e51a
Bug 1409058 - Add pref to show or hide snippets in the pref panel r=Mardak
...
MozReview-Commit-ID: Ia1vpkBVDMn
2017-10-16 11:46:58 -04:00
Ed Lee
25f6b1cf26
Bug 1407657 - Add responsive bookmarking, story caching and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: L49lJDoGHIf
2017-10-13 14:22:17 -07:00
Ed Lee
bedf127313
Bug 1405539 - Add info doorhanger, collapsible sections and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: C5LXhbuI0EA
2017-10-05 15:38:54 -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
d21966d648
Bug 1401418 - Add initialized fade, focus tweaks and bug fixes to Activity Stream. r=dmose
...
MozReview-Commit-ID: KOC1M8QVfoa
2017-09-19 18:31:55 -07:00
Ed Lee
7fc6c7c5d1
Bug 1400353 - Add faster loading, favicon positioning and bug fixes to Activity Stream. r=dmose
...
MozReview-Commit-ID: K47CeF7IJtB
2017-09-15 16:58:32 -07:00
Ed Lee
154c4b0ceb
Bug 1399607 - Add about:home autofocus, adult filter and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: 4d1HdwLxxhJ
2017-09-14 02:52:33 -07: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
733c536a86
Bug 1396609 - Add Highlights, smooth prefs and bug fixes to Activity Stream. r=ursula
...
MozReview-Commit-ID: 1FTc9n2xxFZ
2017-09-08 07:43:37 -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
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