Closed
Bug 282351
Opened 20 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•20 years ago
|
||
This puts instance data loading to the load group of the main document.
| Assignee | ||
Comment 2•20 years ago
|
||
Removed few extra lines.
Attachment #174386 -
Attachment is obsolete: true
Comment 3•20 years ago
|
||
don't you have to throw some exception if LoadExternalInstance fails?
| Assignee | ||
Comment 4•20 years ago
|
||
(In reply to comment #3) > don't you have to throw some exception if LoadExternalInstance fails? model->InstanceLoadFinished(PR_FALSE);
Comment 5•20 years ago
|
||
btw, the patch looks good overall.. i was just concerned about error handling.
| Assignee | ||
Updated•20 years ago
|
Attachment #174388 -
Flags: review?(allan)
| Assignee | ||
Comment 6•20 years ago
|
||
Still minor tweak.
Attachment #174388 -
Attachment is obsolete: true
Attachment #174406 -
Flags: review?(allan)
| Assignee | ||
Updated•20 years ago
|
Attachment #174388 -
Flags: review?(allan)
| Assignee | ||
Updated•20 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•20 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•20 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•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•