Closed
Bug 621273
Opened 15 years ago
Closed 15 years ago
Internal URLs show up as results after RSS feed preview
Categories
(Firefox :: Address Bar, defect)
Tracking
()
VERIFIED
FIXED
Firefox 4.0b11
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: c.ascheberg, Assigned: mak)
References
()
Details
(Keywords: regression, Whiteboard: [softblocker][4b10][fx4-fixed-bugday])
Attachments
(1 file)
1.68 KB,
patch
|
sdwilsh
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:2.0b9pre) Gecko/20101223 Firefox/4.0b9pre
Build Identifier: Mozilla/5.0 (Windows NT 6.0; rv:2.0b9pre) Gecko/20101223 Firefox/4.0b9pre
See STR below.
This is a regression:
works:
win32 2010-12-15-03-mozilla-central f11f7ed625ba
broken:
win32 2010-12-16-03-mozilla-central a5413c3c1013
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=f11f7ed625ba&tochange=a5413c3c1013
Reproducible: Always
Steps to Reproduce:
(you might start with a new profile)
1. type "add" into location bar (no results with clean profile)
2. open RSS feed in preview, for example given URL
3. type "add" into location bar again
Actual Results:
These two URL show up as results:
http://add.my.yahoo.com/rss?url=%s
http://www.google.com/ig/add?feedurl=%s
Expected Results:
Those URL should not be shown, because they were not visited.
Reporter | ||
Updated•15 years ago
|
Keywords: regression
Version: unspecified → Trunk
![]() |
||
Comment 1•15 years ago
|
||
Confirmed.
Works:
http://hg.mozilla.org/mozilla-central/rev/e435c9812855
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b9pre) Gecko/20101215 Firefox/4.0b9pre ID:20101215174043
Fails:
http://hg.mozilla.org/mozilla-central/rev/cd62a8afc52e
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b9pre) Gecko/20101215 Firefox/4.0b9pre ID:20101215204205
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=e435c9812855&tochange=cd62a8afc52e
![]() |
||
Comment 2•15 years ago
|
||
Linux too
http://hg.mozilla.org/mozilla-central/rev/ef42c524718f
Mozilla/5.0 (X11; Linux i686; rv:2.0b9pre) Gecko/20101223 Firefox/4.0b9pre ID:20101223030401
OS: Windows Vista → All
Reporter | ||
Comment 3•15 years ago
|
||
(In reply to comment #1)
How do you find those close regression ranges? Are there still hourly builds or so for that date?
OS: All → Windows Vista
![]() |
||
Comment 4•15 years ago
|
||
(In reply to comment #3)
> (In reply to comment #1)
>
> How do you find those close regression ranges? Are there still hourly builds or
> so for that date?
I cached hourly build on local HDD.
And you can find archived hourly on http://hourly-archive.localgho.st/hourly-archive2/mozilla-central-win32/
OS: Windows Vista → All
![]() |
||
Comment 5•15 years ago
|
||
Guess we need a Range on Places Branch, no?
![]() |
||
Comment 6•15 years ago
|
||
In local build
Build from af7e6f7cbf16 : fails
Build from 2a7a3641d67d : fails
Build from 6617dcb0d48a : fails
Build from d65c65ef13a4 : works
Build from 20311c05703e : works
Build from b198eca4d183 : works
Build from 4626f19fa27e : works
So, this is regressen by Bug 599973 - Don't use steps for async favicons
![]() |
||
Comment 7•15 years ago
|
||
And also
Build from 999385f355a3 : fails
Comment 8•15 years ago
|
||
Thanks for digging into this and getting a regression range!
blocking2.0: ? → final+
Assignee | ||
Comment 9•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → mak77
Status: NEW → ASSIGNED
Assignee | ||
Comment 10•15 years ago
|
||
those urls are there because we fetch icons for the default web handlers for RSS feeds (the feed preview page uses those icons for google and yahoo).
I will fix this bug along with bug 621274 since they are related.
Updated•15 years ago
|
Whiteboard: [needs bug 621274] → [needs bug 621274][softblocker]
Assignee | ||
Updated•15 years ago
|
Flags: in-testsuite? → in-testsuite+
Whiteboard: [needs bug 621274][softblocker] → [fixed by bug 621274][softblocker][fixed-in-places]
Comment 11•15 years ago
|
||
Bug 621274 is foxed now.
Assignee | ||
Comment 12•15 years ago
|
||
fixed by the check-in of bug 621274
http://hg.mozilla.org/mozilla-central/rev/1c1216dcafed
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b10
Comment 13•15 years ago
|
||
I can still reproduce this using:
Mozilla/5.0 (X11; Linux i686; rv:2.0b10pre) Gecko/20110121 Firefox/4.0b10pre
- and -
Mozilla/5.0 (X11; Linux i686; rv:2.0b10) Gecko/20100101 Firefox/4.0b10 (build1)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Whiteboard: [fixed by bug 621274][softblocker][fixed-in-places] → [fixed by bug 621274][softblocker][fixed-in-places][4b10]
Assignee | ||
Comment 14•15 years ago
|
||
Thanks for looking again at this, I was pretty sire to have tested this case but looks like it slipped out.
Now we correctly set hidden=1 but we let frecency to the default value (-1), autocomplete is now basing its behavior on frecency rather than hidden, so we consider these entries "to-be-recalculated". Next frecency recalculation will fix this but in the meanwhile the uris are showing up.
I'll increase the strictness of the fix in bug 621274 to also set frecency to 0.
Assignee | ||
Comment 15•15 years ago
|
||
Shawn, I'd directly go to central with this, should not bitrot anything we could put on the branch.
Attachment #506412 -
Flags: review?(sdwilsh)
Assignee | ||
Updated•15 years ago
|
Whiteboard: [fixed by bug 621274][softblocker][fixed-in-places][4b10] → [softblocker][4b10]
Comment 16•15 years ago
|
||
Comment on attachment 506412 [details] [diff] [review]
patch v1.0 (checked-in)
r=sdwilsh
Attachment #506412 -
Flags: review?(sdwilsh) → review+
Assignee | ||
Comment 17•15 years ago
|
||
Comment on attachment 506412 [details] [diff] [review]
patch v1.0 (checked-in)
http://hg.mozilla.org/mozilla-central/rev/2c27b1eb2085
Attachment #506412 -
Attachment description: patch v1.0 → patch v1.0 (checked-in)
Assignee | ||
Updated•15 years ago
|
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Target Milestone: Firefox 4.0b10 → Firefox 4.0b11
Comment 18•15 years ago
|
||
Verified fixed on Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b12pre) Gecko/20110204 Firefox/4.0b12pre
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
Whiteboard: [softblocker][4b10] → [softblocker][4b10][fx4-fixed-bugday]
You need to log in
before you can comment on or make changes to this bug.
Description
•