[Webkit-unassigned] [Bug 118082] New: Web Inspector: console.profile() fails to display profiles when using remote inspector to iOS 6 from Safari 7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 26 14:30:49 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118082

           Summary: Web Inspector: console.profile() fails to display
                    profiles when using remote inspector to iOS 6 from
                    Safari 7
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: james_savage337 at apple.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


Created an attachment (id=205526)
 --> (https://bugs.webkit.org/attachment.cgi?id=205526&action=review)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list