Changeset 267652 in webkit
- Timestamp:
- Sep 27, 2020, 12:37:26 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 18 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/imported/w3c/ChangeLog (modified) (1 diff)
-
LayoutTests/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt (modified) (1 diff)
-
LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt (modified) (1 diff)
-
LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt (modified) (1 diff)
-
LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt (modified) (1 diff)
-
LayoutTests/platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt (modified) (1 diff)
-
LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt (modified) (1 diff)
-
Source/WebCore/ChangeLog (modified) (1 diff)
-
Source/WebCore/dom/CompositionEvent.idl (modified) (1 diff)
-
Source/WebCore/dom/HashChangeEvent.idl (modified) (1 diff)
-
Source/WebCore/dom/KeyboardEvent.idl (modified) (1 diff)
-
Source/WebCore/dom/MouseEvent.idl (modified) (1 diff)
-
Source/WebCore/dom/MutationEvent.idl (modified) (1 diff)
-
Source/WebCore/dom/TextEvent.idl (modified) (1 diff)
-
Source/WebCore/dom/TouchEvent.idl (modified) (1 diff)
-
Source/WebCore/dom/UIEvent.idl (modified) (1 diff)
-
Source/WebCore/storage/StorageEvent.idl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r267645 r267652 1 2020-09-27 Rob Buis <rbuis@igalia.com> 2 3 Clean up type parameter for Event idl 4 https://bugs.webkit.org/show_bug.cgi?id=217013 5 6 Reviewed by Chris Dumez. 7 8 Update improved test results. 9 10 * platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: 11 * platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: 12 * platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: 13 * platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: 14 * platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt: 15 1 16 2020-09-26 Wenson Hsieh <wenson_hsieh@apple.com> 2 17 -
trunk/LayoutTests/imported/w3c/ChangeLog
r267651 r267652 1 2020-09-27 Rob Buis <rbuis@igalia.com> 2 3 Clean up type parameter for Event idl 4 https://bugs.webkit.org/show_bug.cgi?id=217013 5 6 Reviewed by Chris Dumez. 7 8 Update improved test result. 9 10 * web-platform-tests/html/dom/idlharness.https-expected.txt: 11 1 12 2020-09-26 Darin Adler <darin@apple.com> 2 13 -
trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt
r267646 r267652 4882 4882 PASS StorageEvent interface: attribute url 4883 4883 PASS StorageEvent interface: attribute storageArea 4884 FAIL StorageEvent interface: operation initStorageEvent(DOMString, boolean, boolean, DOMString, DOMString, DOMString, USVString, Storage) assert_equals: property has wrong .length expected 1 but got 0 4884 PASS StorageEvent interface: operation initStorageEvent(DOMString, boolean, boolean, DOMString, DOMString, DOMString, USVString, Storage) 4885 4885 PASS HTMLMarqueeElement interface: existence and properties of interface object 4886 4886 PASS HTMLMarqueeElement interface object length -
trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt
r267083 r267652 5055 5055 PASS StorageEvent interface: attribute url 5056 5056 PASS StorageEvent interface: attribute storageArea 5057 FAIL StorageEvent interface: operation initStorageEvent(DOMString, optional boolean, optional boolean, optional DOMString?, optional DOMString?, optional DOMString?, optional USVString, optional Storage?) assert_equals: property has wrong .length expected 1 but got 0 5057 PASS StorageEvent interface: operation initStorageEvent(DOMString, optional boolean, optional boolean, optional DOMString?, optional DOMString?, optional DOMString?, optional USVString, optional Storage?) 5058 5058 PASS HTMLMarqueeElement interface: existence and properties of interface object 5059 5059 PASS HTMLMarqueeElement interface object length -
trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt
r267083 r267652 5045 5045 PASS StorageEvent interface: attribute url 5046 5046 PASS StorageEvent interface: attribute storageArea 5047 FAIL StorageEvent interface: operation initStorageEvent(DOMString, optional boolean, optional boolean, optional DOMString?, optional DOMString?, optional DOMString?, optional USVString, optional Storage?) assert_equals: property has wrong .length expected 1 but got 0 5047 PASS StorageEvent interface: operation initStorageEvent(DOMString, optional boolean, optional boolean, optional DOMString?, optional DOMString?, optional DOMString?, optional USVString, optional Storage?) 5048 5048 PASS HTMLMarqueeElement interface: existence and properties of interface object 5049 5049 PASS HTMLMarqueeElement interface object length -
trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt
r266446 r267652 5055 5055 PASS StorageEvent interface: attribute url 5056 5056 PASS StorageEvent interface: attribute storageArea 5057 FAIL StorageEvent interface: operation initStorageEvent(DOMString, optional boolean, optional boolean, optional DOMString?, optional DOMString?, optional DOMString?, optional USVString, optional Storage?) assert_equals: property has wrong .length expected 1 but got 0 5057 PASS StorageEvent interface: operation initStorageEvent(DOMString, optional boolean, optional boolean, optional DOMString?, optional DOMString?, optional DOMString?, optional USVString, optional Storage?) 5058 5058 PASS HTMLMarqueeElement interface: existence and properties of interface object 5059 5059 PASS HTMLMarqueeElement interface object length -
trunk/LayoutTests/platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt
r267083 r267652 5055 5055 PASS StorageEvent interface: attribute url 5056 5056 PASS StorageEvent interface: attribute storageArea 5057 FAIL StorageEvent interface: operation initStorageEvent(DOMString, optional boolean, optional boolean, optional DOMString?, optional DOMString?, optional DOMString?, optional USVString, optional Storage?) assert_equals: property has wrong .length expected 1 but got 0 5057 PASS StorageEvent interface: operation initStorageEvent(DOMString, optional boolean, optional boolean, optional DOMString?, optional DOMString?, optional DOMString?, optional USVString, optional Storage?) 5058 5058 PASS HTMLMarqueeElement interface: existence and properties of interface object 5059 5059 PASS HTMLMarqueeElement interface object length -
trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt
r267083 r267652 5055 5055 PASS StorageEvent interface: attribute url 5056 5056 PASS StorageEvent interface: attribute storageArea 5057 FAIL StorageEvent interface: operation initStorageEvent(DOMString, optional boolean, optional boolean, optional DOMString?, optional DOMString?, optional DOMString?, optional USVString, optional Storage?) assert_equals: property has wrong .length expected 1 but got 0 5057 PASS StorageEvent interface: operation initStorageEvent(DOMString, optional boolean, optional boolean, optional DOMString?, optional DOMString?, optional DOMString?, optional USVString, optional Storage?) 5058 5058 PASS HTMLMarqueeElement interface: existence and properties of interface object 5059 5059 PASS HTMLMarqueeElement interface object length -
trunk/Source/WebCore/ChangeLog
r267648 r267652 1 2020-09-27 Rob Buis <rbuis@igalia.com> 2 3 Clean up type parameter for Event idl 4 https://bugs.webkit.org/show_bug.cgi?id=217013 5 6 Reviewed by Chris Dumez. 7 8 Clean up type parameter for Event idl files, there is no need to 9 pass "undefined" default value. 10 11 * dom/CompositionEvent.idl: 12 * dom/HashChangeEvent.idl: 13 * dom/KeyboardEvent.idl: 14 * dom/MouseEvent.idl: 15 * dom/MutationEvent.idl: 16 * dom/TextEvent.idl: 17 * dom/TouchEvent.idl: 18 * dom/UIEvent.idl: 19 * storage/StorageEvent.idl: 20 1 21 2020-09-26 Zalan Bujtas <zalan@apple.com> 2 22 -
trunk/Source/WebCore/dom/CompositionEvent.idl
r266311 r267652 29 29 readonly attribute DOMString data; 30 30 31 // FIXME: Using "undefined" as default parameter value is wrong. 32 undefined initCompositionEvent(optional DOMString typeArg = "undefined", 31 undefined initCompositionEvent(DOMString typeArg, 33 32 optional boolean canBubbleArg = false, 34 33 optional boolean cancelableArg = false, -
trunk/Source/WebCore/dom/HashChangeEvent.idl
r266311 r267652 22 22 constructor(DOMString type, optional HashChangeEventInit eventInitDict); 23 23 24 // FIXME: Using "undefined" as default parameter value is wrong. 25 undefined initHashChangeEvent(optional DOMString type = "undefined", 24 undefined initHashChangeEvent(DOMString type, 26 25 optional boolean canBubble = false, 27 26 optional boolean cancelable = false, -
trunk/Source/WebCore/dom/KeyboardEvent.idl
r266311 r267652 50 50 51 51 // FIXME: this does not match the version in the DOM spec. 52 // FIXME: Using "undefined" as default parameter value is wrong. 53 undefined initKeyboardEvent(optional DOMString type = "undefined", optional boolean canBubble = false, optional boolean cancelable = false, 52 undefined initKeyboardEvent(DOMString type, optional boolean canBubble = false, optional boolean cancelable = false, 54 53 optional WindowProxy? view = null, optional DOMString keyIdentifier = "undefined", optional unsigned long location = 0, 55 54 optional boolean ctrlKey = false, optional boolean altKey = false, optional boolean shiftKey = false, optional boolean metaKey = false, optional boolean altGraphKey = false); -
trunk/Source/WebCore/dom/MouseEvent.idl
r266311 r267652 44 44 [Conditional=MOUSE_FORCE_EVENTS, ImplementedAs=force]readonly attribute double webkitForce; 45 45 46 // FIXME: Using "undefined" as default parameter value is wrong.47 46 // FIXME: relatedTarget should be of type EventTarget? but we need to use any to support a quirk for iAd Producer (rdar://problem/30640101). 48 [CallWith=GlobalObject&ScriptExecutionContext, ImplementedAs=initMouseEventQuirk] undefined initMouseEvent( optional DOMString type = "undefined",47 [CallWith=GlobalObject&ScriptExecutionContext, ImplementedAs=initMouseEventQuirk] undefined initMouseEvent(DOMString type, 49 48 optional boolean canBubble = false, optional boolean cancelable = false, 50 49 optional WindowProxy? view = null, optional long detail = 0, -
trunk/Source/WebCore/dom/MutationEvent.idl
r266311 r267652 30 30 readonly attribute unsigned short attrChange; 31 31 32 // FIXME: Using "undefined" as default parameter value is wrong. 33 undefined initMutationEvent(optional DOMString type = "undefined", optional boolean canBubble = false, optional boolean cancelable = false, 32 undefined initMutationEvent(DOMString type, optional boolean canBubble = false, optional boolean cancelable = false, 34 33 optional Node? relatedNode = null, optional DOMString prevValue = "undefined", optional DOMString newValue = "undefined", 35 34 optional DOMString attrName = "undefined", optional unsigned short attrChange = 0); -
trunk/Source/WebCore/dom/TextEvent.idl
r266311 r267652 29 29 readonly attribute DOMString data; 30 30 31 // FIXME: Using "undefined" as default parameter value is wrong. 32 undefined initTextEvent(optional DOMString typeArg = "undefined", 31 undefined initTextEvent(DOMString typeArg, 33 32 optional boolean canBubbleArg = false, 34 33 optional boolean cancelableArg = false, -
trunk/Source/WebCore/dom/TouchEvent.idl
r266649 r267652 37 37 readonly attribute boolean metaKey; 38 38 39 // FIXME: Using "undefined" as default parameter value is wrong.40 39 undefined initTouchEvent(optional TouchList? touches = null, 41 40 optional TouchList? targetTouches = null, 42 41 optional TouchList? changedTouches = null, 43 optional DOMString type = "undefined",42 optional DOMString type, 44 43 optional WindowProxy? view = null, 45 44 optional long screenX = 0, -
trunk/Source/WebCore/dom/UIEvent.idl
r266311 r267652 24 24 readonly attribute long detail; 25 25 26 // FIXME: Using "undefined" as default parameter value is wrong. 27 undefined initUIEvent(optional DOMString type = "undefined", optional boolean canBubble = false, optional boolean cancelable = false, optional WindowProxy? view = null, optional long detail = 0); 26 undefined initUIEvent(DOMString type, optional boolean canBubble = false, optional boolean cancelable = false, optional WindowProxy? view = null, optional long detail = 0); 28 27 29 28 readonly attribute long layerX; -
trunk/Source/WebCore/storage/StorageEvent.idl
r266311 r267652 33 33 readonly attribute Storage? storageArea; 34 34 35 // FIXME: Using "undefined" as default parameter value is wrong. 36 undefined initStorageEvent(optional DOMString typeArg = "undefined", 35 undefined initStorageEvent(DOMString typeArg, 37 36 optional boolean canBubbleArg = false, 38 37 optional boolean cancelableArg = false,
Note:
See TracChangeset
for help on using the changeset viewer.