Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Issue 582873003: Polymer elements added to third_party/polymer. (Closed)

Created:
6 years, 3 months ago by dzhioev (left Google)
Modified:
6 years, 2 months ago
CC:
chromium-reviews, yoshiki+watch_chromium.org, dcheng, rginda+watch_chromium.org, mtomasz+watch_chromium.org, arv+watch_chromium.org, klundberg+watch_chromium.org, yfriedman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Polymer elements added to third_party/polymer. List of changes: * Added all core-elements and paper-elements provided by Polymer. * Components moved to 'components' subdirectory. * Added a presubmit check verifying that the list of dependencies from bower.json and the list of components installed to 'components' are the same. (see README.chromium for details). * Updated README.chromium * Updated pathes to polymer.js and platform.js in projects that use them. web-animations-js library will be added to the repository later. Here is a list of components depending on web-animations-js: * core-animation/core-animation-group.html * core-animation/core-animation.html * core-animation/web-animations.html * paper-menu-button/paper-menu-button.html * paper-menu-button/paper-menu-button-transition.html This CL doesn't change polymer and platform components. Landed manually, because of the bug in the commit queue (http://crbug.com/416255). BUG=415696 R=mtomasz@chromium.org, raymes@chromium.org, rsadam@chromium.org, thestig@chromium.org TBR=cpu Committed: https://crrev.com/344b7eb4fc9f09c744d3619167ec8fa3d89deb2f Cr-Commit-Position: refs/heads/master@{#296712}

Patch Set 1 #

Patch Set 2 : Fixed executable bit for several files. #

Patch Set 3 : Added web-animation-js to the whitelist of checklicenses.py. #

Patch Set 4 : Removed files from web-animations-js. #

Patch Set 5 : Added license header to reproduce.sh. #

Patch Set 6 : #

Total comments: 4

Patch Set 7 : reproduce.sh changes directory before doing things. #

Total comments: 2

Patch Set 8 : web-animations-js removed. Will be added in a separate CL. #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29645 lines, -7925 lines) Patch
M chrome/browser/resources/pdf/includes.js View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/polymer/.bowerrc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
D third_party/polymer/LICENSE View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -27 lines 0 comments Download
A + third_party/polymer/LICENSE.polymer View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/PRESUBMIT.py View 1 2 3 4 5 6 7 8 1 chunk +56 lines, -0 lines 0 comments Download
M third_party/polymer/README.chromium View 1 2 3 4 5 6 7 8 3 chunks +22 lines, -7 lines 0 comments Download
M third_party/polymer/bower.json View 1 2 3 4 5 6 7 8 1 chunk +69 lines, -1 line 0 comments Download
A third_party/polymer/components/core-ajax/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-ajax/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-ajax/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/core-ajax/core-ajax.html View 1 2 3 4 5 6 7 8 1 chunk +323 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-ajax/core-xhr.html View 1 2 3 4 5 6 7 8 1 chunk +115 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-ajax/demo.html View 1 2 3 4 5 6 7 8 1 chunk +43 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-ajax/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/bower.json View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/core-animated-pages.css View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/core-animated-pages.html View 1 2 3 4 5 6 7 8 1 chunk +427 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/demo.html View 1 2 3 4 5 6 7 8 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/demos/grid.html View 1 2 3 4 5 6 7 8 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/demos/list.html View 1 2 3 4 5 6 7 8 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/demos/music.html View 1 2 3 4 5 6 7 8 1 chunk +173 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/demos/nested.html View 1 2 3 4 5 6 7 8 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/demos/nested-animated-pages.html View 1 2 3 4 5 6 7 8 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/demos/news.html View 1 2 3 4 5 6 7 8 1 chunk +246 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/demos/quiz1.html View 1 2 3 4 5 6 7 8 1 chunk +254 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/demos/quiz1-intro.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A third_party/polymer/components/core-animated-pages/demos/shadow.html View 1 2 3 4 5 6 7 8 1 chunk +133 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/demos/simple.html View 1 2 3 4 5 6 7 8 1 chunk +89 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-animated-pages/index.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
A third_party/polymer/components/core-animated-pages/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/transitions/cascade-transition.html View 1 2 3 4 5 6 7 8 1 chunk +138 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/transitions/core-transition-pages.html View 1 2 3 4 5 6 7 8 1 chunk +175 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/transitions/cross-fade.html View 1 2 3 4 5 6 7 8 1 chunk +173 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/transitions/hero-transition.css View 1 2 3 4 5 6 7 8 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/transitions/hero-transition.html View 1 2 3 4 5 6 7 8 1 chunk +267 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/transitions/list-cascade.html View 1 2 3 4 5 6 7 8 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/transitions/scale-up.html View 1 2 3 4 5 6 7 8 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/transitions/slide-down.html View 1 2 3 4 5 6 7 8 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/transitions/slide-from-bottom.html View 1 2 3 4 5 6 7 8 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/transitions/slide-from-right.html View 1 2 3 4 5 6 7 8 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/transitions/slide-up.html View 1 2 3 4 5 6 7 8 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animated-pages/transitions/tile-cascade.html View 1 2 3 4 5 6 7 8 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animation/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animation/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animation/bower.json View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animation/core-animation.html View 1 2 3 4 5 6 7 8 1 chunk +524 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animation/core-animation-group.html View 1 2 3 4 5 6 7 8 1 chunk +169 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-animation/demo.html View 1 2 3 4 5 6 7 8 1 chunk +140 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-animation/index.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
A third_party/polymer/components/core-animation/web-animations.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A third_party/polymer/components/core-collapse/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-collapse/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-collapse/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A + third_party/polymer/components/core-collapse/core-collapse.css View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -5 lines 0 comments Download
A third_party/polymer/components/core-collapse/core-collapse.html View 1 2 3 4 5 6 7 8 1 chunk +250 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-collapse/demo.html View 1 2 3 4 5 6 7 8 1 chunk +84 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-collapse/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/polymer/components/core-component-page/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
A + third_party/polymer/components/core-component-page/README.md View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/polymer/components/core-component-page/bowager-logo.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A + third_party/polymer/components/core-component-page/bower.json View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/polymer/components/core-component-page/core-component-page.html View 1 2 3 4 5 6 7 8 7 chunks +68 lines, -68 lines 0 comments Download
A + third_party/polymer/components/core-component-page/demo.html View 1 2 3 4 5 6 7 8 1 chunk +23 lines, -23 lines 0 comments Download
A + third_party/polymer/components/core-component-page/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-drag-drop/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-drag-drop/core-drag-drop.html View 1 2 3 4 5 6 7 8 1 chunk +110 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-drag-drop/demo.html View 1 2 3 4 5 6 7 8 1 chunk +93 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-drag-drop/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-drawer-panel/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-drawer-panel/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-drawer-panel/bower.json View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-drawer-panel/core-drawer-panel.css View 1 2 3 4 5 6 7 8 1 chunk +146 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-drawer-panel/core-drawer-panel.html View 1 2 3 4 5 6 7 8 1 chunk +273 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-drawer-panel/demo.html View 1 2 3 4 5 6 7 8 1 chunk +73 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-drawer-panel/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-drawer-panel/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-dropdown/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-dropdown/README.md View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-dropdown/bower.json View 1 2 3 4 5 6 7 8 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-dropdown/core-dropdown.css View 1 2 3 4 5 6 7 8 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-dropdown/core-dropdown.html View 1 2 3 4 5 6 7 8 1 chunk +204 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-dropdown/demo.html View 1 2 3 4 5 6 7 8 1 chunk +349 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-dropdown/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-field/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-field/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-field/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/core-field/core-field.css View 1 2 3 4 5 6 7 8 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-field/core-field.html View 1 2 3 4 5 6 7 8 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-field/demo.html View 1 2 3 4 5 6 7 8 1 chunk +58 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-field/index.html View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -4 lines 0 comments Download
A third_party/polymer/components/core-field/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-header-panel/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-header-panel/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-header-panel/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/core-header-panel/core-header-panel.css View 1 2 3 4 5 6 7 8 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-header-panel/core-header-panel.html View 1 2 3 4 5 6 7 8 1 chunk +225 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-header-panel/demo.html View 1 2 3 4 5 6 7 8 1 chunk +100 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-header-panel/index.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A third_party/polymer/components/core-header-panel/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icon-button/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icon-button/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icon-button/bower.json View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icon-button/core-icon-button.css View 1 2 3 4 5 6 7 8 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icon-button/core-icon-button.html View 1 2 3 4 5 6 7 8 1 chunk +81 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-icon-button/demo.html View 1 2 3 4 5 6 7 8 1 chunk +17 lines, -5 lines 0 comments Download
A + third_party/polymer/components/core-icon-button/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-icon-button/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icon/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icon/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icon/bower.json View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-icon/core-icon.css View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -8 lines 0 comments Download
A third_party/polymer/components/core-icon/core-icon.html View 1 2 3 4 5 6 7 8 1 chunk +189 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icon/demo.html View 1 2 3 4 5 6 7 8 1 chunk +44 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-icon/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-icon/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icons/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icons/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icons/av-icons.html View 1 2 3 4 5 6 7 8 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icons/bower.json View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icons/communication-icons.html View 1 2 3 4 5 6 7 8 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icons/core-icons.html View 1 2 3 4 5 6 7 8 1 chunk +226 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icons/demo.html View 1 2 3 4 5 6 7 8 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icons/device-icons.html View 1 2 3 4 5 6 7 8 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icons/editor-icons.html View 1 2 3 4 5 6 7 8 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icons/hardware-icons.html View 1 2 3 4 5 6 7 8 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icons/image-icons.html View 1 2 3 4 5 6 7 8 1 chunk +53 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-icons/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-icons/maps-icons.html View 1 2 3 4 5 6 7 8 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icons/notification-icons.html View 1 2 3 4 5 6 7 8 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icons/png-icons.html View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-icons/social-icons.html View 1 2 3 4 5 6 7 8 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-iconset-svg/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-iconset-svg/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-iconset-svg/bower.json View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-iconset-svg/core-iconset.html View 1 2 3 4 5 6 7 8 1 chunk +241 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-iconset-svg/demo.html View 1 2 3 4 5 6 7 8 1 chunk +62 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-iconset-svg/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-iconset-svg/my-icons.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A third_party/polymer/components/core-iconset-svg/my-icons-big.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A third_party/polymer/components/core-iconset/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-iconset/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-iconset/bower.json View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-iconset/core-iconset.html View 1 2 3 4 5 6 7 8 1 chunk +241 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-iconset/demo.html View 1 2 3 4 5 6 7 8 1 chunk +62 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-iconset/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-iconset/my-icons.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A third_party/polymer/components/core-iconset/my-icons-big.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A third_party/polymer/components/core-input/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-input/README.md View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-input/bower.json View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-input/core-input.css View 1 2 3 4 5 6 7 8 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-input/core-input.html View 1 2 3 4 5 6 7 8 1 chunk +432 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-input/demo.html View 1 2 3 4 5 6 7 8 1 chunk +133 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-input/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-input/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-item/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-item/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-item/bower.json View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-item/core-item.css View 1 2 3 4 5 6 7 8 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-item/core-item.html View 1 2 3 4 5 6 7 8 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-item/demo.html View 1 2 3 4 5 6 7 8 1 chunk +83 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-item/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-item/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-layout-grid/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-layout-grid/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-layout-grid/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/core-layout-grid/core-layout-grid.html View 1 2 3 4 5 6 7 8 1 chunk +350 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-layout-grid/demo.html View 1 2 3 4 5 6 7 8 1 chunk +107 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-layout-grid/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-layout-grid/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-layout-trbl/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-layout-trbl/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-layout-trbl/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/core-layout-trbl/core-layout-trbl.html View 1 2 3 4 5 6 7 8 1 chunk +269 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-layout-trbl/core-slide.html View 1 2 3 4 5 6 7 8 1 chunk +181 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-layout-trbl/demo.html View 1 2 3 4 5 6 7 8 1 chunk +58 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-layout-trbl/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-layout/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-layout/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-layout/bower.json View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
A third_party/polymer/components/core-layout/core-layout.css View 1 2 3 4 5 6 7 8 1 chunk +216 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-layout/core-layout.html View 1 2 3 4 5 6 7 8 1 chunk +288 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-layout/core-layout-host.css View 1 2 3 4 5 6 7 8 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-layout/demo.html View 1 2 3 4 5 6 7 8 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-layout/demo-body.html View 1 2 3 4 5 6 7 8 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-layout/demo-css.html View 1 2 3 4 5 6 7 8 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-layout/demo-parent.html View 1 2 3 4 5 6 7 8 1 chunk +87 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-layout/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-layout/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-list/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-list/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-list/bower.json View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-list/core-list.css View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-list/core-list.html View 1 2 3 4 5 6 7 8 1 chunk +403 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-list/demo.html View 1 2 3 4 5 6 7 8 1 chunk +154 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-list/demo-divider.html View 1 2 3 4 5 6 7 8 1 chunk +178 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-list/images/0.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A third_party/polymer/components/core-list/images/1.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A third_party/polymer/components/core-list/images/2.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A third_party/polymer/components/core-list/images/3.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A + third_party/polymer/components/core-list/index.html View 1 2 3 4 5 6 7 8 1 chunk +22 lines, -22 lines 0 comments Download
A third_party/polymer/components/core-localstorage/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-localstorage/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-localstorage/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/core-localstorage/core-localstorage.html View 1 2 3 4 5 6 7 8 1 chunk +128 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-localstorage/demo.html View 1 2 3 4 5 6 7 8 1 chunk +41 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-localstorage/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-media-query/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-media-query/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-media-query/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/core-media-query/core-media-query.html View 1 2 3 4 5 6 7 8 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-media-query/demo.html View 1 2 3 4 5 6 7 8 1 chunk +44 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-media-query/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-menu-button/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-menu-button/README.md View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-menu-button/bower.json View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-menu-button/core-menu-button.css View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-menu-button/core-menu-button.html View 1 2 3 4 5 6 7 8 1 chunk +137 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-menu-button/demo.html View 1 2 3 4 5 6 7 8 1 chunk +90 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-menu-button/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-menu-button/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-menu/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-menu/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-menu/bower.json View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-menu/core-menu.css View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -5 lines 0 comments Download
A third_party/polymer/components/core-menu/core-menu.html View 1 2 3 4 5 6 7 8 1 chunk +62 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-menu/core-submenu.css View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -12 lines 0 comments Download
A third_party/polymer/components/core-menu/core-submenu.html View 1 2 3 4 5 6 7 8 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-menu/demo.html View 1 2 3 4 5 6 7 8 1 chunk +101 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-menu/index.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
A third_party/polymer/components/core-menu/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-meta/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-meta/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-meta/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/core-meta/core-meta.html View 1 2 3 4 5 6 7 8 1 chunk +145 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-meta/demo.html View 1 2 3 4 5 6 7 8 1 chunk +58 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-meta/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-overlay/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-overlay/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-overlay/bower.json View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-overlay/core-key-helper.html View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -3 lines 0 comments Download
A third_party/polymer/components/core-overlay/core-overlay.html View 1 2 3 4 5 6 7 8 1 chunk +676 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-overlay/core-overlay-layer.html View 1 2 3 4 5 6 7 8 1 chunk +112 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-overlay/demo.html View 1 2 3 4 5 6 7 8 1 chunk +146 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-overlay/index.html View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -4 lines 0 comments Download
A third_party/polymer/components/core-pages/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-pages/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-pages/bower.json View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-pages/core-pages.css View 1 2 3 4 5 6 7 8 1 chunk +22 lines, -5 lines 0 comments Download
A third_party/polymer/components/core-pages/core-pages.html View 1 2 3 4 5 6 7 8 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-pages/demo.html View 1 2 3 4 5 6 7 8 1 chunk +130 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-pages/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-pages/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-range/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-range/README.md View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-range/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/core-range/core-range.html View 1 2 3 4 5 6 7 8 1 chunk +108 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-range/demo.html View 1 2 3 4 5 6 7 8 1 chunk +55 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-range/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-scaffold/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scaffold/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scaffold/bower.json View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scaffold/core-scaffold.html View 1 2 3 4 5 6 7 8 1 chunk +157 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scaffold/demo.html View 1 2 3 4 5 6 7 8 1 chunk +82 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-scaffold/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-scaffold/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/bower.json View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/core-scroll-header-panel.css View 1 2 3 4 5 6 7 8 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/core-scroll-header-panel.html View 1 2 3 4 5 6 7 8 1 chunk +302 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demo.html View 1 2 3 4 5 6 7 8 1 chunk +111 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demos/demo1.html View 1 2 3 4 5 6 7 8 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demos/demo2.html View 1 2 3 4 5 6 7 8 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demos/demo3.html View 1 2 3 4 5 6 7 8 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demos/demo4.html View 1 2 3 4 5 6 7 8 1 chunk +109 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demos/demo5.html View 1 2 3 4 5 6 7 8 1 chunk +109 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demos/demo6.html View 1 2 3 4 5 6 7 8 1 chunk +113 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demos/demo7.html View 1 2 3 4 5 6 7 8 1 chunk +120 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demos/demo8.html View 1 2 3 4 5 6 7 8 1 chunk +122 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demos/demo9.html View 1 2 3 4 5 6 7 8 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demos/images/bg2.jpg View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demos/images/bg3.jpg View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demos/images/bg5.jpg View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demos/images/bg6.jpg View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demos/images/bg9.jpg View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/demos/lorem-ipsum.html View 1 2 3 4 5 6 7 8 1 chunk +33 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-scroll-header-panel/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-scroll-header-panel/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-selection/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-selection/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-selection/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/core-selection/core-selection.html View 1 2 3 4 5 6 7 8 1 chunk +149 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-selection/demo.html View 1 2 3 4 5 6 7 8 1 chunk +59 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-selection/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-selector/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-selector/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-selector/bower.json View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-selector/core-selector.html View 1 2 3 4 5 6 7 8 1 chunk +424 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-selector/demo.html View 1 2 3 4 5 6 7 8 1 chunk +106 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-selector/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-selector/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-shared-lib/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-shared-lib/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-shared-lib/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/core-shared-lib/core-shared-lib.html View 1 2 3 4 5 6 7 8 1 chunk +151 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-shared-lib/demo.html View 1 2 3 4 5 6 7 8 1 chunk +33 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-shared-lib/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-signals/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-signals/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-signals/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/core-signals/core-signals.html View 1 2 3 4 5 6 7 8 1 chunk +84 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-signals/demo.html View 1 2 3 4 5 6 7 8 1 chunk +53 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-signals/index.html View 1 2 3 4 5 6 7 8 1 chunk +22 lines, -22 lines 0 comments Download
A third_party/polymer/components/core-splitter/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-splitter/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-splitter/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A + third_party/polymer/components/core-splitter/core-splitter.css View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -5 lines 0 comments Download
A third_party/polymer/components/core-splitter/core-splitter.html View 1 2 3 4 5 6 7 8 1 chunk +147 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-splitter/demo.html View 1 2 3 4 5 6 7 8 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-splitter/handle.svg View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-splitter/handle-h.svg View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-splitter/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-style/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-style/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-style/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/core-style/core-style.html View 1 2 3 4 5 6 7 8 1 chunk +387 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-style/demo.html View 1 2 3 4 5 6 7 8 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-style/elements.html View 1 2 3 4 5 6 7 8 1 chunk +46 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-style/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-style/my-theme.html View 1 2 3 4 5 6 7 8 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-toolbar/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-toolbar/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-toolbar/bower.json View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-toolbar/core-toolbar.css View 1 2 3 4 5 6 7 8 1 chunk +110 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-toolbar/core-toolbar.html View 1 2 3 4 5 6 7 8 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-toolbar/demo.html View 1 2 3 4 5 6 7 8 1 chunk +107 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-toolbar/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/core-toolbar/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-tooltip/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-tooltip/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-tooltip/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/core-tooltip/core-tooltip.css View 1 2 3 4 5 6 7 8 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-tooltip/core-tooltip.html View 1 2 3 4 5 6 7 8 1 chunk +144 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-tooltip/demo.html View 1 2 3 4 5 6 7 8 1 chunk +171 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-tooltip/index.html View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
A third_party/polymer/components/core-tooltip/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-transition/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-transition/README.md View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-transition/bower.json View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-transition/core-transition.html View 1 2 3 4 5 6 7 8 1 chunk +140 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-transition/core-transition-css.html View 1 2 3 4 5 6 7 8 1 chunk +221 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-transition/core-transition-overlay.css View 1 2 3 4 5 6 7 8 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/polymer/components/core-transition/demo.html View 1 2 3 4 5 6 7 8 1 chunk +87 lines, -0 lines 0 comments Download
A + third_party/polymer/components/core-transition/index.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
A third_party/polymer/components/font-roboto/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +14 lines, -0 lines 0 comments Download
A + third_party/polymer/components/font-roboto/roboto.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -5 lines 0 comments Download
A third_party/polymer/components/paper-button/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-button/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-button/bower.json View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-button/demo.html View 1 2 3 4 5 6 7 8 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-button/demo2.html View 1 2 3 4 5 6 7 8 1 chunk +136 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-button/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/paper-button/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-button/paper-button.css View 1 2 3 4 5 6 7 8 1 chunk +115 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-button/paper-button.html View 1 2 3 4 5 6 7 8 1 chunk +211 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/bower.json View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/demo.html View 1 2 3 4 5 6 7 8 1 chunk +104 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-checkbox/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/paper-checkbox.css View 1 2 3 4 5 6 7 8 1 chunk +262 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/paper-checkbox.html View 1 2 3 4 5 6 7 8 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-dialog/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-dialog/.gitignore View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A third_party/polymer/components/paper-dialog/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-dialog/bower.json View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-dialog/demo.html View 1 2 3 4 5 6 7 8 1 chunk +75 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-dialog/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/paper-dialog/paper-dialog.css View 1 2 3 4 5 6 7 8 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-dialog/paper-dialog.html View 1 2 3 4 5 6 7 8 1 chunk +176 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-dialog/paper-dialog-transition.css View 1 2 3 4 5 6 7 8 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-dialog/paper-dialog-transition.html View 1 2 3 4 5 6 7 8 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-fab/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-fab/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-fab/bower.json View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-fab/demo.html View 1 2 3 4 5 6 7 8 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-fab/demo2.html View 1 2 3 4 5 6 7 8 1 chunk +103 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-fab/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/paper-fab/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-fab/paper-fab.css View 1 2 3 4 5 6 7 8 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-fab/paper-fab.html View 1 2 3 4 5 6 7 8 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-focusable/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-focusable/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-focusable/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/paper-focusable/demo.html View 1 2 3 4 5 6 7 8 1 chunk +155 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-focusable/paper-focusable.html View 1 2 3 4 5 6 7 8 1 chunk +146 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-icon-button/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-icon-button/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-icon-button/bower.json View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-icon-button/demo.html View 1 2 3 4 5 6 7 8 1 chunk +102 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-icon-button/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/paper-icon-button/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-icon-button/paper-icon-button.css View 1 2 3 4 5 6 7 8 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-icon-button/paper-icon-button.html View 1 2 3 4 5 6 7 8 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-icon-button/pulse-ink.css View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-input/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-input/.gitignore View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A third_party/polymer/components/paper-input/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-input/bower.json View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-input/demo.html View 1 2 3 4 5 6 7 8 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-input/demo2.html View 1 2 3 4 5 6 7 8 1 chunk +114 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-input/error-100.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A third_party/polymer/components/paper-input/error-200.png View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
A + third_party/polymer/components/paper-input/index.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
A third_party/polymer/components/paper-input/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-input/paper-input.css View 1 2 3 4 5 6 7 8 1 chunk +211 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-input/paper-input.html View 1 2 3 4 5 6 7 8 1 chunk +433 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-item/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-item/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-item/bower.json View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-item/demo.html View 1 2 3 4 5 6 7 8 1 chunk +37 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-item/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/paper-item/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-item/paper-item.css View 1 2 3 4 5 6 7 8 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-item/paper-item.html View 1 2 3 4 5 6 7 8 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-menu-button/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-menu-button/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-menu-button/bower.json View 1 2 3 4 5 6 7 8 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-menu-button/demo.html View 1 2 3 4 5 6 7 8 1 chunk +92 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-menu-button/index.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
A third_party/polymer/components/paper-menu-button/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-menu-button/paper-menu-button.css View 1 2 3 4 5 6 7 8 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-menu-button/paper-menu-button.html View 1 2 3 4 5 6 7 8 1 chunk +128 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-menu-button/paper-menu-button-overlay.html View 1 2 3 4 5 6 7 8 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-menu-button/paper-menu-button-transition.css View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-menu-button/paper-menu-button-transition.html View 1 2 3 4 5 6 7 8 1 chunk +118 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-progress/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-progress/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-progress/bower.json View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-progress/demo.html View 1 2 3 4 5 6 7 8 1 chunk +98 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-progress/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/paper-progress/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-progress/paper-progress.css View 1 2 3 4 5 6 7 8 1 chunk +27 lines, -5 lines 0 comments Download
A third_party/polymer/components/paper-progress/paper-progress.html View 1 2 3 4 5 6 7 8 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-radio-button/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-radio-button/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-radio-button/bower.json View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-radio-button/demo.html View 1 2 3 4 5 6 7 8 1 chunk +66 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-radio-button/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/paper-radio-button/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-radio-button/paper-radio-button.css View 1 2 3 4 5 6 7 8 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-radio-button/paper-radio-button.html View 1 2 3 4 5 6 7 8 1 chunk +148 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-radio-group/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-radio-group/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-radio-group/bower.json View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-radio-group/demo.html View 1 2 3 4 5 6 7 8 1 chunk +74 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-radio-group/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/paper-radio-group/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-radio-group/paper-radio-group.html View 1 2 3 4 5 6 7 8 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-ripple/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-ripple/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-ripple/bower.json View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-ripple/demo.html View 1 2 3 4 5 6 7 8 1 chunk +409 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-ripple/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/paper-ripple/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-ripple/paper-ripple.html View 1 2 3 4 5 6 7 8 1 chunk +427 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-ripple/raw.html View 1 2 3 4 5 6 7 8 1 chunk +790 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-shadow/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-shadow/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-shadow/bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -2 lines 0 comments Download
A third_party/polymer/components/paper-shadow/demo.html View 1 2 3 4 5 6 7 8 1 chunk +249 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-shadow/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/paper-shadow/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-shadow/paper-shadow.css View 1 2 3 4 5 6 7 8 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-shadow/paper-shadow.html View 1 2 3 4 5 6 7 8 1 chunk +213 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-slider/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-slider/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-slider/bower.json View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-slider/demo.html View 1 2 3 4 5 6 7 8 1 chunk +142 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-slider/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/paper-slider/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-slider/paper-slider.css View 1 2 3 4 5 6 7 8 1 chunk +193 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-slider/paper-slider.html View 1 2 3 4 5 6 7 8 1 chunk +310 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-tabs/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-tabs/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-tabs/bower.json View 1 2 3 4 5 6 7 8 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-tabs/demo.html View 1 2 3 4 5 6 7 8 1 chunk +157 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-tabs/index.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
A third_party/polymer/components/paper-tabs/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-tabs/paper-tab.css View 1 2 3 4 5 6 7 8 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-tabs/paper-tab.html View 1 2 3 4 5 6 7 8 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-tabs/paper-tabs.css View 1 2 3 4 5 6 7 8 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-tabs/paper-tabs.html View 1 2 3 4 5 6 7 8 1 chunk +128 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-toast/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-toast/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-toast/bower.json View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-toast/demo.html View 1 2 3 4 5 6 7 8 1 chunk +58 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-toast/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/paper-toast/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-toast/paper-toast.css View 1 2 3 4 5 6 7 8 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-toast/paper-toast.html View 1 2 3 4 5 6 7 8 1 chunk +258 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-toggle-button/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-toggle-button/README.md View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-toggle-button/bower.json View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-toggle-button/demo.html View 1 2 3 4 5 6 7 8 1 chunk +68 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-toggle-button/index.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/paper-toggle-button/metadata.html View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-toggle-button/paper-toggle-button.css View 1 2 3 4 5 6 7 8 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-toggle-button/paper-toggle-button.html View 1 2 3 4 5 6 7 8 1 chunk +125 lines, -0 lines 0 comments Download
A + third_party/polymer/components/platform/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
A + third_party/polymer/components/platform/README.md View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/polymer/components/platform/bower.json View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/polymer/components/platform/build.log View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/polymer/components/platform/platform.js View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/polymer/components/platform/platform.js.map View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/polymer/components/polymer/.bower.json View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/polymer/components/polymer/README.md View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/polymer/components/polymer/bower.json View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/polymer/components/polymer/build.log View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/polymer/components/polymer/layout.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/polymer/components/polymer/polymer.html View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/polymer/components/polymer/polymer.js View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/polymer/components/polymer/polymer.js.map View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/polymer/core-component-page/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -19 lines 0 comments Download
D third_party/polymer/core-component-page/README.md View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/polymer/core-component-page/bower.json View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -8 lines 0 comments Download
D third_party/polymer/core-component-page/core-component-page.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -7124 lines 0 comments Download
D third_party/polymer/core-component-page/demo.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -23 lines 0 comments Download
D third_party/polymer/core-component-page/index.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -22 lines 0 comments Download
D third_party/polymer/platform/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -26 lines 0 comments Download
D third_party/polymer/platform/README.md View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/polymer/platform/bower.json View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -16 lines 0 comments Download
D third_party/polymer/platform/build.log View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -39 lines 0 comments Download
D third_party/polymer/platform/platform.js View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/polymer/platform/platform.js.map View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
D third_party/polymer/polymer/.bower.json View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -19 lines 0 comments Download
D third_party/polymer/polymer/README.md View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -17 lines 0 comments Download
D third_party/polymer/polymer/bower.json View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -8 lines 0 comments Download
D third_party/polymer/polymer/build.log View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -33 lines 0 comments Download
D third_party/polymer/polymer/layout.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -278 lines 0 comments Download
D third_party/polymer/polymer/polymer.html View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -13 lines 0 comments Download
D third_party/polymer/polymer/polymer.js View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/polymer/polymer/polymer.js.map View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
A + third_party/polymer/reproduce.sh View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/audio_player.html View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/audio_player/js/audio_player_scripts.js View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 33 (4 generated)
dzhioev (left Google)
Hi please review: raymes@ for third_party/polymer and chrome/browser/resources/pdf/ thestig@ for checkperms.py mtomasz@ for ui/file_manager
6 years, 3 months ago (2014-09-18 19:56:13 UTC) #2
Lei Zhang
On 2014/09/18 19:56:13, dzhioev wrote: > Hi please review: > raymes@ for third_party/polymer and chrome/browser/resources/pdf/ ...
6 years, 3 months ago (2014-09-18 20:44:58 UTC) #3
dzhioev (left Google)
On 2014/09/18 20:44:58, Lei Zhang wrote: > On 2014/09/18 19:56:13, dzhioev wrote: > > Hi ...
6 years, 3 months ago (2014-09-18 21:32:24 UTC) #4
Lei Zhang
On 2014/09/18 21:32:24, dzhioev wrote: > On 2014/09/18 20:44:58, Lei Zhang wrote: > > On ...
6 years, 3 months ago (2014-09-18 21:37:29 UTC) #5
dzhioev (left Google)
Adding rsadam@, who has upgraded Polymer several times before.
6 years, 3 months ago (2014-09-18 21:38:48 UTC) #7
Lei Zhang
I can't git clone web-animations-js without authentication. For core-list, none of the files should have ...
6 years, 3 months ago (2014-09-18 21:41:49 UTC) #8
dzhioev (left Google)
On 2014/09/18 21:41:49, Lei Zhang wrote: > I can't git clone web-animations-js without authentication. Strange, ...
6 years, 3 months ago (2014-09-18 22:02:51 UTC) #9
Lei Zhang
On 2014/09/18 22:02:51, dzhioev wrote: > * Several 'sh' files has '#! /bin/bash' header. checkperms ...
6 years, 3 months ago (2014-09-18 22:16:57 UTC) #10
dzhioev (left Google)
On 2014/09/18 22:16:57, Lei Zhang wrote: > On 2014/09/18 22:02:51, dzhioev wrote: > > * ...
6 years, 3 months ago (2014-09-18 22:39:12 UTC) #11
raymes
On 2014/09/18 22:16:57, Lei Zhang wrote: > On 2014/09/18 22:02:51, dzhioev wrote: > > * ...
6 years, 3 months ago (2014-09-18 22:44:05 UTC) #12
Lei Zhang
On 2014/09/18 22:39:12, dzhioev wrote: > Should I leave 'third_party/polymer' in the list or just ...
6 years, 3 months ago (2014-09-18 22:52:54 UTC) #13
rsadam
third_party/polymer lgtm
6 years, 3 months ago (2014-09-18 23:12:03 UTC) #14
mtomasz
On 2014/09/18 23:12:03, rsadam wrote: > third_party/polymer lgtm lgtm for ui/file_manager.
6 years, 3 months ago (2014-09-19 00:21:06 UTC) #15
dzhioev (left Google)
On 2014/09/18 22:52:54, Lei Zhang wrote: > On 2014/09/18 22:39:12, dzhioev wrote: > > Should ...
6 years, 3 months ago (2014-09-19 02:15:49 UTC) #16
dzhioev (left Google)
I fixed wrong permissions for several files. With the new version of 'checkperms' (after https://codereview.chromium.org/587463002/) ...
6 years, 3 months ago (2014-09-20 18:30:12 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/582873003/10001
6 years, 3 months ago (2014-09-20 18:32:32 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device/builds/16950)
6 years, 3 months ago (2014-09-20 18:50:43 UTC) #21
dzhioev (left Google)
Committed patchset #2 (id:10001) manually as 7c33f44 (presubmit successful).
6 years, 3 months ago (2014-09-20 21:43:57 UTC) #22
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/7c33f44244bcafb889a0cc9e0aafe08141c28109 Cr-Commit-Position: refs/heads/master@{#295892}
6 years, 3 months ago (2014-09-20 21:44:01 UTC) #23
dzhioev (left Google)
The CL was reverted because several files in web-animations-js don't have a license header (https://codereview.chromium.org/592603004/). ...
6 years, 3 months ago (2014-09-21 21:01:30 UTC) #24
dzhioev (left Google)
On 2014/09/21 21:01:30, dzhioev wrote: > The CL was reverted because several files in web-animations-js ...
6 years, 3 months ago (2014-09-22 16:57:25 UTC) #25
raymes
Please see my comments on reproduce.sh on https://codereview.chromium.org/592593002/. It would still be good to get ...
6 years, 3 months ago (2014-09-23 00:50:02 UTC) #26
Lei Zhang
https://codereview.chromium.org/582873003/diff/50001/third_party/polymer/reproduce.sh File third_party/polymer/reproduce.sh (right): https://codereview.chromium.org/582873003/diff/50001/third_party/polymer/reproduce.sh#newcode9 third_party/polymer/reproduce.sh:9: rm -rf components Erm, this depends on your CWD. ...
6 years, 3 months ago (2014-09-23 01:02:57 UTC) #27
dzhioev (left Google)
reproduce.sh will not be used in build process. It's more like an instruction or a ...
6 years, 3 months ago (2014-09-23 08:43:01 UTC) #28
Lei Zhang
reproduce.sh lgtm with the right quoting. I'm not sure what to do about the README.chromium ...
6 years, 3 months ago (2014-09-23 21:41:51 UTC) #29
raymes
lgtm
6 years, 3 months ago (2014-09-24 04:09:23 UTC) #30
dzhioev (left Google)
I send request for review of 'web-animions-js' to open-source-third-party-reviews@google.com and security@chromium.org as Chromium policy requires. ...
6 years, 2 months ago (2014-09-25 15:55:47 UTC) #31
dzhioev (left Google)
Committed patchset #9 (id:80001) manually as 344b7eb (presubmit successful).
6 years, 2 months ago (2014-09-25 15:59:17 UTC) #32
commit-bot: I haz the power
6 years, 2 months ago (2014-09-25 15:59:18 UTC) #33
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/344b7eb4fc9f09c744d3619167ec8fa3d89deb2f
Cr-Commit-Position: refs/heads/master@{#296712}

Powered by Google App Engine
This is Rietveld 408576698