Closed
Bug 1191178
Opened 8 years ago
Closed 8 years ago
Add PerformanceRenderTiming and PerformanceCompositeTiming webidl
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
References
()
Details
(Keywords: dev-doc-complete)
Attachments
(5 files, 3 obsolete files)
930 bytes,
patch
|
francois
:
review+
|
Details | Diff | Splinter Review |
4.13 KB,
patch
|
hiro
:
review+
|
Details | Diff | Splinter Review |
918 bytes,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
1.60 KB,
patch
|
hiro
:
review+
|
Details | Diff | Splinter Review |
10.43 KB,
patch
|
hiro
:
review+
|
Details | Diff | Splinter Review |
This bug is split from bug 1158032. I am going to use this bug to just add webidl files and their implementations. This bug is not affected by PerformanceObserver implementation so incoming patches can be reviewed.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8643473 -
Flags: review?(bugs)
Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8643474 -
Flags: review?(bugs)
Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8643475 -
Flags: review?(bugs)
Assignee | ||
Updated•8 years ago
|
Summary: Add PerformanceRnderTiming and PerformanceCompositeTiming webidl and → Add PerformanceRnderTiming and PerformanceCompositeTiming webidl
Updated•8 years ago
|
Summary: Add PerformanceRnderTiming and PerformanceCompositeTiming webidl → Add PerformanceRenderTiming and PerformanceCompositeTiming webidl
Updated•8 years ago
|
Attachment #8643473 -
Flags: review?(bugs) → review+
Updated•8 years ago
|
Attachment #8643474 -
Flags: review?(bugs) → review+
Comment 4•8 years ago
|
||
Filed https://github.com/w3c/frame-timing/issues/45
Comment 5•8 years ago
|
||
Filed also https://github.com/w3c/frame-timing/issues/46, but since that is sort of an enhancement only, or simplification, that doesn't need to block this bug.
Updated•8 years ago
|
Attachment #8643475 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 6•8 years ago
|
||
Unfortunately there is another unified build failure has been introduced by a patch for bug 992096 before checked-in. This is a quick fix for the failure. I think GetSriLog() will move in one place though.
Attachment #8649551 -
Flags: review?(francois)
Comment 7•8 years ago
|
||
Comment on attachment 8649551 [details] [diff] [review] Part 0.1: Fix unified build failure caused by a patch for bug 992096 Review of attachment 8649551 [details] [diff] [review]: ----------------------------------------------------------------- Thanks Hiroyuki!
Attachment #8649551 -
Flags: review?(francois) → review+
Assignee | ||
Comment 8•8 years ago
|
||
Rebased to master.
Attachment #8643474 -
Attachment is obsolete: true
Attachment #8649738 -
Flags: review+
Assignee | ||
Comment 9•8 years ago
|
||
Thank you, Olli! And thank you, François! https://treeherder.mozilla.org/#/jobs?repo=try&revision=990b786f34e4
Keywords: checkin-needed
Comment 10•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/b7621c6af97e https://hg.mozilla.org/integration/mozilla-inbound/rev/744bab15a5ec https://hg.mozilla.org/integration/mozilla-inbound/rev/85cb22235eb5 https://hg.mozilla.org/integration/mozilla-inbound/rev/32adb36cf863
Keywords: checkin-needed
https://hg.mozilla.org/integration/mozilla-inbound/rev/b7621c6af97e https://hg.mozilla.org/integration/mozilla-inbound/rev/744bab15a5ec https://hg.mozilla.org/integration/mozilla-inbound/rev/85cb22235eb5 https://hg.mozilla.org/integration/mozilla-inbound/rev/32adb36cf863
Backing all of this out in https://hg.mozilla.org/integration/mozilla-inbound/rev/42489ba95511 to see if that fixes the build bustage on inbound that looks like: https://treeherder.mozilla.org/logviewer.html#?job_id=13065542&repo=mozilla-inbound
Flags: needinfo?(hiikezoe)
Assignee | ||
Comment 13•8 years ago
|
||
Another unified build error is caused by another commit. I am not sure which one is exactly. Nicholas, can you please take a look this? And part 0 patch is also rotted by this change. https://hg.mozilla.org/mozilla-central/diff/3413e043886c/dom/base/StructuredCloneHelper.cpp I will update a new rebased patch for part 0 soon.
Flags: needinfo?(hiikezoe)
Attachment #8650215 -
Flags: review?(n.nethercote)
Assignee | ||
Updated•8 years ago
|
Attachment #8650215 -
Attachment description: Bug 1191178 - Part 0.2: Include nsBaseHashTable in nsScriptNameSpaceManager.h explicitly to avoid unified build errors. → Part 0.2: Include nsBaseHashTable in nsScriptNameSpaceManager.h explicitly to avoid unified build errors.
Assignee | ||
Comment 14•8 years ago
|
||
Rebased master, just dropped the change for StructuredCloneHelper.cpp.
Attachment #8643473 -
Attachment is obsolete: true
Attachment #8650216 -
Flags: review+
![]() |
||
Comment 15•8 years ago
|
||
Comment on attachment 8650215 [details] [diff] [review] Part 0.2: Include nsBaseHashTable in nsScriptNameSpaceManager.h explicitly to avoid unified build errors. Review of attachment 8650215 [details] [diff] [review]: ----------------------------------------------------------------- nsScriptNameSpaceManager.h doesn't use anything from nsBaseHashtable.h, or at least not that I can see. Can you copy and paste the compiler error you're getting without this change? I suspect there might be a better way of fixing it. Thanks.
Attachment #8650215 -
Flags: review?(n.nethercote) → review-
Assignee | ||
Comment 16•8 years ago
|
||
(In reply to Nicholas Nethercote [:njn] from comment #15) > Can you copy and paste the compiler error you're getting without this > change? I suspect there might be a better way of fixing it. Thanks. Here it is: /home/zoe/mozilla-central/dom/base/nsScriptNameSpaceManager.h:182:11: error: unknown type name 'PLDHashOperator' typedef PLDHashOperator Thank you,
Flags: needinfo?(n.nethercote)
![]() |
||
Comment 17•8 years ago
|
||
Comment on attachment 8650215 [details] [diff] [review] Part 0.2: Include nsBaseHashTable in nsScriptNameSpaceManager.h explicitly to avoid unified build errors. Review of attachment 8650215 [details] [diff] [review]: ----------------------------------------------------------------- My mistake; this is right way to do it. Thank you for the extra information.
Attachment #8650215 -
Flags: review- → review+
Assignee | ||
Comment 19•8 years ago
|
||
Unfortunately part 2 has been also rotted. I pushed try now. https://treeherder.mozilla.org/#/jobs?repo=try&revision=27c8e27d265f
Attachment #8643475 -
Attachment is obsolete: true
Attachment #8650231 -
Flags: review+
https://hg.mozilla.org/integration/mozilla-inbound/rev/9af7b64ce376 https://hg.mozilla.org/integration/mozilla-inbound/rev/4cbac83b3cc3 https://hg.mozilla.org/integration/mozilla-inbound/rev/fae4800f7592 https://hg.mozilla.org/integration/mozilla-inbound/rev/4c322cc709b1 https://hg.mozilla.org/integration/mozilla-inbound/rev/e3166fee2220
Keywords: checkin-needed
Comment 22•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9af7b64ce376 https://hg.mozilla.org/mozilla-central/rev/4cbac83b3cc3 https://hg.mozilla.org/mozilla-central/rev/fae4800f7592 https://hg.mozilla.org/mozilla-central/rev/4c322cc709b1 https://hg.mozilla.org/mozilla-central/rev/e3166fee2220
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Updated•8 years ago
|
Keywords: dev-doc-needed
Comment 23•8 years ago
|
||
Comment on attachment 8649738 [details] [diff] [review] Part 1: Add a function to check frame timing preference value v2 >+ Preferences::AddBoolVarCache(&sIsFrameTimingPrefEnabled, >+ "dom.enable_frame_timing", true); >+ Sorry, I didn't notice this. We should default to false here.
Comment 24•7 years ago
|
||
Nothing to document here anymore as this has been removed in bug 1271846.
Keywords: dev-doc-needed → dev-doc-complete
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•