[Webkit-unassigned] [Bug 117199] [CSSRegions] Improve getRegionsByContent by testing in flow thread coordinates instead of view coordinates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 6 10:51:20 PDT 2013


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





--- Comment #3 from Mihnea Ovidenie <mihnea at adobe.com>  2013-06-06 10:49:54 PST ---
(In reply to comment #2)
> (From update of attachment 203702 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=203702&action=review
> 
> > Source/WebCore/rendering/RenderFlowThread.cpp:818
> > +    LayoutRect boundingBox;
> 
> Why not just use localToContainerQuad instead (now that it can also return coordinates in the flowthread space)?
> 

I can try that too.

> > Source/WebCore/rendering/RenderFlowThread.cpp:824
> > +        ASSERT(false);
> 
> nit: this could be ASSERT_NOT_REACHED.
> 
> Why only renderInlines and text? Looks like the caller could send any node in here.
> 

Because for boxes i have checked above and relied on getRegionRangeForBox.

> > Source/WebKit2/Shared/WebPreferencesStore.h:98
> > +    macro(RegionBasedColumnsEnabled, regionBasedColumnsEnabled, Bool, bool, true) \
> 
> I don't see any comments in the changelog about this change.

This slipped in from a research, will remove, thx for catching.

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