aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/PerformanceNavigationTiming.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Rename NavigationType to NavigationTimingType (#32299)shanehandley2024-05-161-12/+12
| | | | | | | | | This was renamed in the spec: https://github.com/w3c/navigation-timing/pull/172 The NavigationType enum name is now part of the navigation history apis: https://html.spec.whatwg.org/multipage/nav-history-apis.html\#navigationtype
* Add [Default] toJSON() to performance interfacesKagami Sascha Rosylight2019-09-011-1/+1
|
* Update MPL license to https (part 5)Jan Andre Ikenmeyer2018-11-271-1/+1
|
* refactored performance timing to align with updated specddh2018-11-201-0/+32
refactoring with ResourceFetchMetadata implemented deprecated window.timing functionality created ResourceTimingListener trait fixed w3c links in navigation timing updated include.ini to run resource timing tests on ci