Chris Peterson
e6491b54d1
Bug 1105406 - Remove deprecated for-each-in array comprehension in about:newtab. r=adw
2014-11-25 23:45:45 -08:00
Felipe Gomes
67d33145ed
Bug 1101147 - Update about:newtab search styling. r=Mossop
2014-11-24 08:40:22 -02:00
Tim Taubert
e2f56217e8
Bug 1077652 - Simplify about:newtab page update mechanism and correct behavior to work better with preloading r=gijs
2014-11-07 14:56:30 +01:00
Tim Taubert
b584f990fc
Bug 1077652 - Hide xul:panels by default when not opened r=gijs
...
We need to hide <xul:panel>s by default for performance reasons. The RefreshDriver calls gtk/nsWindow::GetClientOffset() in a hot loop and causes a lot of communication between us and the XServer. We and up poll()ing and waiting for XServer responses in RefreshDriver::Tick() which regresses performance on Linux by 50-100%.
2014-11-03 23:50:57 +01:00
Blake Winton
daabef29fa
Bug 1026568 - Add placeholder text to the newtab page. r=adw, ui-r=clarkbw
2014-10-31 16:00:34 -04:00
Tim Taubert
20449165ca
Bug 1070620 - Render newtab page grid and sites in a single step using a DocumentFragment r=gijs,adw
2014-09-20 18:08:49 +02:00
Erik Vold
e1a9cfd648
Bug 1075226 - Use Array.map in Updater_fillEmptyCells r=ttaubert
2014-10-15 22:26:42 -07:00
Ed Lee
35611d4a7d
Bug 1081157 - "What is this page" link appears on "blank" version of about:newtab [r=ttaubert]
...
Hide the link with css display: none when page is disabled.
2014-10-10 09:31:54 -07:00
Tim Taubert
222b53c498
Bug 1078085 - Simplify preference checking code in the newtab preloader r=gijs
2014-10-07 17:54:31 +02:00
Tomasz Kołodziejski
dd47aa6b87
Bug 1077200 - Include searchSuggestionUI.js before newTab.js in case it's used synchronously. r=ttaubert
2014-10-03 10:30:29 -07:00
Till Schneidereit
ff0240c3f6
Bug 1075059 - Part 1: Backout of Array.prototpype.contains usages. r=me
...
--HG--
extra : rebase_source : c40bca2849fdfee824560253c7ffe8fb93f9b774
2014-10-02 17:37:48 +02:00
Erik Vold
afa2847351
Bug 1075211 - Remove the self hack from content/newtab/updater.js r=ttaubert
2014-09-30 23:42:03 +01:00
Tomasz Kołodziejski
05c810463a
Bug 1032324 - about:newtab can't switch search engine if icon/logo/image is not available. r=adw
2014-09-26 09:37:00 +02:00
Sudheesh Singanamalla
0d1a8f9ebb
Bug 1054492: move DirectoryLinksProvider.jsm to browser/ since it's Firefox-specific, r=gavin
...
--HG--
rename : toolkit/modules/DirectoryLinksProvider.jsm => browser/modules/DirectoryLinksProvider.jsm
rename : toolkit/modules/tests/xpcshell/test_DirectoryLinksProvider.js => browser/modules/test/xpcshell/test_DirectoryLinksProvider.js
2014-09-22 13:23:19 +05:30
Ayush Mishra
6464e11b50
Bug 1072889 - Replace array.indexOf(...) != -1 with array.contains(...) in browser/base/ ; r=dao
2014-09-26 20:51:09 +02:00
Ed Lee
cdbff486c6
Bug 1062256 - Improve the design of the »What is this« bubble on about:newtab [r=adw]
...
Move customize item to outside the panel. Update various panel styling: spacing, sizing, colors.
2014-09-24 21:41:22 -07:00
Tim Taubert
e87a1a3ec8
Bug 1071635 - Get rid of uninterruptible reflows caused by checkSizing() and onPageFirstSized() r=adw
2014-09-23 19:08:56 +02:00
Ed Lee
c25e09e640
Bug 1070022 - Improve Contrast of Text on New Tab Page [r=adw]
2014-09-23 16:19:52 -07:00
Ed Lee
ba84f1293f
Bug 1071822 - update the learn more link in the tiles intro popup [r=adw]
...
Add a separate const for separate links.
2014-09-23 14:01:49 -07:00
Ed Lee
47eeb17bdc
Bug 1064515 - update learn more link for sponsored tiles overlay [r=adw]
2014-09-23 13:59:27 -07:00
Tim Taubert
5ccfa07bf9
Bug 1067173 - Bail out early if _resizeGrid() is called before the page has loaded f=Mardak r=adw
2014-09-20 20:41:18 +02:00
Blake Winton
103aa81085
Bug 1036912 - Log selections of searchSuggestTable in newtab. r=mak
2014-09-08 11:13:30 -04:00
Carsten "Tomcat" Book
cf071d51ad
Backed out changeset ceb9328526e0 (bug 1036912) for bc1 test errors
2014-09-08 10:19:39 +02:00
Blake Winton
f386206aae
Bug 1036912 - Log selections of searchSuggestTable in newtab. r=mak
2014-09-04 11:03:57 -04:00
Ed Lee
14f090dfa9
Bug 1053530 - Enhanced Tiles intro text popup [r=adw]
...
Add a panel that opens from the customize menu. Automatically show it on first opening.
2014-08-21 12:05:48 -07:00
Ed Lee
5b064add4e
Bug 1042214 - Send detailed view ping of shown tiles [r=adw f=gavin]
...
Report click and view pings the same way by including sites with their metadata when tiles are enhanced defaulting to true unless DNT is on. Remove telemetry probes and related now unused codepaths. Explicitly not send urls for history and only for enhanced.
2014-08-08 15:40:40 -08:00
Ed Lee
36f8360fb3
Bug 1040369 - Replace sponsored icon with identifying text [r=adw]
...
Add sponsored text next to title that triggers explanation text. Remove unused sponsored icon and related files.
2014-08-21 19:21:38 -07:00
Alex Bardas
02337431c7
Bug 1041678 - CTRL/Command K should goto search bar in new tab if open, rather than opening about:home. r=Gijs, r=adw
2014-08-14 15:48:00 -04:00
Ed Lee
fd8aade4c4
Bug 1045769 - Adjust new tab whitespace: whitespace sizing, positioning of undo box [r=adw]
...
Move undo box to the top left above the seach box which now contains its appropriate padding.
2014-08-14 17:03:46 -07:00
Drew Willcoxon
b63e547985
Bug 1028985 - Provide search suggestions on Firefox new tab page (about:newtab). r=MattN
2014-08-01 12:00:49 -07:00
Ed Lee
a1ba17e074
Bug 1037091 - Add gear button with doorhanger configuration of newtab page [r=adw]
...
Add new newtab control file for the customize functionality. Reuse existing panel styling of the search engine panel.
--HG--
extra : rebase_source : 77e84fad6997504040831872d80069d024b1d570
2014-07-24 17:20:03 -07:00
Ed Lee
b32fe95f18
Bug 1042204 - Control the enhancement of history tiles with a pref [r=adw]
...
Only show enhanced history when the pref allows it. Update newtab pages when enhanced pref changes.
--HG--
extra : rebase_source : 3a7466d119df6d0bffef4a71e9142b1e21f077ed
2014-07-23 11:02:51 -07:00
Ed Lee
705baf23e7
Bug 1036299 - Show enhanced content image when the tile is unhovered [r=adw]
...
Place an image above the usual thumbnail to hide on hover. Have DirectoryLinksProvider keep a cache of enhanced links/images to use on history tiles.
--HG--
extra : rebase_source : e4d1ddafebf13c1723a79d889a7ca3039396bc0d
2014-07-23 11:02:49 -07:00
Ed Lee
270fdcdd73
Bug 1036284 - Update styling of newtab tiles to enhanced tiles spec [r=adw]
...
Set appropriate sizes, coloring, opacity, etc.
2014-07-22 23:42:27 -07:00
Ed Lee
5db3e0c497
Backed out changeset 0d2f538bddde (bug 1036284) for Windows 7 bc1 crashes.
2014-07-19 08:34:48 -07:00
Ed Lee
1b5c2c4f7b
Bug 1036284 - Update styling of newtab tiles to enhanced tiles spec [r=adw]
...
Set appropriate sizes, coloring, opacity, etc.
2014-07-18 23:14:33 -07:00
Ed Lee
719633e43d
Bug 1036288 - Fix search box to 2 columns width instead of stretching all the way [r=adw]
...
Make the search as big as possible but contained within 2 columns.
2014-07-18 23:14:32 -07:00
Alexander Seleznev
f6662517c7
Bug 1038607 - Fix text color in search field on about:newtab page. r=dao
2014-07-15 03:39:00 +02:00
Tim Taubert
901fcf979b
Bug 1032243 - about:newtab should use native Promise implementation r=adw
2014-07-02 16:38:20 -07:00
Marc Schmitzer
0877265d45
Bug 1031942 - Quote URLs for new tab page thumbnails. r=adw
...
Without quoting, thumbnails for URLs containing e.g.
parenthesis are not shown.
2014-07-01 13:29:00 +02:00
Drew Willcoxon
00a611658b
Bug 1021110 - Icons in about:newtab's search panel should be high-res (2x DPI) on high-res displays. r=ttaubert
2014-06-17 15:23:52 -07:00
Drew Willcoxon
d962fbd62a
Bug 1019990 - about:newtab preloader should load content.js. r=ttaubert
2014-06-17 12:35:34 -07:00
Drew Willcoxon
758bc9d5d2
Bug 1019991 - about:newtab should lazily build its search panel popup. r=ttaubert
2014-06-17 12:35:34 -07:00
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
Ed Lee
4262c7162e
Bug 1019298 - Use Telemetry to count which directory links were shown in which tile position [r=adw f=gfritzsche]
...
Remember the directory index and trigger the telemetry probe for link0-8 and tile0-8.
2014-06-05 00:29:51 -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
Tim Taubert
de92dbfcc9
Bug 973532 - Let the preloader's docShells be inactive so that about:newtab can rely on document.hidden r=adw
2014-05-19 23:33:59 +02:00