Remove iron-overlay-behavior

Change 351715 removed all usages of iron-overlay.

Release-Notes: skip
Google-bug-id: b/255524908
Change-Id: I7ab06b4cc8de35fcad85a7f07d4f721587f1e287
10 files changed
tree: 59441a7249d732d9ffc64efeca24bf3657da0e90
  1. iron-a11y-keys-behavior/
  2. iron-autogrow-textarea/
  3. iron-dropdown/
  4. iron-fit-behavior/
  5. iron-icon/
  6. iron-iconset-svg/
  7. iron-input/
  8. iron-selector/
  9. iron-test-helpers/
  10. paper-button/
  11. paper-dialog/
  12. paper-dialog-behavior/
  13. paper-dialog-scrollable/
  14. paper-input/
  15. paper-item/
  16. paper-listbox/
  17. paper-tabs/
  18. paper-toggle-button/
  19. polymer/
  20. polymer-resin/
  21. LICENSE.txt
  22. package.json
  23. README.md
README.md

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.