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

Unified Diff: polymer_1.2.3/bower_components/iron-page-url/README.md

Issue 1581713003: [third_party] add polymer 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 1.2.3 Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: polymer_1.2.3/bower_components/iron-page-url/README.md
diff --git a/polymer_1.2.3/bower_components/iron-page-url/README.md b/polymer_1.2.3/bower_components/iron-page-url/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..243bf5951f8ffb702089dd7b3f5c19ce9e17cbac
--- /dev/null
+++ b/polymer_1.2.3/bower_components/iron-page-url/README.md
@@ -0,0 +1,55 @@
+
+<!---
+
+This README is automatically generated from the comments in these files:
+iron-page-url.html
+
+Edit those files, and our readme bot will duplicate them over here!
+Edit this file, and the bot will squash your changes :)
+
+-->
+
+[![Build Status](https://travis-ci.org/PolymerElements/iron-page-url.svg?branch=master)](https://travis-ci.org/PolymerElements/iron-page-url)
+
+_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-page-url)_
+
+
+##&lt;iron-page-url&gt;
+
+
+
+The `iron-page-url` element manages binding to and from the current URL.
+
+iron-page-url is the first, and lowest level element in the Polymer team's
+routing system. This is a beta release of iron-page-url as we continue work
+on higher level elements, and as such iron-page-url may undergo breaking
+changes.
+
+#### Properties
+
+When the URL is: `/search?query=583#details` iron-page-url's properties will be:
+
+ - path: `'/search'`
+ - query: `'query=583'`
+ - hash: `'details'`
+
+These bindings are bidirectional. Modifying them will in turn modify the URL.
+
+iron-page-url is only active while it is attached to the document.
+
+#### Links
+
+While iron-page-url is active in the document it will intercept clicks on links
+within your site, updating the URL pushing the updated URL out through the
+databinding system. iron-page-url only intercepts clicks with the intent to
+open in the same window, so middle mouse clicks and ctrl/cmd clicks work fine.
+
+You can customize this behavior with the `urlSpaceRegex`.
+
+#### Dwell Time
+
+iron-page-url protects against accidental history spamming by only adding
+entries to the user's history if the URL stays unchanged for `dwellTime`
+milliseconds.
+
+
« no previous file with comments | « polymer_1.2.3/bower_components/iron-page-url/CONTRIBUTING.md ('k') | polymer_1.2.3/bower_components/iron-page-url/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698