commit | e3234f23d436654ad0502f9c612acea646bde134 | [log] [tgz] |
---|---|---|
author | Dhruv Srivastava <dhruvsri@google.com> | Wed Jan 04 16:46:23 2023 +0100 |
committer | Dhruv Srivastava <dhruvsri@google.com> | Wed Jan 04 15:48:07 2023 +0000 |
tree | 59441a7249d732d9ffc64efeca24bf3657da0e90 | |
parent | 855f4781b702de120953a64da5c277ea4908deaa [diff] |
Remove iron-overlay-behavior Change 351715 removed all usages of iron-overlay. Release-Notes: skip Google-bug-id: b/255524908 Change-Id: I7ab06b4cc8de35fcad85a7f07d4f721587f1e287
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.