Bug 6819 - LayoutTests/fast/dynamic/010.html leaks 4 DOM nodes
Summary: LayoutTests/fast/dynamic/010.html leaks 4 DOM nodes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
: 6823 6824 (view as bug list)
Depends on:
Blocks: 6851
  Show dependency treegraph
 
Reported: 2006-01-25 21:07 PST by Maciej Stachowiak
Modified: 2019-02-06 09:02 PST (History)
1 user (show)

See Also:


Attachments
cancel parsing in case it is still in progress when we leave the document (2.86 KB, patch)
2006-01-26 21:57 PST, Maciej Stachowiak
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2006-01-25 21:07:00 PST
The NodeImpl leak counter detects 4 NodeImpl leaks when running the layout test fast/dynamic/010.html
Comment 1 Maciej Stachowiak 2006-01-26 21:57:19 PST
Created attachment 6009 [details]
cancel parsing in case it is still in progress when we leave the document
Comment 2 Maciej Stachowiak 2006-01-26 21:57:38 PST
*** Bug 6823 has been marked as a duplicate of this bug. ***
Comment 3 Maciej Stachowiak 2006-01-26 21:57:45 PST
*** Bug 6824 has been marked as a duplicate of this bug. ***
Comment 4 Eric Seidel (no email) 2006-01-26 22:00:05 PST
Comment on attachment 6009 [details]
cancel parsing in case it is still in progress when we leave the document

looks good.
Comment 5 Lucas Forschler 2019-02-06 09:02:36 PST
Mass moving XML DOM bugs to the "DOM" Component.