Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -3/+4 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -4/+1 |
| | |||||
* | Expose DOMHighResTimeStamps at lower res | Patrick Shaughnessy | 2020-02-03 | 1 | -12/+12 |
| | |||||
* | PerformanceResourceTiming calculate duration | Josh Mcguigan | 2019-10-30 | 1 | -2/+1 |
| | |||||
* | Add start_time to resource timing. | Tommy Lincoln | 2019-10-20 | 1 | -2/+1 |
| | |||||
* | implemented secure_connection_start | Tomas Di Vito | 2019-10-10 | 1 | -2/+1 |
| | |||||
* | Expose stub attributes on PerformanceResourceTiming | Javed Nissar | 2019-09-23 | 1 | -4/+42 |
| | | | | | | | | | The purpose of this commit is to expose stub attributes on PerformanceResourceTiming in order to enable tests to pass as well as set the type of performance timing entry to navigation when the initiator is navigation. The purpose of this is to ensure that document performance entries are correctly classified as navigation entries rather than resource entries. | ||||
* | ISSUE-21257: set redirectEnd on PerformanceResourceTiming | Thomas Delacour | 2019-07-19 | 1 | -3/+6 |
| | |||||
* | Add PerformanceResourceTiming: domainLookupStart | Kamil Niski | 2019-06-30 | 1 | -2/+7 |
| | | | | | | | | | | | | | | Remove wpt tests for domainLookupStart Set ResourceAttribute::DomainLookupTime Move DomainLookupStart timing before HTTP request initialization Change label of domainLookupStart TAO zero test to PASS Adjust the from_resource_timing method to initialize domain_lookup_start value Restore domainLookupsStart test | ||||
* | Add connectStart in PerformanceResourceTiming | Tomek LECOCQ | 2019-05-03 | 1 | -1/+6 |
| | |||||
* | ISSUE-21263: implemented attribute setting in http loader | Thomas Delacour | 2019-04-23 | 1 | -4/+6 |
| | |||||
* | Add connectEnd attribute to PerformanceResourceTiming interface | pylbrecht | 2019-04-04 | 1 | -1/+6 |
| | |||||
* | Add PerformanceResourceTiming: redirectStart | kkpoon | 2019-02-01 | 1 | -1/+6 |
| | |||||
* | Added fetch_start functionality in http_fetch | Adit Jain | 2019-01-24 | 1 | -2/+7 |
| | | | | | | Added spec link for webidl. Added fetch_start functionality to PRT . Changed the fetch_start location | ||||
* | Update MPL license to https (part 5) | Jan Andre Ikenmeyer | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | refactored performance timing to align with updated spec | ddh | 2018-11-20 | 1 | -0/+187 |
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 |