Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Side by Side Diff: third_party/polymer/README.chromium

Issue 416113002: Update Polymer to 0.3.4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Binary file was causing CQ to fail. Will decommit seperately. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: Polymer 1 Name: Polymer
2 Short Name: polymer 2 Short Name: polymer
3 URL: http://www.polymer-project.org 3 URL: http://www.polymer-project.org
4 Version: 0.2.2 4 Version: 0.3.4
5 Revision: (See <component>/.bower.json) 5 Revision: (See <component>/.bower.json)
6 License: BSD 6 License: BSD
7 License File: LICENSE 7 License File: LICENSE
8 Security Critical: no 8 Security Critical: no
9 9
10 Description: 10 Description:
11 This directory contains a copy of the following components which are a part of 11 This directory contains a copy of the following components which are a part of
12 the Polymer project: 12 the Polymer project:
13 -polymer 13 -polymer
14 -platform 14 -platform
15 15
16 The directory can be updated by running "bower update". A now component can be 16 The directory can be updated by running "bower update". A now component can be
17 installed by running "bower install Polymer/<component>". Be sure to add the 17 installed by running "bower install Polymer/<component>". Be sure to add the
18 .bower.json file to the repository as it includes the revision information of 18 .bower.json file to the repository as it includes the revision information of
19 the polymer component. 19 the polymer component.
20 20
21 The version can be found in header of polymer/polymer.js. The license can 21 The version can be found in header of polymer/polymer.js. The license can
22 be found in polymer/LICENSE. 22 be found in polymer/LICENSE.
23 23
24 The source git repositories can be found at: 24 The source git repositories can be found at:
25 https://github.com/Polymer/<component> 25 https://github.com/Polymer/<component>
26 26
27 Polymer is comprised of two efforts: 27 Polymer is comprised of two efforts:
28 1. A set of core platform features (Shadow DOM, Custom Elements, MDV). 28 1. A set of core platform features (Shadow DOM, Custom Elements, MDV).
29 Initially, these core features will be enabled with a set of polyfills. As 29 Initially, these core features will be enabled with a set of polyfills. As
30 browsers begin to implement these new primitives, the polyfill platform layer 30 browsers begin to implement these new primitives, the polyfill platform layer
31 becomes smaller and better over time. 31 becomes smaller and better over time.
32 2. A next-generation web application framework built upon these core 32 2. A next-generation web application framework built upon these core
33 technologies called the Polymer. 33 technologies called the Polymer.
OLDNEW
« .gitignore ('K') | « third_party/polymer/OWNERS ('k') | third_party/polymer/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698