[webkit-reviews] review granted: [Bug 129217] Web Inspector: convert model tests and inspector-test.js to use Test.html : [Attachment 226039] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 12 12:09:47 PDT 2014


Timothy Hatcher <timothy at apple.com> has granted Brian Burg <bburg at apple.com>'s
request for review:
Bug 129217: Web Inspector: convert model tests and inspector-test.js to use
Test.html
https://bugs.webkit.org/show_bug.cgi?id=129217

Attachment 226039: the patch
https://bugs.webkit.org/attachment.cgi?id=226039&action=review

------- Additional Comments from Timothy Hatcher <timothy at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=226039&action=review


> Source/WebInspectorUI/UserInterface/Test.html:87
> +    <script src="Models/Profile.js"></script>
> +    <script src="Models/ProfileNode.js"></script>
> +    <script src="Models/ProfileNodeCall.js"></script>
> +    <script src="Models/TimelineRecord.js"></script>
> +    <script src="Models/LayoutTimelineRecord.js"></script>
> +    <script src="Models/ResourceTimelineRecord.js"></script>
> +    <script src="Models/ScriptTimelineRecord.js"></script>
> +    <script src="Models/Timeline.js"></script>
> +    <script src="Models/NetworkTimeline.js"></script>
> +    <script src="Models/SourceCodeTimeline.js"></script>
> +    <script src="Models/TimelineMarker.js"></script>
> +    <script src="Models/TimelineRecording.js"></script>

Should be sorted (and match Main.html).


More information about the webkit-reviews mailing list