Home | History | Annotate | only in /external/chromium-trace/catapult/tracing/third_party/components/polymer
Up to higher level directory
NameDateSize
.bower.json24-Aug-2016985
bower.json24-Aug-2016722
build.log24-Aug-2016684
layout.html24-Aug-20165.8K
polymer.html24-Aug-2016580
polymer.js24-Aug-2016336.2K
polymer.min.js24-Aug-2016121.1K
README.chromium24-Aug-2016344
README.md24-Aug-20161.3K

README.chromium

      1 me: polymer
      2 Short Name: polymer
      3 URL: http://www.polymer-project.org/
      4 Version: 0.5.5
      5 Revision: None
      6 Date: Mar 24, 2015
      7 License: BSD
      8 License File: NOT_SHIPPED
      9 Security Critical: no
     10 
     11 Description:
     12 Polymer framework.
     13 
     14 Local 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 
      7 For more detailed info goto [http://polymer-project.org/](http://polymer-project.org/).
      8 
      9 Polymer 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 
     11 Polymer 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 
     15 For 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