[Webkit-unassigned] [Bug 117667] Expose a getMediaType method in WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 18 14:44:27 PDT 2013


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


Brady Eidson <beidson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |




--- Comment #21 from Brady Eidson <beidson at apple.com>  2013-06-18 14:43:05 PST ---
(In reply to comment #19)
> (From update of attachment 204934 [details])
> Attachment 204934 [details] did not pass efl-wk2-ews (efl-wk2):
> Output: http://webkit-queues.appspot.com/results/948047

This build failure is bizarre.  It's in WebKitTestRunner and TestWebKitAPI with regards to WKAPICast.h.

In those failures, WKAPICast.h includes other WK2 internal headers.  For the other ~6 it includes, they are found without issue.  For the newly added header, it is not found.

There's no build system file we can find that includes those other headers.  It doesn't seem like we missed a build system.

Our only theory is that EFL copies all the Shared/ headers (and therefore gets those other ones) but doesn't copy the InjectedBundle/ headers.

If that's what's going on, that's a failure with the EFL build system, as this new header is in the right place.

-- 
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