Clone this repo:
  1. e3234f2 Remove iron-overlay-behavior by Dhruv Srivastava · 1 year, 3 months ago master
  2. 855f478 Add paper-dialog, paper-dialog-scrollable and paper-dialog-behavior by Tao Zhou · 4 years, 2 months ago v3.2.0 v3.2.0-rc0 v3.2.0-rc1 v3.2.0-rc2 v3.2.0-rc3 v3.2.0-rc4 v3.2.1 v3.2.10 v3.2.11 v3.2.12 v3.2.13 v3.2.14 v3.2.2 v3.2.3 v3.2.5.1 v3.2.6 v3.2.7 v3.2.8 v3.2.9 v3.3.0 v3.3.0-rc0 v3.3.0-rc1 v3.3.0-rc2 v3.3.0-rc3 v3.3.0-rc4 v3.3.0-rc5 v3.3.0-rc6 v3.3.0-rc7 v3.3.1 v3.3.10 v3.3.11 v3.3.2 v3.3.3 v3.3.4 v3.3.5 v3.3.6 v3.3.7 v3.3.8 v3.3.9 v3.4.0 v3.4.0-rc0 v3.4.0-rc1 v3.4.0-rc2 v3.4.0-rc3 v3.4.0-rc4 v3.4.0-rc5 v3.4.1 v3.4.2 v3.4.3 v3.4.4 v3.4.5 v3.4.6 v3.4.7 v3.4.8 v3.5.0 v3.5.0-rc0 v3.5.0-rc1 v3.5.0-rc2 v3.5.0-rc3 v3.5.0-rc4 v3.5.0.1 v3.5.1 v3.5.2 v3.5.3 v3.5.4 v3.5.5 v3.5.6 v3.6.0 v3.6.0-rc0 v3.6.0-rc1 v3.6.0-rc2 v3.6.0-rc3 v3.6.0-rc4 v3.6.0-rc5 v3.6.1 v3.6.2 v3.6.3 v3.6.4 v3.6.5 v3.6.6 v3.6.7 v3.6.8 v3.7.0 v3.7.0-rc0 v3.7.0-rc1 v3.7.0-rc2 v3.7.0-rc3 v3.7.0-rc4 v3.7.0-rc5 v3.7.1 v3.7.2 v3.7.3 v3.7.4 v3.7.5 v3.7.6 v3.7.7 v3.7.8 v3.8.0 v3.8.0-rc0 v3.8.0-rc1 v3.8.0-rc2 v3.8.0-rc3 v3.8.0-rc5 v3.8.1 v3.8.2 v3.8.3 v3.8.4 v3.9.0 v3.9.0-rc0 v3.9.0-rc1 v3.9.0-rc2 v3.9.0-rc3 v3.9.0-rc4 v3.9.0-rc5 v3.9.0-rc6 v3.9.1 v3.9.2
  3. b689bef Merge "Small fix for import path" by Ben Rohlfs · 4 years, 2 months ago
  4. 395fb23 Small fix for import path by Dmitrii Filippov · 4 years, 2 months ago
  5. 5d525a5 Fix typo in README.md by David Ostrovsky · 4 years, 2 months ago

This repository contains a code to provide compatibility layer between Polymer 3 and Polymer 2. It allows to run Polymer 2 application on top of Polymer 3 without changing a code.

The repository is added as a submodule to gerrit project; polygerrit-ui/app/package.json references a local folder (with submodule).

folder will be removed after full switch from Polymer 2 to Polymer 3.

Some files have code related to google-closure-library, but it is not necessary to use google-closure-library - the polymer/lib/utils/boot_bridge.js file provides placoholders for it.

Note: it is expected, that this repository is used only during transition period (Polymer 2 -> Polymer 3). After the transition is complete (including plugins), the submodule will be removed from gerrit repository.