⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 181532 in webkit


Ignore:
Timestamp:
Mar 16, 2015, 3:00:59 AM (11 years ago)
Author:
calvaris@igalia.com
Message:

Created Streams API watchlist
https://bugs.webkit.org/show_bug.cgi?id=142684

Reviewed by Benjamin Poulain.

  • Scripts/webkitpy/common/config/watchlist: Created StreamsAPI

watchlist and added Benjamin, Youenn and me to it.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r181525 r181532  
     12015-03-16  Xabier Rodriguez Calvar  <calvaris@igalia.com>
     2
     3        Created Streams API watchlist
     4        https://bugs.webkit.org/show_bug.cgi?id=142684
     5
     6        Reviewed by Benjamin Poulain.
     7
     8        * Scripts/webkitpy/common/config/watchlist: Created StreamsAPI
     9        watchlist and added Benjamin, Youenn and me to it.
     10
    1112015-03-15  Benjamin Poulain  <benjamin@webkit.org>
    212
  • trunk/Tools/Scripts/webkitpy/common/config/watchlist

    r174760 r181532  
    295295                        r"|LayoutTests/media/encrypted-media/"
    296296                        r"|LayoutTests/media/media-source/",
     297        },
     298        "StreamsAPI": {
     299            "filename": r"Source/WebCore/Modules/streams/"
     300                        r"|Source/WebCore/bindings/js/ReadableStreamJSSource\.(h|cpp)"
     301                        r"|Source/WebCore/bindings/js/JSReadableStreamCustom.cpp"
     302                        r"|LayoutTests/streams/",
    297303        },
    298304        "MacAndIOSTextLayoutAndRendering": {
     
    360366        "Media": [ "eric.carlson@apple.com", "jer.noble@apple.com", "glenn@skynav.com", "philipj@opera.com", "sergio.correia@openbossa.org" ],
    361367        "MSEEME": [ "eric.carlson@apple.com", "calvaris@igalia.com" ],
     368        "StreamsAPI": [ "benjamin@webkit.org", "calvaris@igalia.com", "youennf@gmail.com" ],
    362369        "Track": [ "eric.carlson@apple.com", "philipj@opera.com", "calvaris@igalia.com" ],
    363370        "MediaStream": [ "tommyw@google.com", "hta@google.com", "sergio.correia@openbossa.org" ],
Note: See TracChangeset for help on using the changeset viewer.