Closed
Bug 785745
Opened 13 years ago
Closed 13 years ago
Stop using DOMAttrModified events
Categories
(SeaMonkey :: Bookmarks & History, defect)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Assigned: neil)
Details
Attachments
(1 file)
5.53 KB,
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
Instead we should use the new HTML5 mutation observers.
Assignee | ||
Comment 1•13 years ago
|
||
HTML5 mutation observers conveniently simplify the code because they can be configured to only listen to a change on a specific attribute and element.
In theory I can store the mutation options in a variable too but I didn't think it was worth it when there are only two uses of it.
I also removed a variable that I noticed was left over by bug 605786...
Attachment #655455 -
Flags: review?(iann_bugzilla) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•