[Webkit-unassigned] [Bug 44957] Web Inspector, Extension API: Panel.onSelectionChanged event is never fired

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 14 00:25:53 PDT 2010


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





--- Comment #11 from Andrey Kosyakov <caseq at chromium.org>  2010-09-14 00:25:53 PST ---
(In reply to comment #10)
> 1  CONSOLE MESSAGE: line 663: [object HTMLParagraphElement]
>  1 CONSOLE MESSAGE: line 667: [object HTMLParagraphElement]
> 
> Is the diff.

This should have been fixed by r67394: http://trac.webkit.org/changeset/67394
It is not actual flakiness, rather a stable, though unexpected, side effect from r67385: the inspect() console command line API call uses console.log() internally, which causes line number of a line within InjectedScript.js that called console.log() to appear in test expectations. Hence a change to InjectedScripts.js that causes a call to console.log() to move causes test expectations change.

-- 
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