A refreshed "new tab page" for Firefox
Перейти к файлу
Andrei Oprea 5e171cbf09 Bug 1524593 - (Follow-up) Test fixes nsISearchService changes 2019-02-05 10:39:51 -05:00
aboutlibrary nobug(chore): Create a buildlibrary task for about:library (#4521) 2018-10-24 11:16:43 -04:00
bin Bug 1516034 - Refactor to add non-prerendered comment in root tag (#4691) 2019-01-21 14:19:23 -08:00
common Port Bug 1514594: Part 3a - Change ChromeUtils.import to return an exports object; not pollute global. r=mccr8 (#4746) 2019-01-29 13:41:48 -08:00
content-src Bug 1524386 - Update descriptions in CFR template schema 2019-02-01 12:36:31 -05:00
data/content Fix Bug 1475354 - Create first-run template and content for Return To AMO experience (#4578) 2018-11-28 15:31:48 -05:00
dist bare addon skeleton 2016-02-01 09:05:16 -05:00
docs Port Bug 1523092 - Enable codespell on more directories r=ahal (#4748) 2019-01-30 09:57:58 -08:00
lib Merge branch 'central' 2019-02-05 10:38:53 -05:00
loaders chore(package): Remove unused dependencies and add minimist (#3869) 2017-11-22 11:09:02 -08:00
locales-src chore(l10n): Update from l10n-central Fri Jan 25 2019 15:58:20 GMT-0800 (PST) 2019-01-25 15:58:32 -08:00
ping-centre Port Bug 1514594: Part 3a - Change ChromeUtils.import to return an exports object; not pollute global. r=mccr8 (#4746) 2019-01-29 13:41:48 -08:00
test Bug 1524593 - (Follow-up) Test fixes nsISearchService changes 2019-02-05 10:39:51 -05:00
vendor Fix Bug 1486375 - Upgrade redux and react redux manually removing Function (#4530) 2018-10-26 18:26:22 -07:00
.eslintignore nobug(chore): Create a buildlibrary task for about:library (#4521) 2018-10-24 11:16:43 -04:00
.eslintrc.js Backport Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) 2019-02-05 10:27:34 -05:00
.gitignore nobug(chore): Create a buildlibrary task for about:library (#4521) 2018-10-24 11:16:43 -04:00
.mcignore chore(nobug): Do not build about:library in buildmc (#4527) 2018-10-26 11:05:12 -04:00
.nvmrc fix(package): Upgrade webpack to 4.15.0 and update nvmrc (#4229) 2018-07-05 13:52:23 -07:00
.sass-lint.yml chore(lint): Disallow margin-{left,right} to avoid RTL issues (#4498) 2018-10-15 12:23:21 -07:00
.taskcluster.yml Fix Bug 1474372: Run mochitests on taskcluster 2018-07-24 15:21:56 +00:00
.travis.yml Fix Bug 1507306 - Unit tests running on Firefox 54 (#4569) 2019-01-16 17:08:31 +00:00
CODEOWNERS Fix Bug 1497565 - Rename locales to locales-src to avoid accidentally exporting l10n-exposed strings (#4506) 2018-10-17 15:01:57 -07:00
LICENSE Add LICENSE file. 2016-02-02 12:13:14 -05:00
NewTabComponents.manifest Backport Bug 1474414 - Move most of browser/extensions/activity-stream to browser/components/newtab 2018-07-27 10:04:29 -04:00
README.md Fix Bug 1474372: Run mochitests on taskcluster 2018-07-24 15:21:56 +00:00
aboutNewTabService.js Port Bug 1514594: Part 3a - Change ChromeUtils.import to return an exports object; not pollute global. r=mccr8 (#4746) 2019-01-29 13:41:48 -08:00
contributing.md (nobug) Fix typo in contributing.md 2018-10-09 16:08:11 -04:00
jar.mn Fix Bug 1506205 - Package failures from duplicate noscripts / debug files 2018-11-09 10:43:12 -08:00
karma.mc.config.js Port Bug 1514594: Part 3a - Change ChromeUtils.import to return an exports object; not pollute global. r=mccr8 (#4746) 2019-01-29 13:41:48 -08:00
mochitest.sh Bug 1517327 - Search telemetry failures not caught by taskcluster (#4631) 2019-01-07 11:13:36 -08:00
moz.build Backport Bug 1474414 - Move most of browser/extensions/activity-stream to browser/components/newtab 2018-07-27 10:04:29 -04:00
nsIAboutNewTabService.idl Backport Bug 1474414 - Move most of browser/extensions/activity-stream to browser/components/newtab 2018-07-27 10:04:29 -04:00
package-lock.json Port Bug 1514594: Part 3a - Change ChromeUtils.import to return an exports object; not pollute global. r=mccr8 (#4746) 2019-01-29 13:41:48 -08:00
package.json Port Bug 1514594: Part 3a - Change ChromeUtils.import to return an exports object; not pollute global. r=mccr8 (#4746) 2019-01-29 13:41:48 -08:00
webpack.aboutlibrary.config.js nobug(chore): Create a buildlibrary task for about:library (#4521) 2018-10-24 11:16:43 -04:00
webpack.prerender.config.js Port Bug 1486739 - Enable ESLint rule comma-dangle for browser/, services/, taskcluster/ and toolkit/ directories. r=mossop 2018-09-17 12:50:42 -07:00
webpack.system-addon.config.js Port Bug 1514594: Part 3a - Change ChromeUtils.import to return an exports object; not pollute global. r=mccr8 (#4746) 2019-01-29 13:41:48 -08:00
yamscripts.yml Fix Bug 1499901 - Add builduplift task that does not export strings 2018-11-05 15:08:11 -05:00

README.md

activity-stream

Task Status

This system add-on replaces the new tab page in Firefox with a new design and functionality as part of the Activity Stream project.

The files in this directory, including vendor dependencies, are imported from the system-addon directory in https://github.com/mozilla/activity-stream.

Read docs/v2-system-addon for more detail.

Where should I file bugs?

We regularly check the ActivityStream:NewTab component on Bugzilla.

For Developers

If you are interested in contributing, take a look at this guide on where to find us and how to contribute, and this guide for getting your development environment set up.

For Localizers

Activity Stream localization is managed via Pontoon, not direct pull requests to the repository. If you want to fix a typo, add a new language, or simply know more about localization, please get in touch with the existing localization team for your language, or Mozillas l10n-drivers for guidance.