From 1f3f162d4e061930910b5ba05dbc4c4d8d0ed45c Mon Sep 17 00:00:00 2001 From: Annie Sullivan Date: Thu, 19 Oct 2023 14:57:43 +0000 Subject: [PATCH 01/11] Add Recommended Mark Names section. --- index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/index.html b/index.html index f519d7e..9aa9a90 100644 --- a/index.html +++ b/index.html @@ -410,6 +410,26 @@

Privacy and Security

mark or measure recorded by any script included on the page can be read by any other script running on the same page, regardless of origin.

+

Acknowledgments

Thanks to From da9b241084eb2c8d947dfdfb6a9afaa0cc31a2c9 Mon Sep 17 00:00:00 2001 From: Annie Sullivan Date: Thu, 19 Oct 2023 21:16:12 +0000 Subject: [PATCH 02/11] Moved above Privacy and Security section and fixed a typo --- index.html | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index 9aa9a90..2d05c2c 100644 --- a/index.html +++ b/index.html @@ -395,6 +395,25 @@

Convert a name to a timestamp

The PerformanceTiming interface was defined in [[NAVIGATION-TIMING]] and is now considered obsolete. The use of names from the PerformanceTiming interface is supported to remain backwards compatible, but there are no plans to extend this functionality to names in the PerformanceNavigationTiming interface defined in [[NAVIGATION-TIMING-2]] (or other interfaces) in the future.

+

Privacy and Security

@@ -410,26 +429,6 @@

Privacy and Security

mark or measure recorded by any script included on the page can be read by any other script running on the same page, regardless of origin.

-

Acknowledgments

Thanks to From 418ebf1a6a4883dd32c182b054c6b3ef7e346817 Mon Sep 17 00:00:00 2001 From: Annie Sullivan Date: Fri, 20 Oct 2023 13:31:46 +0000 Subject: [PATCH 03/11] Address review comments --- index.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 2d05c2c..385c058 100644 --- a/index.html +++ b/index.html @@ -396,13 +396,16 @@

Convert a name to a timestamp

-
From c7215b5ec068a0939705af24e16e9aa8ea1edb62 Mon Sep 17 00:00:00 2001 From: Annie Sullivan Date: Fri, 27 Oct 2023 00:04:36 +0000 Subject: [PATCH 05/11] Added tags --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 875ab90..7079ec8 100644 --- a/index.html +++ b/index.html @@ -396,7 +396,7 @@

Convert a name to a timestamp

Privacy and Security

From 4e4508764a2a5199e4961450fed39195d476f053 Mon Sep 17 00:00:00 2001 From: Annie Sullivan Date: Thu, 2 Nov 2023 15:28:21 +0000 Subject: [PATCH 07/11] Use dfn --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 10ba432..4b63d7b 100644 --- a/index.html +++ b/index.html @@ -418,8 +418,8 @@

Recommended mark names

In this example, the page asynchonously initializes a chat widget, a searchbox, and a newsfeed upon loading. When finished, the - mark_fully_loaded mark name enables lab tools and analytics providers to - automatically show the timing. + "mark_fully_loaded" mark name enables lab tools and analytics + providers to automatically show the timing.

       window.addEventListener("load", (event) => {

From 727e0f17ecc9eb573639ea95e9a79f5206de30a3 Mon Sep 17 00:00:00 2001
From: Annie Sullivan 
Date: Mon, 6 Nov 2023 14:54:02 +0000
Subject: [PATCH 08/11] Fix quote placement

---
 index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html
index 4b63d7b..e9d5aff 100644
--- a/index.html
+++ b/index.html
@@ -406,19 +406,19 @@ 

Recommended mark names

their application's performance at scale, and surface this information to developers without requiring any site-specific work.

-
"mark_fully_loaded"
+
"mark_fully_loaded"
The time when the page is considered fully loaded as marked by the developer in their application.
-
"mark_fully_visible"
+
"mark_fully_visible"
The time when the page is considered fully visible to an end-user as marked by the developer in their application.
-
"mark_interactive"
+
"mark_interactive"
The time when the page is considered interactive to an end-user as marked by the developer in their application.

In this example, the page asynchonously initializes a chat widget, a searchbox, and a newsfeed upon loading. When finished, the - "mark_fully_loaded" mark name enables lab tools and analytics + "mark_fully_loaded" mark name enables lab tools and analytics providers to automatically show the timing.


From 75636d533440371d98902050d6478ba42a1e2591 Mon Sep 17 00:00:00 2001
From: Annie Sullivan 
Date: Mon, 6 Nov 2023 15:57:08 +0000
Subject: [PATCH 09/11] Addressed review comments

---
 index.html | 32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)

diff --git a/index.html b/index.html
index e9d5aff..e6bba9b 100644
--- a/index.html
+++ b/index.html
@@ -398,7 +398,7 @@ 

Convert a name to a timestamp

Privacy and Security

From 25f0b9f2a737ef06f83ce81a5575cf7c0d382b08 Mon Sep 17 00:00:00 2001 From: Annie Sullivan Date: Mon, 6 Nov 2023 16:14:11 +0000 Subject: [PATCH 10/11] fix user agent link --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e6bba9b..de9f2a8 100644 --- a/index.html +++ b/index.html @@ -398,7 +398,7 @@

Convert a name to a timestamp

- +