Bug 63734 - Add +[WebView _allowsRoundingHacks]
Summary: Add +[WebView _allowsRoundingHacks]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-30 09:48 PDT by mitz
Modified: 2011-06-30 16:53 PDT (History)
0 users

See Also:


Attachments
Add WebCore::TextRun::allowsRoundingHacks() and +[WebView _allowsRoundingHacks] (3.78 KB, patch)
2011-06-30 09:50 PDT, mitz
adele: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2011-06-30 09:48:42 PDT
Add +[WebView _allowsRoundingHacks]
Comment 1 mitz 2011-06-30 09:50:39 PDT
Created attachment 99320 [details]
Add WebCore::TextRun::allowsRoundingHacks() and +[WebView _allowsRoundingHacks]
Comment 2 mitz 2011-06-30 09:54:27 PDT
Committed r90129. <http://trac.webkit.org/r90129>
Comment 3 Alexey Proskuryakov 2011-06-30 16:44:24 PDT
Why? Can we remove it now?
Comment 4 mitz 2011-06-30 16:47:22 PDT
Clients of the +_setAllowsRoundingHacks: SPI also need to be able to query the current state. We can’t remove it now.
Comment 5 Alexey Proskuryakov 2011-06-30 16:53:20 PDT
> +_setAllowsRoundingHacks:

Added in bug 63363, for future reference (it's not so easy to find).