Bug 70673 - Separated string lifetime bits from character buffer state bits
Summary: Separated string lifetime bits from character buffer state bits
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: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-21 23:50 PDT by Geoffrey Garen
Modified: 2011-10-23 00:20 PDT (History)
5 users (show)

See Also:


Attachments
Patch (30.34 KB, patch)
2011-10-22 00:28 PDT, Geoffrey Garen
no flags Details | Formatted Diff | Diff
Patch (31.65 KB, patch)
2011-10-22 11:14 PDT, Geoffrey Garen
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2011-10-21 23:50:40 PDT
Separated string lifetime bits from character bufer state bits
Comment 1 Geoffrey Garen 2011-10-22 00:28:07 PDT
Created attachment 112081 [details]
Patch
Comment 2 WebKit Review Bot 2011-10-22 00:31:01 PDT
Attachment 112081 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/fast..." exit_code: 1

Source/JavaScriptCore/wtf/text/StringImpl.h:275:  Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons.  [readability/comparison_to_zero] [5]
Total errors found: 1 in 12 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Daniel Bates 2011-10-22 02:12:23 PDT
Comment on attachment 112081 [details]
Patch

Attachment 112081 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/10202168
Comment 4 Geoffrey Garen 2011-10-22 10:42:11 PDT
@dbates Look closer at the mac-ews results: "Unable to build without patch [results]".
Comment 5 Geoffrey Garen 2011-10-22 11:14:42 PDT
Created attachment 112091 [details]
Patch
Comment 6 WebKit Review Bot 2011-10-22 11:16:26 PDT
Attachment 112091 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/fast..." exit_code: 1

Source/JavaScriptCore/wtf/text/StringImpl.h:275:  Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons.  [readability/comparison_to_zero] [5]
Total errors found: 1 in 13 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 7 Geoffrey Garen 2011-10-23 00:20:37 PDT
Committed r98199: <http://trac.webkit.org/changeset/98199>