mozilla / newtab-dev

Repo following gecko-dev for newtab development. No longer maintained.
Other
18 stars 10 forks source link

initial commit for newtabprefprovider #40

Closed sarracini closed 8 years ago

sarracini commented 8 years ago

@oyiptong r?

oyiptong commented 8 years ago

note that the changes you made in NewTabPrefsProvider would make the xpcshell test fail.

the test is listening on.("browser.newtabpage.enabled", callback).

Don't forget to run tests ;-)

Also, please modify/add tests to verify that data is obtained in the callbacks for prefs that emit them.

oyiptong commented 8 years ago

r+