[Webkit-unassigned] [Bug 145545] New: [EFL] Implement load_started callback in EwkPageClient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 1 20:56:47 PDT 2015


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

            Bug ID: 145545
           Summary: [EFL] Implement load_started callback in EwkPageClient
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hyungwook.lee at navercorp.com
                CC: demarchi at webkit.org

Implement load_started callback in EwkPageClient.

We provide load_finished callback now.
struct EwkPageClient {
    int version;
    void *data;

    /**
     * Callbacks to report load finished.
     *
     * @param page page to be finished
     * @param data data of a page client
     */
    void (*load_finished)(Ewk_Page *page, void *data);
};

We need to provide load_started callback to web extension module.

-- 
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/20150602/f332d849/attachment.html>


More information about the webkit-unassigned mailing list