Bug 111101 - [chromium] remove deprecated hyphenation methods from Platform
Summary: [chromium] remove deprecated hyphenation methods from Platform
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: jochen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-28 12:31 PST by jochen
Modified: 2013-03-04 12:44 PST (History)
7 users (show)

See Also:


Attachments
Patch (3.46 KB, patch)
2013-02-28 12:32 PST, jochen
no flags Details | Formatted Diff | Diff
Patch for landing (3.47 KB, patch)
2013-03-04 07:52 PST, jochen
no flags Details | Formatted Diff | Diff
Patch for landing (3.44 KB, patch)
2013-03-04 11:53 PST, jochen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jochen 2013-02-28 12:31:58 PST
[chromium] remove deprecated hyphenation methods from Platform
Comment 1 jochen 2013-02-28 12:32:19 PST
Created attachment 190783 [details]
Patch
Comment 2 jochen 2013-02-28 12:33:12 PST
I'll first need to roll the chromium-deps before this passes EWS, but the patch is simple enough anyway
Comment 3 WebKit Review Bot 2013-02-28 12:37:35 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.
Comment 4 WebKit Review Bot 2013-02-28 13:17:41 PST
Comment on attachment 190783 [details]
Patch

Attachment 190783 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://webkit-commit-queue.appspot.com/results/16687501
Comment 5 WebKit Review Bot 2013-02-28 14:14:28 PST
Comment on attachment 190783 [details]
Patch

Attachment 190783 [details] did not pass cr-linux-debug-ews (chromium-xvfb):
Output: http://webkit-commit-queue.appspot.com/results/16819402
Comment 6 Peter Beverloo (cr-android ews) 2013-02-28 18:01:53 PST
Comment on attachment 190783 [details]
Patch

Attachment 190783 [details] did not pass cr-android-ews (chromium-android):
Output: http://webkit-commit-queue.appspot.com/results/16789362
Comment 7 WebKit Review Bot 2013-03-04 07:51:54 PST
Comment on attachment 190783 [details]
Patch

Rejecting attachment 190783 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=webkit-commit-queue.appspot.com', '--bot-id=gce-cq-02', 'build', '--no-clean', '--no-update', '--build-style=release', '--port=chromium-xvfb']" exit_code: 2 cwd: /mnt/git/webkit-commit-queue

Last 500 characters of output:
eclaration of 'struct WebKit::WebHyphenator'
../../Source/WebCore/platform/text/chromium/Hyphenation.cpp: In function 'size_t WebCore::lastHyphenLocation(const UChar*, size_t, size_t, const WTF::AtomicString&)':
../../Source/WebCore/platform/text/chromium/Hyphenation.cpp:40: error: invalid use of incomplete type 'struct WebKit::WebHyphenator'
../../Source/Platform/chromium/public/Platform.h:62: error: forward declaration of 'struct WebKit::WebHyphenator'
ninja: build stopped: subcommand failed.

Full output: http://webkit-commit-queue.appspot.com/results/16930002
Comment 8 jochen 2013-03-04 07:52:30 PST
Created attachment 191246 [details]
Patch for landing
Comment 9 WebKit Review Bot 2013-03-04 08:52:59 PST
Comment on attachment 191246 [details]
Patch for landing

Rejecting attachment 191246 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=webkit-commit-queue.appspot.com', '--bot-id=gce-cq-02', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 191246, '--port=chromium-xvfb']" exit_code: 2 cwd: /mnt/git/webkit-commit-queue

Last 500 characters of output:
t/git/webkit-commit-queue/Source/WebKit/chromium/v8 --revision 13779 --non-interactive --force --accept theirs-conflict --ignore-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
54>At revision 13779.

________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'

________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
Updating webkit projects from gyp files...

Full output: http://webkit-commit-queue.appspot.com/results/16919028
Comment 10 Adam Barth 2013-03-04 08:53:49 PST
Comment on attachment 191246 [details]
Patch for landing

View in context: https://bugs.webkit.org/attachment.cgi?id=191246&action=review

> Source/WebCore/ChangeLog:8
> +        No new tests (OOPS!).

The OOPS here is preventing this patch from landing
Comment 11 jochen 2013-03-04 08:56:28 PST
Oops
Comment 12 jochen 2013-03-04 11:53:00 PST
Created attachment 191280 [details]
Patch for landing
Comment 13 WebKit Review Bot 2013-03-04 12:44:14 PST
Comment on attachment 191280 [details]
Patch for landing

Clearing flags on attachment: 191280

Committed r144660: <http://trac.webkit.org/changeset/144660>
Comment 14 WebKit Review Bot 2013-03-04 12:44:18 PST
All reviewed patches have been landed.  Closing bug.