Closed
Bug 3812
Opened 26 years ago
Closed 26 years ago
Throbber and/or Home should go to mozilla.org
Categories
(Core Graveyard :: Tracking, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M5
People
(Reporter: mikepinkerton, Assigned: sspitzer)
Details
This is not a netscape product, so it should not go to our homepage when you
click on the throbber or the "home" button. They should take you to mozilla.org
instead.
Re-assinged to chofmann@netscape.com.
You make the call, boss ...
(And then re-assing it to matt@netscape.com if you want it changed.)
Updated•26 years ago
|
Assignee: chofmann → cyeh
Target Milestone: M4
Comment 2•26 years ago
|
||
not critical for M3. lets fix this the right way by making the
commercial build point at home.netscape.com. when that happens
switch the mozilla source to point at mozilla.org.
assigned to cyeh.
checkin mozilla throbber. checkin home to mozilla.org. we'll force the branding
issue a little sooner.
Updated•26 years ago
|
Assignee: leaf → sspitzer
Comment 4•26 years ago
|
||
Seth has generously taken this off my hands.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•26 years ago
|
||
the throbber that won the contest a while back is now the throbber.
I'm going through and fixing all the xul and the css so that the N throbber is
gone, and click on it send you to http://www.mozilla.org
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M5
Assignee | ||
Comment 6•26 years ago
|
||
moving this to M5.
Assignee | ||
Comment 7•26 years ago
|
||
I've got the fix for this:
now the "home" button (and "Home" under the "Go" menu) go to the value of the
"browser.startup.homepage" pref in your prefs50.js file.
Example:
user_pref("browser.startup.homepage", "http://www.yahoo.com");
if you don't have that pref define, it goes to www.mozilla.org (this value is
#defined in
the throbber used to be hard wired in navigator.xul to go to home. now the
throbber has nothing to do with home, and it goes to http://www.mozilla.org.
To change the throbber url, all you need to do is change the throbber.url entity
in navigator.xul.
code has been reviewed by alecf
awaiting approval before I check it in.
Assignee | ||
Comment 8•26 years ago
|
||
I've got the fix for this:
now the "home" button (and "Home" under the "Go" menu) go to the value of the
"browser.startup.homepage" pref in your prefs50.js file.
Example:
user_pref("browser.startup.homepage", "http://www.yahoo.com");
if you don't have that pref define, it goes to www.mozilla.org (this value is
#defined in
the throbber used to be hard wired in navigator.xul to go to home. now the
throbber has nothing to do with home, and it goes to http://www.mozilla.org.
To change the throbber url, all you need to do is change the throbber.url entity
in navigator.xul.
code has been reviewed by alecf
awaiting approval before I check it in.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 9•26 years ago
|
||
the fix is checked in.
Comment 10•26 years ago
|
||
Marking Verified/Fixed.
Comment 11•26 years ago
|
||
Moving all Apprunner bugs past and present to Other component temporarily whilst
don and I set correct component. Apprunner component will be deleted/retired
shortly.
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•