RESOLVED FIXED 118261
Web Inspector: link to WebInspectorUI normal now that it is open source
https://bugs.webkit.org/show_bug.cgi?id=118261
Summary Web Inspector: link to WebInspectorUI normal now that it is open source
Timothy Hatcher
Reported 2013-07-01 12:57:32 PDT
We can stop soft linking WebInspectorUI.framework now that is is built in the open source tree. This fixes a sandbox violation in other apps too. <rdar://problem/14205300>
Attachments
Patch (11.66 KB, patch)
2013-07-01 13:00 PDT, Timothy Hatcher
no flags
Patch (14.12 KB, patch)
2013-07-01 13:59 PDT, Timothy Hatcher
no flags
Timothy Hatcher
Comment 1 2013-07-01 13:00:24 PDT
Joseph Pecoraro
Comment 2 2013-07-01 13:13:28 PDT
Comment on attachment 205829 [details] Patch r=me
Build Bot
Comment 3 2013-07-01 13:24:28 PDT
Timothy Hatcher
Comment 4 2013-07-01 13:59:59 PDT
Joseph Pecoraro
Comment 5 2013-07-01 15:02:15 PDT
Comment on attachment 205833 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=205833&action=review r=me > Source/Makefile:1 > +MODULES = WTF JavaScriptCore ThirdParty/ANGLE WebCore WebInspectorUI WebKit WebKit2 Good catch! > Tools/Scripts/build-webkit:231 > - push @projects, ("Source/WebInspectorUI"); > + # WebInspectorUI must come before WebKit and WebKit2 > + unshift @projects, ("Source/WebInspectorUI"); So, unshift puts this at the front. So now WebInspectorUI happens before anything (including ANGLE). It might be nice to do WebInspectorUI between WebCore and WebKit. I think that logically makes more sense. But it doesn't really matter.
WebKit Commit Bot
Comment 6 2013-07-01 15:23:50 PDT
Comment on attachment 205833 [details] Patch Clearing flags on attachment: 205833 Committed r152267: <http://trac.webkit.org/changeset/152267>
WebKit Commit Bot
Comment 7 2013-07-01 15:23:52 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.