Closed
Bug 726086
Opened 14 years ago
Closed 14 years ago
XULRunner stub looks for XUL.Framework instead of XUL.framework
Categories
(Toolkit Graveyard :: XULRunner, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla13
People
(Reporter: simon, Assigned: simon)
Details
Attachments
(1 file)
|
530 bytes,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
On OS X, the standard capitalization for the suffix of framework directories is ".framework", but the XULRunner stub appears to look for "XUL.Framework". This doesn't pose any issues on most systems, since HFS+ is case-insensitive by default, but it breaks things on case-sensitive systems unless the directory is given a capital F. The (very simple) attached patch fixes this.
Attachment #596110 -
Flags: review?(matthew.gertner)
Comment 1•14 years ago
|
||
I don't have any standing to review this. You might want to ask Benjamin Smedberg. He can probably help or recommend someone who can.
| Assignee | ||
Updated•14 years ago
|
Attachment #596110 -
Flags: review?(matthew.gertner) → review?(benjamin)
Updated•14 years ago
|
Attachment #596110 -
Flags: review?(benjamin) → review+
Updated•14 years ago
|
Assignee: nobody → simon
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Keywords: checkin-needed
Whiteboard: [autoland-try]
Updated•14 years ago
|
Whiteboard: [autoland-try] → [autoland-in-queue]
Comment 2•14 years ago
|
||
Ha, that's not actually going to do anything useful is it, doh!
Whiteboard: [autoland-in-queue]
Comment 3•14 years ago
|
||
Autoland Patchset:
Patches: 596110
Branch: mozilla-central => try
Destination: http://hg.mozilla.org/try/pushloghtml?changeset=808dcd1c5160
Try run started, revision 808dcd1c5160. To cancel or monitor the job, see: https://tbpl.mozilla.org/?tree=Try&rev=808dcd1c5160
Comment 4•14 years ago
|
||
Try run for 808dcd1c5160 is complete.
Detailed breakdown of the results available here:
https://tbpl.mozilla.org/?tree=Try&rev=808dcd1c5160
Results (out of 213 total builds):
exception: 1
success: 179
warnings: 19
failure: 14
Builds (or logs if builds failed) available at:
http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/autolanduser@mozilla.com-808dcd1c5160
Comment 5•14 years ago
|
||
Keywords: checkin-needed
Target Milestone: --- → mozilla13
Comment 6•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•