WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
188664
[watchOS] Upstream Proximity Networking (nee Wi-Fi Assertions)
https://bugs.webkit.org/show_bug.cgi?id=188664
Summary
[watchOS] Upstream Proximity Networking (nee Wi-Fi Assertions)
Andy Estes
Reported
2018-08-16 11:29:56 PDT
[watchOS] Upstream Proximity Networking (nee Wi-Fi Assertions)
Attachments
Patch
(70.36 KB, patch)
2018-08-16 12:15 PDT
,
Andy Estes
no flags
Details
Formatted Diff
Diff
Patch
(71.26 KB, patch)
2018-08-16 14:18 PDT
,
Andy Estes
no flags
Details
Formatted Diff
Diff
Patch
(71.49 KB, patch)
2018-08-16 14:55 PDT
,
Andy Estes
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Andy Estes
Comment 1
2018-08-16 12:15:23 PDT
Comment hidden (obsolete)
Created
attachment 347284
[details]
Patch
EWS Watchlist
Comment 2
2018-08-16 12:17:20 PDT
Comment hidden (obsolete)
Attachment 347284
[details]
did not pass style-queue: ERROR: Source/WebKit/NetworkProcess/watchos/NetworkProximityAssertion.mm:44: Code inside a namespace should not be indented. [whitespace/indent] [4] ERROR: Source/WebKit/NetworkProcess/watchos/NetworkProximityManager.mm:80: Code inside a namespace should not be indented. [whitespace/indent] [4] ERROR: Source/WebKit/NetworkProcess/watchos/NetworkProximityManager.mm:79: Missing spaces around : [whitespace/init] [4] ERROR: Source/WebKit/NetworkProcess/watchos/NetworkProximityManager.h:41: WRM_iRATInterface is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] Total errors found: 4 in 22 files If any of these errors are false positives, please file a bug against check-webkit-style.
Andy Estes
Comment 3
2018-08-16 14:18:31 PDT
Created
attachment 347304
[details]
Patch
EWS Watchlist
Comment 4
2018-08-16 14:21:16 PDT
Attachment 347304
[details]
did not pass style-queue: ERROR: Source/WebKit/NetworkProcess/watchos/NetworkProximityAssertion.mm:44: Code inside a namespace should not be indented. [whitespace/indent] [4] ERROR: Source/WebKit/NetworkProcess/watchos/NetworkProximityManager.mm:80: Code inside a namespace should not be indented. [whitespace/indent] [4] ERROR: Source/WebKit/NetworkProcess/watchos/NetworkProximityManager.mm:79: Missing spaces around : [whitespace/init] [4] ERROR: Source/WebKit/NetworkProcess/watchos/NetworkProximityManager.h:41: WRM_iRATInterface is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] Total errors found: 4 in 23 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tim Horton
Comment 5
2018-08-16 14:28:45 PDT
Comment on
attachment 347304
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=347304&action=review
> Source/WebKit/Configurations/WebKit.xcconfig:104 > +WK_PROXIMITY_NETWORKING_LDFLAGS = $(WK_PROXIMITY_NETWORKING_LDFLAGS_$(WK_PLATFORM_NAME));
Weird! This used to be about a framework, not a feature, but this is kind of nice too I guess. It will only last until someone needs one of these things for something else, I guess.
> Source/WebKit/NetworkProcess/NetworkProcess.h:62 > +enum class WebsiteDataFetchOption;
I feel like this should sort between class and struct, but maybe not
> Source/WebKit/NetworkProcess/watchos/NetworkProximityManager.h:82 > + enum class State {
Give it a size?
Andy Estes
Comment 6
2018-08-16 14:55:24 PDT
Created
attachment 347310
[details]
Patch
EWS Watchlist
Comment 7
2018-08-16 14:57:07 PDT
Comment hidden (obsolete)
Attachment 347310
[details]
did not pass style-queue: ERROR: Source/WebKit/NetworkProcess/watchos/NetworkProximityAssertion.mm:44: Code inside a namespace should not be indented. [whitespace/indent] [4] ERROR: Source/WebKit/NetworkProcess/watchos/NetworkProximityManager.mm:80: Code inside a namespace should not be indented. [whitespace/indent] [4] ERROR: Source/WebKit/NetworkProcess/watchos/NetworkProximityManager.mm:79: Missing spaces around : [whitespace/init] [4] ERROR: Source/WebKit/NetworkProcess/watchos/NetworkProximityManager.h:41: WRM_iRATInterface is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] Total errors found: 4 in 23 files If any of these errors are false positives, please file a bug against check-webkit-style.
WebKit Commit Bot
Comment 8
2018-08-16 16:21:02 PDT
Comment on
attachment 347310
[details]
Patch Clearing flags on attachment: 347310 Committed
r234968
: <
https://trac.webkit.org/changeset/234968
>
WebKit Commit Bot
Comment 9
2018-08-16 16:21:04 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 10
2018-08-16 16:22:17 PDT
<
rdar://problem/43400980
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug