RESOLVED FIXED 110953
[chromium] Introduce WebHyphenator class to consolidate hyphenation related method on WebKit::Platform
https://bugs.webkit.org/show_bug.cgi?id=110953
Summary [chromium] Introduce WebHyphenator class to consolidate hyphenation related m...
jochen
Reported 2013-02-27 00:31:04 PST
[chromium] Introduce WebHyphenator class to consolidate hyphenation related method on WebKit::Platform
Attachments
Patch (8.89 KB, patch)
2013-02-27 00:33 PST, jochen
no flags
Patch (9.19 KB, patch)
2013-02-27 03:10 PST, jochen
no flags
Patch (5.40 KB, patch)
2013-02-27 11:48 PST, jochen
no flags
Patch (5.26 KB, patch)
2013-02-27 12:52 PST, jochen
no flags
jochen
Comment 1 2013-02-27 00:33:37 PST
WebKit Review Bot
Comment 2 2013-02-27 00:38:17 PST
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
jochen
Comment 3 2013-02-27 03:10:02 PST
jochen
Comment 4 2013-02-27 03:10:24 PST
Adam Barth
Comment 5 2013-02-27 09:28:13 PST
Comment on attachment 190482 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=190482&action=review > Source/Platform/chromium/public/Platform.h:84 > +class WEBKIT_EXPORT Platform { It doesn't make sense to export Platform. Platform is something we "import" from the embedder... > Source/WebCore/platform/text/chromium/Hyphenation.cpp:36 > - return WebKit::Platform::current()->canHyphenate(localeIdentifier); > + return WebKit::Platform::current()->hyphenator()->canHyphenate(localeIdentifier); If you wait until the embedder supplies a WebHyphenator, then you can make this change much cleaner. I realize that involves landing an extra patch on the Chromium side, but that seems better than going through this intermediate state.
jochen
Comment 6 2013-02-27 11:48:42 PST
jochen
Comment 7 2013-02-27 11:59:39 PST
I guess that should have occurred to me the moment I had to export that Platform. Here's an updated patch (chromium side is also updated)
jochen
Comment 8 2013-02-27 12:52:52 PST
WebKit Review Bot
Comment 9 2013-02-27 13:22:32 PST
Comment on attachment 190579 [details] Patch Clearing flags on attachment: 190579 Committed r144231: <http://trac.webkit.org/changeset/144231>
WebKit Review Bot
Comment 10 2013-02-27 13:22:36 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.