• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.bower.jsonD22-Nov-2023985 3232

README.chromiumD22-Nov-2023344 1714

README.mdD22-Nov-20231.3 KiB2211

bower.jsonD22-Nov-2023722 2323

build.logD22-Nov-2023684 2623

layout.htmlD22-Nov-20235.8 KiB287230

polymer.htmlD22-Nov-2023580 132

polymer.jsD22-Nov-2023336.2 KiB11,8588,444

polymer.min.jsD22-Nov-2023121.1 KiB144

README.chromium

1me: polymer
2Short Name: polymer
3URL: http://www.polymer-project.org/
4Version: 0.5.5
5Revision: None
6Date: Mar 24, 2015
7License: BSD
8License File: NOT_SHIPPED
9Security Critical: no
10
11Description:
12Polymer framework.
13
14Local modifications:
15 - Removed comment lines with {{var_names}} from polymer.js because of
16   breaking GRIT in Chromium. See #854
17

README.md

1# Polymer
2
3[![Polymer build status](http://www.polymer-project.org/build/polymer-dev/status.png "Polymer build status")](http://build.chromium.org/p/client.polymer/waterfall)
4
5## Brief Overview
6
7For more detailed info goto [http://polymer-project.org/](http://polymer-project.org/).
8
9Polymer is a new type of library for the web, designed to leverage the existing browser infrastructure to provide the encapsulation and extendability currently only available in JS libraries.
10
11Polymer is based on a set of future technologies, including [Shadow DOM](http://w3c.github.io/webcomponents/spec/shadow/), [Custom Elements](http://w3c.github.io/webcomponents/spec/custom/) and Model Driven Views. Currently these technologies are implemented as polyfills or shims, but as browsers adopt these features natively, the platform code that drives Polymer evacipates, leaving only the value-adds.
12
13## Tools & Testing
14
15For running tests or building minified files, consult the [tooling information](https://www.polymer-project.org/resources/tooling-strategy.html).
16
17## Releases
18
19[Release (tagged) versions](https://github.com/Polymer/polymer/releases) of Polymer include concatenated and minified sources for your convenience.
20
21[![Analytics](https://ga-beacon.appspot.com/UA-39334307-2/Polymer/polymer/README)](https://github.com/igrigorik/ga-beacon)
22