WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
178181
[iOS] Conditionally rename DatabaseProcess to StorageProcess when building for iOS devices
https://bugs.webkit.org/show_bug.cgi?id=178181
Summary
[iOS] Conditionally rename DatabaseProcess to StorageProcess when building fo...
Andy Estes
Reported
2017-10-11 12:12:53 PDT
[iOS] Conditionally rename DatabaseProcess to StorageProcess when building for iOS devices
Attachments
Patch
(4.94 KB, patch)
2017-10-11 12:17 PDT
,
Andy Estes
no flags
Details
Formatted Diff
Diff
Patch
(5.07 KB, patch)
2017-10-11 17:08 PDT
,
Andy Estes
no flags
Details
Formatted Diff
Diff
Patch
(4.72 KB, patch)
2017-10-12 11:01 PDT
,
Andy Estes
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Andy Estes
Comment 1
2017-10-11 12:17:19 PDT
Created
attachment 323443
[details]
Patch
Andy Estes
Comment 2
2017-10-11 12:18:08 PDT
rdar://problem/33660282
Andy Estes
Comment 3
2017-10-11 17:08:13 PDT
Created
attachment 323492
[details]
Patch
mitz
Comment 4
2017-10-11 22:52:23 PDT
Comment on
attachment 323492
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=323492&action=review
> Source/WebKit/Configurations/BaseTarget.xcconfig:120 > +WK_STORAGE_SERVICE_PRODUCT_NAME = com.apple.WebKit.Storage; > +WK_STORAGE_SERVICE_PRODUCT_NAME[sdk=iphoneos11*] = $(WK_STORAGE_SERVICE_PRODUCT_NAME_IPHONEOS_11$(IPHONEOS_DEPLOYMENT_TARGET:suffix:identifier)); > +WK_STORAGE_SERVICE_PRODUCT_NAME_IPHONEOS_11_0 = com.apple.WebKit.Databases; > +WK_STORAGE_SERVICE_PRODUCT_NAME_IPHONEOS_11_1 = com.apple.WebKit.Databases; > +WK_STORAGE_SERVICE_PRODUCT_NAME_IPHONEOS_11_2 = com.apple.WebKit.Databases; > +WK_STORAGE_SERVICE_PRODUCT_NAME_IPHONEOS_11_3 = com.apple.WebKit.Storage; > +WK_STORAGE_SERVICE_PRODUCT_NAME_IPHONEOS_11_4 = com.apple.WebKit.Storage; > +WK_STORAGE_SERVICE_PRODUCT_NAME_IPHONEOS_11_5 = com.apple.WebKit.Storage; > +WK_STORAGE_SERVICE_PRODUCT_NAME_IPHONEOS_11_6 = com.apple.WebKit.Storage; > +WK_STORAGE_SERVICE_PRODUCT_NAME_IPHONEOS_11_7 = com.apple.WebKit.Storage; > +WK_STORAGE_SERVICE_PRODUCT_NAME_IPHONEOS_11_8 = com.apple.WebKit.Storage; > +WK_STORAGE_SERVICE_PRODUCT_NAME_IPHONEOS_11_9 = com.apple.WebKit.Storage;
This can be written slightly more succinctly by enumerating just the exceptional cases. Something along the lines of (typed here without testing): WK_STORAGE_SERVICE_PRODUCT_NAME = $(WK_STORAGE_SERVICE_PRODUCT_NAME_$(WK_USE_LEGACY_STORAGE_SERVICE_NAME)); WK_STORAGE_SERVICE_PRODUCT_NAME_ = $(WK_STORAGE_SERVICE_PRODUCT_NAME_NO); WK_STORAGE_SERVICE_PRODUCT_NAME_NO = com.apple.WebKit.Storage; WK_STORAGE_SERVICE_PRODUCT_NAME_YES = com.apple.WebKit.Databases; WK_USE_LEGACY_STORAGE_SERVICE_NAME[sdk=iphoneos11*] = $(WK_USE_LEGACY_STORAGE_SERVICE_NAME_$(IPHONEOS_DEPLOYMENT_TARGET:suffix:identifier)); WK_USE_LEGACY_STORAGE_SERVICE_NAME_11_0 = YES; WK_USE_LEGACY_STORAGE_SERVICE_NAME_11_1 = YES; WK_USE_LEGACY_STORAGE_SERVICE_NAME_11_2 = YES;
Andy Estes
Comment 5
2017-10-12 11:01:35 PDT
Created
attachment 323534
[details]
Patch
WebKit Commit Bot
Comment 6
2017-10-12 12:12:07 PDT
Comment on
attachment 323534
[details]
Patch Clearing flags on attachment: 323534 Committed
r223247
: <
https://trac.webkit.org/changeset/223247
>
WebKit Commit Bot
Comment 7
2017-10-12 12:12:09 PDT
All reviewed patches have been landed. Closing bug.
Andy Estes
Comment 8
2017-10-19 15:46:03 PDT
Rolled out in
r223559
: <
https://trac.webkit.org/changeset/223559
>
Andy Estes
Comment 9
2017-10-19 15:47:54 PDT
Committed
r223719
: <
https://trac.webkit.org/changeset/223719
>
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