[Webkit-unassigned] [Bug 92994] New: Web Inspector: extend test coverage for nmi code.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 2 08:49:03 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=92994
Summary: Web Inspector: extend test coverage for nmi code.
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: loislo at chromium.org
CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
pmuellr at yahoo.com, joepeck at webkit.org,
pfeldman at chromium.org, yurys at chromium.org,
bweinstein at apple.com, apavlov at chromium.org,
loislo at chromium.org, alexeif at chromium.org
There were 2 cases.
1) owner object type propagation. If a class with object type DOM has an instrumented member with object type Other then it has to be recorded as DOM.
Sample: We have SharedBuffer class and we don't know the object type for it but we know that it is owned by an object with type CachedResourceImage.
2) the first member of an instrumented non virtual class was skipped even if it was reported properly.
it happened because the first member has the same address as it's owner
--
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