Closed
Bug 425062
Opened 18 years ago
Closed 18 years ago
FUEL: Error: Application is not defined
Categories
(Firefox :: General, defect, P1)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 3 beta5
People
(Reporter: zeniko, Assigned: Gavin)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
3.05 KB,
patch
|
mfinkle
:
review+
beltzner
:
approval1.9b5+
|
Details | Diff | Splinter Review |
Regression from bug 407963 in today's nightly (last known good: 2008032405). On the first start on a new profile I get...
Error: i is undefined
Source File: file:///C:/Programme/Mozilla%20Firefox/modules/XPCOMUtils.jsm
Line: 115
----------
Failed to load XPCOM component: C:\Programme\Mozilla Firefox\components\fuelApplication.js
... and trying to use FUEL results in...
Error: Application is not defined
Could this be a packing issue (as e.g. the new xpts missing)?
Flags: blocking-firefox3?
| Assignee | ||
Comment 1•18 years ago
|
||
(In reply to comment #0)
> Could this be a packing issue (as e.g. the new xpts missing)?
Eek, probably.
Priority: -- → P1
Target Milestone: --- → Firefox 3 beta5
Updated•18 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Updated•18 years ago
|
Assignee: nobody → gavin.sharp
| Reporter | ||
Comment 2•18 years ago
|
||
(In reply to comment #1)
> Eek, probably.
Don't we have any test machine which installs builds instead of compiling them? This wouldn't be the first time new components aren't properly packed even though all tests are passing...
| Assignee | ||
Comment 3•18 years ago
|
||
Updated•18 years ago
|
Attachment #311651 -
Flags: review+
| Assignee | ||
Updated•18 years ago
|
Attachment #311651 -
Flags: approval1.9b5?
Comment 4•18 years ago
|
||
Comment on attachment 311651 [details] [diff] [review]
package extApplication.js and exthelper.xpt
a1.9b5=beltzner
Updated•18 years ago
|
Flags: blocking-firefox3+ → blocking-firefox3?
Priority: P1 → --
Target Milestone: Firefox 3 beta5 → ---
| Assignee | ||
Comment 5•18 years ago
|
||
(In reply to comment #2)
> (In reply to comment #1)
> > Eek, probably.
>
> Don't we have any test machine which installs builds instead of compiling them?
Not yet, see bug 383136.
Updated•18 years ago
|
Status: NEW → ASSIGNED
Component: General → Build Config
OS: Windows XP → All
Updated•18 years ago
|
QA Contact: general → build.config
| Assignee | ||
Updated•18 years ago
|
Component: Build Config → General
OS: All → Windows XP
Priority: -- → P1
QA Contact: build.config → general
Target Milestone: --- → Firefox 3 beta5
| Assignee | ||
Updated•18 years ago
|
OS: Windows XP → All
Hardware: PC → All
Comment 6•18 years ago
|
||
Comment on attachment 311651 [details] [diff] [review]
package extApplication.js and exthelper.xpt
; JavaScript components
bin/components/FeedProcessor.js
bin/components/FeedConverter.js
bin/components/FeedWriter.js
+bin/components/extApplication.js
We preprocess #include extApplication.js into fuelApplication.js, so I don't think it needs to be packaged.
| Assignee | ||
Comment 7•18 years ago
|
||
mozilla/browser/installer/unix/packages-static 1.159
mozilla/browser/installer/windows/packages-static 1.161
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 8•18 years ago
|
||
(In reply to comment #6)
> We preprocess #include extApplication.js into fuelApplication.js, so I don't
> think it needs to be packaged.
Oops, you're right. I undid that change.
Updated•18 years ago
|
Attachment #311651 -
Flags: approval1.9b5? → approval1.9b5+
Updated•18 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
You need to log in
before you can comment on or make changes to this bug.
Description
•