Browse Source

Merge changes from origin/7.2 into master

Conflicts:
	build.properties
	client/src/com/vaadin/client/ApplicationConnection.java
	client/src/com/vaadin/client/extensions/ResponsiveConnector.java
	server/src/com/vaadin/server/Responsive.java

Change-Id: I49f90521611d1b86704a60c3d003cdeea9c3b864
tags/7.2.0
Jonatan Kronqvist 10 years ago
parent
commit
0745a29a95
100 changed files with 229 additions and 185 deletions
  1. 1
    1
      .settings/org.eclipse.jdt.ui.prefs
  2. 85
    78
      WebContent/release-notes.html
  3. 1
    1
      build.properties
  4. 1
    1
      buildhelpers/src/com/vaadin/buildhelpers/CompileTheme.java
  5. 1
    1
      buildhelpers/src/com/vaadin/buildhelpers/FetchReleaseNotesTickets.java
  6. 1
    1
      buildhelpers/src/com/vaadin/buildhelpers/GeneratePackageExports.java
  7. 2
    2
      buildhelpers/src/com/vaadin/buildhelpers/ManifestWriter.java
  8. 2
    2
      checkstyle/header
  9. 1
    1
      client-compiler/src/com/vaadin/sass/linker/SassLinker.java
  10. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/AcceptCriteriaFactoryGenerator.java
  11. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/ConnectorBundleLoaderFactory.java
  12. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ArraySerializer.java
  13. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ClientRpcVisitor.java
  14. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java
  15. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorInitVisitor.java
  16. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/CustomSerializer.java
  17. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/EnumSerializer.java
  18. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/FieldProperty.java
  19. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/GeneratedSerializer.java
  20. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/JsonSerializer.java
  21. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/MethodProperty.java
  22. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/OnStateChangeVisitor.java
  23. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/Property.java
  24. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ServerRpcVisitor.java
  25. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/StateInitVisitor.java
  26. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/TypeVisitor.java
  27. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/WidgetInitVisitor.java
  28. 1
    1
      client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java
  29. 34
    1
      client/src/com/vaadin/Vaadin.gwt.xml
  30. 5
    1
      client/src/com/vaadin/client/ApplicationConfiguration.java
  31. 2
    2
      client/src/com/vaadin/client/ApplicationConnection.java
  32. 1
    1
      client/src/com/vaadin/client/BrowserInfo.java
  33. 1
    1
      client/src/com/vaadin/client/CSSRule.java
  34. 1
    1
      client/src/com/vaadin/client/ComponentConnector.java
  35. 1
    1
      client/src/com/vaadin/client/ComponentDetail.java
  36. 1
    1
      client/src/com/vaadin/client/ComponentDetailMap.java
  37. 1
    1
      client/src/com/vaadin/client/ComponentLocator.java
  38. 1
    1
      client/src/com/vaadin/client/ComputedStyle.java
  39. 2
    2
      client/src/com/vaadin/client/ConnectorHierarchyChangeEvent.java
  40. 1
    1
      client/src/com/vaadin/client/ConnectorMap.java
  41. 1
    1
      client/src/com/vaadin/client/ContainerResizedListener.java
  42. 1
    1
      client/src/com/vaadin/client/DateTimeService.java
  43. 2
    2
      client/src/com/vaadin/client/DirectionalManagedLayout.java
  44. 1
    1
      client/src/com/vaadin/client/EventHelper.java
  45. 1
    1
      client/src/com/vaadin/client/FastStringMap.java
  46. 2
    2
      client/src/com/vaadin/client/FastStringSet.java
  47. 1
    1
      client/src/com/vaadin/client/Focusable.java
  48. 1
    1
      client/src/com/vaadin/client/HasComponentsConnector.java
  49. 1
    1
      client/src/com/vaadin/client/JavaScriptConnectorHelper.java
  50. 1
    1
      client/src/com/vaadin/client/JavaScriptExtension.java
  51. 1
    1
      client/src/com/vaadin/client/JsArrayObject.java
  52. 1
    1
      client/src/com/vaadin/client/LayoutManager.java
  53. 1
    1
      client/src/com/vaadin/client/LayoutManagerIE8.java
  54. 1
    1
      client/src/com/vaadin/client/LocaleNotLoadedException.java
  55. 1
    1
      client/src/com/vaadin/client/LocaleService.java
  56. 2
    2
      client/src/com/vaadin/client/MeasuredSize.java
  57. 1
    1
      client/src/com/vaadin/client/MouseEventDetailsBuilder.java
  58. 1
    1
      client/src/com/vaadin/client/Paintable.java
  59. 1
    1
      client/src/com/vaadin/client/Profiler.java
  60. 1
    1
      client/src/com/vaadin/client/RenderInformation.java
  61. 1
    1
      client/src/com/vaadin/client/RenderSpace.java
  62. 1
    1
      client/src/com/vaadin/client/ResourceLoader.java
  63. 1
    1
      client/src/com/vaadin/client/ServerConnector.java
  64. 1
    1
      client/src/com/vaadin/client/SimpleTree.java
  65. 1
    1
      client/src/com/vaadin/client/StyleConstants.java
  66. 1
    1
      client/src/com/vaadin/client/SuperDevMode.java
  67. 1
    1
      client/src/com/vaadin/client/TooltipInfo.java
  68. 1
    1
      client/src/com/vaadin/client/UIDL.java
  69. 1
    1
      client/src/com/vaadin/client/Util.java
  70. 1
    1
      client/src/com/vaadin/client/VCaption.java
  71. 1
    1
      client/src/com/vaadin/client/VCaptionWrapper.java
  72. 1
    1
      client/src/com/vaadin/client/VConsole.java
  73. 1
    1
      client/src/com/vaadin/client/VErrorMessage.java
  74. 1
    1
      client/src/com/vaadin/client/VLoadingIndicator.java
  75. 1
    1
      client/src/com/vaadin/client/VSchedulerImpl.java
  76. 1
    1
      client/src/com/vaadin/client/VTooltip.java
  77. 1
    1
      client/src/com/vaadin/client/VUIDLBrowser.java
  78. 2
    2
      client/src/com/vaadin/client/ValueMap.java
  79. 1
    1
      client/src/com/vaadin/client/WidgetInstantiator.java
  80. 1
    1
      client/src/com/vaadin/client/WidgetLoader.java
  81. 1
    1
      client/src/com/vaadin/client/WidgetMap.java
  82. 1
    1
      client/src/com/vaadin/client/WidgetSet.java
  83. 1
    1
      client/src/com/vaadin/client/annotations/OnStateChange.java
  84. 1
    1
      client/src/com/vaadin/client/communication/AbstractServerConnectorEvent.java
  85. 1
    1
      client/src/com/vaadin/client/communication/AtmospherePushConnection.java
  86. 1
    1
      client/src/com/vaadin/client/communication/Date_Serializer.java
  87. 1
    1
      client/src/com/vaadin/client/communication/DiffJSONSerializer.java
  88. 1
    1
      client/src/com/vaadin/client/communication/HasJavaScriptConnectorHelper.java
  89. 1
    1
      client/src/com/vaadin/client/communication/Heartbeat.java
  90. 1
    1
      client/src/com/vaadin/client/communication/JSONSerializer.java
  91. 1
    1
      client/src/com/vaadin/client/communication/JavaScriptMethodInvocation.java
  92. 1
    1
      client/src/com/vaadin/client/communication/JsonDecoder.java
  93. 1
    1
      client/src/com/vaadin/client/communication/JsonEncoder.java
  94. 2
    2
      client/src/com/vaadin/client/communication/PushConnection.java
  95. 1
    1
      client/src/com/vaadin/client/communication/RpcManager.java
  96. 1
    1
      client/src/com/vaadin/client/communication/RpcProxy.java
  97. 1
    1
      client/src/com/vaadin/client/communication/StateChangeEvent.java
  98. 1
    1
      client/src/com/vaadin/client/communication/URLReference_Serializer.java
  99. 1
    1
      client/src/com/vaadin/client/componentlocator/ComponentLocator.java
  100. 0
    0
      client/src/com/vaadin/client/componentlocator/LegacyLocatorStrategy.java

+ 1
- 1
.settings/org.eclipse.jdt.ui.prefs
File diff suppressed because it is too large
View File


+ 85
- 78
WebContent/release-notes.html View File

@@ -46,6 +46,12 @@
@version@</a></li>
<li><a href="#enhancements">Enhancements in Vaadin
@version-minor@</a></li>
<li><a href="#incompatible">Incompatible changes in
@version-minor@</a></li>
<li><a href="#behavioraltering">Behavior altering
changes in @version-minor@</a></li>
<li><a href="#knownissues">Known issues in
@version-minor@</a></li>
<li><a href="#limitations">Limitations in
@version-minor@</a></li>
<li><a href="#vaadin">Vaadin Installation</a></li>
@@ -76,44 +82,44 @@
href="http://vaadin.com/download/release/@version-minor@/@version-minor@.0/release-notes.html">Release
Notes for Vaadin @version-minor@.0</a>.
</p>
<!-- ================================================================ -->
<h3 id="security-fixes">Security fixes in Vaadin Framework 7.1.11</h3>
<p>
Vaadin 7.1.11 fixes two security issues discovered during internal review.
Vaadin 7.1.11 fixes two security issues discovered during internal review.
</p>
<p><b>Escaping of OptionGroup item icon URLs</b></p>
<p>
The issue affects OptionGroup with item icons. Proper escaping of the
src-attribute on the client side was not ensured when using icons for
The issue affects OptionGroup with item icons. Proper escaping of the
src-attribute on the client side was not ensured when using icons for
OptionGroup items. This could potentially, in certain situations, allow
a malicious user to inject content, such as javascript, in order to
a malicious user to inject content, such as javascript, in order to
perform a cross-site scripting (XSS) attack.
</p>
<p>
In order for an application to be vulnerable, user provided input must
be used to form a URL used to display an icon for an OptionGroup item,
be used to form a URL used to display an icon for an OptionGroup item,
when showing that Option Group to other users.<br/>
The vulnerability has been classified as moderate, due to it's limited
application.
application.
</p>
<p><b>Escaping of URLs in Util.getAbsoluteUrl()</b></p>
<p>
The client side Util.getAbsoluteUrl() did not ensure proper escaping
of the given URL. This could potentially, in certain situations, allow
a malicious user to inject content, such as javascript, in order to
a malicious user to inject content, such as javascript, in order to
perform a cross-site scripting (XSS) attack.
</p>
<p>
The method is used internally by the framework in such a manner that it
is unlikely this attack vector can be utilized in practice. However,
third party components, or future use of the method, could make an
third party components, or future use of the method, could make an
attack viable.<br/>
The vulnerability has been classified as moderate, due to it's limited
application.
application.
</p>
<h3 id="changelog">Change log for Vaadin @version@</h3>

<p>This release includes the following closed issues:</p>
@@ -134,66 +140,24 @@
enhancements. Below is a list of the most notable changes:</p>

<ul>
<li>Server push (Use the <b>@Push</b> annotation to
enable push for a UI)
</li>
<li>Server polling using <b>UI</b>.<tt>setPollInterval()</tt></li>
<li>Enhanced debug window</li>
<li>Internet Explorer 10 support</li>
<li>Sass compiler improvements: arithmetics, @content</li>
<li>Dynamic CSS injection</li>
<li>Support for SCSS/CSS files in all add-ons (Use <tt>Vaadin-Stylesheet</tt>
in the manifest)
</li>
<li><b>Calendar</b> is included in the core framework</li>
<li><b>ProgressBar</b> provides progress indication
without polling (separated from <b>ProgressIndicator</b>)</li>
<li>Tooltip and loading indicator delays configurable
on server side</li>
<li>The range of a <b>DateField</b> can be limited
</li>
<li><b>Window</b> has maximize/restore controls</li>
<li><b>UI</b> and <b>VaadinSession</b> provide <tt>access()</tt>
to access the UI and session while holding the needed
lock</li>
<li>A new <b>@VaadinServletConfiguration</b> annotation
for configuring servlet parameters
</li>
<li>WAI-ARIA support for form fields, <b>Button</b>,
and <b>Tree</b></li>
<li>The behavior of <b>Property</b>.toString() can be
toggled using the <tt>legacyPropertyToString</tt> init
parameter
</li>
<li>Default alignment can be set for layout components</li>
<li><b>FieldGroup</b> supports SQL date fields and date
field creation</li>
<li><b>Converter</b>.<tt>convertToModel</tt>/<tt>convertFromModel</tt>
now gets an additional parameter describing the target
type</li>
<li>The browser page can be reloaded programmatically
using <tt>Page.reload()</tt>
</li>
<li>The <b>VaadinServlet</b>/<b>VaadinPortlet</b> and <b>VaadinService</b>
classes have been refactored
</li>
<li>Several locking related fixes</li>
<li>Client compiler dependencies are packaged as a
separate jar</li>
<li>DefaultWidgetSet is even more optimized (using
compiler parameter <tt>-XenableClosureCompiler</tt>)
</li>
<li>Java <tt>assert</tt> statements have been added to
critical code sections. Start JVM with <tt>-ea</tt> to
use.
</li>
<li><b>StateChangeEvent</b>.<tt>isInitialState()</tt>
indicates if event is the first for a connector</li>
<li><b>ClientConnector</b>.<tt>isAttached()</tt>
indicates if connector is attached</li>
<li><b>Container.Filterable</b> now contains a <tt>getContainerFilters()</tt>
method</li>
<li><b>TableQuery</b> now supports schemas and catalogs</li>
<li>Internet Explorer 11 support</li>
<li>Window Phone 8.1 support</li>
<li>Long polling support through Atmosphere 2</li>
<li>Font icon support</li>
<li>Tomcat 8 support</li>
<li>Wildfly 8 support</li>
<li>Websocket support for Tomcat 8, Glassfish 4, Jetty 9.1, Wildfly 8</li>
<li>TestBench 4 support</li>
<li>GWT 2.6 compatibility</li>
<li>Widget set size reduction</li>
<li>Widget set compilation speed improvement by collapsing all permutations</li>
<li>New built-in converters: StringToBigDecimal, StringToLong</li>
<li>New built-in support for Date in communication</li>
<li>WAI-ARIA improvements: Window, Notification, TabSheet</li>
<li>Sass compiler is a separate project</li>
<li>Support for @OnStateChange for easier state handling</li>
<li>Reload events for UIs with @PreserveOnRefresh</li>
<li>Responsive layouts</li>
</ul>

<p>Tools have been updated for Vaadin @version-minor@ with
@@ -224,6 +188,48 @@
Notes for Vaadin 7.0.0</a>.
</p>

<h3 id="incompatible">Incompatible changes</h3>
<ul>
<li>It is assumed that the UI will no longer be used after Page.setLocation
is called. Do not use this to start downloads.</li>
<li>The portlet requests class VaadinGateinRequest is now called
VaadinGateInRequest</li>
<li>The JSON library has been changed from org.json to the json implementation
from the Android SDK. They are 99% compatible.</li>
<li>StringToNumberConverter has been removed in favor of more specific
converters such as StringToBigDecimalConverter.</li>
<li>(internal) Atmosphere has been updated from version 1.x to 2.x. These
are not 100% compatible.</li>
<li>(internal) There is no longer support for "multiple variable bursts"
in the UIDL communication.</li>
</ul>
<h3 id="behavioraltering">Behavior altering changes</h3>
<ul>
<li>Default push fallback is now long-polling</li>
<li>VerticalLayout and HorizontalLayout.replaceComponent now applies old
component parameters (e.g. expand ratio) to the new component. This is
now consistent between all layouts in the framework, where relevant
properties are applied to the replacement.</li>
<li>All GWT permutations are collapsed when using DefaultWidgetSet. To use
separate permutations, inherit Vaadin instead of DefaultWidgetSet and
add the needed entry-point.</li>
<li>Requests to "/context;jsessionid=xyz" are redirected to
"/context/;jsessionid=xyz" which is against specifications but based
on how jsessionid is used</li>
<li>Adding a ValueChangeListener to a component will make it immediate</li>
<li>ComboBox is immediate by default</li>
</ul>

<h3 id="knownissues">Known issues</h3>
<ul>
<li>Not all features are implemented for devices using pointer events.</li>
<li>Push reconnecting does not work in all situations when</li>
<ul>
<li>using Firefox and streaming</li>
<li>using IE8-11 and long-polling</li>
</ul>
</ul>

<h3 id="limitations">Limitations</h3>
<ul>
<li>It is currently not possible to specify <tt>font-size</tt>
@@ -609,6 +615,7 @@
<li>Liferay Portal 5.2-6</li>
<li>GateIn Portal 3</li>
<li>eXo Platform 3</li>
<li>IBM WebSphere Portal 8</li>
</ul>

<p>
@@ -620,12 +627,12 @@
</p>

<ul>
<li>Mozilla Firefox 18-24</li>
<li>Mozilla Firefox 17 ESR</li>
<li>Internet Explorer 8-10</li>
<li>Safari 6</li>
<li>Opera 12,16</li>
<li>Google Chrome 23-29</li>
<li>Mozilla Firefox 18-28</li>
<li>Mozilla Firefox 17 ESR, 24 ESR</li>
<li>Internet Explorer 8-11</li>
<li>Safari 6-7</li>
<li>Opera 12, 16-20</li>
<li>Google Chrome 23-34</li>
</ul>

<p>

+ 1
- 1
build.properties View File

@@ -6,4 +6,4 @@ vaadin.url=http://vaadin.com
vaadin.java.version=1.6
vaadin.version=0.0.0.unversioned-development-build
vaadin.sass.version=0.9.0
commons-io.version=2.4
commons-io.version=2.4

+ 1
- 1
buildhelpers/src/com/vaadin/buildhelpers/CompileTheme.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
buildhelpers/src/com/vaadin/buildhelpers/FetchReleaseNotesTickets.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
buildhelpers/src/com/vaadin/buildhelpers/GeneratePackageExports.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
buildhelpers/src/com/vaadin/buildhelpers/ManifestWriter.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -156,4 +156,4 @@ public class ManifestWriter {
public byte[] getBytes() {
return buffer.toString().getBytes();
}
}
}

+ 2
- 2
checkstyle/header View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -12,4 +12,4 @@
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
*/

+ 1
- 1
client-compiler/src/com/vaadin/sass/linker/SassLinker.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/AcceptCriteriaFactoryGenerator.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/ConnectorBundleLoaderFactory.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ArraySerializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ClientRpcVisitor.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorInitVisitor.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/CustomSerializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/EnumSerializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/FieldProperty.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/GeneratedSerializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/JsonSerializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/MethodProperty.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/OnStateChangeVisitor.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/Property.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ServerRpcVisitor.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/StateInitVisitor.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/TypeVisitor.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/WidgetInitVisitor.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 34
- 1
client/src/com/vaadin/Vaadin.gwt.xml View File

@@ -1,4 +1,3 @@

<module>
<!-- This GWT module inherits all Vaadin client side functionality modules.
This is the module you want to inherit in your client side project to be
@@ -64,4 +63,38 @@
<!-- Remove IE6/IE7 permutation as they are not supported -->
<set-property name="user.agent" value="ie8,ie9,ie10,gecko1_8,safari,opera" />

<!-- Pointer event support -->
<define-property name="modernie" values="none,yes" />
<property-provider name="modernie"><![CDATA[
{
var ua = $wnd.navigator.userAgent;
if (ua.indexOf('IE') == -1 && ua.indexOf('Trident') != -1) { return 'yes'; }
return 'none';
}
]]></property-provider>

<set-property name="modernie" value="none">
<none>
<when-property-is name="user.agent" value="gecko1_8" />
</none>
</set-property>

<!-- Fall through to this rule when the browser doesn't support pointer
event -->
<replace-with class="com.vaadin.client.event.PointerEventSupportImpl">
<when-type-is class="com.vaadin.client.event.PointerEventSupportImpl" />
</replace-with>

<replace-with
class="com.vaadin.client.event.PointerEventSupportImplModernIE">
<when-type-is class="com.vaadin.client.event.PointerEventSupportImpl" />
<none>
<when-property-is value="none" name="modernie" />
</none>
</replace-with>

<replace-with class="com.vaadin.client.event.PointerEventSupportImplIE10">
<when-type-is class="com.vaadin.client.event.PointerEventSupportImpl" />
<when-property-is value="ie10" name="user.agent" />
</replace-with>
</module>

+ 5
- 1
client/src/com/vaadin/client/ApplicationConfiguration.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -43,6 +43,7 @@ import com.vaadin.client.debug.internal.ProfilerSection;
import com.vaadin.client.debug.internal.Section;
import com.vaadin.client.debug.internal.TestBenchSection;
import com.vaadin.client.debug.internal.VDebugWindow;
import com.vaadin.client.event.PointerEventSupport;
import com.vaadin.client.metadata.BundleLoadCallback;
import com.vaadin.client.metadata.ConnectorBundleLoader;
import com.vaadin.client.metadata.NoDataException;
@@ -610,6 +611,9 @@ public class ApplicationConfiguration implements EntryPoint {
enableIEPromptFix();
}

// Register pointer events (must be done before any events are used)
PointerEventSupport.init();

// Prepare the debugging window
if (isDebugMode()) {
/*

+ 2
- 2
client/src/com/vaadin/client/ApplicationConnection.java View File

@@ -1,6 +1,6 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at

+ 1
- 1
client/src/com/vaadin/client/BrowserInfo.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/CSSRule.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ComponentConnector.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ComponentDetail.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ComponentDetailMap.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ComponentLocator.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ComputedStyle.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/ConnectorHierarchyChangeEvent.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -103,4 +103,4 @@ public class ConnectorHierarchyChangeEvent extends
return TYPE;
}

}
}

+ 1
- 1
client/src/com/vaadin/client/ConnectorMap.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ContainerResizedListener.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/DateTimeService.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/DirectionalManagedLayout.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -21,4 +21,4 @@ public interface DirectionalManagedLayout extends ManagedLayout {
public void layoutVertically();

public void layoutHorizontally();
}
}

+ 1
- 1
client/src/com/vaadin/client/EventHelper.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/FastStringMap.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/FastStringSet.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -98,4 +98,4 @@ public final class FastStringSet extends JavaScriptObject {
}
}
}-*/;
}
}

+ 1
- 1
client/src/com/vaadin/client/Focusable.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/HasComponentsConnector.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/JavaScriptConnectorHelper.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/JavaScriptExtension.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/JsArrayObject.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/LayoutManager.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/LayoutManagerIE8.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/LocaleNotLoadedException.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/LocaleService.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/MeasuredSize.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -289,4 +289,4 @@ public class MeasuredSize {
return sizes1[0] != sizes2[0] || sizes1[2] != sizes2[2];
}

}
}

+ 1
- 1
client/src/com/vaadin/client/MouseEventDetailsBuilder.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/Paintable.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/Profiler.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/RenderInformation.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/RenderSpace.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ResourceLoader.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ServerConnector.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/SimpleTree.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/StyleConstants.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/SuperDevMode.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/TooltipInfo.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/UIDL.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/Util.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VCaption.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VCaptionWrapper.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VConsole.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VErrorMessage.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VLoadingIndicator.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VSchedulerImpl.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VTooltip.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VUIDLBrowser.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/ValueMap.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -118,4 +118,4 @@ public final class ValueMap extends JavaScriptObject {
return this[name];
}-*/;

}
}

+ 1
- 1
client/src/com/vaadin/client/WidgetInstantiator.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/WidgetLoader.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/WidgetMap.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/WidgetSet.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/annotations/OnStateChange.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/AbstractServerConnectorEvent.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/AtmospherePushConnection.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/Date_Serializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/DiffJSONSerializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/HasJavaScriptConnectorHelper.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/Heartbeat.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/JSONSerializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/JavaScriptMethodInvocation.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/JsonDecoder.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/JsonEncoder.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/communication/PushConnection.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -102,4 +102,4 @@ public interface PushConnection {
*/
public String getTransportType();

}
}

+ 1
- 1
client/src/com/vaadin/client/communication/RpcManager.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/RpcProxy.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/StateChangeEvent.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/URLReference_Serializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/componentlocator/ComponentLocator.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 0
- 0
client/src/com/vaadin/client/componentlocator/LegacyLocatorStrategy.java View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save