aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/performanceresourcetiming.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+2
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-1/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-4/+4
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-53/+82
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-5/+5
* Fix underflow in PerformanceResourceTiming API (#31063)Delan Azabani2024-01-111-1/+1
* Replace time with std::time in components/metrics & components/shared (#31020)Taym Haddadi2024-01-101-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+1
* Expose DOMHighResTimeStamps at lower resPatrick Shaughnessy2020-02-031-12/+12
* 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
* ISSUE-21257: set redirectEnd on PerformanceResourceTimingThomas Delacour2019-07-191-3/+6
* Add PerformanceResourceTiming: domainLookupStartKamil Niski2019-06-301-2/+7
* 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
* 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