Drew Willcoxon
2a4e1d38cc
Bug 933984 - Fix "this._mutationObserver is undefined" error on new tab page. r=gavin
2013-11-04 22:32:33 -08:00
Drew Willcoxon
aa89292db1
Bug 910036 - about:newtab shouldn't load thumbnails in background when hidden by preloader. r=gavin
2013-10-30 19:33:02 -07:00
Drew Willcoxon
313b0c24ef
Bug 927688 - Enable background thumbnailing on beta and release. r=markh,gps
2013-10-24 17:17:46 -07:00
Drew Willcoxon
fa026a5be1
Bug 906615 - Background thumbnail service shouldn't overwrite existing thumbnails, and foreground service shouldn't capture when thumbnails are fresh. r=markh
2013-09-12 09:25:57 -07:00
Drew Willcoxon
d9d665c074
Bug 912763 - Disable background thumbnails on Beta. r=markh
2013-09-09 19:58:57 -07:00
Mark Hammond
b71bd8a243
Bug 897408 - remove erroneous style.removeProperty call in Site.prototype.refreshThumbnail. r=ttaubert
2013-08-07 11:10:57 +10:00
Tim Taubert
5d2a3415da
Backed out changeset 105e1f064e67 (bug 895359)
2013-07-24 16:50:55 +02:00
Tim Taubert
63f1801e4f
Bug 895359 - [New Tab Page] Switch to Promise.jsm and remove remaining callbacks; r=jaws
2013-07-24 09:58:50 +02:00
Tim Taubert
fa3f42a678
Bug 894345 - [New Tab Page] Fix drag/drop behavior when rearranging sites; r=jaws
2013-07-24 09:58:50 +02:00
Mark Hammond
33d3f6e765
Bug 870100 (part 2) - about:newtab observes notifications for new page thumbnails. r=ttaubert
2013-07-23 17:41:12 +10:00
Tim Taubert
5f6ad9b14e
Bug 791670 - part 3 - fix newtab page tests; r=jaws
2013-06-04 22:20:44 +02:00
Tim Taubert
f1fd250572
Bug 875496 - Simplify code that creates the newtab preload frame and remove unnecessary preload.xhtml; r=jaws
2013-05-23 23:52:06 +02:00
Dão Gottwald
d47add7458
Bug 866400 - New tab page shouldn't disable the find bar. r=ttaubert
2013-04-27 14:56:51 +02:00
Tim Taubert
762d465fca
Bug 854075 - Use mouseover instead of mouseenter for newtab page; r=jaws
2013-03-26 15:00:59 +01:00
Tim Taubert
c679d8daf5
Bug 790882 - [New Tab Page] Speculatively open connections for sites when hovering them; r=jaws
2013-03-21 15:11:57 +01:00
Tim Taubert
bb9a0e6b4e
Bug 852531 - [New Tab Page] use promises to wait for a batch of operations to complete; r=yoric
2013-03-20 17:06:34 +01:00
Sebastian Hengst
f6ad856504
Bug 845825 - [New tab page] Undo bar: Close button's tooltip not shown. r=ttaubert
2013-03-14 19:56:41 +01:00
Matt Brubeck
29a03fb2d7
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
Matt Brubeck
72ace35626
Bug 811548 - Move PageThumbs.jsm from /browser to /toolkit
...
--HG--
rename : browser/components/thumbnails/BrowserPageThumbs.manifest => toolkit/components/thumbnails/BrowserPageThumbs.manifest
rename : browser/components/thumbnails/Makefile.in => toolkit/components/thumbnails/Makefile.in
rename : browser/components/thumbnails/PageThumbs.jsm => toolkit/components/thumbnails/PageThumbs.jsm
rename : browser/components/thumbnails/PageThumbsProtocol.js => toolkit/components/thumbnails/PageThumbsProtocol.js
rename : browser/components/thumbnails/PageThumbsWorker.js => toolkit/components/thumbnails/PageThumbsWorker.js
rename : browser/components/thumbnails/test/Makefile.in => toolkit/components/thumbnails/test/Makefile.in
rename : browser/components/thumbnails/test/background_red.html => toolkit/components/thumbnails/test/background_red.html
rename : browser/components/thumbnails/test/background_red_redirect.sjs => toolkit/components/thumbnails/test/background_red_redirect.sjs
rename : browser/components/thumbnails/test/browser_thumbnails_bug726727.js => toolkit/components/thumbnails/test/browser_thumbnails_bug726727.js
rename : browser/components/thumbnails/test/browser_thumbnails_capture.js => toolkit/components/thumbnails/test/browser_thumbnails_capture.js
rename : browser/components/thumbnails/test/browser_thumbnails_expiration.js => toolkit/components/thumbnails/test/browser_thumbnails_expiration.js
rename : browser/components/thumbnails/test/browser_thumbnails_privacy.js => toolkit/components/thumbnails/test/browser_thumbnails_privacy.js
rename : browser/components/thumbnails/test/browser_thumbnails_redirect.js => toolkit/components/thumbnails/test/browser_thumbnails_redirect.js
rename : browser/components/thumbnails/test/browser_thumbnails_storage.js => toolkit/components/thumbnails/test/browser_thumbnails_storage.js
rename : browser/components/thumbnails/test/browser_thumbnails_storage_migrate3.js => toolkit/components/thumbnails/test/browser_thumbnails_storage_migrate3.js
rename : browser/components/thumbnails/test/head.js => toolkit/components/thumbnails/test/head.js
rename : browser/components/thumbnails/test/privacy_cache_control.sjs => toolkit/components/thumbnails/test/privacy_cache_control.sjs
2013-02-16 20:15:41 -08:00
Andres Hernandez
f8a5d7d8dc
Bug 722234 - [New Tab Page] provide an option to undo remove a site r=ttaubert ui-r=shorlander
2012-08-23 16:34:52 -06:00
Ehsan Akhgari
606a3017ed
Bug 798516 - Remove support for gPrivateBrowsingUI.privateWindow; r=jdm
...
This patch replaces the privateWindow API with the toolkit
PrivateBrowsingUtils.isWindowPrivate API, which is better in the sense
that it is chrome/content agnostic and is not browser/ specific.
2012-10-05 19:25:52 -04:00
Tim Taubert
70363690e8
Bug 780123 - [New Tab Page] Use the hiddenWindow to preload a single newtab page that then serves multiple windows; r=jaws
2012-09-19 16:20:44 +02:00
Tim Taubert
3c3d34ecab
Bug 791676 - [New Tab Page] don't start transition for dynamically created elements off a timeout; r=dao
2012-09-17 17:19:23 +02:00
Bellindira Castillo [:bellindira]
aa00394b82
Bug 752841 - [New Tab Page] Make the number of tabs adjustable; r=ttaubert
2012-08-16 23:01:03 -06:00
Andres Hernandez
fd33841755
Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin
...
--HG--
extra : rebase_source : cc42d98604e38528f3bc9941dce4f15ec8ad5d67
2012-08-10 14:20:25 -06:00
Tim Taubert
7f2a68d878
Bug 765628 - Bookmarklets on the new tab page are able to run privileged javascript; r=gavin
2012-07-17 00:35:13 +02:00
Ekanan Ketunuti
1c628eee61
Bug 772460 - Replace '-moz-transition' with 'transition' in browser/. r=dao
2012-07-11 09:13:55 +07:00
Tim Taubert
2b53c40cac
Bug 771892 - [New Tab Page] check for private browsing mode *every* time a user drags a link onto the grid; r=ehsan
2012-07-10 00:35:30 +02:00
Owen Coutts
23549e9053
Bug 767289 - [New Tab page] The :hover border should follow the dragImage instead of staying with the thumbnail tile; r=ttaubert
2012-07-04 13:07:41 -04:00
Andres Hernandez [:andreshm]
a0c2fab953
Bug 765729 - New Tab page thumbnails can't be tabbed to r=ttaubert
2012-06-25 14:03:26 -06:00
Saurabh Anand
250569740d
Bug 722990 - NewTabUtils.jsm uses a global Private Browsing state to make decisions; r=ttaubert
2012-06-20 14:00:21 +05:30
Gervase Markham
ca171eec44
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Bellindira Castillo [:bellindira]
5d704f2c2d
Bug 736476 - Title page for New tab is about:newtab after restart r=ttaubert
2012-04-19 17:02:32 +08:00
Tim Taubert
1964f0fd71
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
b90c74e3a3
Bug 742782 - [New Tab Page] Error: aCallback is not defined; r=dietrich
2012-04-06 00:33:47 +02:00
Tim Taubert
f0e9f8a341
Bug 734280 - [New Tab Page] clean up newtab test suite; r=dietrich
2012-03-27 12:02:55 +02:00
Blair McBride
36fa40bad2
Bug 735564 - about:newtab has on-hover UI that doesn't work well with touch-screens. r=ttaubert
2012-03-21 17:16:19 +13:00
Tim Taubert
3233015dde
Bug 735987 - [New Tab Page] Dropping blocked links onto the grid again should unblock them; r=dietrich
2012-03-16 09:00:18 +01:00
Tim Taubert
d9875a8b00
Bug 729878 - Part 1 - New layout implementation; r=dietrich,dao ui-r=shorlander
2012-03-13 03:23:01 +01:00
Tim Taubert
5242458972
Bug 725996 - New Tab Page should not respond to dragged bookmark folders or should handle them properly; r=dietrich
2012-03-13 03:03:45 +01:00
Tim Taubert
31c6317f16
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
a6ba040421
Bug 723121 - [New Tab Page] Dragging and clicking on a thumbnail freezes the thumbnail grid; r=dietrich
2012-03-08 12:57:26 +01:00
Tim Taubert
28a759aaa0
Bug 730484 - [New Tab Page] don't iterate NodeList properties when creating cells; r=dietrich
2012-02-25 01:08:44 +01:00
Tim Taubert
8868a92a2d
Bug 721417 - Can't drag and drop URL into about:newtab; r=fryn
2012-02-08 02:46:20 +01:00
Tim Taubert
5755bdaf36
Bug 723102 - [New Tab Page] Can't Hide/Show New Tab Page when closing left tab; r=jaws
2012-02-04 11:47:07 +01:00
teramako
cdbf3b742d
Bug 722663 - open a new tab from Panorama view should reference gWindow.BROWSER_NEW_TAB_URL; r=dietrich
2012-02-03 10:41:09 +01:00
Tim Taubert
3609267874
Bug 717492 - [New Tab Page] URL bar history pops up when pressing toolbar buttons; r=dao
2012-01-25 23:47:36 +01:00
Tim Taubert
1aef427386
Bug 717110 - [New Tab Page] Tooltips should be added to page thumbnails; r=dao
2012-01-25 23:45:16 +01:00
Tim Taubert
19c86cbf99
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
0baadcb3b8
Bug 455553 - Part 2 - Assets / CSS / Images; r=dao
2012-01-25 23:42:15 +01:00