Tue, 26 Aug 2014 18:13:30 +0200During the API review process (bug 246133) the reviewers decided that in order to include html4j to NetBeans Platform, we need to stop using org.apidesign namespace and switch to NetBeans one. Repackaging all SPI packages into org.netbeans.html.smthng.spi.
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 26 Aug 2014 18:13:30 +0200] rev 838
During the API review process (bug 246133) the reviewers decided that in order to include html4j to NetBeans Platform, we need to stop using org.apidesign namespace and switch to NetBeans one. Repackaging all SPI packages into org.netbeans.html.smthng.spi.

Tue, 26 Aug 2014 17:43:37 +0200Adding forgotten test
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 26 Aug 2014 17:43:37 +0200] rev 837
Adding forgotten test

Tue, 26 Aug 2014 17:43:20 +0200Showing use of locale in the default Javadoc sample for BrowserBuilder
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 26 Aug 2014 17:43:20 +0200] rev 836
Showing use of locale in the default Javadoc sample for BrowserBuilder

Tue, 26 Aug 2014 17:37:43 +0200Fixing lints by JDK8's javadoc tool
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 26 Aug 2014 17:37:43 +0200] rev 835
Fixing lints by JDK8's javadoc tool

Tue, 26 Aug 2014 17:37:11 +0200Support for L10N of pages. Just use browserBuilder.locale(Locale.getDefault());
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 26 Aug 2014 17:37:11 +0200] rev 834
Support for L10N of pages. Just use browserBuilder.locale(Locale.getDefault());

Tue, 26 Aug 2014 17:36:31 +0200Mutable arrays seem to behave well
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 26 Aug 2014 17:36:31 +0200] rev 833
Mutable arrays seem to behave well

Tue, 26 Aug 2014 17:36:07 +0200Documenting the mutable array change in Javadoc overview page MutableArrays
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 26 Aug 2014 17:36:07 +0200] rev 832
Documenting the mutable array change in Javadoc overview page

Tue, 26 Aug 2014 17:35:37 +0200Finishing the sentence in the Javadoc MutableArrays
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 26 Aug 2014 17:35:37 +0200] rev 831
Finishing the sentence in the Javadoc

Tue, 26 Aug 2014 17:35:10 +0200Verify that derived properties are also updated when an array is modified from inside of knockout binding MutableArrays
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 26 Aug 2014 17:35:10 +0200] rev 830
Verify that derived properties are also updated when an array is modified from inside of knockout binding

Tue, 26 Aug 2014 17:34:03 +0200Merge of work on default branch MutableArrays
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 26 Aug 2014 17:34:03 +0200] rev 829
Merge of work on default branch