WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
114635
Remove files related to quota and proximity events from the Xcode project
https://bugs.webkit.org/show_bug.cgi?id=114635
Summary
Remove files related to quota and proximity events from the Xcode project
Anders Carlsson
Reported
2013-04-15 13:45:52 PDT
Remove files related to quota and proximity events from the Xcode project
Attachments
Patch
(30.19 KB, patch)
2013-04-15 13:48 PDT
,
Anders Carlsson
benjamin
: review+
benjamin
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2013-04-15 13:48:10 PDT
Created
attachment 198182
[details]
Patch
Benjamin Poulain
Comment 2
2013-04-15 13:53:23 PDT
Comment on
attachment 198182
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=198182&action=review
> Source/WebCore/WebCore.xcodeproj/project.pbxproj:6839 > + 1ACF735D171C9A5B00C9BB1E /* DOMWindowQuota.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DOMWindowQuota.h; sourceTree = "<group>"; }; > + 1ACF7372171C9AD400C9BB1E /* NavigatorStorageQuota.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NavigatorStorageQuota.h; sourceTree = "<group>"; }; > + 1ACF7374171C9B7F00C9BB1E /* WorkerNavigatorStorageQuota.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WorkerNavigatorStorageQuota.h; sourceTree = "<group>"; };
I think reinserting DOMWindowQuota.h and WorkerNavigatorStorageQuota.h could cause issues on the iOS project file.
> Source/WebCore/WebCore.xcodeproj/project.pbxproj:20884 > 49E912AB0EFAC906009D0CAF /* Animation.h in Headers */, > 316FE1120E6E1DA700BF6088 /* AnimationBase.h in Headers */, > + 1ACF7375171C9B7F00C9BB1E /* WorkerNavigatorStorageQuota.h in Headers */, > 316FE1140E6E1DA700BF6088 /* AnimationController.h in Headers */,
The file section should be sorted alphabetically.
> Source/WebCore/WebCore.xcodeproj/project.pbxproj:23713 > B2C3DA420D006C1D00EF6F26 /* TextCodecUTF16.h in Headers */, > + 1ACF7373171C9AD400C9BB1E /* NavigatorStorageQuota.h in Headers */, > 9343CB8212F25E510033C5EE /* TextCodecUTF8.h in Headers */,
The file section should be sorted alphabetically.
Anders Carlsson
Comment 3
2013-04-15 14:18:24 PDT
Committed
r148467
: <
http://trac.webkit.org/changeset/148467
>
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