Closed
Bug 1462605
Opened 7 years ago
Closed 7 years ago
PerformanceNavigationTiming.name must be the value of the address of the current document
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
4.24 KB,
patch
|
valentin
:
review+
|
Details | Diff | Splinter Review |
The spec is changed. This bug is about aligning our implementation with the latest version of the spec. Currently PerformanceNavigationTiming.name is equal to "document", but the spec wants this:
https://w3c.github.io/navigation-timing/
"The name attribute MUST return the DOMString value of the address of the current document."
Assignee | ||
Comment 1•7 years ago
|
||
Assignee: nobody → amarchesini
Attachment #8976963 -
Flags: review?(valentin.gosu)
Updated•7 years ago
|
Attachment #8976963 -
Flags: review?(valentin.gosu) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cbc132bb5984
PerformanceNavigationTiming.name must be the value of the address of the current document, r=valentin
![]() |
||
Comment 3•7 years ago
|
||
>+ aSpec = NS_ConvertUTF8toUTF16(spec);
CopyUTF8toUTF16(spec, aSpec) would likely save one string copy for strings under the autostring length limit...
Updated•7 years ago
|
Priority: -- → P3
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•