<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>155084</bug_id>
          
          <creation_ts>2016-03-05 20:50:54 -0800</creation_ts>
          <short_desc>Create a DOMHTMLVideoElement when wrapping &lt;video&gt; elements</short_desc>
          <delta_ts>2016-03-18 08:42:30 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Tim Horton">thorton</reporter>
          <assigned_to name="Tim Horton">thorton</assigned_to>
          <cc>achristensen</cc>
    
    <cc>andersca</cc>
    
    <cc>mitz</cc>
    
    <cc>ossy</cc>
    
    <cc>sam</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1171377</commentid>
    <comment_count>0</comment_count>
    <who name="Tim Horton">thorton</who>
    <bug_when>2016-03-05 20:50:54 -0800</bug_when>
    <thetext>Create a DOMHTMLVideoElement when wrapping &lt;video&gt; elements</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1171378</commentid>
    <comment_count>1</comment_count>
      <attachid>273124</attachid>
    <who name="Tim Horton">thorton</who>
    <bug_when>2016-03-05 20:51:26 -0800</bug_when>
    <thetext>Created attachment 273124
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1171379</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2016-03-05 20:53:01 -0800</bug_when>
    <thetext>&lt;rdar://problem/24997193&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1171380</commentid>
    <comment_count>3</comment_count>
      <attachid>273124</attachid>
    <who name="">mitz</who>
    <bug_when>2016-03-05 20:53:19 -0800</bug_when>
    <thetext>Comment on attachment 273124
Patch

This seems API-testable</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1171381</commentid>
    <comment_count>4</comment_count>
    <who name="Tim Horton">thorton</who>
    <bug_when>2016-03-05 20:55:17 -0800</bug_when>
    <thetext>Sure, I suppose it is.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1171382</commentid>
    <comment_count>5</comment_count>
    <who name="Tim Horton">thorton</who>
    <bug_when>2016-03-05 21:02:55 -0800</bug_when>
    <thetext>http://trac.webkit.org/changeset/197633</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1171723</commentid>
    <comment_count>6</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-03-07 13:33:56 -0800</bug_when>
    <thetext>(In reply to comment #5)
&gt; http://trac.webkit.org/changeset/197633

It broke the Apple Mac cmake build:

/Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebCore/bindings/objc/DOM.mm:36:9: fatal error: &apos;DOMHTMLVideoElement.h&apos; file not found
#import &quot;DOMHTMLVideoElement.h&quot;
        ^</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1172817</commentid>
    <comment_count>7</comment_count>
    <who name="Alex Christensen">achristensen</who>
    <bug_when>2016-03-09 15:33:49 -0800</bug_when>
    <thetext>r197892 should fix that.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1173109</commentid>
    <comment_count>8</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-03-10 09:03:56 -0800</bug_when>
    <thetext>(In reply to comment #7)
&gt; r197892 should fix that.

No, it didn&apos;t fix.

/Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebCore/bindings/objc/DOM.mm:59:9: fatal error: &apos;DOMHTMLVideoElement.h&apos; file not found
#import &quot;DOMHTMLVideoElement.h&quot;
        ^
1 error generated.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1176104</commentid>
    <comment_count>9</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-03-18 00:55:01 -0700</bug_when>
    <thetext>(In reply to comment #8)
&gt; (In reply to comment #7)
&gt; &gt; r197892 should fix that.
&gt; 
&gt; No, it didn&apos;t fix.
&gt; 
&gt; /Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebCore/bindings/objc/
&gt; DOM.mm:59:9: fatal error: &apos;DOMHTMLVideoElement.h&apos; file not found
&gt; #import &quot;DOMHTMLVideoElement.h&quot;
&gt;         ^
&gt; 1 error generated.

Still broken due to this error.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1176154</commentid>
    <comment_count>10</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-03-18 06:47:57 -0700</bug_when>
    <thetext>one more fix landed in http://trac.webkit.org/changeset/198397,
but the build is still broken:

In file included from /Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebCore/bindings/objc/DOM.mm:59:
/Volumes/Data/slave/elcapitan-cmake-debug/build/WebKitBuild/Debug/DerivedSources/WebCore/DOMHTMLVideoElement.h:27:9: fatal error: &apos;WebCore/DOMHTMLMediaElement.h&apos; file not found
#import &lt;WebCore/DOMHTMLMediaElement.h&gt;
        ^
1 error generated.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1176167</commentid>
    <comment_count>11</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-03-18 08:06:01 -0700</bug_when>
    <thetext>(In reply to comment #10)
&gt; one more fix landed in http://trac.webkit.org/changeset/198397,
&gt; but the build is still broken:
&gt; 
&gt; In file included from
&gt; /Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebCore/bindings/objc/
&gt; DOM.mm:59:
&gt; /Volumes/Data/slave/elcapitan-cmake-debug/build/WebKitBuild/Debug/
&gt; DerivedSources/WebCore/DOMHTMLVideoElement.h:27:9: fatal error:
&gt; &apos;WebCore/DOMHTMLMediaElement.h&apos; file not found
&gt; #import &lt;WebCore/DOMHTMLMediaElement.h&gt;
&gt;         ^
&gt; 1 error generated.

More fixes landed in
- http://trac.webkit.org/changeset/198398
- http://trac.webkit.org/changeset/198400
but the build is still broken ...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1176172</commentid>
    <comment_count>12</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-03-18 08:42:30 -0700</bug_when>
    <thetext>more fixes landed:
- http://trac.webkit.org/changeset/198401
- http://trac.webkit.org/changeset/198402
- http://trac.webkit.org/changeset/198405</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>273124</attachid>
            <date>2016-03-05 20:51:26 -0800</date>
            <delta_ts>2016-03-05 20:53:19 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-155084-20160305205112.patch</filename>
            <type>text/plain</type>
            <size>1684</size>
            <attacher name="Tim Horton">thorton</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTk3NjE2CmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViQ29yZS9D
aGFuZ2VMb2cgYi9Tb3VyY2UvV2ViQ29yZS9DaGFuZ2VMb2cKaW5kZXggZmQxZjZlYjkxMmI0NDVi
YjZkYzIzOTYxMzFjYjlkMzdiYzQ2ODM2MC4uZjk1MDViNDJjNWY3OTY2NGRjMDUzZGRlMGZlMDY3
ZmYzMGNmMDkyOCAxMDA2NDQKLS0tIGEvU291cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCisrKyBiL1Nv
dXJjZS9XZWJDb3JlL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE0IEBACisyMDE2LTAzLTA1ICBUaW0g
SG9ydG9uICA8dGltb3RoeV9ob3J0b25AYXBwbGUuY29tPgorCisgICAgICAgIENyZWF0ZSBhIERP
TUhUTUxWaWRlb0VsZW1lbnQgd2hlbiB3cmFwcGluZyA8dmlkZW8+IGVsZW1lbnRzCisgICAgICAg
IGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0xNTUwODQKKworICAgICAg
ICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICAqIGJpbmRpbmdzL29iamMv
RE9NLm1tOgorICAgICAgICAoV2ViQ29yZTo6Y3JlYXRlRWxlbWVudENsYXNzTWFwKToKKyAgICAg
ICAgQWRkIDx2aWRlbz4gdG8gdGhlIG1hcHBpbmcuCisKIDIwMTYtMDMtMDUgIEpvYW5tYXJpZSBE
aWdncyAgPGpkaWdnc0BpZ2FsaWEuY29tPgogCiAgICAgICAgIEFYOiBJbXBsZW1lbnQgbWlzc2lu
Zy9kaWZmZXJlbnQgYWNjZXNzaWJpbGl0eSBBUEkgbWFwcGluZ3MgZm9yIFNWRwpkaWZmIC0tZ2l0
IGEvU291cmNlL1dlYkNvcmUvYmluZGluZ3Mvb2JqYy9ET00ubW0gYi9Tb3VyY2UvV2ViQ29yZS9i
aW5kaW5ncy9vYmpjL0RPTS5tbQppbmRleCA2ODZkZTc1YTU1ZjZlNGUyMmNkYjIxN2JjNTYwM2Jm
M2FjOWZiMjJmLi40N2ZhZDZkOWM3YWEyNjFmNjk5YTI1ZjI2Y2M4MDFiNGVhZWU3ZjBlIDEwMDY0
NAotLS0gYS9Tb3VyY2UvV2ViQ29yZS9iaW5kaW5ncy9vYmpjL0RPTS5tbQorKysgYi9Tb3VyY2Uv
V2ViQ29yZS9iaW5kaW5ncy9vYmpjL0RPTS5tbQpAQCAtMzMsNiArMzMsNyBAQAogI2ltcG9ydCAi
RE9NRWxlbWVudEludGVybmFsLmgiCiAjaW1wb3J0ICJET01IVE1MQ2FudmFzRWxlbWVudC5oIgog
I2ltcG9ydCAiRE9NSFRNTFRhYmxlQ2VsbEVsZW1lbnRJbnRlcm5hbC5oIgorI2ltcG9ydCAiRE9N
SFRNTFZpZGVvRWxlbWVudC5oIgogI2ltcG9ydCAiRE9NTm9kZUludGVybmFsLmgiCiAjaW1wb3J0
ICJET01Qcml2YXRlLmgiCiAjaW1wb3J0ICJET01SYW5nZUludGVybmFsLmgiCkBAIC0xNjMsNiAr
MTY0LDkgQEAgc3RhdGljIHZvaWQgY3JlYXRlRWxlbWVudENsYXNzTWFwKCkKICAgICBhZGRFbGVt
ZW50Q2xhc3MoSFRNTE5hbWVzOjp0aXRsZVRhZywgW0RPTUhUTUxUaXRsZUVsZW1lbnQgY2xhc3Nd
KTsKICAgICBhZGRFbGVtZW50Q2xhc3MoSFRNTE5hbWVzOjp0clRhZywgW0RPTUhUTUxUYWJsZVJv
d0VsZW1lbnQgY2xhc3NdKTsKICAgICBhZGRFbGVtZW50Q2xhc3MoSFRNTE5hbWVzOjp1bFRhZywg
W0RPTUhUTUxVTGlzdEVsZW1lbnQgY2xhc3NdKTsKKyNpZiBFTkFCTEUoVklERU8pCisgICAgYWRk
RWxlbWVudENsYXNzKEhUTUxOYW1lczo6dmlkZW9UYWcsIFtET01IVE1MVmlkZW9FbGVtZW50IGNs
YXNzXSk7CisjZW5kaWYKICAgICBhZGRFbGVtZW50Q2xhc3MoSFRNTE5hbWVzOjp4bXBUYWcsIFtE
T01IVE1MUHJlRWxlbWVudCBjbGFzc10pOwogfQogCg==
</data>
<flag name="review"
          id="297730"
          type_id="1"
          status="+"
          setter="mitz"
    />
          </attachment>
      

    </bug>

</bugzilla>