[Webkit-unassigned] [Bug 71553] New: [EFL] Need to replace ewk_tiled_backing_store api's object parameter with proper name.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 4 04:41:30 PDT 2011


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

           Summary: [EFL] Need to replace ewk_tiled_backing_store api's
                    object parameter with proper name.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hyuki.kim at samsung.com
                CC: gyuyoung.kim at samsung.com, kubo at profusion.mobi,
                    demarchi at webkit.org, ryuan.choi at samsung.com,
                    gyuyoung.kim at webkit.org


Some parameter's name on ewk doesn't seem well defined enough.

For example,

> static void _ewk_view_tiled_smart_add(Evas_Object* ewkTile)
> Ewk_Tile_Unused_Cache* ewk_view_tiled_unused_cache_get(const Evas_Object* ewkTile)
ewkTile must be repalced with ewkView.

> void ewk_tiled_backing_store_updates_process(Evas_Object* ewkTile)
> Eina_Bool ewk_tiled_backing_store_update(Evas_Object* ewkTile, const Eina_Rectangle* update)
ewkTile must be replaced with backingStore.

Gyuyoung or I will fix them if there is no objection.

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