Drew Willcoxon
155105face
Bug 1019989 - ContentSearch should pass images as shared ArrayBuffers instead of data URI strings. r=felipe
2014-06-17 12:35:34 -07:00
Ed Lee
389a56837a
Bug 975235 - Send click pings for Directory Tiles (including which link, tile, other metadata) [r=adw]
...
Send a ping from the DirectoryLinks module on various click actions from newtab page.
2014-06-09 22:03:23 -07:00
Maxim Zhilyaev
b26041e88a
Bug 993901 - Implement logic to decide when to fetch remotely hosted links [r=adw]
...
Download links file if it's been a day on init, new tab load, or pref change.
2014-05-27 13:59:33 -07:00
Wes Kocher
dd116b95d3
Backed out changeset 94eef72cb9b7 (bug 993901) for causing OSX bc1 to frequently fail in browser_tabopen_reflows.js
2014-05-28 17:00:32 -07:00
Maxim Zhilyaev
3980423de1
Bug 993901 - Implement logic to decide when to fetch remotely hosted links [r=adw]
...
Download links file if it's been a day on init, new tab load, or pref change.
2014-05-27 13:59:33 -07:00
Drew Willcoxon
0e5c640329
Bug 962490 - Add a search field to the new tab page (part 2: about:newtab changes). r=ttaubert
2014-04-24 19:09:23 -07:00
Ed Lee
db27d3fc8a
Bug 991210 - [new tab page] Tiles are sometimes arranged all in a single line (wrapping as appropriate, e.g. to two lines with 5 items and then 4 items), instead of 3x3 grid [r=adw]
...
Always Grid_init before "load", defer size calculation to "load", and only wait for links cache for site rendering. Clean up timers triggered from previous tests to avoid unexpected updates.
--HG--
extra : rebase_source : aba79dc12fd3660c50d8004197a6b2f5a23419cb
2014-04-15 12:14:09 -07:00
Olivier Yiptong
a304de35fc
Bug 975228 - Create logic to merge frecency-pages and Tiles (Tile equiv 1000 frecency) [r=adw]
...
Use DirectoryLinksProvider for Firefox and make PlacesProvider match in expected Links format.
Make sure there's at least 2 of each type so Telemetry doesn't know for sure which links were used.
2014-03-31 01:51:21 -07:00
Drew Willcoxon
92da42e60f
Bug 911307 - Reflect changes to top sites immediately in about:newtab (part 2, front-end patch). r=ttaubert
2014-03-28 23:31:05 -07:00
Phil Ringnalda
128149306e
Backed out 2 changesets (bug 911307) for frequent timeouts in browser_newtab_perwindow_private_browsing.js
...
Backed out changeset 70638b7c97f1 (bug 911307)
Backed out changeset 3951f7e82b4c (bug 911307)
2014-03-29 12:13:11 -07:00
Drew Willcoxon
5af27d6f35
Bug 911307 - Reflect changes to top sites immediately in about:newtab (part 2, front-end patch). r=ttaubert
2014-03-28 23:31:05 -07:00
Boris Zbarsky
51c7e3a485
Bug 980965. Stop using DOM constructors as functions in chrome code. r=bholley
2014-03-10 17:38:14 -04:00
Peter Van der Beken
9eec664955
Bug 923054 part 2 - Convert DataTransfer to WebIDL bindings, add WebIDL API and switch to the WebIDL binding. r=smaug
2014-02-26 22:23:31 -05:00
Tim Taubert
5c9ff5147e
Bug 902175 - [New Tab Page] Fix drag/drop tests on Retina displays r=jaws
2013-08-08 01:47:29 +02:00
Tim Taubert
97f3014cec
Bug 894876 - part 2 - Let about:newtab d&d test actually initiate and complete a drag session; r=jaws
2013-07-24 09:58:50 +02:00
Tim Taubert
33a343345c
Bug 791670 - part 3 - fix newtab page tests; r=jaws
2013-06-04 22:20:44 +02:00
Tim Taubert
f7b7b2f6dd
Bug 820738 - call populateCache() before overwriting history with test data to make sure we're not enqueued with an in-progress populateCache() call; r=mak
2013-05-31 16:51:04 +02:00
Tim Taubert
88f8798577
Bug 820738 - clearHistory() in about:newtab tests should wait for places-expiration-finished; r=mak
2013-05-24 10:06:03 +02:00
Matt Brubeck
5e4f433f95
Bug 840287 - Move NewTabUtils.jsm into toolkit [r=ttaubert]
...
--HG--
rename : browser/modules/NewTabUtils.jsm => toolkit/modules/NewTabUtils.jsm
rename : browser/modules/test/unit/chromeappsstore.sqlite => toolkit/modules/tests/xpcshell/chromeappsstore.sqlite
rename : browser/modules/test/unit/test_newtab-migrate-v1.js => toolkit/modules/tests/xpcshell/test_newtab-migrate-v1.js
2013-02-16 20:16:16 -08:00
Marco Bonardo
05fe96fb98
Bug 791447 - Move about:newTab data to preferences. r=gavin
...
Gecko 18 doesn't store anymore about: pages DOMStorage into chromeappsstore.sqlite, so any previous data would be lost on upgrade to it.
Moreover, we want to move off DOMStorage due to high startup costs.
Thus here we migrate old about:newTab chromeappsstore.sqlite data to complex prefs.
2012-12-03 20:19:17 +01:00
Ehsan Akhgari
cbcb0589f8
Bug 806709 - Port browser_newtab_private_browsing.js to the new per-tab PB APIs; r=jdm
...
--HG--
rename : browser/base/content/test/newtab/browser_newtab_private_browsing.js => browser/base/content/test/newtab/browser_newtab_perwindow_private_browsing.js
2012-11-08 15:29:23 -05:00
Tim Taubert
0dea432434
Bug 753448 - Part 3 - Adapt tests for the new tab page; r=jaws
2012-08-13 09:34:10 -07:00
Jonas Sicking
abf244acdd
Bug 774585: Fix browser code and tests to be aware of app principals. r=mounir
2012-07-21 00:29:40 -07:00
Tim Taubert
0403d4a2d4
Bug 765235 - [New Tab Page] test suite should make use of underlying storages; r=gavin
2012-07-07 11:55:06 +02:00
Tim Taubert
78e36cd986
Bug 721442 - [New Tab Page] Display the URL of the page on mouseover of thumbnails on about:newtab; r=dietrich
2012-04-14 00:43:29 +02:00
Tim Taubert
613928238c
Bug 734280 - [New Tab Page] clean up newtab test suite; r=dietrich
2012-03-27 12:02:55 +02:00
Tim Taubert
c1f2d00717
Bug 735574 - Extremely frequent leak of 1 BackstagePass, 2 Mutex, 9 ProxyListener coming from fx-team; r=dietrich
2012-03-15 23:28:22 +01:00
Tim Taubert
95abcee795
Bug 735166 - Intermittent timeout in browser_newtab_bug734043.js ( fix #2 ); r=bustage-fix
2012-03-13 09:48:21 +01:00
Tim Taubert
f4937f53c8
Bug 735166 - Intermittent timeout in browser_newtab_bug734043.js; r=bustage-fix
2012-03-13 09:45:09 +01:00
Tim Taubert
76d43175d2
Bug 729878 - Part 3 - Corrected newtab tests; r=dietrich
2012-03-13 03:24:10 +01:00
Tim Taubert
e7504618a9
Bug 734043 - Error: node.parentNode is null when I click x button of thumbnail quickly in newTab page; r=dietrich
2012-03-12 09:51:00 +01:00
Tim Taubert
82a717a752
Bug 722273 - [New Tab Page] clear internal links cache on 'browser:purge-session-history'; r=dietrich
2012-03-05 20:59:56 +01:00
Tim Taubert
a8bc51ac93
Backed out changeset ad37c208588d (bug 722273)
2012-03-06 11:05:58 +01:00
Tim Taubert
928eebd249
Bug 722273 - [New Tab Page] clear internal links cache on 'browser:purge-session-history'; r=dietrich
2012-03-05 20:59:56 +01:00
Dão Gottwald
1e1d2ead86
Bug 720985 - Make some tests stop polluting the global scope
2012-02-02 09:56:35 +01:00
Tim Taubert
39baaa468e
Bug 721413 - [New Tab Page] Load links lazily when opening a new tab; r=mak
2012-01-27 14:55:03 +01:00
Tim Taubert
bad9bc840c
Bug 455553 - Part 5 - New Tab Page tests and test suite; r=dietrich
2012-01-25 23:44:41 +01:00