DescriptionPort first garden-o-matic component over to polymer
1. Add polymer bower json and update app.yaml appropriately.
2. Add 'unsafe-inline' to script-src so that imports work.
3. Add a load warning if you try to load the page without having
ever synced polymer.
4. Convert ui.results.Comparison over to <results-comparison> and
cleanup all code in ui.results.ResultsGrid.
Put results-comparison in it's own file. It makes sense to
put each custom element definition in it's own file and to test it
independently.
Add a top-level ui directory for all the UI related components. When we're
done, we should be able to delete a bunch of the JS files in the scripts
directory and all the CSS files in the styles directory.
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176805
Patch Set 1 #
Total comments: 1
Patch Set 2 : remove some copy-paste #Patch Set 3 : remove CSP #
Total comments: 26
Patch Set 4 : use mdv #
Total comments: 1
Patch Set 5 : add console.error #
Total comments: 11
Patch Set 6 : address review comments #Patch Set 7 : remove stray </html> #Patch Set 8 : add to alert string #Patch Set 9 : add files #Messages
Total messages: 21 (0 generated)
|