Closed
Bug 204211
Opened 22 years ago
Closed 22 years ago
Template builder enhancements
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla1.4final
People
(Reporter: janv, Assigned: janv)
References
Details
Attachments
(1 obsolete file)
1. Template builder should rebuild its data after a batch operation
2. Template builder should notify listeners before and after calling Rebuild()
Assignee | ||
Comment 1•22 years ago
|
||
Assignee | ||
Updated•22 years ago
|
Attachment #122312 -
Flags: review?(jaggernaut)
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
OS: Linux → All
Priority: -- → P3
Target Milestone: --- → mozilla1.4beta
Assignee | ||
Updated•22 years ago
|
Severity: enhancement → normal
Comment 2•22 years ago
|
||
Comment on attachment 122312 [details] [diff] [review]
patch
>Index: content/xul/templates/public/nsIXULTemplateBuilder.idl
>===================================================================
>@@ -42,6 +43,7 @@
> #include "nsISupports.idl"
> #include "nsIRDFCompositeDataSource.idl"
> #include "nsIRDFResource.idl"
>+#include "nsIXULBuilderListener.idl"
interface nsIXULBuilderListener.idl
r=jag
Attachment #122312 -
Flags: review?(jaggernaut) → review+
Comment 3•22 years ago
|
||
Without the .idl, of course
Assignee | ||
Comment 4•22 years ago
|
||
+ RebuildAll();
...
+ return NS_OK;
should be:
+ nsresult rv = RebuildAll();
...
+ return rv;
Comment 5•22 years ago
|
||
Ah, yeah. r=jag with that change.
Comment 6•22 years ago
|
||
have you smoke tested the other consumers of templates?
(There's a ton of them in mailnews, for example).
mozilla/content/xul...this feels like something for hyatt to review?
if you can't get a review from hyatt, I'll do the sr.
looking at bonsai, jan's the only one to really do any hacking on
mozilla/content/xul in the past year.
Assignee | ||
Comment 7•22 years ago
|
||
I found an issue in bookmarks JS code, C++ part of the patch is correct and we
still need it.
I'll try to fix the JS code and get review from Pierre.
Assignee | ||
Comment 8•22 years ago
|
||
This becomes too much risky (more changes needed).
Assignee | ||
Updated•22 years ago
|
Attachment #122312 -
Attachment is obsolete: true
Assignee | ||
Updated•22 years ago
|
Target Milestone: mozilla1.4beta → mozilla1.4final
Assignee | ||
Comment 9•22 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: shrir → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•