[Webkit-unassigned] [Bug 26041] New: Allow adding resource source to frame asynchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 27 03:26:26 PDT 2009


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

           Summary: Allow adding resource source to frame asynchronously
           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: yurys at chromium.org


Chromium's async/out-of-process version of WebInspector needs to add resource
source to WebInspector.SourceView asynchronously since the source is retrieved
from the inspected process asynchronously.

Current implementation of InspectorController::addResourceSourceToFrame
supports only synchronous execution. The idea is to change it into asynchronous
method that invokes a callback when the source is added to notify the caller.


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



More information about the webkit-unassigned mailing list