<?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>26272</bug_id>
          
          <creation_ts>2009-06-09 07:21:18 -0700</creation_ts>
          <short_desc>stop bundling the web inspector files for nightly builds</short_desc>
          <delta_ts>2014-01-13 13:04:01 -0800</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</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</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="Patrick Mueller">pmuellr</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bburg</cc>
    
    <cc>graouts</cc>
    
    <cc>joepeck</cc>
    
    <cc>timothy</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>124937</commentid>
    <comment_count>0</comment_count>
    <who name="Patrick Mueller">pmuellr</who>
    <bug_when>2009-06-09 07:21:18 -0700</bug_when>
    <thetext>I noticed with the Safari 4.0 drop, that the inspector files are not bundled the way that they are in the nightly builds.  ie, there are many small files instead of a singular inspector.js file.  That was true for the Safari 4.0 beta as well; namely, that the inspector files were unbundled instead of bundled.

Not sure what the real advantage to having the files bundled is, for the nightly.  It&apos;s actually a pain in the rear when debugging the debugger.  I&apos;ve resorted to a script which replaces the files in the inspector directory with the relevant unbundled files from a source drop.

I&apos;ll fix the build script to stop bundling (found it at one point), but I thought I&apos;d double check and see if there was some good reason to have the big bundled inspector.js in the nightly builds.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>124977</commentid>
    <comment_count>1</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2009-06-09 11:06:40 -0700</bug_when>
    <thetext>It&apos;s probably more interesting to look in to why they&apos;re not being bundled in that fashion in production builds.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>125336</commentid>
    <comment_count>2</comment_count>
    <who name="Patrick Mueller">pmuellr</who>
    <bug_when>2009-06-11 10:45:45 -0700</bug_when>
    <thetext>It may be more interesting question for Apple developers, sure.  Open up a radar report or whatever.  ;-)

But for WebKit, and nightlies in particular, I&apos;d like to argue to stop bundling.  The downside must be quite small, in shipping unbundled, since that&apos;s what Safari is currently doing.  The upside to shipping unbundled is that it makes developer&apos;s lives much easier.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>127103</commentid>
    <comment_count>3</comment_count>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2009-06-19 21:21:22 -0700</bug_when>
    <thetext>Just as a general observer:
How does unbundled affect load time performance of the inspector?  I don&apos;t know how differently the Inspector is treated other then a regular webpage, or if the file:// URL is treated differently.  Is it possible that WebKit can parallize the unbundled files, or is it like a webpage where many requests slow down initial load times?  These are just questions, it seems to load just as fast in Safari 4 as the WebKit nightly.  Inspecting the inspector in both Safari and WebKit show rather different load times of the different resources so I figured it would be worth pointing out.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>129895</commentid>
    <comment_count>4</comment_count>
    <who name="Timothy Hatcher">timothy</who>
    <bug_when>2009-07-05 22:51:04 -0700</bug_when>
    <thetext>The files were bundles initially to help load time of the Inspector. It was noticable. But it could help debug the nightlies too…</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>133459</commentid>
    <comment_count>5</comment_count>
    <who name="Patrick Mueller">pmuellr</who>
    <bug_when>2009-07-21 07:29:32 -0700</bug_when>
    <thetext>Also see Comment 17 in Bug 26316 for additional issues the bundling is causing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>133479</commentid>
    <comment_count>6</comment_count>
    <who name="Timothy Hatcher">timothy</who>
    <bug_when>2009-07-21 09:14:43 -0700</bug_when>
    <thetext>It is curious why they are not bundled in Productiosn builds. I inteneded to bundle them for Release and Production.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>967075</commentid>
    <comment_count>7</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2014-01-12 15:58:37 -0800</bug_when>
    <thetext>&lt;rdar://problem/15801457&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>967466</commentid>
    <comment_count>8</comment_count>
    <who name="Timothy Hatcher">timothy</who>
    <bug_when>2014-01-13 13:04:01 -0800</bug_when>
    <thetext>I don&apos;t think this is worth doing. We combine resources for performance, and some developers live on the nightly need the Inspector to be fast. Debugging the Inspector via a nightly is not that common.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>