| Summary: | [firefox] remove mutation event listeners | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mihai Sucan <mihai.sucan> | ||||
| Component: | Editor | Assignee: | Silenio Quarti <Silenio_Quarti> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P2 | CC: | mihai.sucan, Silenio_Quarti | ||||
| Version: | 0.5 | Flags: | mihai.sucan:
review+
|
||||
| Target Milestone: | 0.5 RC2 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Mihai Sucan
Created attachment 217176 [details]
fix
MutationObserver is only available on Firefox 14. In this patch, the old listener is still used when the observer is not used. Mihai, please review this patch for 0.5 RC2. Comment on attachment 217176 [details]
fix
Thanks for your fix Silenio! Much appreciated.
Patch looks good to me, r+ if this patch has been tested and confirmed to work as intended.
(what is $NON-NLS-$?)
The patch has been tested on Mac and it works as expected. $NON-NLS-$ is a marked indicating the literal string is not supposed to be externalized. It is used by a Orion plugin that externalizes user facing strings. |