<?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>14354</bug_id>
          
          <creation_ts>2007-06-23 23:36:27 -0700</creation_ts>
          <short_desc>Inspector should support the Firebug Console API</short_desc>
          <delta_ts>2008-09-27 15:20:47 -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>Web Inspector (Deprecated)</component>
          <version>523.x (Safari 3)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://getfirebug.com/console.html</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>14263</dependson>
    
    <dependson>14953</dependson>
    
    <dependson>17227</dependson>
    
    <dependson>17228</dependson>
    
    <dependson>17234</dependson>
    
    <dependson>19134</dependson>
    
    <dependson>19153</dependson>
    
    <dependson>19154</dependson>
    
    <dependson>19155</dependson>
    
    <dependson>19156</dependson>
    
    <dependson>19157</dependson>
    
    <dependson>19158</dependson>
    
    <dependson>19159</dependson>
    
    <dependson>19160</dependson>
          <blocked>17775</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Adam Roben (:aroben)">aroben</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ddkilzer</cc>
    
    <cc>dev+webkit</cc>
    
    <cc>sam</cc>
    
    <cc>timothy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>6504</commentid>
    <comment_count>0</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2007-06-23 23:36:27 -0700</bug_when>
    <thetext>The Inspector&apos;s Console should support the Firebug Console API (http://getfirebug.com/console.html).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2478</commentid>
    <comment_count>1</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-08-12 15:25:45 -0700</bug_when>
    <thetext>&lt;rdar://problem/5018042&gt;

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2479</commentid>
    <comment_count>2</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-08-12 15:29:12 -0700</bug_when>
    <thetext>Once WebCore has an implementation, it will be automatically available in the Inspector.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2486</commentid>
    <comment_count>3</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-08-12 16:22:54 -0700</bug_when>
    <thetext>Reverting bug to its original intent.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>68613</commentid>
    <comment_count>4</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2008-01-29 10:58:37 -0800</bug_when>
    <thetext>&lt;rdar://problem/5712814&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73240</commentid>
    <comment_count>5</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2008-03-10 13:51:49 -0700</bug_when>
    <thetext>Currently (as of r30941), our console support is as follows:

console.error, console.info, console.warn, and console.log exist, but each takes a single string parameter (as opposed to Firebug&apos;s format string + objects parameter list).

You can see our window.console object&apos;s IDL at http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/page/Console.idl</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73266</commentid>
    <comment_count>6</comment_count>
    <who name="Sam Weinig">sam</who>
    <bug_when>2008-03-10 17:51:12 -0700</bug_when>
    <thetext>I&apos;ll take this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73267</commentid>
    <comment_count>7</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2008-03-10 18:14:37 -0700</bug_when>
    <thetext>I think it would be good to treat this as an umbrella bug and file sub-bugs about specific methods that are unsupported or specific differences between the behavior of our methods and Firebug&apos;s.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>81354</commentid>
    <comment_count>8</comment_count>
    <who name="Kevin McCullough">kmccullough</who>
    <bug_when>2008-05-23 16:29:48 -0700</bug_when>
    <thetext>console.profile() and console.profileEnd()</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93086</commentid>
    <comment_count>9</comment_count>
    <who name="Timothy Hatcher">timothy</who>
    <bug_when>2008-09-27 15:20:47 -0700</bug_when>
    <thetext>With the hard work of Keishi Hattori, we now support the entire console API. Closing this now!</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>