Closed Bug 235394 Opened 21 years ago Closed 21 years ago

Standalone Composer/Nvu build fails after checkin for bug 224829

Categories

(SeaMonkey :: Composer, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.7beta

People

(Reporter: glazou, Assigned: glazou)

References

Details

Attachments

(1 file, 1 obsolete file)

The fix for bug 224829 broke the build of Standalone Composer.
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla1.7beta
A proposed patch to resolve this is already in bug 235318.
Attached patch simple fix (obsolete) — Splinter Review
The fixes the problem, and makes Standalone Composer use the old autocomplete
textbox (the new one horks the Link Insertion dialog).
Comment on attachment 142114 [details] [diff] [review]
simple fix

mscott/dbaron, can you r/sr please ?
Attachment #142114 - Flags: superreview?(dbaron)
Attachment #142114 - Flags: review?(mscott)
*** Bug 235318 has been marked as a duplicate of this bug. ***
thanks basic for comment/test on #mozilla
Attachment #142114 - Attachment is obsolete: true
Comment on attachment 142125 [details] [diff] [review]
simple fix take 2

>-ifndef MOZ_THUNDERBIRD
>+ifdef MOZ_THUNDERBIRD
>+define MOZ_STANDALONE_NONBROWSER_XULAPP
>+1
>+endef
>+endif

replace the define/endef with a simple
MOZ_STANDALONE_NONBROWSER_XULAPP = 1

and r=me
Attachment #142125 - Flags: review+
checked in
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
common guys...
I have no pb with ifdef'ing toolkit/components/Makefile.in or files in
toolkit/mozapps. However xul.css and "core" widgets (content/widgets) are not
supposed to be forked across xul applications. That would hamper integrating the
"core" toolkit into the GRE and even without considering this option, firefox,
thunderbird and the standalone composer are toolkit clients. As such they should
not fragment it to fit their particular needs.
I fully understand that converting your code to use the new autocomplete is not
your priority, but very little effort would be required to move those bindings
into app specific css files and override the defaults. 
Also, if this patch has been approved by a mozilla/toolkit peer, please write
the name down.
Attachment #142114 - Flags: superreview?(dbaron)
Attachment #142114 - Flags: review?(mscott)
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: