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)
SeaMonkey
Composer
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.7beta
People
(Reporter: glazou, Assigned: glazou)
References
Details
Attachments
(1 file, 1 obsolete file)
2.34 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
The fix for bug 224829 broke the build of Standalone Composer.
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla1.7beta
Comment 1•21 years ago
|
||
A proposed patch to resolve this is already in bug 235318.
Assignee | ||
Comment 2•21 years ago
|
||
The fixes the problem, and makes Standalone Composer use the old autocomplete
textbox (the new one horks the Link Insertion dialog).
Assignee | ||
Comment 3•21 years ago
|
||
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)
Comment 4•21 years ago
|
||
*** Bug 235318 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 5•21 years ago
|
||
thanks basic for comment/test on #mozilla
Attachment #142114 -
Attachment is obsolete: true
Comment 6•21 years ago
|
||
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+
Assignee | ||
Comment 7•21 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 8•21 years ago
|
||
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.
Updated•21 years ago
|
Attachment #142114 -
Flags: superreview?(dbaron)
Attachment #142114 -
Flags: review?(mscott)
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•