RESOLVED FIXED 150127
Rename some JSC option names to be more uniform.
https://bugs.webkit.org/show_bug.cgi?id=150127
Summary Rename some JSC option names to be more uniform.
Mark Lam
Reported 2015-10-14 10:52:10 PDT
Will rename JSC_enableXXX options to JSC_useXXX, and JSC_showXXX options to JSC_dumpXXX. Also will rename a few other miscellaneous to options, to abide by this scheme. Also will rename some functions to match the option names where relevant.
Attachments
the patch. (75.68 KB, patch)
2015-10-14 11:08 PDT, Mark Lam
ggaren: review+
Mark Lam
Comment 1 2015-10-14 11:08:48 PDT
Created attachment 263088 [details] the patch.
WebKit Commit Bot
Comment 2 2015-10-14 11:12:03 PDT
Attachment 263088 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/assembler/LinkBuffer.h:328: Wrong number of spaces before statement. (expected: 9) [whitespace/indent] [4] ERROR: Source/JavaScriptCore/assembler/LinkBuffer.h:331: Wrong number of spaces before statement. (expected: 9) [whitespace/indent] [4] ERROR: Source/JavaScriptCore/assembler/LinkBuffer.h:350: Wrong number of spaces before statement. (expected: 9) [whitespace/indent] [4] ERROR: Source/JavaScriptCore/assembler/LinkBuffer.h:353: Wrong number of spaces before statement. (expected: 9) [whitespace/indent] [4] ERROR: Source/JavaScriptCore/runtime/Options.h:136: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 5 in 56 files If any of these errors are false positives, please file a bug against check-webkit-style.
Geoffrey Garen
Comment 3 2015-10-14 11:53:55 PDT
Comment on attachment 263088 [details] the patch. r=me
Mark Lam
Comment 4 2015-10-14 11:58:23 PDT
Note You need to log in before you can comment on or make changes to this bug.