[Webkit-unassigned] [Bug 34003] [GTK] Pass cookies to GStreamer
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 28 15:08:35 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34003
Eric Carlson <eric.carlson at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #47624|review? |review+
Flag| |
--- Comment #31 from Eric Carlson <eric.carlson at apple.com> 2010-01-28 15:08:34 PST ---
(From update of attachment 47624)
> diff --git a/LayoutTests/http/tests/media/resources/video-cookie-check-cookie.html b/LayoutTests/http/tests/media/resources/video-cookie-check-cookie.html
This file isn't used any more.
> +++ b/LayoutTests/http/tests/media/resources/video-cookie-check-cookie.php
> @@ -0,0 +1,23 @@
> +<?php
> + if($_COOKIE["TEST"])
> + {
Three space tabs?
> diff --git a/LayoutTests/http/tests/media/video-cookie.html b/LayoutTests/http/tests/media/video-cookie.html
> new file mode 100644
> index 0000000..e02b72e
> --- /dev/null
> +++ b/LayoutTests/http/tests/media/video-cookie.html
> +<html>
> +<body onload="loadCookie()">
> +<video id="video"></video>
> +<script src=../../../media/media-file.js></script>
I would prefer to see the <script> elements in the <head> because they are
triggered by the 'load' event.
> diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
> index 7168d3e..065f7b8 100644
> --- a/WebCore/ChangeLog
> +++ b/WebCore/ChangeLog
> @@ -1,3 +1,18 @@
> +2010-01-25 Sebastian Dröge <sebastian.droege at collabora.co.uk>
"Dröge" - need to save as UTF8?
> 2010-01-22 Sebastian Dröge <sebastian.droege at collabora.co.uk>
Here too.
This new test didn't work on the Mac the last time I looked, and I won't be
able to look at it today, so why don't you add it to the skipped list and write
a bug, assigned to me, to figure out why and fix it.
r=me with these changes.
--
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