aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/performanceresourcetiming.rs
Commit message (Collapse)AuthorAgeFilesLines
* PerformanceResourceTiming calculate durationJosh Mcguigan2019-10-301-2/+1
|
* Add start_time to resource timing.Tommy Lincoln2019-10-201-2/+1
|
* implemented secure_connection_startTomas Di Vito2019-10-101-2/+1
|
* Expose stub attributes on PerformanceResourceTimingJaved Nissar2019-09-231-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 PerformanceResourceTimingThomas Delacour2019-07-191-3/+6
|
* Add PerformanceResourceTiming: domainLookupStartKamil Niski2019-06-301-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 PerformanceResourceTimingTomek LECOCQ2019-05-031-1/+6
|
* ISSUE-21263: implemented attribute setting in http loaderThomas Delacour2019-04-231-4/+6
|
* Add connectEnd attribute to PerformanceResourceTiming interfacepylbrecht2019-04-041-1/+6
|
* Add PerformanceResourceTiming: redirectStartkkpoon2019-02-011-1/+6
|
* Added fetch_start functionality in http_fetchAdit Jain2019-01-241-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 Ikenmeyer2018-11-271-1/+1
|
* refactored performance timing to align with updated specddh2018-11-201-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