WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
193474
Web Inspector: fix Xcode project file list after
r239976
https://bugs.webkit.org/show_bug.cgi?id=193474
Summary
Web Inspector: fix Xcode project file list after r239976
Devin Rousso
Reported
2019-01-15 17:20:46 PST
.
Attachments
Patch
(6.34 KB, patch)
2019-01-15 17:28 PST
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
Patch
(8.52 KB, patch)
2019-01-17 11:50 PST
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Devin Rousso
Comment 1
2019-01-15 17:28:28 PST
Created
attachment 359233
[details]
Patch
Joseph Pecoraro
Comment 2
2019-01-16 11:20:53 PST
Comment on
attachment 359233
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=359233&action=review
This change looks partially complete (enough to fix the project file but not what we would normally expect for derived sources)
> Source/WebCore/WebCore.xcodeproj/project.pbxproj:2591 > - 9175CE5C21E281ED00DF2C28 /* JSInspectorAuditDOMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 9175CE5821E281EC00DF2C28 /* InspectorAuditDOMObject.h */; }; > + 9175CE5C21E281ED00DF2C28 /* JSInspectorAuditDOMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 9175CE5821E281EC00DF2C28 /* JSInspectorAuditDOMObject.h */; }; > 9175CE5E21E281ED00DF2C27 /* InspectorAuditAccessibilityObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 9175CE5A21E281ED00DF2C27 /* InspectorAuditAccessibilityObject.h */; }; > - 9175CE5E21E281ED00DF2C28 /* JSInspectorAuditAccessibilityObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 9175CE5A21E281ED00DF2C28 /* InspectorAuditAccessibilityObject.h */; }; > + 9175CE5E21E281ED00DF2C28 /* JSInspectorAuditAccessibilityObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 9175CE5A21E281ED00DF2C28 /* JSInspectorAuditAccessibilityObject.h */; };
I would expect each of these to be like JSCommandLineAPIHost.h. So I'd expect this section to be updated: 1C5FAECA0DCFD8C900D58F78 /* Inspector */ = { isa = PBXGroup; children = ( A584FE2518637DAB00843B10 /* CommandLineAPIModuleSource.h */, A584FE391864E2D800843B10 /* JSCommandLineAPIHost.cpp */, A584FE3A1864E2D800843B10 /* JSCommandLineAPIHost.h */, 7A0E771C10C00DB100A0276E /* JSInspectorFrontendHost.cpp */, 7A0E771D10C00DB100A0276E /* JSInspectorFrontendHost.h */, ); name = Inspector; sourceTree = "<group>"; }; Something alongside this that is just a "<foo> in Headers": A584FE3C1864E2D800843B10 /* JSCommandLineAPIHost.h in Headers */, The WebCore.xcodeproj should show the resources in the sidebar under: bindings/js/Derived Sources/Inspector/...
Devin Rousso
Comment 3
2019-01-17 11:50:18 PST
Created
attachment 359397
[details]
Patch
WebKit Commit Bot
Comment 4
2019-01-17 16:19:14 PST
Comment on
attachment 359397
[details]
Patch Clearing flags on attachment: 359397 Committed
r240135
: <
https://trac.webkit.org/changeset/240135
>
WebKit Commit Bot
Comment 5
2019-01-17 16:19:15 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6
2019-01-17 16:20:28 PST
<
rdar://problem/47368581
>
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