Title: [233109] trunk/Websites/bugs.webkit.org
Revision
233109
Author
[email protected]
Date
2018-06-22 16:32:16 -0700 (Fri, 22 Jun 2018)

Log Message

EWS for security bugs
https://bugs.webkit.org/show_bug.cgi?id=186291
<rdar://problem/40829658>

Rubber-stamped by Lucas Forschler.

Substitute "review" for "r" as the name of the Bugzilla flag to look at to determine
if we should CC the feeder EWS on the associated bug.

* extensions/EWS/Extension.pm:
(isReviewFlag):

Modified Paths

Diff

Modified: trunk/Websites/bugs.webkit.org/ChangeLog (233108 => 233109)


--- trunk/Websites/bugs.webkit.org/ChangeLog	2018-06-22 23:22:21 UTC (rev 233108)
+++ trunk/Websites/bugs.webkit.org/ChangeLog	2018-06-22 23:32:16 UTC (rev 233109)
@@ -1,3 +1,17 @@
+2018-06-22  Daniel Bates  <[email protected]>
+
+        EWS for security bugs
+        https://bugs.webkit.org/show_bug.cgi?id=186291
+        <rdar://problem/40829658>
+
+        Rubber-stamped by Lucas Forschler.
+
+        Substitute "review" for "r" as the name of the Bugzilla flag to look at to determine
+        if we should CC the feeder EWS on the associated bug.
+
+        * extensions/EWS/Extension.pm:
+        (isReviewFlag):
+
 2018-06-19  Daniel Bates  <[email protected]>
 
         EWS for security bugs

Modified: trunk/Websites/bugs.webkit.org/extensions/EWS/Extension.pm (233108 => 233109)


--- trunk/Websites/bugs.webkit.org/extensions/EWS/Extension.pm	2018-06-22 23:22:21 UTC (rev 233108)
+++ trunk/Websites/bugs.webkit.org/extensions/EWS/Extension.pm	2018-06-22 23:32:16 UTC (rev 233109)
@@ -86,7 +86,7 @@
 sub isReviewFlag($)
 {
     my ($mayBeFlag) = @_;
-    return $mayBeFlag->isa("Bugzilla::Flag") && $mayBeFlag->name() eq "r";
+    return $mayBeFlag->isa("Bugzilla::Flag") && $mayBeFlag->name() eq "review";
 }
 
 __PACKAGE__->NAME;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to