This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27032 - Rename this from API referrer source to simply referrer source as the plan is to use it for all fetc [...]
Summary: Rename this from API referrer source to simply referrer source as the plan is...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: https://html.spec.whatwg.org/#api-ref...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-13 16:44 UTC by contributor
Modified: 2014-11-12 19:34 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2014-10-13 16:44:52 UTC
Specification: https://html.spec.whatwg.org/multipage/webappapis.html
Multipage: https://html.spec.whatwg.org/multipage/#api-referrer-source
Complete: https://html.spec.whatwg.org/#api-referrer-source
Referrer: https://html.spec.whatwg.org/multipage/

Comment:
Rename this from API referrer source to simply referrer source as the plan is
to use it for all fetches. I think it would be even more ideal if this was
always a URL and updating the document would update both. Just to give less
hassle to downstream algorithms.

Posted from: 46.127.136.57 by annevk@annevk.nl
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:35.0) Gecko/20100101 Firefox/35.0
Comment 1 Anne 2014-10-13 16:46:40 UTC
For comparison: the API base URL is also not something that needs to be gotten from the document even though that is where it originates.
Comment 2 contributor 2014-11-07 22:42:33 UTC
Checked in as WHATWG revision r8846.
Check-in comment: Rename API referrer source to just referrer source, for fetch
https://html5.org/tools/web-apps-tracker?from=8845&to=8846
Comment 3 Ian 'Hixie' Hickson 2014-11-12 19:33:54 UTC
Ugh, turns out I was already using the term "referrer source" and this caused all kinds of conflicts. Well, these will mostly go away when we merge with Fetch, so I'm just papering over it for now.
Comment 4 contributor 2014-11-12 19:34:35 UTC
Checked in as WHATWG revision r8848.
Check-in comment: fix a mess I made with 'referrer source' recently
https://html5.org/tools/web-apps-tracker?from=8847&to=8848