Closed
Bug 473760
Opened 16 years ago
Closed 16 years ago
browser components broken (Can't set default browser, RSS feed has no style information, No default browser dialog anymore, no import of bookmarks)
Categories
(Firefox :: Shell Integration, defect)
Tracking
()
RESOLVED
FIXED
Firefox 3.6a1
People
(Reporter: shadow912kage, Assigned: ted)
References
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090115 Minefield/3.2a1pre BuildID: 20090115033950
Can't set to system defaults browser when press [Check Now] button.
Reproducible: Always
Steps to Reproduce:
1.Open Options dialog, select Advanced panel > General tab
2.Press [Check Now] button in System Defaults
Actual Results:
Minefield isn't set to System Defaults browser.
Expected Results:
Minefield is set to System Defaults browser.
on error console:
Error: Components.classes['@mozilla.org/browser/shell-service;1'] is undefined
Source File: chrome://browser/content/preferences/advanced.js
Line: 531
Updated•16 years ago
|
Component: Preferences → Shell Integration
QA Contact: preferences → shell.integration
Version: unspecified → Trunk
![]() |
||
Comment 1•16 years ago
|
||
Confirmed using
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090115 Minefield/3.2a1pre
Now to figure out what broke this
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•16 years ago
|
||
Is this broken on 1.9.1 branch?
![]() |
||
Comment 3•16 years ago
|
||
No. That can be checked by installing / running Shiretoko, making sure another browser is set as default, and trying to set as default.
![]() |
||
Comment 4•16 years ago
|
||
Nothing obvious has changed that would cause this. A regression range would be handy.
![]() |
||
Comment 5•16 years ago
|
||
Also broken in latest zip builds
![]() |
||
Comment 6•16 years ago
|
||
Just rebuilt without a clobber and was not able to reproduce this. :(
![]() |
||
Comment 7•16 years ago
|
||
After packaging is when this happens
![]() |
||
Comment 8•16 years ago
|
||
The following build works
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090113 Minefield/3.2a1pre
SourceStamp=9dbded90af2a
![]() |
||
Updated•16 years ago
|
Keywords: regression
![]() |
||
Comment 9•16 years ago
|
||
bug 467862 caused this... see bug 467862 comment #8
Assignee | ||
Comment 10•16 years ago
|
||
So only packaged builds?
![]() |
||
Comment 11•16 years ago
|
||
Packaged zip and installer.
![]() |
||
Comment 12•16 years ago
|
||
I also just verified that running in dist/bin with changeset 19e319a0647b does work
![]() |
||
Comment 13•16 years ago
|
||
In case you didn't see it in bug 467862 I'm taking tomorrow off and won't be back until Tuesday so I won't be able to help fix this bug anytime soon
Assignee | ||
Comment 14•16 years ago
|
||
Oops, I broke the browser components. I suspect this has to do with SHORT_LIBNAME.
Summary: Can't set to default browser → browser components broken (Can't set default browser, RSS feed has no style information, No default browser dialog anymore, no import of bookmarks)
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → ted.mielczarek
Status: NEW → ASSIGNED
Assignee | ||
Comment 17•16 years ago
|
||
< ./components/browsercomps.dll
Yeah. The browser components are getting built as "browsercomps.dll", but the packaging manifest wants to package "brwsrcmp.dll". Hilarity ensues. I guess I should either fix or remove support for SHORT_LIBNAME. (I'd prefer the latter, actually.)
Assignee | ||
Comment 18•16 years ago
|
||
Wish our unit tests were testing the packaged builds. :-/ (Granted that bug is assigned to me too.)
Assignee | ||
Comment 19•16 years ago
|
||
Pushed a bustage fix, sorry about that:
http://hg.mozilla.org/mozilla-central/rev/28e4291a4892
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 20•16 years ago
|
||
(In reply to comment #19)
> Pushed a bustage fix, sorry about that:
> http://hg.mozilla.org/mozilla-central/rev/28e4291a4892
Checked in same fix to js/src/config to fix TUnit: http://hg.mozilla.org/mozilla-central/rev/865f79b35ebf
Reporter | ||
Comment 22•16 years ago
|
||
I've confirmed to fix this issue under Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090117 Minefield/3.2a1pre BuildID: 20090117033728.
thanks all.
Comment 23•16 years ago
|
||
This seems to be broken again in build:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090130 Minefield/3.2a1pre
so if anyone can confirm.
Assignee | ||
Comment 24•16 years ago
|
||
WFM with the same build.
Comment 25•16 years ago
|
||
Actually it WFM now on a different machine with Vista instead of XP using same build.
Updated•15 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•