Closed
Bug 1482205
Opened 5 years ago
Closed 5 years ago
Add top search, fixed search and bug fixes to Activity Stream
Categories
(Firefox :: New Tab Page, enhancement)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: Mardak, Assigned: Mardak)
References
(Depends on 1 open bug)
Details
(Whiteboard: [export])
User Story
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
Comment on attachment 8998963 [details] Bug 1482205 - Add top search, fixed search and bug fixes to Activity Stream Kate Hudson :k88hudson has approved the revision.
Attachment #8998963 -
Flags: review+
Comment 3•5 years ago
|
||
Comment on attachment 8998963 [details] Bug 1482205 - Add top search, fixed search and bug fixes to Activity Stream Kate Hudson :k88hudson has requested changes to the revision.
Attachment #8998963 -
Flags: review+
Comment 4•5 years ago
|
||
Comment on attachment 8998963 [details] Bug 1482205 - Add top search, fixed search and bug fixes to Activity Stream Kate Hudson :k88hudson has approved the revision.
Attachment #8998963 -
Flags: review+
Assignee | ||
Updated•5 years ago
|
Pushed by elee@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/972b3c48c6e9 Add top search, fixed search and bug fixes to Activity Stream r=k88hudson
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/972b3c48c6e9
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Comment 7•5 years ago
|
||
I'm getting RangeError: invalid array length[Learn More] TopSitesFeed.jsm:177:9 which results in my top sites being blank in today's Nightly 20180810100128 on Linux x86_64. It appears this patch is responsible. // The plainPinnedSites array is populated with pinned sites at their // respective indices, and null everywhere else, but is not always the // right length const pinnedSites = [...plainPinnedSites].concat( -> Array(numberOfSlots - plainPinnedSites.length).fill(null) );
Assignee | ||
Comment 8•5 years ago
|
||
(In reply to Bob Clary [:bc:] from comment #7) > I'm getting RangeError: invalid array length[Learn More] > TopSitesFeed.jsm:177:9 which results in my top sites being blank in today's > Nightly 20180810100128 on Linux x86_64. Thanks, fixing in https://github.com/mozilla/activity-stream/pull/4312 For now, you can just increase the number of top site rows from about:preferences#home
Updated•5 years ago
|
Comment 9•5 years ago
|
||
Marking this as qe-verify + until all its dependencies are assessed/verified.
Flags: qe-verify+
Assignee | ||
Updated•5 years ago
|
Whiteboard: [export]
Updated•4 years ago
|
Whiteboard: [export] → [export][qa-triaged]
Updated•4 years ago
|
QA Whiteboard: [qa-triaged]
Whiteboard: [export][qa-triaged] → [export]
Comment 10•4 years ago
|
||
Removing the qe-verify flag as most of the dependencies have been verified and this work has already made it in Release.
Flags: qe-verify+
Updated•4 years ago
|
Component: Activity Streams: Newtab → New Tab Page
You need to log in
before you can comment on or make changes to this bug.
Description
•