hosted by
 
BUILD FAILED
Ant Error Message: Return code is 1
Date of build: 01/26/2012 20:48:17
Time to build: 59 minute(s) 17 second(s)
Last changed: 12/23/2011 14:13:52
Last log entry: checkstyle fixes
Build Artifacts

 Unit Tests: (19565)
failure dragDropcom.gargoylesoftware.htmlunit.libraries.YuiTest
 
 Unit Test Error Details: (1)
Test: dragDrop
Class: com.gargoylesoftware.htmlunit.libraries.YuiTest
Type: java.lang.AssertionError
Message: Test case 'test_containerScroll' is not in the known failing list, but fails!
java.lang.AssertionError: Test case 'test_containerScroll' is not in the known failing list, but fails!
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.assertTrue(Assert.java:43)
at com.gargoylesoftware.htmlunit.WebTestCase.assertTrue(WebTestCase.java:387)
at com.gargoylesoftware.htmlunit.libraries.YuiTest.doTest(YuiTest.java:268)
at com.gargoylesoftware.htmlunit.libraries.YuiTest.doTest(YuiTest.java:228)
at com.gargoylesoftware.htmlunit.libraries.YuiTest.doTest(YuiTest.java:220)
at com.gargoylesoftware.htmlunit.libraries.YuiTest.dragDrop(YuiTest.java:149)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
 

 Modifications since last build:  (1101)
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLCollection.javacheckstyle fixes
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.javacheckstyle fixes
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocument.javacheckstyle fixes
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLCollection.javaagain feature naming
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.javaagain feature naming
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocument.javaagain feature naming
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlAnchor.javaagain feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE6.propertiesagain feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE7.propertiesagain feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE8.propertiesagain feature naming
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/SimpleFormTest.javaadded expectations for FF8 and Chrome as NYI: a regexp is not a function as in FF3 and FF3.6
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElementTest.javaoops, getBoundingClientRect2 is NYI for all FF versions
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlSubmitInputTest.javaadded expectations for Chrome, improved tests (inspired by patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFontTest.javaadded expectations for Chrome, improved tests (inspired by patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlEmbedTest.javaadded expectations for Chrome, improved tests (inspired by patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/DomDocumentFragmentTest.javaadded expectations for Chrome, improved tests (inspired by patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlQuoteTest.javaadded expectations for Chrome, improved tests (inspired by patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFieldSetTest.javaadded expectations for Chrome, improved tests (inspired by patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlHeadingTest.javaadded expectations for Chrome, improved tests (inspired by patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlHeadTest.javaadded expectations for Chrome, improved tests (inspired by patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlLabelTest.javaadded expectations for Chrome
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlCheckBoxInput2Test.javafixed way to get textarea's current content, added expectations for Chrome
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/SimpleWebDriverTest.javafixed way to get textarea's current content, added expectations for Chrome
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomNode.javastore listeners in LinkedHashSet instead of List to speed up lookup (patch from sebdotv)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/configuration/JavaScriptConfigurationTest.javaallow to define method in class Element and to make them only available in subclasses (does this test really make sense?)
addedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLVideoElementTest.javaconfigure JS objects for HTML5 tags for Chrome too
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/JavaScriptConfiguration.xsdconfigure JS objects for HTML5 tags for Chrome too
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/JavaScriptConfiguration.xmlconfigure JS objects for HTML5 tags for Chrome too
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/SimpleScriptableTest.javaconfigure JS objects for HTML5 tags for Chrome too
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElementTest.javafixed wrong expectation: getBoundingClientRect exists in FF3 too
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElementTest.javafixed wrong expectation: getBoundingClientRect exists in FF3 too
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF3.6.propertiesfixed properties order
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF8.propertiesfixed properties order
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/Chrome16.propertiesfixed properties order
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ElementTest.javaJavaScript: make Element.getBoundingRect available when simulating FF too
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSPrimitiveValue.javaJavaScript: make Element.getBoundingRect available when simulating FF too
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.javaJavaScript: make Element.getBoundingRect available when simulating FF too
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleDeclaration.javaJavaScript: make Element.getBoundingRect available when simulating FF too
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.javaJavaScript: make Element.getBoundingRect available when simulating FF too
deletedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/TextRectangle.javaJavaScript: make Element.getBoundingRect available when simulating FF too
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Element.javaJavaScript: make Element.getBoundingRect available when simulating FF too
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleSheet.javaJavaScript: make Element.getBoundingRect available when simulating FF too
addedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/ClientRect.javaJavaScript: make Element.getBoundingRect available when simulating FF too
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSValue.javaJavaScript: make Element.getBoundingRect available when simulating FF too
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElementTest.javaJavaScript: make Element.getBoundingRect available when simulating FF too
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/JavaScriptConfiguration.xmlJavaScript: make Element.getBoundingRect available when simulating FF too
modifiedmguillem/trunk/htmlunit/src/changes/changes.xmlJavaScript: make Element.getBoundingRect available when simulating FF too
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElement.javaJavaScript: make Element.getBoundingRect available when simulating FF too
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/configuration/JavaScriptConfiguration.javaaccept Chrome settings too
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersion.javause lower case: isCHROME -> isChrome
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/BrowserVersionClassRunner.javause lower case: isCHROME -> isChrome
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomElement.javalet CSSStyleSheet work with DomElement rather than with HtmlElement (preparation for next fixes)
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleSheet.javalet CSSStyleSheet work with DomElement rather than with HtmlElement (preparation for next fixes)
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlElement.javalet CSSStyleSheet work with DomElement rather than with HtmlElement (preparation for next fixes)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ElementTest.javamigrated to WebDriverTestCase and fixing expectations for FF3.6 and FF8, marking failing tests as NYI
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/BoxObjectTest.javafixed expectations for FF3.6 (and therefore for FF8 and Chrome)
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.javaadded expectations for FF8 and Chrome and made them working (motivated by patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/GlobalFunctionsTest.javaadded expectations for FF8 and Chrome and made them working (motivated by patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeFunctionTest.javaadded expectations for FF8 and Chrome and made them working (motivated by patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeObjectTest.javaadded expectations for FF8 and Chrome and made them working (motivated by patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/JavaScriptEngine.javaadded expectations for FF8 and Chrome and made them working (motivated by patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF8.propertiesadded expectations for FF8 and Chrome and made them working (motivated by patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/Chrome16.propertiesadded expectations for FF8 and Chrome and made them working (motivated by patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.javaadded/fixed expectations for FF8 and Chrome for Native*Test and made most of the tests working for Chrome (partially picked from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF3.propertiesadded/fixed expectations for FF8 and Chrome for Native*Test and made most of the tests working for Chrome (partially picked from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeNumberTest.javaadded/fixed expectations for FF8 and Chrome for Native*Test and made most of the tests working for Chrome (partially picked from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/JavaScriptEngine.javaadded/fixed expectations for FF8 and Chrome for Native*Test and made most of the tests working for Chrome (partially picked from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF3.6.propertiesadded/fixed expectations for FF8 and Chrome for Native*Test and made most of the tests working for Chrome (partially picked from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF8.propertiesadded/fixed expectations for FF8 and Chrome for Native*Test and made most of the tests working for Chrome (partially picked from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/Chrome16.propertiesadded/fixed expectations for FF8 and Chrome for Native*Test and made most of the tests working for Chrome (partially picked from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeDateTest.javaadded/fixed expectations for FF8 and Chrome for Native*Test and made most of the tests working for Chrome (partially picked from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeArrayTest.javaadded/fixed expectations for FF8 and Chrome for Native*Test and made most of the tests working for Chrome (partially picked from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLButtonElementTest.javaadded/fixed expectations for FF and Chrome (adapted from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/JavaScriptConfiguration.xmladded/fixed expectations for FF and Chrome (adapted from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF8.propertiesadded/fixed expectations for FF and Chrome (adapted from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentTest.javaadded/fixed expectations for FF and Chrome (adapted from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOptionElement2Test.javaadapted click2 to avoid alerts and allow to run the test manually, added expectations for chrome
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/BrowserRunner.javarenamed Chrome15 to Chrome 16, added experimental FF8 (extracted from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersion.javarenamed Chrome15 to Chrome 16, added experimental FF8 (extracted from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebDriverTestCase.javarenamed Chrome15 to Chrome 16, added experimental FF8 (extracted from patch from Benson Margulies)
deletedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/Chrome15.propertiesrenamed Chrome15 to Chrome 16, added experimental FF8 (extracted from patch from Benson Margulies)
addedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF8.propertiesrenamed Chrome15 to Chrome 16, added experimental FF8 (extracted from patch from Benson Margulies)
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/BrowserVersionClassRunner.javarenamed Chrome15 to Chrome 16, added experimental FF8 (extracted from patch from Benson Margulies)
addedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/Chrome16.propertiesrenamed Chrome15 to Chrome 16, added experimental FF8 (extracted from patch from Benson Margulies)
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlImage.javaIf JavaScript is disabled, don't download the image even if an onload handler is defined. Issue 3123380
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLImageElementTest.javaIf JavaScript is disabled, don't download the image even if an onload handler is defined. Issue 3123380
modifiedrbri/trunk/htmlunit/src/changes/changes.xmlIf JavaScript is disabled, don't download the image even if an onload handler is defined. Issue 3123380
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLCollection.javadocument.forms(...) is not valid in FF. Issue 2902442
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFormTest.javadocument.forms(...) is not valid in FF. Issue 2902442
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.javadocument.forms(...) is not valid in FF. Issue 2902442
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlForm2Test.javadocument.forms(...) is not valid in FF. Issue 2902442
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocument.javadocument.forms(...) is not valid in FF. Issue 2902442
modifiedrbri/trunk/htmlunit/src/changes/changes.xmldocument.forms(...) is not valid in FF. Issue 2902442
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE6.propertiesdocument.forms(...) is not valid in FF. Issue 2902442
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE7.propertiesdocument.forms(...) is not valid in FF. Issue 2902442
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE8.propertiesdocument.forms(...) is not valid in FF. Issue 2902442
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlElementTest.javasome more tests and html fixes
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Document.javasecond fix for 3006858 (fix situations where the script is child of the replaced node)
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentTest.javasecond fix for 3006858 (fix situations where the script is child of the replaced node)
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/CookieManagerTest.javastyle fix
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/CookieManagerTest.javaadded expectations for Chrome
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/PopupTest.javaInitialization of the popup window misses some steps. Issue 3029277
addedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Popup2Test.javaInitialization of the popup window misses some steps. Issue 3029277
modifiedrbri/trunk/htmlunit/src/changes/changes.xmlInitialization of the popup window misses some steps. Issue 3029277
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Popup.javaInitialization of the popup window misses some steps. Issue 3029277
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.javaRe-appending a script element now re-executes the script (in IE mode). Issue 2993940
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomNode.javaRe-appending a script element now re-executes the script (in IE mode). Issue 2993940
modifiedrbri/trunk/htmlunit/src/changes/changes.xmlRe-appending a script element now re-executes the script (in IE mode). Issue 2993940
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE6.propertiesRe-appending a script element now re-executes the script (in IE mode). Issue 2993940
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE7.propertiesRe-appending a script element now re-executes the script (in IE mode). Issue 2993940
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLScriptElementTest.javaRe-appending a script element now re-executes the script (in IE mode). Issue 2993940
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE8.propertiesRe-appending a script element now re-executes the script (in IE mode). Issue 2993940
modifiedrbri/trunk/htmlunit/pom.xmlprevent creation of project references in eclipse
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.javaanother property renamed
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocument.javaanother property renamed
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE6.propertiesanother property renamed
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE7.propertiesanother property renamed
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE8.propertiesanother property renamed
modifiedmguillem/trunk/htmlunit/pom.xmladded experimental BrowserVersion.CHROME15 and the setup to run unit tests in Chrome itself
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/BrowserRunner.javaadded experimental BrowserVersion.CHROME15 and the setup to run unit tests in Chrome itself
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/NavigatorTest.javaadded experimental BrowserVersion.CHROME15 and the setup to run unit tests in Chrome itself
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersion.javaadded experimental BrowserVersion.CHROME15 and the setup to run unit tests in Chrome itself
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeStringTest.javaadded experimental BrowserVersion.CHROME15 and the setup to run unit tests in Chrome itself
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebDriverTestCase.javaadded experimental BrowserVersion.CHROME15 and the setup to run unit tests in Chrome itself
addedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/Chrome15.propertiesadded experimental BrowserVersion.CHROME15 and the setup to run unit tests in Chrome itself
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/BrowserVersionClassRunner.javaadded experimental BrowserVersion.CHROME15 and the setup to run unit tests in Chrome itself
modifiedmguillem/trunk/htmlunit/pom.xmlupgrade WebDriver dependencies to 2.14.0
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Window2Test.javaRemove also the node parents from style cache when changing a node, because some styles have an effect for the parent properties also (e.g. height, width). Issue 2944261
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.javaRemove also the node parents from style cache when changing a node, because some styles have an effect for the parent properties also (e.g. height, width). Issue 2944261
modifiedrbri/trunk/htmlunit/src/changes/changes.xmlRemove also the node parents from style cache when changing a node, because some styles have an effect for the parent properties also (e.g. height, width). Issue 2944261
modifiedrbri/trunk/htmlunit/pom.xmlwrong jdepend version fixed Issue 3450286
modifiedrbri/trunk/htmlunit/force.buildforce rebuild
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.javaanother property renamed
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE6.propertiesanother property renamed
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElement.javaanother property renamed
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE7.propertiesanother property renamed
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE8.propertiesanother property renamed
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLScriptElementTest.javaTest for issue 2993940 added
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLScriptElement.javaJavaScript: script.text works correct now for script nodes with more than one child node.
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlScript2Test.javaJavaScript: script.text works correct now for script nodes with more than one child node.
modifiedrbri/trunk/htmlunit/src/changes/changes.xmlJavaScript: script.text works correct now for script nodes with more than one child node.
modifiedrbri/trunk/htmlunit/src/changes/changes.xmlthe usual whitespace
modifiedrbri/trunk/htmlunit/src/changes/changes.xmlmissing comment added
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptExecutionJob.javapossible ClassCastException fixed in JavaScriptExecutionJob. Additionally cleaned up the code a bit and some more details added to the error messages. Issue 3432334
modifiedrbri/trunk/htmlunit/src/changes/changes.xmlpossible ClassCastException fixed in JavaScriptExecutionJob. Additionally cleaned up the code a bit and some more details added to the error messages. Issue 3432334
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebClient.javatypo fix
addedrbri/trunk/htmlunit/src/uml/com/gargoylesoftware/htmlunit/javascript/background/dependencies.uxfmore diagrams
modifiedrbri/trunk/htmlunit/src/uml/com/gargoylesoftware/htmlunit/javascript/background/overview.uxfmore diagrams
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptJobManagerImpl.javasmall fix; don't call getWindow() twice, because the checking was done based on the result of the first call
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebWindowImpl.javacompile fix
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.javacompile fix
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequest.javacompile fix
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/JavaScriptEngine.javacompile fix
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElement.javacompile fix
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/DownloadBehaviorJob.javamake the factory configurable and some svn property fixes
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/BasicJavaScriptJob.javamake the factory configurable and some svn property fixes
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavascriptXMLHttpRequestJob.javamake the factory configurable and some svn property fixes
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/BackgroundJavaScriptFactory.javamake the factory configurable and some svn property fixes
addedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/DownloadBehaviorJob.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptExecutor.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptExecutionJob.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptStringJob.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
addedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/DefaultJavaScriptExecutor.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
addedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavascriptXMLHttpRequestJob.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptJobManagerMinimalTest.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
addedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/BackgroundJavaScriptFactory.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptJob.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/GAEJavaScriptExecutor.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebWindowImpl.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
addedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/BasicJavaScriptJob.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptFunctionJob.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequest.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptJobManagerGaeMinimalTest.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/JavaScriptEngine.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptJobManagerImpl.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElement.javarefectoring of the javascript processing step 1: reduce dependencies and make the interface smaller
addedrbri/trunk/htmlunit/src/uml/com/gargoylesoftware/htmlunitstart with some pictures
addedrbri/trunk/htmlunit/src/uml/com/gargoylesoftware/htmlunit/javascript/backgroundstart with some pictures
addedrbri/trunk/htmlunit/src/uml/com/gargoylesoftware/htmlunit/javascriptstart with some pictures
addedrbri/trunk/htmlunit/src/uml/comstart with some pictures
addedrbri/trunk/htmlunit/src/umlstart with some pictures
addedrbri/trunk/htmlunit/src/uml/com/gargoylesoftwarestart with some pictures
addedrbri/trunk/htmlunit/src/uml/com/gargoylesoftware/htmlunit/javascript/background/overview.uxfstart with some pictures
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleDeclaration.javaCSSStyleDeclaration.removeProperty is now available in FF mode.
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/JavaScriptConfiguration.xmlCSSStyleDeclaration.removeProperty is now available in FF mode.
modifiedrbri/trunk/htmlunit/src/changes/changes.xmlCSSStyleDeclaration.removeProperty is now available in FF mode.
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleDeclarationTest.javaCSSStyleDeclaration.removeProperty is now available in FF mode.
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/gae/GAEUtils.javatypo fix
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebClient.javacode cleanup
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLSpanElement.javacode cleanup; reduce the number of instanceof calls
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.javaagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF3.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTextAreaElement.javaagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF3.6.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF8.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE6.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/Chrome16.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE7.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE8.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.javacleanup and optimization
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocument.javacleanup and optimization
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF3.propertiescleanup and optimization
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF3.6.propertiescleanup and optimization
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF8.propertiescleanup and optimization
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE6.propertiescleanup and optimization
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElement.javacleanup and optimization
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/Chrome16.propertiescleanup and optimization
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE7.propertiescleanup and optimization
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE8.propertiescleanup and optimization
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.javacleanup and optimization
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE6.propertiescleanup and optimization
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElement.javacleanup and optimization
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE7.propertiescleanup and optimization
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE8.propertiescleanup and optimization
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.javaagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleDeclaration.javaagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/StringUtils.javaagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE6.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE7.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE8.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.javaagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF3.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF3.6.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/FF8.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE6.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElement.javaagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLInputElement.javaagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/Chrome16.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE7.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/IE8.propertiesagain browser feature naming
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/MockWebConnection.javaSome not needed exception declarations are gone. Issue 3475974
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElement.javaSome not needed exception declarations are gone. Issue 3475974
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlForm.javaSome not needed exception declarations are gone. Issue 3475974
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/HttpWebConnection.javaSome not needed exception declarations are gone. Issue 3475974
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLAnchorElement.javaSome not needed exception declarations are gone. Issue 3475974
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BinaryPage.javaSome not needed exception declarations are gone. Issue 3475974
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/UnexpectedPage.javaSome not needed exception declarations are gone. Issue 3475974
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/StringWebResponse.javaSome not needed exception declarations are gone. Issue 3475974
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLLinkElement.javaSome not needed exception declarations are gone. Issue 3475974
modifiedrbri/trunk/htmlunit/src/changes/changes.xmlSome not needed exception declarations are gone. Issue 3475974
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebResponseData.javaSome not needed exception declarations are gone. Issue 3475974
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/applets/AppletClassLoader.javaremove not used IOException from method declaration
modifiedmguillem/trunk/htmlunit/src/test/resources/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElementTest_dispatchEvent2.htmladded expectations for FF8 and Chrome and improved Chrome settings
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElementTest.javaadded expectations for FF8 and Chrome and improved Chrome settings
modifiedmguillem/trunk/htmlunit/src/main/resources/com/gargoylesoftware/htmlunit/javascript/configuration/JavaScriptConfiguration.xmladded expectations for FF8 and Chrome and improved Chrome settings
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlNoScriptTest.javaadded one expectation for Chrome
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlImage.javamethod name fix to have the name in line with the methods usually doing this kind of processing
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlAnchor.javamethod name fix to have the name in line with the methods usually doing this kind of processing
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlElement.javajavadoc fix
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlHiddenInputTest.javaisDisplayed() has to return false for hidden form fields. Issue 3471836
modifiedrbri/trunk/htmlunit/src/changes/changes.xmlisDisplayed() has to return false for hidden form fields. Issue 3471836
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlHiddenInput.javaisDisplayed() has to return false for hidden form fields. Issue 3471836
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocument.javaCookies: add support for Set-Cookie attribute "httpOnly"
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/HttpWebConnection2Test.javaCookies: add support for Set-Cookie attribute "httpOnly"
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/HttpWebConnection.javaCookies: add support for Set-Cookie attribute "httpOnly"
modifiedmguillem/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/CookieManagerTest.javaCookies: add support for Set-Cookie attribute "httpOnly"
modifiedmguillem/trunk/htmlunit/src/changes/changes.xmlCookies: add support for Set-Cookie attribute "httpOnly"
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/Cookie.javaCookies: add support for Set-Cookie attribute "httpOnly"
modifiedmguillem/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/HttpWebConnection.javatypo
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.javahandle the cache refresh a bit more clever to bring back the old speed for Dojo10Test
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleSheet.javacleanup and again performance optimization
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleDeclaration.javano need for regex for this simple split
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersion.javause set instead of list to store features
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleDeclaration.javaintroduce another cache for performance
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.javaperformance - cache the computed top also
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlElement.javaoptimization (don't call the getter twice)
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleSheet.javaperformance and memory optimization (don't create new strings for simple start/ends with)
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.javaJavaScript: fix strange return value 'net.sourceforge.htmlunit.corejs.javascript.UniqueTag.NOT_FOUND' of ComputedStyle.getPropertyValue.
modifiedrbri/trunk/htmlunit/src/changes/changes.xmlJavaScript: fix strange return value 'net.sourceforge.htmlunit.corejs.javascript.UniqueTag.NOT_FOUND' of ComputedStyle.getPropertyValue.
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.javaJavaScript: fix strange return value 'net.sourceforge.htmlunit.corejs.javascript.UniqueTag.NOT_FOUND' of ComputedStyle.getPropertyValue.
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlTableRow.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlDefinitionTerm.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlPasswordInput.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/impl/SimpleRange.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/DebuggerImpl.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptStringJob.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/TopLevelWindowTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFrameTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/NodeFilter.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlTable.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSRuleListTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/IncorrectnessListenerTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFileInputTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/StringWebResponse.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlStyleTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/CDATASection.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomDocumentType.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/PluginConfiguration.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/StrictErrorHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/XHtmlPageTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlSource.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLIFrameElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Location.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/StyleSheetListTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLButtonElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlUnknownElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/JavaScriptEngineTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/StaticDomNodeList.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/EndLineTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableRowElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSValue.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlPlainText.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/ParenthesesTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/StringUtils.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/InputElementFactory.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/AsteriskTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLAppletElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLCollection.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOListElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/util/EncodingSnifferTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlVariable.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFrameElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/DocumentFragmentTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/MutationEventTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/PopupTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/Util.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLDocument.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlInlineFrame.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPreformattedTextTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Popup.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/Cookie.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/protocol/data/DataURLDecoderTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlFieldSet.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSPrimitiveValue.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlTableHeader.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLParagraphElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/CharacterDataImpl.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/XHtmlPage.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLCanvasElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlNoEmbed.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptJobManagerImpl.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/ExecTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/MockActiveXObject.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableColElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/DocumentProxy.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/DomAttrTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/CurvyCornersTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLAppletElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/SVGTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/SourceTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptJobManagerMinimalTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLScriptElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDirectoryElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomNodeList.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlIsIndexTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/NamedNodeMap2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/SubmittableElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLHtmlElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/UrlFetchWebConnection.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/SimpleFormTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/xpath/XPathUtils.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTable2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLMapElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/XmlSerializer.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/SgmlPage.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlBase.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/NodeTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebWindow.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/DOMImplementation.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/Prototype150rc1Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/CompileTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/OfflineResourceList.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlHeading2.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/NamespaceTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/KeyDataPair.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/BeginLineTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/IEConditionalCompilationTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/regexp/HtmlUnitRegExpProxy.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLStyleElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/regexp/RegExpJsToJavaConverter.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/DefaultElementFactoryTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/JavascriptErrorListenerTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/HttpWebConnectionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlAudio.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLAnchorElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlS.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ScreenTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlAttrTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlBidirectionalOverride.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableRowElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Text.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/util/MemoryLeakDetector.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlSubmitInputTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/MimeTypeTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/LibraryTestCase.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/WebResponseWrapper.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/StrictErrorReporter.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/SimpleArray.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WaitingRefreshHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLWBRElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/FailingHttpStatusCodeExceptionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLSpanElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPage3Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/WindowTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLInputElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlNoFramesTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/IgnoreCaseTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/EnumeratorTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDListElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/DomNamespaceNodeTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/RetriesRunner.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/XPathResult.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomNamespaceNode.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/configuration/JavaScriptConfiguration.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/DownloadedContent.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/HttpWebConnectionInsecureSSL.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlDefinitionList.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/GlobalTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/attachment/CollectingAttachmentHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLLinkElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ObjectInstantiationExceptionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/LocationTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/BasicJavaScriptJob.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLAreaElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlPreformattedText.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFrameSetTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleDeclaration.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/NiceRefreshHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSValueTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/Sarissa0993Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/NicelyResynchronizingAjaxControllerTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Enumerator.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLDomParserErrorTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlInsertedTextTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlTextArea.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/TimeoutError.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Window2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleDeclaration3Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTableCellTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlArea2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/ScriptException.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLBRElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/DebugFrameImplTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeDateTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Comment.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/background/MemoryLeakTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebWindowImpl.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomText.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/xml/XmlPageTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClient2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlStrike.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/util/UrlUtilsTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/DocumentTypeTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/XPathResultTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/SimpleScriptableTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/Prototype160Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/netscape/javascript/JSObject.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/ProxyConfig.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/source/JQueryExtractorSample.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDivElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptExecutionJob.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlSubmitInput.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/YuiTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlRadioButtonInput2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/SelectorSpecificityTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/BackgroundJavaScriptFactory.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlHeadingTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlTeletype.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlExample.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/History.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/impl/SelectionDelegate.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLHtmlElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLHeadingElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFormTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOptionElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLScriptElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebResponse.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlForm.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/SiblingDomNodeList.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlAnchorTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLLabelElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/TableRowGroup.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlEmphasis.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/BrowserVersionClassRunner.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlButton.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/NicelyResynchronizingAjaxController.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Location2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/IncorrectnessListenerImpl.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WaitingRefreshHandlerTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/HttpWebConnection2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/WebClientUtils.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlHeading3.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleRule.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/XSLTProcessor.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/StringWebResponseTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebDriverTestCase.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DisabledElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/NiceRefreshHandlerTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/netscape/javascript/JSException.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/canvas/CanvasRenderingContext2DTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlTableFooter.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlVideo.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlEmbedTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptJobManagerGaeMinimalTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/Cache.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDivElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/OfflineResourceListTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOptGroupElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleRuleTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/DebugFrameAdapter.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlCenter.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/PostponedActionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Navigator.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/ActiveXObject.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Range.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlButtonInputTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlMeta.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOListElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/DisabledElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebResponseDataTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLBodyElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlFrame.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOptionsCollection.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlDefinitionDescription.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLUListElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/DialogWindow.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequestTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlFileInput.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlInput.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/GWTSourceTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomCharacterData.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebServerTestCase.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableCaptionElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlMenu.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/RowContainer.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLHRElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlArea.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLButtonElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlCitation.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlEmbed.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/configuration/ClassConfiguration.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlSample.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/ImmediateRefreshHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlInlineQuotation.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlDivision.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeObjectTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/JavaScriptEngine2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLInsElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Plugin.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlListItem.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/AttributesTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableCaptionElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/AjaxController.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/protocol/data/Handler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/TreeWalker.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/PageCreator.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlTextInput.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/EventTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/TestTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/IEWeirdSyntaxScriptPreProcessor.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlMapTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/SelectionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/ScriptResult.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebTestCase.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlPage.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomDocumentFragment.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlForm2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/xml/XmlPage2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlTableDataCell.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/IEConditionalCommentExpressionEvaluator.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTableTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/gae/GAETestRunner.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLAnchorElement2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/XSLTemplateTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/StorageTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/BrowserVersionFeaturesTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlLink.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebResponseData.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFrameSetElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLSpanElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlMarquee.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlNoScript.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/DefaultCredentialsProvider2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFontElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/JavaScriptErrorListener.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/impl/SelectableTextInput.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTitleElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/NativeFunctionToStringFunction.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/CharacterClassTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLSelectElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/UnknownElementFactory.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/configuration/ClassConfigurationTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/IEConditionalCommentExpressionEvaluatorTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/NameValuePair.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ObjectsTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/PropertiesTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptExecutor.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/StringSearchTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/MozillaTestGenerator.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/attachment/Attachment.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/TextUtil.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlButtonInput.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSImportRule.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlResetInputTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLAudioElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DefaultElementFactory.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlCheckBoxInputTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/HtmlUnitRegExpProxyGlobalPropertiesStringFunctionsTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlDirectory.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/CacheTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/ActiveXObjectImpl.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/EventListenersContainer.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/TextTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/NamedAttrNodeMapImplTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlStrong.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlSpacer.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlOrderedList.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequest2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/RangeTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOptionElement2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableColElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlHeading4.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/gae/GAELoadPageTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/util/FalsifyingWebConnectionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/TopLevelWindow.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/MutationEvent.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlSpanTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/ScriptableWithFallbackGetter.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/XSLTemplate.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/ElementNotFoundException.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/FailingHttpStatusCodeException.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlMenuTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/JQuery126LocalTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/RefreshHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/HtmlUnitWrapFactory.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/SimpleWebDriverTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlCheckBoxInput.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlFrameSet.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentWriteTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/OnbeforeunloadHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/WindowConcurrencyTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/ProcessingInstruction.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlSerializer.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomCDataSection.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlUnorderedListTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlSelect.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/DOMParserTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/MimeTypeArray.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/applets/AppletClassLoader.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLLinkElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/StatusHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptJobManager.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElement2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSRuleList.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/DebugFrameImpl.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLIsIndexElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlResetInput.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/MapWrapper.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HTMLParserListener.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/protocol/data/DataUrlDecoder.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/BackspaceTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/AttributeCaseTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPageTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/UIEvent.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/JavaScriptEngine.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/DOMImplementationTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlParameterTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlImageTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/MimeType.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/ProxyAutoConfig.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPasswordInputTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlNoBreak.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlTableColumnGroup.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/xpath/XPathAdapter.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/BrowserNoneClassRunner.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlTableCell.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/TextPage.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/SocksSocketFactory.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlNoScriptTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlBody.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/protocol/about/Handler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClient3Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/WindowProxy.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlOption.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/History.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/EventHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLImageElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlWordBreakTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/Prototype161Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/DefaultCssErrorHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/util/WebConnectionWrapperTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/NamedNodeMapTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DoTypeProcessor.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlHorizontalRule.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/WebConnectionWrapper.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLInputElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/gae/GAESupportTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClientWaitForBackgroundJobsTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSImportRuleTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/FalsifyingWebConnection.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeArrayTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlScriptTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlBaseFont.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/GlobalFunctionsTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/NamespaceCollection.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/RetriesStatement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTextAreaElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlParagraph.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLAreaElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomChangeListener.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLAnchorElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlBlockQuote.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/StringSplitTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebWindowEvent.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/NavigatorTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlLabel.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/ScriptPreProcessor.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptJobManagerTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/MochiKitTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlCaptionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomProcessingInstruction.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/DomNodeTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/protocol/javascript/Handler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLParagraphElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlLegend.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebResponseTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Storage.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlBlink.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlStyle.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/MalformedHtmlTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLLIElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomChangeEvent.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlIsIndex.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeFunctionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/URLCreator.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/util/StringUtilsTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlDeletedText.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTitleTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/configuration/JavaScriptConfigurationTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlInsertedText.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLMetaElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlSuperscript.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/MouseEvent.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlHeading5.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlListItemTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeStringTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLBodyElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/DefaultJavaScriptExecutor.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlAnchor2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/JQueryTestBase.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/TextRange.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/UrlFetchWebConnectionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLBaseFontElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlModificationTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/BaseFrame.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/FormChild.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebAssertTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLHttpRequest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFrameSetElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebConnection.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Attr.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebAssert.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlFont.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLSelectElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLListElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/MockWebConnectionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlCode.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/PlusTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Event.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/External.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClientTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/ExtJS22Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlCheckBoxInput2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Namespace.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/ClientRect.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/KeyboardEventTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BinaryPage.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlLinkTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlLegendTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/StorageList.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/HexadecimalTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLStyleElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/GAEJavaScriptExecutor.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLHeadElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/AlphanumericTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/AttrTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/XPathDomNodeList.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlBig.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/DebuggerAdapter.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/xpath/HtmlUnitXPathTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/HttpWebConnection.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/ThreadedRefreshHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSSelectorTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/ScriptableWrapper.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlSmall.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlMultiColumn.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HTMLParser2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlSelectTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/EverythingTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/source/BrowserVersionFeaturesSource.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ImmediateRefreshHandlerTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ScriptPreProcessorTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/impl/SimpleRangeTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleSheetTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlParameter.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebWindowListener.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/attachment/AttachmentTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleSheet.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/DefaultCredentialsProvider.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/EncodingSniffer.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlQuoteTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlInputTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlBaseFontTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLParamElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/MethodWrapper.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlTableHeaderCell.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLMenuElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLBaseElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLVideoElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/UIEventTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLMapElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/BrowserStatement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/MouseEventTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlWordBreak.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/SimpleWebServer.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlMetaTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlScript2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomAttr.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/CDATASectionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/HistoryTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebRequestTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/StringReplaceTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/OctalTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlHeadTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFieldSetElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/Dojo102Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLSourceElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLDOMParseError.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTextInputTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlSpan.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/source/Patch.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/DefaultPageCreatorTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/DocumentTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/BoxObjectTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlTableColumn.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/NamedNodeMap.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/xml/XmlUtil.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlCanvasTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/ProxyAutoConfigTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlAbbreviated.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlAnchor.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/DocumentType.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlHorizontalRuleTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Node.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlAttributeChangeListener.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableCellElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlBreakTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlBold.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/BinaryPageTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Element.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/FlagsTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlInlineFrameTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/PromptHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/TextRangeTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/PluginArray.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Event2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/DOMException.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/xpath/LowerCaseFunction.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDirectoryElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlScript.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/PageReloadTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/UrlUtils.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/AlertHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Selection.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/BrowserRunner.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/DefaultCredentialsProviderTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlDefinitionListTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/Page.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlBreak.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlHeading6.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLAttr.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/RegExpJsToJavaConverterTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/DomNodeListTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/DigitTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HTMLParserTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlBodyTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/IEConditionalCompilationScriptPreProcessor.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLIFrameElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptJob.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlDirectoryTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlHtml.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLBaseElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLIFrameElement2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTitleElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLImageElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlAppletTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlImage.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLPreElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlOptionGroup.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ScriptExceptionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/CommentTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/applets/AppletStubImpl.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLLegendElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSMediaRuleTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlCaption.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HTMLParserListenerTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlKeyboard.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomNode.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocument.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/FormFieldWithNameHistory.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/ObjectInstantiationException.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/CodeChecker.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLCanvasElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavaScriptFunctionJob.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/NodeFiterTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/xml/XmlPage.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlItalic.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/CookieManagerTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLDocument2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeNumberTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/source/SVN.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Document.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Screen.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/QuestionMarkTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/CookieManager.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/EventNodeTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDListElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/SimpleScriptableProxy.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFrameElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlAddress.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/HtmlUnitRegExpProxyInstancePropertiesTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLUListElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/TreeWalkerTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLMenuElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/CodeStyleTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/CharacterDataImplTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/FormField.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/Window.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/XPathNSResolver.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLObjectElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlOptionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/StyleSheetList.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/DomCommentTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/NotYetImplementedTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTextAreaTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/BoxObject.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/IntervalTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/source/JQueryExtractor.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlDivisionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/ThreadTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/BackslashTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/ClipboardData.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlApplet.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/SilentCssErrorHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/HttpMethod.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlUnderlined.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/protocol/data/DataURLConnection.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTableColumnTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDelElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/FunctionWrapper.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableSectionElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/IElementFactory.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlObject.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSCharsetRuleTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFrame2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlAcronym.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/DefaultPageCreator.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlUnknownElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/canvas/CanvasRenderingContext2D.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/JavaScriptPage.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebWindowAdapter.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/DownloadBehaviorJob.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/MockWebConnection.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/CollectingAlertHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/LibraryDependencyTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlUnorderedList.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/MimeType.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLLegendElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlDefinition.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/ClickableElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPage2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/DomTextTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/StringCustom.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleDeclarationTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/FrameWindow.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlHtmlTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLBRElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSMediaRule.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/xpath/HtmlUnitPrefixResolver.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/MediaList.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlHiddenInputTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/IEWeirdSyntaxTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/DomDocumentFragmentTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlLabelTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTextAreaElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTableRowTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlAttributeChangeEvent.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLLabelElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/mozilla/js1_2/DotTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/DomComment.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/XSLTProcessorTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/StaticNodeList.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/DocumentFragment.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/util/DebuggingWebConnection.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLObjectElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLVideoElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/IncorrectnessListener.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/applets/AppletContextImpl.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlObjectTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/ConfirmHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSRule.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlImageDownloadTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlRadioButtonInputTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOptionElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlRadioButtonInput.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLSpacerElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlNoFrames.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/MooTools121Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlSubscript.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSStyleDeclaration2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ActiveXObjectTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/SimpleScriptable.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/StorageImpl.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlOptionGroupTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/EventNode.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/HtmlUnitRegExpProxyGlobalPropertiesTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/TextUtilTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/LICENSE.txtthe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/attachment/AttachmentHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/background/JavascriptXMLHttpRequestJob.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFieldSetTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSPrimitiveValueTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HTMLParser.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/Version.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLCollectionTags.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlImageInputTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/SelectorSpecificity.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/protocol/about/AboutURLConnection.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlHead.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlAreaTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlButtonTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebWindowNotFoundException.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlListing.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableSectionElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebResponseFromCache.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlOrderedListTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlMap.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/HtmlUnitContextFactory.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/PrototypeTestBase.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/HttpWebConnectionInsecureSSLTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlHeading1.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableCellElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Document2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/PostponedAction.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/DOMParser.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/protocol/javascript/JavaScriptURLConnection.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/util/DebuggingWebConnectionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLQuoteElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebRequest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/IEConditionalCommentsTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/util/ServletContentWrapper.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersion.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFontTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlTableBody.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlBaseTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTableSectionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/UnexpectedPage.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/LoggingRefreshHandler.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLCollectionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Popup2Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlHiddenInput.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLMetaElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLSerializerTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/gae/GAEUtils.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/GWT20Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlTitle.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/DOMExceptionTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/FormEncodingType.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/regexp/HtmlUnitRegExpProxyTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/FocusableElementTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/WebClient.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLDocumentTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLSerializer.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/TinyMceTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/libraries/JQuery126Test.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlBackgroundSound.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/KeyboardEvent.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLUnknownElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableComponent.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlParagraphTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlImageInput.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ExternalTest.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLEmbedElement.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/html/HtmlCanvas.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/CSSCharsetRule.javathe same procedure as every year
modifiedrbri/trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlFileInput2Test.javathe same procedure as every year