RESOLVED FIXED 63471
Extract LineBreakIteratorPool class into its own file
https://bugs.webkit.org/show_bug.cgi?id=63471
Summary Extract LineBreakIteratorPool class into its own file
Joseph Pecoraro
Reported 2011-06-27 12:05:59 PDT
Extract LineBreakIteratorPool class into it's own file.
Attachments
[PATCH] Add LineBreakIteratorPoolICU.h (11.76 KB, patch)
2011-06-27 12:11 PDT, Joseph Pecoraro
darin: review+
Joseph Pecoraro
Comment 1 2011-06-27 12:11:23 PDT
Created attachment 98763 [details] [PATCH] Add LineBreakIteratorPoolICU.h I added it to all the builds that I saw had TextBreakIteratorICU.h
WebKit Review Bot
Comment 2 2011-06-27 12:17:48 PDT
Attachment 98763 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/platform/text/TextBreakIteratorICU.cpp:26: Alphabetical sorting problem. [build/include_order] [4] Source/WebCore/WebCore.vcproj/WebCore.vcproj:31534: mismatched tag [xml/syntax] [5] Total errors found: 2 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Joseph Pecoraro
Comment 3 2011-06-27 12:22:35 PDT
Comment on attachment 98763 [details] [PATCH] Add LineBreakIteratorPoolICU.h View in context: https://bugs.webkit.org/attachment.cgi?id=98763&action=review >> Source/WebCore/platform/text/TextBreakIteratorICU.cpp:26 >> +#include "LineBreakIteratorPoolICU.h" > > Alphabetical sorting problem. [build/include_order] [4] Whoops, twice in one week... Will fix with other review comments / before landing.
Darin Adler
Comment 4 2011-06-27 12:35:07 PDT
Comment on attachment 98763 [details] [PATCH] Add LineBreakIteratorPoolICU.h View in context: https://bugs.webkit.org/attachment.cgi?id=98763&action=review > Source/WebCore/platform/text/LineBreakIteratorPoolICU.h:2 > + * Copyright (C) 2006 Lars Knoll <lars@trolltech.com> Lars shouldn’t get copyright for this new code. > Source/WebCore/platform/text/LineBreakIteratorPoolICU.h:3 > + * Copyright (C) 2007 Apple Inc. All rights reserved. The code you put into this file is all new. The copyright should be 2011, not 2007. > Source/WebCore/platform/text/LineBreakIteratorPoolICU.h:34 > +WTF_MAKE_NONCOPYABLE(LineBreakIteratorPool); I think this should be indented.
Joseph Pecoraro
Comment 5 2011-06-27 13:43:30 PDT
(In reply to comment #4) > (From update of attachment 98763 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=98763&action=review > > > Source/WebCore/platform/text/LineBreakIteratorPoolICU.h:2 > > + * Copyright (C) 2006 Lars Knoll <lars@trolltech.com> > > Lars shouldn’t get copyright for this new code. > > > Source/WebCore/platform/text/LineBreakIteratorPoolICU.h:3 > > + * Copyright (C) 2007 Apple Inc. All rights reserved. > > The code you put into this file is all new. The copyright should be 2011, not 2007. Wow, I didn't realize how new it was! That sounds good. http://trac.webkit.org/changeset/89592 > > Source/WebCore/platform/text/LineBreakIteratorPoolICU.h:34 > > +WTF_MAKE_NONCOPYABLE(LineBreakIteratorPool); > > I think this should be indented. Okay, will fix.
Joseph Pecoraro
Comment 6 2011-06-27 14:10:37 PDT
Note You need to log in before you can comment on or make changes to this bug.