<?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>115701</bug_id>
          
          <creation_ts>2013-05-06 20:09:44 -0700</creation_ts>
          <short_desc>Make DOM objects constructible with new</short_desc>
          <delta_ts>2022-08-13 10:39:22 -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>DOM</component>
          <version>528+ (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>BlinkMergeCandidate</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>115639</dependson>
    
    <dependson>115640</dependson>
    
    <dependson>115641</dependson>
    
    <dependson>115642</dependson>
    
    <dependson>115643</dependson>
    
    <dependson>115644</dependson>
    
    <dependson>139173</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryosuke Niwa">rniwa</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>ap</cc>
    
    <cc>arv</cc>
    
    <cc>bfulgham</cc>
    
    <cc>eoconnor</cc>
    
    <cc>glenn</cc>
    
    <cc>mjs</cc>
    
    <cc>rniwa</cc>
    
    <cc>sam</cc>
    
    <cc>syoichi</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>885571</commentid>
    <comment_count>0</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2013-05-06 20:09:44 -0700</bug_when>
    <thetext>We should consider merging
https://chromium.googlesource.com/chromium/blink/+/cdd5a914daf3862379a5ce4596149bd690d0fa08
https://chromium.googlesource.com/chromium/blink/+/06e4a37f6b11348606de5405edac1ada97499d2a
https://chromium.googlesource.com/chromium/blink/+/47ca40efdf58a4787aa33aa75a35778899b1c002
and others to allow constructs like:
new Text(~);
possible per DOM4.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>887338</commentid>
    <comment_count>1</comment_count>
    <who name="Glenn Adams">glenn</who>
    <bug_when>2013-05-10 07:23:27 -0700</bug_when>
    <thetext>Should this be proposed and accepted as an extension to DOM4 [1] first? Otherwise, is this not a vendor specific extension to the DOM?

[1] http://www.w3.org/TR/domcore/#interface-text</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>887354</commentid>
    <comment_count>2</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2013-05-10 08:34:13 -0700</bug_when>
    <thetext>(In reply to comment #1)
&gt; Should this be proposed and accepted as an extension to DOM4 [1] first?

It has been.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>887362</commentid>
    <comment_count>3</comment_count>
    <who name="Glenn Adams">glenn</who>
    <bug_when>2013-05-10 08:43:20 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; (In reply to comment #1)
&gt; &gt; Should this be proposed and accepted as an extension to DOM4 [1] first?
&gt; 
&gt; It has been.

Do you have a reference to the proposal/acceptance thread? It is not in the DOM4 spec I referenced.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>887365</commentid>
    <comment_count>4</comment_count>
    <who name="Erik Arvidsson">arv</who>
    <bug_when>2013-05-10 08:44:27 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; (In reply to comment #2)
&gt; &gt; (In reply to comment #1)
&gt; &gt; &gt; Should this be proposed and accepted as an extension to DOM4 [1] first?
&gt; &gt; 
&gt; &gt; It has been.
&gt; 
&gt; Do you have a reference to the proposal/acceptance thread? It is not in the DOM4 spec I referenced.

http://dom.spec.whatwg.org/#interface-text</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>887372</commentid>
    <comment_count>5</comment_count>
    <who name="Glenn Adams">glenn</who>
    <bug_when>2013-05-10 08:57:59 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; (In reply to comment #3)
&gt; &gt; (In reply to comment #2)
&gt; &gt; &gt; (In reply to comment #1)
&gt; &gt; &gt; &gt; Should this be proposed and accepted as an extension to DOM4 [1] first?
&gt; &gt; &gt; 
&gt; &gt; &gt; It has been.
&gt; &gt; 
&gt; &gt; Do you have a reference to the proposal/acceptance thread? It is not in the DOM4 spec I referenced.
&gt; 
&gt; http://dom.spec.whatwg.org/#interface-text

tnx!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1891108</commentid>
    <comment_count>6</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2022-08-13 06:13:21 -0700</bug_when>
    <thetext>rniwa@webkit.org - All dependent bugs are now fixed, is something needed here?</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>