Closed
Bug 432163
Opened 17 years ago
Closed 17 years ago
if start page is a file:// url, firefox shows go button instead of star
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
Firefox 3.1a1
People
(Reporter: wgianopoulos, Assigned: dao)
References
Details
(Keywords: regression, verified1.9.0.2)
Attachments
(1 file)
|
2.12 KB,
patch
|
Gavin
:
review+
samuel.sidler+old
:
approval1.9.0.2+
|
Details | Diff | Splinter Review |
IF your startpage is a file:// type url, Firefox shows the go button instead of the star in the addressbar. This is a regression which did NOT occur in beta5.
Flags: blocking-firefox3?
| Reporter | ||
Comment 1•17 years ago
|
||
This happens on Windows as well.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008050406 Minefield/3.0pre ID:2008050406
OS -> All
OS: Linux → All
Hardware: PC → All
| Assignee | ||
Updated•17 years ago
|
Comment 2•17 years ago
|
||
This will not block the final release of Firefox 3. Any patch will need unit tests in order to be approved.
Flags: wanted-firefox3+
Flags: blocking-firefox3?
Flags: blocking-firefox3-
| Assignee | ||
Comment 3•17 years ago
|
||
Not sure why this regressed now, a range would be helpful.
| Assignee | ||
Comment 4•17 years ago
|
||
Just tested the 2008-04-05-04 nightly, and this bug occurred only occasionally. Seems like delayedStartup and pageload are really racing. Maybe pageload got a little bit faster recently.
Keywords: qawanted,
regression
| Assignee | ||
Updated•17 years ago
|
Attachment #319439 -
Attachment description: don't set pageproxystate="invalid" in delayedStart → don't set pageproxystate="invalid" in delayedStartup()
| Reporter | ||
Comment 5•17 years ago
|
||
(In reply to comment #3)
> Created an attachment (id=319439) [details]
> don't set pageproxystate="invalid" in delayedStart
>
> Not sure why this regressed now, a range would be helpful.
>
Checkins during regression window:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2008-04-17+04%3A13&maxdate=2008-04-18+04%3A02&cvsroot=%2Fcvsroot
| Reporter | ||
Comment 6•17 years ago
|
||
(In reply to comment #3)
> Created an attachment (id=319439) [details]
> don't set pageproxystate="invalid" in delayedStart
This fixes the issue for me.
| Reporter | ||
Comment 7•17 years ago
|
||
(In reply to comment #2)
> This will not block the final release of Firefox 3. Any patch will need unit
> tests in order to be approved.
>
This will be a more visible issue for builds included with linux distributions, which tend to come with start pages set to things like "file:///usr/share/doc/HTML/index.html"
| Reporter | ||
Updated•17 years ago
|
Summary: if start page is a file:// url, firefox shows go button instaed of star → if start page is a file:// url, firefox shows go button instead of star
| Reporter | ||
Comment 8•17 years ago
|
||
This was regressed by the check-in for bug 425814.
Blocks: 425814
Keywords: regression
Comment 9•17 years ago
|
||
Comment on attachment 319439 [details] [diff] [review]
don't set pageproxystate="invalid" in delayedStartup()
Blake moved this from browserStartup() to delayed startup in revision 1.107 of browser.js, with no indication of why :(
I don't think we need to take this for Firefox 3.
Attachment #319439 -
Flags: review?(gavin.sharp) → review+
| Assignee | ||
Updated•17 years ago
|
Flags: wanted1.9.0.x?
| Reporter | ||
Comment 10•17 years ago
|
||
(In reply to comment #9)
> (From update of attachment 319439 [details] [diff] [review])
> Blake moved this from browserStartup() to delayed startup in revision 1.107 of
> browser.js, with no indication of why :(
It still seems to be done in Startup in navigator.js.
| Assignee | ||
Updated•17 years ago
|
Whiteboard: [RC2?]
| Assignee | ||
Updated•17 years ago
|
Attachment #319439 -
Flags: approval1.9?
| Assignee | ||
Updated•17 years ago
|
Whiteboard: [RC2?]
| Assignee | ||
Updated•17 years ago
|
Attachment #319439 -
Flags: approval1.9?
| Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Comment 11•17 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.1
| Assignee | ||
Updated•17 years ago
|
Attachment #319439 -
Flags: approval1.9.0.1?
Updated•17 years ago
|
Attachment #319439 -
Flags: approval1.9.0.1? → approval1.9.0.2?
| Assignee | ||
Updated•17 years ago
|
Target Milestone: Firefox 3.1 → Firefox 3.1a1
Comment 13•17 years ago
|
||
Comment on attachment 319439 [details] [diff] [review]
don't set pageproxystate="invalid" in delayedStartup()
Approved for 1.9.0.2. Please land in CVS. a=ss
Attachment #319439 -
Flags: approval1.9.0.2? → approval1.9.0.2+
| Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Updated•17 years ago
|
Flags: wanted1.9.0.x? → wanted1.9.0.x+
Whiteboard: [needs checkin on 1.9]
Comment 14•17 years ago
|
||
mozilla/browser/base/content/browser.js 1.1037
mozilla/browser/base/content/browser.xul 1.467
Keywords: checkin-needed → fixed1.9.0.2
Whiteboard: [needs checkin on 1.9]
Comment 15•17 years ago
|
||
Verified for 1.9.0.2 with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.2) Gecko/2008090212 Firefox/3.0.2.
Keywords: fixed1.9.0.2 → verified1.9.0.2
You need to log in
before you can comment on or make changes to this bug.
Description
•