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

Issue 2906483004: [pinpoint] Add iron-form and paper-checkbox to polymer components. (Closed)

Created:
3 years, 7 months ago by dtu
Modified:
3 years, 7 months ago
Reviewers:
eakuefner, sullivan, shatch, sh
CC:
catapult-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

[pinpoint] Add iron-form and paper-checkbox to polymer components. BUG=catapult:#3333 Review-Url: https://codereview.chromium.org/2906483004 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/91b60843fbfce5b81e9bc92bdfcba85fd26ed22e

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6027 lines, -22 lines) Patch
M third_party/polymer/bower.json View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-ajax/.bower.json View 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-ajax/.github/ISSUE_TEMPLATE.md View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-ajax/.gitignore View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/polymer/components/iron-ajax/.travis.yml View 1 chunk +24 lines, -0 lines 0 comments Download
A + third_party/polymer/components/iron-ajax/CONTRIBUTING.md View 3 chunks +3 lines, -3 lines 0 comments Download
A third_party/polymer/components/iron-ajax/README.md View 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-ajax/bower.json View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-ajax/demo/index.html View 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-ajax/hero.svg View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-ajax/index.html View 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-ajax/iron-ajax.html View 1 chunk +533 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-ajax/iron-request.html View 1 chunk +443 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-ajax/test/index.html View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-ajax/test/iron-ajax.html View 1 chunk +895 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-ajax/test/iron-request.html View 1 chunk +311 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-form/.bower.json View 1 chunk +51 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-form/.github/ISSUE_TEMPLATE.md View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-form/.gitignore View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/polymer/components/iron-form/.travis.yml View 1 chunk +24 lines, -0 lines 0 comments Download
A + third_party/polymer/components/iron-form/CONTRIBUTING.md View 2 chunks +1 line, -1 line 0 comments Download
A third_party/polymer/components/iron-form/README.md View 1 chunk +78 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-form/bower.json View 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-form/demo/index.html View 1 chunk +261 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-form/demo/simple-element.html View 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-form/index.html View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-form/iron-form.html View 1 chunk +513 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-form/test/basic.html View 1 chunk +804 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-form/test/element-with-nested-form-element.html View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-form/test/element-with-nested-input.html View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-form/test/index.html View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-form/test/simple-element.html View 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/polymer/components/iron-form/test/validatable-element-with-nested-elements.html View 1 chunk +35 lines, -0 lines 0 comments Download
M third_party/polymer/components/iron-overlay-behavior/.bower.json View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/polymer/components/iron-selector/.bower.json View 2 chunks +10 lines, -5 lines 0 comments Download
M third_party/polymer/components/iron-selector/.travis.yml View 2 chunks +6 lines, -5 lines 0 comments Download
M third_party/polymer/components/iron-selector/CONTRIBUTING.md View 2 chunks +1 line, -1 line 0 comments Download
M third_party/polymer/components/iron-selector/bower.json View 1 chunk +7 lines, -2 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/.bower.json View 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/.eslintrc.json View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/.github/ISSUE_TEMPLATE.md View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/.gitignore View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/.travis.yml View 1 chunk +25 lines, -0 lines 0 comments Download
A + third_party/polymer/components/paper-checkbox/CONTRIBUTING.md View 2 chunks +1 line, -1 line 0 comments Download
A third_party/polymer/components/paper-checkbox/README.md View 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/bower.json View 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/demo/index.html View 1 chunk +116 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/index.html View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/paper-checkbox.html View 1 chunk +311 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/test/.eslintrc.json View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/test/basic.html View 1 chunk +275 lines, -0 lines 0 comments Download
A third_party/polymer/components/paper-checkbox/test/index.html View 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/polymer/components/promise-polyfill/.bower.json View 1 chunk +40 lines, -0 lines 0 comments Download
A + third_party/polymer/components/promise-polyfill/CONTRIBUTING.md View 2 chunks +1 line, -1 line 0 comments Download
A third_party/polymer/components/promise-polyfill/Gruntfile.js View 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/polymer/components/promise-polyfill/LICENSE View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/polymer/components/promise-polyfill/Promise.js View 1 chunk +137 lines, -0 lines 0 comments Download
A third_party/polymer/components/promise-polyfill/Promise-Statics.js View 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/polymer/components/promise-polyfill/Promise.min.js View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/polymer/components/promise-polyfill/README.md View 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/polymer/components/promise-polyfill/bower.json View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/polymer/components/promise-polyfill/package.json View 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/polymer/components/promise-polyfill/promise-polyfill.html View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/polymer/components/promise-polyfill/promise-polyfill-lite.html View 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
dtu
3 years, 7 months ago (2017-05-25 22:42:08 UTC) #2
sullivan
lgtm
3 years, 7 months ago (2017-05-25 22:56:00 UTC) #3
sh
lgtm
3 years, 7 months ago (2017-05-26 02:11:33 UTC) #5
shatch
lgtm
3 years, 7 months ago (2017-05-26 02:11:58 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2906483004/1
3 years, 7 months ago (2017-05-26 05:29:19 UTC) #8
commit-bot: I haz the power
3 years, 7 months ago (2017-05-26 05:54:30 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Powered by Google App Engine
This is Rietveld 408576698