RESOLVED FIXED 185685
[Wi-Fi Assertions] Adopt WiFiAssertionHolderAdditions
https://bugs.webkit.org/show_bug.cgi?id=185685
Summary [Wi-Fi Assertions] Adopt WiFiAssertionHolderAdditions
Andy Estes
Reported 2018-05-16 10:03:49 PDT
[Wi-Fi Assertions] Adopt WiFiAssertionHolderAdditions
Attachments
Patch (2.24 KB, patch)
2018-05-16 10:04 PDT, Andy Estes
no flags
Patch (2.34 KB, patch)
2018-05-16 12:21 PDT, Andy Estes
no flags
Andy Estes
Comment 1 2018-05-16 10:04:19 PDT
Andy Estes
Comment 2 2018-05-16 10:04:32 PDT
Sam Weinig
Comment 3 2018-05-16 10:18:20 PDT
Comment on attachment 340497 [details] Patch I might use less generic names than holdAssertion()/releaseAssertion(), but otherwise, looks good.
Timothy Hatcher
Comment 4 2018-05-16 10:33:29 PDT
Comment on attachment 340497 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=340497&action=review > Source/WebKit/NetworkProcess/cocoa/WiFiAssertionHolder.cpp:39 > + holdAssertion(); You will either need to add #if USE(APPLE_INTERNAL_SDK) around the call here or define empty stub functions above. > Source/WebKit/NetworkProcess/cocoa/WiFiAssertionHolder.cpp:44 > + releaseAssertion(); Ditto.
Andy Estes
Comment 5 2018-05-16 12:07:12 PDT
(In reply to Timothy Hatcher from comment #4) > Comment on attachment 340497 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=340497&action=review > > > Source/WebKit/NetworkProcess/cocoa/WiFiAssertionHolder.cpp:39 > > + holdAssertion(); > > You will either need to add #if USE(APPLE_INTERNAL_SDK) around the call here > or define empty stub functions above. > > > Source/WebKit/NetworkProcess/cocoa/WiFiAssertionHolder.cpp:44 > > + releaseAssertion(); > > Ditto. Technically I don't need to due to how HAVE_MOBILE_WIFI is defined, but I agree this is the right way to do it, so I'll do it!
Andy Estes
Comment 6 2018-05-16 12:21:01 PDT
WebKit Commit Bot
Comment 7 2018-05-16 12:39:36 PDT
Comment on attachment 340513 [details] Patch Clearing flags on attachment: 340513 Committed r231863: <https://trac.webkit.org/changeset/231863>
WebKit Commit Bot
Comment 8 2018-05-16 12:39:37 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.