RESOLVED WONTFIX 118082
Web Inspector: console.profile() fails to display profiles when using remote inspector to iOS 6 from Safari 7
https://bugs.webkit.org/show_bug.cgi?id=118082
Summary Web Inspector: console.profile() fails to display profiles when using remote ...
James Savage
Reported 2013-06-26 14:32:45 PDT
Created attachment 205526 [details] Screenshot of web inspector output of profiling Steps to reproduce: 1) Open a web page on an iOS 6 device in an inspectable web view (such as MobileSafari) 2) Open web inspector to that page 3) Run JavaScript in the console to profile something, such as "console.profile(); Math.min.apply(Math, [1, 2, 3]); console.profileEnd();" Expected result: A new profile to appear in the Timelines sidebar Actual result: Sidebar still displays "No Recorded Profiles". Links to view the profile are sometimes printed to the console also, but these do not function. Additional notes: Profiling still works as expected between Safari 7 and iOS 7. Manual profiling via the "Start Profiling > Start JavaScript Profiling" button in the Timelines sidebar still works as expected.
Attachments
Screenshot of web inspector output of profiling (118.54 KB, image/png)
2013-06-26 14:32 PDT, James Savage
no flags
Radar WebKit Bug Importer
Comment 1 2013-06-26 14:33:06 PDT
Blaze Burg
Comment 2 2015-10-28 13:34:19 PDT
I don't think WebInspectorUI in WebKit trunk supports inspecting iOS 6 devices any more. Please re-open if this affects later versions.
Note You need to log in before you can comment on or make changes to this bug.