Revision b0a57a68e724525f4432d23ab2a84aa9364e75cf authored by Hitoshi Yoshida on 10 March 2018, 16:18:29 UTC, committed by Blink WPT Bot on 10 March 2018, 16:25:27 UTC
This CL fixes usages of [EnforceRange] annotations in IDL files.
No changes on behaviors.

CSSUnitValue:
 [EnforceRange] can't annotate non-integer numbers, and the spec
 doesn't have the annotation.

OffscreenCanvas:
 The spec doesn't have [EnforceRange], but it seems the spec is wrong.
 (requesting to update the spec; https://github.com/whatwg/html/issues/3540)

IDBFactory and IDBIndex:
 Follows spec.

Test IDLs:
 This CL works for tests in Chromium repository, and following tests
 need to be upstream for WPT.
 - wpt/interfaces/IndexedDB.idl
 - wpt/interfaces/WebCryptoAPI.idl

Bug: 819112
Change-Id: If7082cba0251a83e269fea428340b3b61d4c17cf
Reviewed-on: https://chromium-review.googlesource.com/952589
Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Hitoshi Yoshida <peria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542375}
1 parent 412da2c
History
File Mode Size
OWNERS -rw-r--r-- 28 bytes
anim-gr.gif -rw-r--r-- 241 bytes
anim-gr.png -rw-r--r-- 460 bytes
anim-poster-gr.png -rw-r--r-- 422 bytes
apng.png -rw-r--r-- 259 bytes
background.png -rw-r--r-- 86 bytes
black-rectangle.png -rw-r--r-- 307 bytes
blue-area.png -rw-r--r-- 1.4 KB
blue-border.png -rw-r--r-- 1.8 KB
blue-png-cachable.py -rw-r--r-- 507 bytes
blue.png -rw-r--r-- 485 bytes
blue96x96.png -rw-r--r-- 1010 bytes
broken.png -rw-r--r-- 87 bytes
canvas-line.png -rw-r--r-- 502 bytes
colors.svg -rw-r--r-- 411 bytes
fail.gif -rw-r--r-- 23.9 KB
ggrr-256x256.png -rw-r--r-- 120 bytes
green-100x50.png -rw-r--r-- 218 bytes
green-16x16.png -rw-r--r-- 92 bytes
green-1x1.png -rw-r--r-- 82 bytes
green-256x256.png -rw-r--r-- 103 bytes
green-2x2.png -rw-r--r-- 118 bytes
green.png -rw-r--r-- 87 bytes
green.svg -rw-r--r-- 118 bytes
grgr-256x256.png -rw-r--r-- 130 bytes
movie_300_frame_0.png -rw-r--r-- 11.2 KB
pattern.mp4 -rw-r--r-- 1.5 KB
pattern.ogv -rw-r--r-- 6.5 KB
pattern.png -rw-r--r-- 123 bytes
pattern.svg -rw-r--r-- 319 bytes
red-16x16.png -rw-r--r-- 130 bytes
red-zeroheight.svg -rw-r--r-- 117 bytes
red-zerosize.svg -rw-r--r-- 115 bytes
red-zerowidth.svg -rw-r--r-- 117 bytes
red.png -rw-r--r-- 87 bytes
redtransparent.png -rw-r--r-- 109 bytes
rgrg-256x256.png -rw-r--r-- 131 bytes
rrgg-256x256.png -rw-r--r-- 120 bytes
smiley.png -rw-r--r-- 1.8 KB
smiley.png.headers -rw-r--r-- 23 bytes
threecolors.png -rw-r--r-- 242 bytes
transparent.png -rw-r--r-- 100 bytes
transparent50.png -rw-r--r-- 155 bytes
yellow.png -rw-r--r-- 95 bytes
yellow75.png -rw-r--r-- 150 bytes

back to top