[Webkit-unassigned] [Bug 26949] WebCore part of the Haiku WebKit port
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 7 11:13:24 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26949
Eric Seidel <eric at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #33042|review? |review-
Flag| |
--- Comment #39 from Eric Seidel <eric at webkit.org> 2009-08-07 11:13:24 PDT ---
(From update of attachment 33042)
Better if m_data could be an OwnPtr for haiku:
79 delete m_data;
Why?
setFocusRingColorChangeFunction
Spacing:
230 BRegion region;
It's better to have conversion funtions outside of these setters:
302 cap_mode mode = B_BUTT_CAP;
303 switch (lineCap) {
304 case RoundCap:
I think CG follows that model.
So remove it:
61 // FIXME: Not sure why be_app is checked
62 if (be_app)
63 delete m_frame;
Please break this into smaller patches. AGain, parts of hsi woudl be
super-easy to approve. Other parts no. If you posted a patch with just the
empty implementatins that would be an easy r+, the harder stuff can e done in
separate patches.
--
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