Bug 130381 - Update RegExp Tracing code
Summary: Update RegExp Tracing code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-17 18:35 PDT by Michael Saboff
Modified: 2014-03-18 16:55 PDT (History)
1 user (show)

See Also:


Attachments
Patch (9.42 KB, patch)
2014-03-18 10:23 PDT, Michael Saboff
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2014-03-17 18:35:03 PDT
The regular expression tracing code has experienced a little bit rot.  It needs to be updated to be useful.
Comment 1 Michael Saboff 2014-03-18 10:23:04 PDT
Created attachment 227068 [details]
Patch
Comment 2 WebKit Commit Bot 2014-03-18 10:24:27 PDT
Attachment 227068 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/runtime/RegExp.h:120:  enum members should use InterCaps with an initial capital letter.  [readability/enum_casing] [4]
ERROR: Source/JavaScriptCore/runtime/RegExp.h:121:  enum members should use InterCaps with an initial capital letter.  [readability/enum_casing] [4]
ERROR: Source/JavaScriptCore/runtime/RegExp.h:122:  enum members should use InterCaps with an initial capital letter.  [readability/enum_casing] [4]
ERROR: Source/JavaScriptCore/runtime/RegExp.h:123:  enum members should use InterCaps with an initial capital letter.  [readability/enum_casing] [4]
Total errors found: 4 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2014-03-18 13:08:47 PDT
Comment on attachment 227068 [details]
Patch

r=me
Comment 4 Michael Saboff 2014-03-18 16:55:04 PDT
Committed r165855: <http://trac.webkit.org/changeset/165855>