Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #618 - Implement preloading of module scripts. | Moonchild | 2020-09-08 | -1/+1 |
| | | | | This hooks up module scripts to the existing preload mechanism. | |||
* | Issue #618: Pass down referrer and referrer policy when fetching modules. | Moonchild | 2020-08-30 | -0/+2 |
| | | | | Because the spec says so. | |||
* | Issue #618 - Keep track of which modules in a graph have been fetched using ↵ | Gaming4JC | 2020-08-30 | -7/+24 |
| | | | | | | a visited set Ref: BZ 1365187 | |||
* | Issue #618 - Further align error handling for module scripts with the spec | Moonchild | 2020-07-10 | -0/+6 |
| | | | | Ref: BZ 1388728 | |||
* | Issue #1603 - Part 2: Split some classes out of ScriptLoader.cpp | Moonchild | 2020-07-10 | -0/+81 |
This splits ScriptLoader up the same way Mozilla did with the exception of ScriptRequest due to the fact that ScriptLoader and ScriptRequest are interdependent and would create a circular dependency if split apart when not using unified building. |