[Webkit-unassigned] [Bug 45423] [Gtk] Port tiled backing store

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 24 08:31:09 PDT 2010


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





--- Comment #11 from Martin Robinson <mrobinson at webkit.org>  2010-09-24 08:31:08 PST ---
(In reply to comment #10)
> The license used is a 3-clause BSD license. It is not an uncommon license inside WebKit (see a lot of WebCore's files).

You're right. Sorry about the misunderstanding!

> > Isn't it possible to switch to the stippling approach from the link I gave 
> > above?
> We could, do we want to draw a dotted pattern as opposed to a bigger checker box (8pixels wide) in other port?

I was thinking it might be possible to scale the pattern, which would simplify this code section. The approach you have is fine though, if that approach will not work.

> > > WebKit/gtk/webkit/webkitwebview.cpp:573
> > > +                // FIXME:  We should set the backing store viewport earlier than in paint
> > Is it possible to fix this now?
> Not sure, since we need to hook on all places where the visible rect could change (e.g resize)

Hrm. Perhaps ChromeClient::contentsSizeChanged and ChromeClient::scroll?

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