Firebug 1.10b3 发布

jopen 12年前
   <p><strong>Firebug 1.10b3</strong> 修复了 <a href="http://code.google.com/p/fbug/issues/list?can=1&q=label%3Afixed-1.10-b3&colspec=ID+Type+Status+Owner+Test+Summary+Reporter&cells=tiles">10 issues</a>.</p>    <p>同时该版本还包含一些值得关注的改进:</p>    <h4>Net Panel: 来自 Back-forward 缓存的请求</h4>    <p>Visual design of HTTP responses coming from <a href="/misc/goto?guid=4958347188843579801">BFCache</a> has been changed and so, it should be easier to distinguish these special requests from other requests (<a href="/misc/goto?guid=4958347189728119946">Issue 3757</a>).</p>    <p>首先,让我们看来只标准浏览器缓存的请求</p>    <p><img class="aligncenter size-full wp-image-1705" title="request-from-cache" alt="Firebug 1.10b3 发布" src="https://simg.open-open.com/show/e073f644d44e4c846ea557f4785c9adb.png" width="520" height="296" /></p>    <ul>     <li>来只浏览器缓存的请求显示是灰色的,状态是 <em>304 Not Modified</em>.</li>     <li>上图中显示了8个请求来自浏览器缓存</li>    </ul>    <p>再来看看来自 BFCache (specific for Firefox browser) 的请求显示</p>    <p><img class="aligncenter size-full wp-image-1715" title="request-from-bfcache" alt="Firebug 1.10b3 发布" src="https://simg.open-open.com/show/f75d993ab2e9bed90db110fc02ef913c.png" width="520" height="296" /></p>    <ul>     <li>来自 BFCache 的请求同样是灰色的,不过包含了马赛克的背景效果</li>     <li>状态列显示为 <em>200 OK (BFCache)</em></li>     <li>上图显示 8 个请求来只 BFCache</li>     <li>注意远程 IP 列显示为空,因为没有发起与服务器端真正的通讯</li>    </ul>    <p>为了显示来自 BFCache 的请求,你必须在网络面板的选项菜单中启用 <em>Show BFCache Responses</em></p>    <h4>命令行: help</h4>    <p>help 是 Firebug 新增的命令 (<a href="/misc/goto?guid=4958347190895819355">Issue 5142</a>).</p>    <p>如果你想学习 Firebug 所有的命令行 API,你可以输入 help 来获取所有命令的描述:</p>    <p><img class="aligncenter size-full wp-image-1707" title="help-command" alt="Firebug 1.10b3 发布" src="https://simg.open-open.com/show/2655bea18e0c71b146c92cc171f22873.png" width="520" height="387" /></p>    <p>Every command name (green color) is a link that navigates you to Firebug wiki for more information about the specific command.</p>