Notifications on iOS enabled at compile-time, disabled at runtime
Created attachment 443154 [details] Patch
Comment on attachment 443154 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=443154&action=review > Source/WebCore/bindings/js/WebCoreBuiltinNames.h:186 > + macro(Notification) \ plural?
(In reply to Tim Horton from comment #2) > Comment on attachment 443154 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=443154&action=review > > > Source/WebCore/bindings/js/WebCoreBuiltinNames.h:186 > > + macro(Notification) \ > > plural? The IDL object being controlled by the setting here is, indeed, "Notification" singular.
Comment on attachment 443154 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=443154&action=review >>> Source/WebCore/bindings/js/WebCoreBuiltinNames.h:186 >>> + macro(Notification) \ >> >> plural? > > The IDL object being controlled by the setting here is, indeed, "Notification" singular. Oh I totally missed what this was (A+ review), thought it was Logging.h :P
(In reply to Tim Horton from comment #4) > Comment on attachment 443154 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=443154&action=review > > >>> Source/WebCore/bindings/js/WebCoreBuiltinNames.h:186 > >>> + macro(Notification) \ > >> > >> plural? > > > > The IDL object being controlled by the setting here is, indeed, "Notification" singular. > > Oh I totally missed what this was (A+ review), thought it was Logging.h :P A++++++ would have review again!
Committed r285199 (243825@main): <https://commits.webkit.org/243825@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 443154 [details].
<rdar://problem/84963287>
Yay for being bitten by no API test EWS again. *sigh* Fixing.
Created attachment 443201 [details] [fast-cq] Disable these API tests on iOS
Reopened for API test failure.
ChangeLog entry in Tools/ChangeLog contains OOPS!.
Created attachment 443202 [details] [fast-cq] Disable these API tests on iOS
Committed r285207 (243833@main): <https://commits.webkit.org/243833@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 443202 [details].