[Webkit-unassigned] [Bug 54028] http/tests/media should be served over HTTP (not from local file)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 8 15:45:24 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54028


Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #81706|review?                     |review+
               Flag|                            |




--- Comment #7 from Eric Carlson <eric.carlson at apple.com>  2011-02-08 15:45:24 PST ---
(From update of attachment 81706)
View in context: https://bugs.webkit.org/attachment.cgi?id=81706&action=review

I would definitely babysit the bots when this lands, it may break tests that don't run on the port(s) you tested.

> Tools/Scripts/webkitpy/layout_tests/port/base.py:360
>          # TODO(dpranke): remove the media reference and the SSL reference?
> -        if (port and not relative_path.startswith("local/") and
> -            not relative_path.startswith("media/")):
> +        if (port and not relative_path.startswith("local/")):

Can this TODO be changed now?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list