Closed
Bug 328496
Opened 20 years ago
Closed 20 years ago
search engines appear multiple times
Categories
(Firefox :: Search, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Peter6, Assigned: enndeakin)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
1.33 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060224 Firefox/1.6a1 ID:2006022400-Cairo
repro:
1. Open Firefox
2. press on default searchengine to to select different one
result:
every engine is multiple times in the list
| Reporter | ||
Comment 1•20 years ago
|
||
regressionwindow:
works in 20060223 1035pst build
fails in 20060223 1523pst build
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&filetype=match&whotype=match&sortby=Date&hours=2&date=explicit&mindate=20060223+1000&maxdate=20060223+1523&cvsroot=%2Fcvsroot
Comment 2•20 years ago
|
||
*** Bug 328495 has been marked as a duplicate of this bug. ***
| Reporter | ||
Comment 3•20 years ago
|
||
happens in both cairo and non-cairo builds
Comment 4•20 years ago
|
||
Most likely a regression from bug 328496.
Comment 6•20 years ago
|
||
oh, right :)
stupid clipboard.
| Assignee | ||
Comment 7•20 years ago
|
||
Turns out that the search service is modifying the RDF while the template is initially being built. This causes the modification notifications to update the template, then the initial build continues adding the same data again. Fix this by removing the old content when replacing a match similar to bug 327504.
Why is the search service adding all the engines, removing them all again, and then readding them? For sorting?
Assignee: nobody → enndeakin
Status: NEW → ASSIGNED
Attachment #213095 -
Flags: superreview?(bzbarsky)
Attachment #213095 -
Flags: review?(bzbarsky)
Updated•20 years ago
|
Attachment #213095 -
Flags: superreview?(bzbarsky)
Attachment #213095 -
Flags: superreview+
Attachment #213095 -
Flags: review?(bzbarsky)
Attachment #213095 -
Flags: review+
| Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•