[Webkit-unassigned] [Bug 35936] [EFL] Add ewk_view_single.c to WK/efl/ewk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 12 12:37:23 PST 2010


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





--- Comment #3 from Gustavo Sverzut Barbieri <barbieri at profusion.mobi>  2010-03-12 12:37:22 PST ---
Hi Kenneth,

Yes, we'd like to keep EFL's coding style in the port-specific part under
WebKit/efl as we expect more EFL hackers will work with it and it's what they
are used... we should have very few bits of C++ and WebCore access there, so it
does make sense.

About the variables, it is part of the EFL coding standards. It may make more
sense to have objectHeight for you, but we're used to oh... Our whole SVN is
about these, so it's commonly named variables. Yeah, there could be endless
discussion about this, but if possible we'd like to keep it like that
(otherwise any patch by Rasterman we'll have to be redone!)

There is no tiling backing store here. We do have one, but it's not being
upstreamed at this point due various issues, maybe it will go later.  The
tiling you see here is a rectangle splitter/merger, the same as used in Evas.
It's duty is to get a list of rectangles, check if they are overlapping and if
so split into multiple rectangles, if there are nearby rectangles to be merged,
they are. And this also accounts a fuzzy factor that would allow merging 2
rectangles even if they don't match an edge perfectly, painting more area in
trade of performance as if the number of rectangles grows too much, clipping
will hurt performance.

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