Title: [170888] trunk/Tools
Revision
170888
Author
mmaxfi...@apple.com
Date
2014-07-08 09:41:54 -0700 (Tue, 08 Jul 2014)

Log Message

Add myself to the watchlist for text-related files
https://bugs.webkit.org/show_bug.cgi?id=134707

Reviewed by Timothy Horton.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (170887 => 170888)


--- trunk/Tools/ChangeLog	2014-07-08 16:34:38 UTC (rev 170887)
+++ trunk/Tools/ChangeLog	2014-07-08 16:41:54 UTC (rev 170888)
@@ -1,3 +1,12 @@
+2014-07-08  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Add myself to the watchlist for text-related files
+        https://bugs.webkit.org/show_bug.cgi?id=134707
+
+        Reviewed by Timothy Horton.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2014-07-08  Gergo Balogh  <gbalogh.u-sze...@partner.samsung.com>
 
         Add option to specify output file location in sunspider.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (170887 => 170888)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2014-07-08 16:34:38 UTC (rev 170887)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2014-07-08 16:41:54 UTC (rev 170888)
@@ -289,6 +289,28 @@
                         r"|LayoutTests/media/encrypted-media/"
                         r"|LayoutTests/media/media-source/",
         },
+        "MacAndIOSTextLayoutAndRendering": {
+            "filename": r"Source/WebCore/rendering/.*Inline.*Box\.(h|cpp)"
+                        r"|Source/WebCore/rendering/InlineIterator\.h"
+                        r"|Source/WebCore/rendering/InlineBlockLineLayout\.cpp"
+                        r"|Source/WebCore/rendering/RenderCombineText\.(h|cpp)"
+                        r"|Source/WebCore/rendering/RenderText.*\.(h|cpp)"
+                        r"|Source/WebCore/rendering/SimpleLineLayout\.(h|cpp)"
+                        r"|Source/WebCore/rendering/TextPainter\.(h|cpp)"
+                        r"|Source/WebCore/rendering/line/BreakingContextInlineHeaders\.(h|cpp)"
+                        r"|Source/WebCore/rendering/line/TrailingObjects\.(h|cpp)"
+                        r"|Source/WebCore/style/InlineTextBoxStyle\.(h|cpp)"
+                        r"|Source/WebCore/platform/graphics/.*Font.*"
+                        r"|Source/WebCore/platform/graphics/mac/.*Font.*"
+                        r"|Source/WebCore/platform/graphics/mac/.*Text.*"
+                        r"|Source/WebCore/platform/graphics/ios/.*Font.*"
+                        r"|Source/WebCore/platform/graphics/cocoa/.*Font.*"
+                        r"|Source/WebCore/platform/graphics/GlyphBuffer\.h"
+                        r"|Source/WebCore/platform/graphics/.*TextIterator\.(h|cpp)"
+                        r"|Source/WebCore/platform/graphics/TextRun\.(h|cpp)"
+                        r"|Source/WebCore/platform/graphics/WidthIterator\.(h|cpp)"
+                        r"|Source/WebCore/platform/text/BidiResolver.h",
+        },
     },
     "CC_RULES": {
         # Note: All email addresses listed must be registered with bugzilla.
@@ -326,6 +348,7 @@
         "HTML": [ "esprehn+aut...@chromium.org", "gyuyoung....@webkit.org" ],
         "IndexedDB": [ "alecfl...@chromium.org", "jsb...@chromium.org" ],
         "Loader": [ "jap...@chromium.org" ],
+        "MacAndIOSTextLayoutAndRendering": [ "mmaxfi...@apple.com" ],
         "MathML": [ "dbar...@mathscribe.com", "mrobin...@webkit.org", "fred.w...@free.fr" ],
         "Media": [ "eric.carl...@apple.com", "jer.no...@apple.com", "gl...@skynav.com", "phil...@opera.com", "sergio.corr...@openbossa.org" ],
         "MSEEME": [ "eric.carl...@apple.com", "calva...@igalia.com" ],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to