Commit Graph

6081 Commits

Author SHA1 Message Date
Kevin Schaaf
bddeff4a8f Use babel parser for aslant for dynamic import. 2018-04-30 15:48:15 -07:00
Kevin Schaaf
dea235152c Fix lint errors. 2018-04-30 15:21:58 -07:00
Kevin Schaaf
90946038af Merge branch '3.x' into 3.x-linter-warnings 2018-04-30 15:07:25 -07:00
Steven Orvell
1ed2b310ec Update dependencies
Now depends on `@webcomponents/webcomponentsjs` only as a devDependency.
2018-04-30 14:54:55 -07:00
Steven Orvell
a11febe7d7 Fix test typo on Chrome 2018-04-30 12:10:00 -07:00
Steve Orvell
644e820ce0 Merge pull request #5210 from Polymer/3.x-test-template
Fixes IE11 test issues
2018-04-30 11:06:04 -07:00
Steven Orvell
8b5803c293 Fixes IE11 test issues
Use <template>.innerHTML when adding test elements to main document. Works around a template polyfill issue (https://github.com/webcomponents/template/issues/40) by setting innerHTML on a <template> element so that inner templates are correctly updated.
2018-04-30 10:55:18 -07:00
Elliott Marquez
48a8483a52 Merge pull request #5207 from Polymer/3.x-styling-tests
Fixes styling tests related to using HTML Imports
2018-04-26 17:21:55 -07:00
Steven Orvell
26747422d3 Fixes styling tests related to using HTML Imports
* [styling-scoped.html] remove test for <link rel="import" type="css"> as this is no longer supported
* [custom-style-async.html] convert test that used importHref to use dynamic import
2018-04-26 17:18:07 -07:00
Steve Orvell
b1a523cf77 Merge pull request #5200 from Polymer/3.x-tests
3.x tests
2018-04-26 16:18:53 -07:00
Steven Orvell
e8c49974bd Merge branch '3.x' into 3.x-tests 2018-04-26 16:09:31 -07:00
Steven Orvell
676f5f3d75 Remove crufty global (fixes globals.html test) 2018-04-26 16:06:56 -07:00
Steven Orvell
a4d80d0929 Update to webcomponents 2.0.0 and webcomponents-bundle.js 2018-04-26 15:43:17 -07:00
Tim van der Lippe
268313d148 Merge branch '3.x-tests' into 3.x-linter-warnings 2018-04-26 12:19:51 +02:00
Peter Burns
22fd7243c1 Merge pull request #5204 from Polymer/3.x-fixes-for-documentation
Improve documentation and legibility in 3.x.
2018-04-24 16:21:49 -07:00
Kevin Schaaf
bff03b2d7f Fix meaningful whitespace in test assertion 2018-04-23 22:43:37 -07:00
Kevin Schaaf
3f24f71d06 Fix latent mistake using old SD API 2018-04-23 22:24:21 -07:00
Kevin Schaaf
7f9de46c72 Add global for wct callback when amd compiling 2018-04-23 22:14:04 -07:00
Kevin Schaaf
a93f81f17b Eliminate pre-module code from resolveUrl tests 2018-04-23 22:10:25 -07:00
Peter Burns
ab103dc142 Improve documentation and legibility.
- Did a pass for every place we were writing `Polymer.foo`.
- Basic cleanup of a number of places for legibility by both humans and polymer-analyzer.
2018-04-23 17:36:41 -07:00
Kevin Schaaf
d6821e455f Add some global whitelists 2018-04-20 13:08:33 -07:00
Peter Burns
369e07c38a Merge pull request #5193 from Polymer/3.x-modularized
3.x modularized
2018-04-20 12:46:04 -07:00
Tim van der Lippe
dfcaadb2f7 Fix references to js files instead of html files 2018-04-20 17:32:30 +02:00
Tim van der Lippe
206cf724bb Fix glob patterns for eslint 2018-04-20 17:28:36 +02:00
Tim van der Lippe
6d240138af Fix ESLint warnings 2018-04-20 17:20:16 +02:00
Kevin Schaaf
1761c79b35 Eliminate more canonical path usage 2018-04-19 18:19:39 -07:00
Kevin Schaaf
4b7cd869a4 Eliminate canonical path to wcjs 2018-04-19 17:35:25 -07:00
Kevin Schaaf
f39aaa8c76 Remove extra polymer-legacy.js imports 2018-04-19 17:27:03 -07:00
Kevin Schaaf
8069dff4cd Clean up Polymer fn import 2018-04-19 17:06:55 -07:00
Kevin Schaaf
f1266845e5 Add WCT config used by all tests 2018-04-19 16:27:06 -07:00
Kevin Schaaf
0b75920f27 Clean up exports 2018-04-19 16:26:15 -07:00
Kevin Schaaf
65d73f17c7 Allow Polymer fn's call to Class to be overridden. 2018-04-19 16:26:04 -07:00
Elliott Marquez
180a92ff28 add sill-relevant, deleted tests back in 2018-04-19 10:10:56 -07:00
Elliott Marquez
d913614db9 manually change inter-package dep imports from paths to names 2018-04-18 15:44:50 -07:00
Elliott Marquez
0c8506591a manually add assetpath (import.meta.url) for tests that require it 2018-04-17 16:49:00 -07:00
Elliott Marquez
09b11fa4fa move behavior definition to before usage 2018-04-17 16:25:00 -07:00
Elliott Marquez
ec36165ec9 define omitted class declaration 2018-04-17 16:21:06 -07:00
Elliott Marquez
5ce0d24d37 remove &lt; and replace with < for innerHTML 2018-04-17 11:54:44 -07:00
Elliott Marquez
0caa7dab81 fixed typo causing test to fail 2018-04-17 11:49:26 -07:00
Elliott Marquez
6c7c770c6c fix missing dom-module in modulization 2018-04-17 11:44:42 -07:00
Elliott Marquez
12a650b19f revert module wait 2018-04-17 11:43:01 -07:00
Elliott Marquez
f037640614 wait for elements in other modules to be defined 2018-04-17 11:38:26 -07:00
Elliott Marquez
0985652eea no more undefined.hasShadow 2018-04-17 11:36:20 -07:00
Elliott Marquez
57d4190c35 removed link rel import type css tests 2018-04-17 11:27:44 -07:00
Elliott Marquez
6905dd10d8 delete debugger 2018-04-17 11:19:49 -07:00
Elliott Marquez
811ee301a5 skip link rel import type css tests on native imports 2018-04-17 11:18:20 -07:00
Elliott Marquez
a52148a307 add missing css html import 2018-04-17 11:18:01 -07:00
Elliott Marquez
a84ad782e9 remove importHref tests 2018-04-17 10:59:31 -07:00
Peter Burns
232b004285 Import Polymer function in tests from legacy/polymer-fn.js 2018-04-16 11:23:57 -07:00
Peter Burns
69f488b2a0 Export Polymer function from polymer-legacy.js 2018-04-16 11:23:56 -07:00