gecko-dev/uriloader/preload
Emilio Cobos Álvarez 2f5607b8d0 Bug 1642221 - Rename SheetLoadData::mLoaderPrincipal to mTriggeringPrincipal. r=jwatt
I'm about to introduce the concept of "Loader principal" (as in "the
principal of the CSS loader"), and SheetLoadData already has an
mLoaderPrincipal.

However SheetLoadData's principal is just the triggering principal (the
principal that initiated the load). So name it that with consistency
with SheetInfo::mTriggeringPrincipal etc.

Differential Revision: https://phabricator.services.mozilla.com/D77613
2020-05-31 17:11:57 +00:00
..
gtest Bug 1618535 - Implement preloading for as="fetch" type r=kershaw,baku 2020-05-11 14:12:33 +00:00
FetchPreloader.cpp Bug 1637039 - Make synchronous open errors of a fetch preloading channel be notified to link preload tags, r=kershaw 2020-05-25 18:40:07 +00:00
FetchPreloader.h Bug 1618535 - Implement preloading for as="fetch" type r=kershaw,baku 2020-05-11 14:12:33 +00:00
PreloadHashKey.cpp Bug 1642221 - Rename SheetLoadData::mLoaderPrincipal to mTriggeringPrincipal. r=jwatt 2020-05-31 17:11:57 +00:00
PreloadHashKey.h Bug 1642221 - Rename SheetLoadData::mLoaderPrincipal to mTriggeringPrincipal. r=jwatt 2020-05-31 17:11:57 +00:00
PreloadService.cpp Bug 1618548 - Make `Link: rel=preload` response header work with preload-as-speculative-load, r=dragana 2020-05-18 17:33:57 +00:00
PreloadService.h Bug 1618548 - Make `Link: rel=preload` response header work with preload-as-speculative-load, r=dragana 2020-05-18 17:33:57 +00:00
PreloaderBase.cpp Bug 1637039 - Adjust `PreloaderBase::NotifyStart` to read channel tainting also for non-opened preloads, r=edgar 2020-05-25 18:38:36 +00:00
PreloaderBase.h Bug 1618543 - Let `fetch()` use "fetch" preloads, r=baku 2020-05-18 12:18:14 +00:00
moz.build Bug 1618535 - Implement preloading for as="fetch" type r=kershaw,baku 2020-05-11 14:12:33 +00:00