| Summary: | Notifications on iOS enabled at compile-time, disabled at runtime | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Brady Eidson <beidson> | ||||||||
| Component: | WebKit Misc. | Assignee: | Brady Eidson <beidson> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | benjamin, calvaris, cdumez, cmarcelo, esprehn+autocc, ews-watchlist, kondapallykalyan, thorton, webkit-bug-importer, youennf | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | WebKit Nightly Build | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Brady Eidson
2021-11-02 18:04:09 PDT
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]. 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]. |