Home | History | Annotate | only in /external/chromium_org/third_party/polymer
Up to higher level directory
NameDateSize
build.log11-Dec-20131.1K
LICENSE11-Dec-20131.5K
OWNERS11-Dec-201339
PATENTS11-Dec-20131.3K
polymer.min.js11-Dec-2013155.4K
README.chromium11-Dec-2013869
README.md11-Dec-20131K

README.chromium

      1 Name: Polymer
      2 URL: http://www.polymer-project.org
      3 Version: 0.0.20130711
      4 Revision: 983a363af92ef42f02d54999ef284b706655d15d
      5 License: BSD
      6 License File: LICENSE
      7 Security Critical: no
      8 
      9 Description:
     10 This directory contains a copy of polymer.min.js file. It is a minified version
     11 of javascript library Polymer. Polymer is comprised of two efforts:
     12 1. A set of core platform features (Shadow DOM, Custom Elements, MDV).
     13 Initially, these core features will be enabled with a set of polyfills. As
     14 browsers begin to implement these new primitives, the polyfill platform layer
     15 becomes smaller and better over time.
     16 2. A next-generation web application framework built upon these core
     17 technologies called the Polymer.
     18 
     19 This is downloaded from polymer stable release
     20 (https://github.com/Polymer/polymer/releases). See build.log and README.md for
     21 how the minified file is generated.
     22 

README.md

      1 # Polymer
      2 
      3 Build Status:
      4 [http://build.chromium.org/p/client.polymer/waterfall](http://build.chromium.org/p/client.polymer/waterfall)
      5 
      6 ## Brief Overview
      7 
      8 For more detailed info goto
      9 [http://polymer-project.org/](http://polymer-project.org/).
     10 
     11 Polymer is a new type of library for the web, designed to leverage the existing
     12 browser infrastructure to provide the encapsulation and extendability currently
     13 only available in JS libraries.
     14 
     15 Polymer is based on a set of future technologies, including [Shadow
     16 DOM](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html),
     17 [Custom
     18 Elements](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html)
     19 and Model Driven Views. Currently these technologies are implemented as
     20 polyfills or shims, but as browsers adopt these features natively, the platform
     21 code that drives Polymer evacipates, leaving only the value-adds.
     22 
     23 ## Tools & Testing
     24 
     25 For running tests or building minified files, consult the [tooling
     26 information](http://polymer-project.org/tooling-strategy.html).
     27