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

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

Issue 2691393005: MD WebUI: create a Chrome-only <paper-ripple> that's resistant to JS jank (via web animations API) (Closed)
Patch Set: fix some quirks Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: 1.5.2 4 Version: 1.5.2
5 Revision: (see v1_0/components_summary.txt) 5 Revision: (see v1_0/components_summary.txt)
6 License: BSD 6 License: BSD
7 License File: LICENSE.polymer 7 License File: LICENSE.polymer
8 Security Critical: no 8 Security Critical: no
9 9
10 Description: 10 Description:
(...skipping 17 matching lines...) Expand all
28 Local Modifications: 28 Local Modifications:
29 - Applied modifications that can be found in v1_0/chromium.patch. 29 - Applied modifications that can be found in v1_0/chromium.patch.
30 - All inline JavaScript blocks are extracted from Polymer HTML elements to 30 - All inline JavaScript blocks are extracted from Polymer HTML elements to
31 external JS files. This version of the Polymer is used in a web UI, where CSP 31 external JS files. This version of the Polymer is used in a web UI, where CSP
32 forbids an execution of inline scripts. The extraction was made with the help of 32 forbids an execution of inline scripts. The extraction was made with the help of
33 the Crisper tool (https://github.com/PolymerLabs/crisper). 33 the Crisper tool (https://github.com/PolymerLabs/crisper).
34 - Removed executable bit from some files. 34 - Removed executable bit from some files.
35 - Resolved encoding issues. 35 - Resolved encoding issues.
36 - Replaced CRLF line endings with LF line endings in text files. 36 - Replaced CRLF line endings with LF line endings in text files.
37 - Removed files that are not needed by Chromium, see v1_0/rsync_exclude.txt. 37 - Removed files that are not needed by Chromium, see v1_0/rsync_exclude.txt.
38 - Re-implemented <paper-ripple> using Web Animations API (which, as of
39 2/21/2017 does not work in Safari or IE). This is a complete fork from
40 Polymer's <paper-ripple>.
38 41
39 To restore a content of the 'components-chromium' directory from scratch, run 42 To restore a content of the 'components-chromium' directory from scratch, run
40 ./v1_0/reproduce.sh on a Linux machine. 43 ./v1_0/reproduce.sh on a Linux machine.
41 44
42 Note on Bower: 45 Note on Bower:
43 The directory can be updated by running "bower update". A new component can be 46 The directory can be updated by running "bower update". A new component can be
44 installed by running "bower install -S PolymerElements/<component>#version". 47 installed by running "bower install -S PolymerElements/<component>#version".
45 Be sure to add the .bower.json file to the repository as it includes the 48 Be sure to add the .bower.json file to the repository as it includes the
46 revision information of the polymer component. 49 revision information of the polymer component.
47 Also be sure that you listed all the added packages in bower.json. 50 Also be sure that you listed all the added packages in bower.json.
OLDNEW
« no previous file with comments | « no previous file | third_party/polymer/v1_0/components-chromium/paper-ripple/paper-ripple.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698