https://github.com/web-platform-tests/wpt
Revision e765504c37c15353fc699292c329d5fa20df82c7 authored by maxlg@chromium.org on 01 September 2017, 15:41:53 UTC, committed by Chromium WPT Sync on 01 September 2017, 15:41:53 UTC
Support the 'buffered' flag in performance observer per specified in
https://w3c.github.io/performance-timeline/

This is what this CL intends to do:
1. Add a 'buffered' flag in PerformanceObserverInit.idl.
2. Add the buffered entries of observed entryType to
PerformanceObserverEntryList.
3. Correct a bug in po-observe.html and enable the test. (entry.entryType
instead of entry.type)
4. Hide the 'buffered' behavior behind an experimental flag

Bug: 725567
Change-Id: Ib8e35215c5b58721a043087130c9951a56fba3c1
Reviewed-on: https://chromium-review.googlesource.com/641382
Commit-Queue: Liquan Gu <maxlg@chromium.org>
WPT-Export-Revision: 1ec71c5cc175720d6a3d7298ce3ddd855e7642bf
1 parent 866e2d1
History
Tip revision: e765504c37c15353fc699292c329d5fa20df82c7 authored by maxlg@chromium.org on 01 September 2017, 15:41:53 UTC
[PerformanceObserver] Support the "buffered" flag in PerformanceObserver
Tip revision: e765504
File Mode Size
conformance-1.0.3
tools
OWNERS -rw-r--r-- 8 bytes
bufferSubData.html -rw-r--r-- 747 bytes
common.js -rw-r--r-- 377 bytes
compressedTexImage2D.html -rw-r--r-- 1.1 KB
compressedTexSubImage2D.html -rw-r--r-- 1.1 KB
texImage2D.html -rw-r--r-- 666 bytes
texSubImage2D.html -rw-r--r-- 681 bytes
uniformMatrixNfv.html -rw-r--r-- 1009 bytes

back to top