[HtmlUnit] SVN: [15510] trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/ javascript/host/Window.java
rbri--- via HtmlUnit-develop <[email protected]> Fri, 03 Aug 2018 18:37:38 +0000
| Newsgroups | gmane.comp.java.htmlunit.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 15510
http://sourceforge.net/p/htmlunit/code/15510
Author: rbri
Date: 2018-08-03 18:37:34 +0000 (Fri, 03 Aug 2018)
Log Message:
-----------
some experiments
Modified Paths:
--------------
trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.java
Modified: trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.java
===================================================================
--- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.java 2018-08-02 19:25:49 UTC (rev 15509)
+++ trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.java 2018-08-03 18:37:34 UTC (rev 15510)
@@ -197,6 +197,34 @@
i.remove();
}
}
+
+ // maybe this is a better solution but i have to think a bit more about this
+ //
+ // if (computedStyles_.isEmpty()) {
+ // return;
+ // }
+ //
+ // // remove all siblings
+ // DomNode parent = changed.getParentNode();
+ // if (parent != null) {
+ // for (DomNode sibling : parent.getChildNodes()) {
+ // computedStyles_.remove(sibling.getScriptableObject());
+ // }
+ //
+ // if (clearParents) {
+ // // remove all parents
+ // while (parent != null) {
+ // computedStyles_.remove(parent.getScriptableObject());
+ // parent = parent.getParentNode();
+ // }
+ // }
+ // }
+ //
+ // // remove changed itself and all descendants
+ // computedStyles_.remove(changed.getScriptableObject());
+ // for (DomNode descendant : changed.getDescendants()) {
+ // computedStyles_.remove(descendant.getScriptableObject());
+ // }
}
public synchronized void clear() {
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot