[Webkit-unassigned] [Bug 150633] New: Web Inspector: Timeline recording start button missing when WEB_REPLAY disabled (no ReplayAgent)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 12:52:40 PDT 2015


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

            Bug ID: 150633
           Summary: Web Inspector: Timeline recording start button missing
                    when WEB_REPLAY disabled (no ReplayAgent)
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

* SUMMARY
Timeline recording start button missing when WEB_REPLAY disabled (no ReplayAgent).

No replay agent was causing us to do:

    element.classList.toggle("foo", undefined)

Which seems turns the class on.

Correct this code to ensure we pass `false`.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151028/771e1d29/attachment-0001.html>


More information about the webkit-unassigned mailing list