Andrei Oprea
cb74c57544
Bug 1517525 - Spelling issue for Reducers.test.js initial state ( #4647 )
2019-01-09 18:03:40 +00:00
Andrei Oprea
0c46c2809e
(nobug) - Prevent duplicate ids in the messageBlockList ( #4641 )
2019-01-09 14:32:12 +00:00
ScottDowne
c90b29e394
Fixes bug 1518171 - Adding feeds. ( #4637 )
...
* Fixes bug 1518171 - Adding feeds.
* Updates to feeds and layout tests, cache clearing, and loading function names.
2019-01-08 16:49:29 -05:00
Ed Lee
f47de9dfd7
Bug 1517327 - Search telemetry failures not caught by taskcluster ( #4631 )
2019-01-07 11:13:36 -08:00
ricky rosario
d348c0d149
Bug 1517745 - Remove arrow from search bar when hand-off enabled ( #4640 )
2019-01-07 11:13:25 -08:00
Andrei Oprea
41af1777aa
Fix Bug 1515411 - Disable Return to AMO for 65 Beta and Release ( #4627 )
2019-01-07 16:08:22 +00:00
Ed Lee
9f3d228bad
Bug 1517713 - [RTL] Localized "Search the Web" string is LTR'd ( #4638 )
2019-01-07 07:57:53 -08:00
Andrei Oprea
c56b04a79e
Fix Bug 1515663 - Block FxA snippet on form submit ( #4635 )
2019-01-07 09:35:24 +00:00
Ed Lee
06fbd77770
fix(styles): Remove title alignment that affect other sections for now ( #4639 )
2019-01-04 14:33:46 -08:00
Ed Lee
78867ad6d1
chore(l10n): Update from l10n-central Fri Jan 04 2019 09:59:52 GMT-0800 (PST)
2019-01-04 10:10:50 -08:00
Kate Hudson
9220cb8e28
Bug 1517596 - Add basic DiscoveryStream devtools
2019-01-04 12:08:44 -05:00
Andrei Oprea
4ec4f4bb06
Fix Bug 1515026 - Send telemetry ping for dismiss events ( #4634 )
2019-01-04 17:06:35 +00:00
Andrei Oprea
8c8697e70f
Fix Bug 1517342 - Taskcluster fails because of missing env var ( #4633 )
2019-01-04 09:01:32 -08:00
Kate Hudson
6d2e20e9ab
Bug 1516041 - Clear cache if pocket newtab endpoint changes ( #4632 )
...
Also fixes issue where cache time check was reversed, adds test
2019-01-03 17:29:09 -05:00
ScottDowne
049d1f0f22
no bug - Stubbing out Discovery Stream components. ( #4630 )
...
* no bug - Stubbing out Discovery Stream components.
* Updated to section title
* Redux topsites and container classname
* Endpoint stuff.
* Remove props for now
2019-01-03 14:32:26 -05:00
Andrei Oprea
68cef93e3f
Fix Bug 1511165 - about:welcome addon card on windows says "addon name" ( #4589 )
2019-01-03 12:59:23 +00:00
Ed Lee
739e22c719
chore(l10n): Update from l10n-central Mon Dec 24 2018 10:14:50 GMT-0800 (PST)
2018-12-24 10:15:18 -08:00
Ed Lee
b1ed4dee3f
Merge remote-tracking branch 'mozilla/central'
2018-12-24 09:54:17 -08:00
ricky rosario
4a5d8c8475
Fix Bug 1508388 - Search hand-off ( #4599 )
2018-12-21 19:33:38 -05:00
Kate Hudson
a45a540a14
Bug 1516008 - Add pocket layout code behind its own separate pref ( #4629 )
2018-12-21 19:02:14 -05:00
ScottDowne
ca13342298
Devtools page pocket ( #4628 )
...
* ASRouterAdmin devtools routing
* Adding pocket section with topstories to asrouter devtools.
* Small changes
* tests fixed
* few more little changes
* Styles
2018-12-21 16:14:56 -05:00
Andrei Oprea
f7dfbf2899
Port Bug 1492937 - Make the JS subscript loader load scripts exclusively as UTF-8 ( #4600 )
2018-12-20 07:35:32 -08:00
k88hudson
b44b4d6e9c
chore(l10n): Update from l10n-central Tue Dec 18 2018 18:27:16 GMT-0500 (EST)
2018-12-18 18:27:36 -05:00
ScottDowne
a8a6d5429c
Fix Bug 1514913 - Hello world Pocket + New Tab test experiment ( #4596 )
...
* Fix Bug 1514913 - Hello world Pocket + New Tab test experiment
* review updates
* Fixes to grid
2018-12-18 17:53:58 -05:00
ScottDowne
325b45ae96
Fix Bug 1514337 - Activity Stream layout pref and layout data for rapid experimentation ( #4593 )
...
* Fix Bug 1514337 - Activity Stream layout pref and layout data for rapid experimentation
* lint
* Adding tests a a few tweaks.
* bug fix
* removing use_layout pref
* Updates to tests
* test updates
* deepEqual usage
2018-12-18 16:05:24 -05:00
k88hudson
d46b46f488
Merge branch 'central'
2018-12-18 14:09:24 -05:00
punamdahiya
34863855dc
Fix Bug 1510551-Align checkbox with EOY and Newsletter snippet strings ( #4594 )
2018-12-18 10:57:11 -08:00
Andrei Oprea
7d7ee956dc
Backport Bug 1511112 - Remove remaining style flushes for getting the UI direction in browser/, except PlacesUIUtils.jsm. ( #4586 )
2018-12-17 19:57:09 +00:00
Andrei Oprea
06aeeb331e
Fix Bug 1511804 - CFRPageActions tries to wait for a layout flush but doesn't ( #4585 )
2018-12-17 19:16:09 +00:00
Andrei Oprea
31c55d661c
chore(l10n): Update from l10n-central Thu Dec 06 2018 17:41:23 GMT-0500 (EST) ( #4584 )
2018-12-17 19:15:46 +00:00
Ian Bicking
8f0bbbffef
Fix Bug 1503632, reduce CPU usage when moving mouse on newtab ( #4590 )
...
This removes the use of React's onMouseEnter/onMouseLeave, which causes React to add a document-level mouseenter/mouseleave/mousemove handler. This handler causes any mouse movement to trigger an event (which React eventually throws away).
This patch instead manually creates a listener only for the elements we care about.
2018-12-13 17:00:01 -06:00
Ed Lee
b728cc7676
chore(l10n): Update from l10n-central Thu Dec 13 2018 13:32:49 GMT-0800 (PST) ( #4592 )
...
Fix Bug 1514056 - Update strings 2018-12-13
2018-12-13 14:36:36 -08:00
Andrei Oprea
577aa3fd67
Fix Bug 1511156 - Windows attribution data is double encoded ( #4587 )
2018-12-12 17:06:47 -08:00
punamdahiya
cdae1bd379
Fix Bug 1510553 - [RTL] Dot character is wrongly hyperlinked with the Learn more string from the SNIPPETS_SEND_TO_DEVICE_TEST snippet ( #4588 )
2018-12-12 14:35:05 -08:00
gavin lazar suntop
608aef966d
Fix Bug 1508431 - Update new tab breakpoints for better content layouts ( #4577 )
...
Fix Bug 1508431 - Update new tab breakpoints for better content layouts (#4577 )
2018-11-30 10:37:04 -08:00
Ed Lee
bea035f183
Port Bug 1453264 - Dropping nsIBrowserSearchService::currentEngine in favour of defaultEngine. r=Standard8
2018-11-29 15:37:17 -08:00
Kate Hudson
d028c32829
Bug 1510678 - Change recommended addons for Firefox 64 CFR release
2018-11-28 16:21:21 -05:00
Ed Lee
919e9c7303
chore(l10n): Update from l10n-central Wed Nov 28 2018 12:43:57 GMT-0800 (PST)
2018-11-28 12:44:54 -08:00
Ursula Sarracini
f40d201cfe
Fix Bug 1475354 - Create first-run template and content for Return To AMO experience ( #4578 )
2018-11-28 15:31:48 -05:00
Ed Lee
678c6cc941
Fix Bug 1504754 - Debug noscripts version of new tab page fail to load ( #4560 )
2018-11-27 10:59:08 -08:00
Andrei Oprea
3803f348fc
Fix Bug 1509810 - Add missing defaults for snippet templates ( #4579 )
2018-11-27 17:55:44 +00:00
ricky rosario
8c40d3af7a
Fix Bug 1508667 - update eslint and plugins to latest versions ( #4572 )
2018-11-26 14:56:41 -08:00
Andrei Oprea
71d1a89eae
Fix Bug 1506229 - Run check for duplicate files in TC ( #4562 )
2018-11-26 14:37:13 -08:00
Ed Lee
3da5e66fe3
chore(l10n): Update from l10n-central Mon Nov 26 2018 14:20:48 GMT-0800 (PST)
2018-11-26 14:23:02 -08:00
Kate Hudson
4249a66463
Bug 1509942 - Upgrade npm-run-all
2018-11-26 13:55:49 -05:00
Kate Hudson
55cc6a6429
Bug 1502384 - Link to debugging guide for ASR Devtools
2018-11-26 11:19:13 -05:00
k88hudson
6e91f274fd
chore(l10n): Update from l10n-central Fri Nov 23 2018 15:11:52 GMT-0500 (EST)
2018-11-23 15:17:00 -05:00
Andrei Oprea
afc948a958
Fix Bug 1500563 - Update ASR templates to reflect defaults, have 1 schema per template
2018-11-23 15:08:02 -05:00
Andrei Oprea
576499f912
(nobug): Fix ASR Snippets preview by positioning on top of legacy snippets
2018-11-23 15:01:58 -05:00
k88hudson
0af2f5bfa1
Followup to Backport Bug 1499110 - Fix lint errors
2018-11-22 11:11:00 -05:00