WebKit Bugzilla
Attachment 339670 Details for
Bug 185359
: [JSCOnly] Enable Intl.PluralRules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185359-20180506125300.patch (text/plain), 1.40 KB, created by
Yusuke Suzuki
on 2018-05-05 20:53:01 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Yusuke Suzuki
Created:
2018-05-05 20:53:01 PDT
Size:
1.40 KB
patch
obsolete
>Subversion Revision: 231396 >diff --git a/Source/cmake/OptionsJSCOnly.cmake b/Source/cmake/OptionsJSCOnly.cmake >index 51caa4353d824fe057c331e29ce191ea41fa4ee9..b6eef5efb1d5dfb380bb784af7625e902f759628 100644 >--- a/Source/cmake/OptionsJSCOnly.cmake >+++ b/Source/cmake/OptionsJSCOnly.cmake >@@ -14,6 +14,7 @@ set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_ > WEBKIT_OPTION_BEGIN() > WEBKIT_OPTION_DEFINE(ENABLE_STATIC_JSC "Whether to build JavaScriptCore as a static library." PUBLIC OFF) > WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_REMOTE_INSPECTOR PRIVATE OFF) >+WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_INTL_PLURAL_RULES PRIVATE ON) > if (WIN32) > # FIXME: Enable FTL on Windows. https://bugs.webkit.org/show_bug.cgi?id=145366 > WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FTL_JIT PRIVATE OFF) >diff --git a/ChangeLog b/ChangeLog >index 85d1fcaa499532312d706865e020a60cf2c79ce4..775b02b1baf405b49120b4d6e865b95ed2434352 100644 >--- a/ChangeLog >+++ b/ChangeLog >@@ -1,3 +1,14 @@ >+2018-05-05 Yusuke Suzuki <utatane.tea@gmail.com> >+ >+ [JSCOnly] Enable Intl.PluralRules >+ https://bugs.webkit.org/show_bug.cgi?id=185359 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Enable Intl.PluralRules because JSCOnly port enables features aggressively. >+ >+ * Source/cmake/OptionsJSCOnly.cmake: >+ > 2018-05-02 Valerie R Young <valerie@bocoup.com> > > test262/Runner.pm: save summary to file
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185359
: 339670