Closed
Bug 282351
Opened 21 years ago
Closed 20 years ago
Dispatch load event after instance data loading
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(1 file, 3 obsolete files)
10.94 KB,
patch
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•21 years ago
|
||
This puts instance data loading to the load group of the main document.
Assignee | ||
Comment 2•21 years ago
|
||
Removed few extra lines.
Attachment #174386 -
Attachment is obsolete: true
Comment 3•21 years ago
|
||
don't you have to throw some exception if LoadExternalInstance fails?
Assignee | ||
Comment 4•21 years ago
|
||
(In reply to comment #3)
> don't you have to throw some exception if LoadExternalInstance fails?
model->InstanceLoadFinished(PR_FALSE);
Comment 5•21 years ago
|
||
btw, the patch looks good overall.. i was just concerned about error handling.
Assignee | ||
Updated•21 years ago
|
Attachment #174388 -
Flags: review?(allan)
Assignee | ||
Comment 6•21 years ago
|
||
Still minor tweak.
Attachment #174388 -
Attachment is obsolete: true
Attachment #174406 -
Flags: review?(allan)
Assignee | ||
Updated•21 years ago
|
Attachment #174388 -
Flags: review?(allan)
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
nit: might want to comment nsXFormsInstanceElement::LoadExternalInstance to say
why you are using the load group approach (i.e. what problem you are trying to
solve). Otherwise looks ok to me.
Comment 8•21 years ago
|
||
Comment on attachment 174406 [details] [diff] [review]
v.1.0.2
I agree with Aaron, you should put the rationale somewhere in a comment. But
except for that it looks, and works, as it should as far as I can see.
Attachment #174406 -
Flags: review?(allan) → review+
Assignee | ||
Comment 9•21 years ago
|
||
Attachment #174406 -
Attachment is obsolete: true
Comment 10•20 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•