You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// - cancelAction given canPreventClose being to return the result of firing an event named cancel at dialog, with the cancelable attribute initialized to canPreventClose.
431
+
// - cancelAction given canPreventClose being to return the result of firing an event named cancel at dialog,
432
+
// with the cancelable attribute initialized to canPreventClose.
425
433
auto cancel_callback_function = JS::NativeFunction::create(
// - getEnabledState being to return true if dialog's enable close watcher for requestClose() is true or dialog's computed closed-by state is not None; otherwise false.
448
-
// ADHOC: Implemented slightly differently to the spec, as the spec is unnecessarily complex.
456
+
// - getEnabledState being to return true if dialog's enable close watcher for request close is true or dialog's
457
+
// computed closed-by state is not None; otherwise false.
458
+
// AD-HOC: Implemented slightly differently to the spec, as the spec is unnecessarily complex.
449
459
// FIXME: This should be set based on dialog closedby state, when implemented.
0 commit comments