Bug 85762 - [Chromium] Move queryLocalizedString to Platform.h
Summary: [Chromium] Move queryLocalizedString to Platform.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Pilgrim (Google)
URL:
Keywords:
Depends on: 87299
Blocks: 82948
  Show dependency treegraph
 
Reported: 2012-05-06 19:19 PDT by Mark Pilgrim (Google)
Modified: 2012-05-24 09:28 PDT (History)
7 users (show)

See Also:


Attachments
Patch (12.93 KB, patch)
2012-05-06 19:20 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff
Patch (9.00 KB, patch)
2012-05-15 12:28 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff
Patch (12.63 KB, patch)
2012-05-15 12:32 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff
Patch (12.56 KB, patch)
2012-05-23 09:03 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff
Patch (12.56 KB, patch)
2012-05-24 07:24 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Pilgrim (Google) 2012-05-06 19:19:28 PDT
[Chromium] Move queryLocalizedString to Platform.h
Comment 1 Mark Pilgrim (Google) 2012-05-06 19:20:19 PDT
Created attachment 140452 [details]
Patch
Comment 2 WebKit Review Bot 2012-05-06 19:23:41 PDT
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 3 Adam Barth 2012-05-06 20:33:28 PDT
Comment on attachment 140452 [details]
Patch

Don't you need to update some GYP or GYPI files?
Comment 4 Mark Pilgrim (Google) 2012-05-15 12:28:44 PDT
Created attachment 142026 [details]
Patch
Comment 5 Mark Pilgrim (Google) 2012-05-15 12:30:11 PDT
Comment on attachment 142026 [details]
Patch

Crap, missing a file still.
Comment 6 Mark Pilgrim (Google) 2012-05-15 12:32:19 PDT
Created attachment 142027 [details]
Patch
Comment 7 Mark Pilgrim (Google) 2012-05-15 12:32:51 PDT
Comment on attachment 142027 [details]
Patch

Now with added GYP/GYPI files.
Comment 8 Adam Barth 2012-05-15 14:02:09 PDT
Comment on attachment 142027 [details]
Patch

I support this product and/or service.
Comment 9 WebKit Review Bot 2012-05-15 15:06:47 PDT
Comment on attachment 142027 [details]
Patch

Rejecting attachment 142027 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
file Source/WebKit/chromium/ChangeLog
Hunk #1 succeeded at 1 with fuzz 1.
patching file Source/WebKit/chromium/WebKit.gyp
patching file Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h
patching file Source/WebKit/chromium/public/platform/WebLocalizedString.h
patching file Source/WebKit/chromium/src/LocalizedStrings.cpp

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Adam Barth']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue/

Full output: http://queues.webkit.org/results/12683876
Comment 10 Mark Pilgrim (Google) 2012-05-23 09:03:29 PDT
Created attachment 143579 [details]
Patch
Comment 11 WebKit Review Bot 2012-05-23 11:52:43 PDT
Comment on attachment 143579 [details]
Patch

Clearing flags on attachment: 143579

Committed r118218: <http://trac.webkit.org/changeset/118218>
Comment 12 WebKit Review Bot 2012-05-23 11:52:48 PDT
All reviewed patches have been landed.  Closing bug.
Comment 13 WebKit Review Bot 2012-05-23 12:56:33 PDT
Re-opened since this is blocked by 87299
Comment 14 Mark Pilgrim (Google) 2012-05-24 07:24:27 PDT
Created attachment 143828 [details]
Patch
Comment 15 Mark Pilgrim (Google) 2012-05-24 07:28:51 PDT
Comment on attachment 143828 [details]
Patch

Properly declare WebLocalizedString as a struct. Should fix clang compilation errors (not caught by EWS bots).
Comment 16 WebKit Review Bot 2012-05-24 09:28:40 PDT
Comment on attachment 143828 [details]
Patch

Clearing flags on attachment: 143828

Committed r118384: <http://trac.webkit.org/changeset/118384>
Comment 17 WebKit Review Bot 2012-05-24 09:28:46 PDT
All reviewed patches have been landed.  Closing bug.