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
.well-known
2dcontext
FileAPI
IndexedDB
WebCryptoAPI
WebIDL
XMLHttpRequest
accelerometer
ambient-light
annotation-model
annotation-protocol
annotation-vocab
apng
assumptions
audio-output
auxclick
background-fetch
battery-status
beacon
bluetooth
clear-site-data
clipboard
clipboard-apis
common
compat
conformance-checkers
console
content-security-policy
cookies
cors
credential-management
css
css-backgrounds
css-cascade
css-font-display
css-font-loading
css-fonts
css-paint-api
css-scoping
css-timing
css-typed-om
cssom
cssom-view
custom-elements
docs
dom
domparsing
domxpath
dpub-aam
dpub-aria
editing
encoding
encrypted-media
eventsource
ext-xhtml-pubid
feature-policy
fetch
fonts
fullscreen
gamepad
generic-sensor
geolocation-API
gyroscope
hr-time
html
html-imports
html-longdesc
html-media-capture
http
imagebitmap-renderingcontext
images
infrastructure
innerText
input-events
interfaces
intersection-observer
js
keyboard-lock
longtask-timing
magnetometer
mathml
media
media-capabilities
media-source
mediacapture-fromelement
mediacapture-image
mediacapture-record
mediacapture-streams
mediasession
microdata
mixed-content
navigation-timing
netinfo
notifications
offscreen-canvas
old-tests
orientation-event
orientation-sensor
page-visibility
payment-method-basic-card
payment-method-id
payment-request
performance-timeline
pointerevents
pointerlock
preload
presentation-api
progress-events
proximity
quirks-mode
referrer-policy
remote-playback
resource-timing
resources
screen-orientation
scroll-anchoring
secure-contexts
selection
selectors
server-timing
service-workers
shadow-dom
staticrange
storage
streams
subresource-integrity
svg
svg-aam
tools
touch-events
uievents
upgrade-insecure-requests
url
user-timing
vibration
viewport
wai-aria
wasm
web-animations
web-nfc
web-share
webaudio
webauthn
webdriver
webgl
webmessaging
webrtc
websockets
webstorage
webusb
webvr
webvtt
workers
x-frame-options
.codecov.yml -rw-r--r-- 66 bytes
.gitignore -rw-r--r-- 182 bytes
.gitmodules -rw-r--r-- 519 bytes
.travis.yml -rw-r--r-- 4.3 KB
CONTRIBUTING.md -rw-r--r-- 1.6 KB
LICENSE.md -rw-r--r-- 5.1 KB
README.md -rw-r--r-- 13.6 KB
check_stability.ini -rw-r--r-- 524 bytes
config.default.json -rw-r--r-- 762 bytes
lint.whitelist -rw-r--r-- 46.5 KB
serve.py -rw-r--r-- 263 bytes
server-side.md -rw-r--r-- 8.1 KB
testharness_runner.html -rw-r--r-- 95 bytes
update-built-tests.sh -rwxr-xr-x 131 bytes
wpt -rwxr-xr-x 95 bytes
wpt.py -rw-r--r-- 15 bytes

README.md

back to top