[Webkit-unassigned] [Bug 62360] New: Web Inspector: [Chromium] Detailed heap snapshots window becomes unresponsive if several long-running operations being requested

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 9 00:39:37 PDT 2011


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

           Summary: Web Inspector: [Chromium] Detailed heap snapshots
                    window becomes unresponsive if several long-running
                    operations being requested
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: ASSIGNED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mnaganov 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


Consider the following scenario:
 - in the Dominators view, I have revealed all of the nodes;
 - now I'm clicking actively on column headers;
 - result: visually nothing happens, worker is overloaded, user confused;
 - only after some significant time (after worker has finished processing), the picture changes.

It should make sense to divide operations in batches, so worker can provide feedback and interrupt them if needed (e.g. if I'm changing sorting order before the worker has finished with sorting, it's better to interrupt the current sorting and start the new one).

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