Add CORS support for <link> elements.

The HTMLLinkElement object supports CORS-enabled fetches,

  http://www.whatwg.org/specs/web-apps/current-work/#htmllinkelement

by using the 'crossorigin' attribute. Extend HTMLLinkElement loading
to support this over its link types, in particular / of note,
"stylesheet" and "subresource" / "prefetch".

R=abarth@chromium.org
BUG=178787

Review URL: https://codereview.chromium.org/135723008

git-svn-id: svn://svn.chromium.org/blink/trunk@165923 bbb929c8-8fbe-4397-9dbb-9b2b20218538
30 files changed
tree: f1a968cfa16be9c49cf354101ae17085d878f904
  1. third_party/