<?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>51542</bug_id>
          
          <creation_ts>2010-12-23 10:21:42 -0800</creation_ts>
          <short_desc>Web Inspector: Missing Localized Strings</short_desc>
          <delta_ts>2011-01-10 22:23:34 -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 (Deprecated)</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Joseph Pecoraro">joepeck</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>apavlov</cc>
    
    <cc>bweinstein</cc>
    
    <cc>joepeck</cc>
    
    <cc>keishi</cc>
    
    <cc>loislo</cc>
    
    <cc>pfeldman</cc>
    
    <cc>pmuellr</cc>
    
    <cc>rik</cc>
    
    <cc>timothy</cc>
    
    <cc>yurys</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>326139</commentid>
    <comment_count>0</comment_count>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2010-12-23 10:21:42 -0800</bug_when>
    <thetext>As seen on the build bot:
http://build.webkit.org/results/GTK%20Linux%2032-bit%20Release/r74563%20(8973)/inspector/syntax-highlight-html-stderr.txt

• I did not search deeply for other strings.
• I did not search to see if any strings are no longer needed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>326141</commentid>
    <comment_count>1</comment_count>
      <attachid>77343</attachid>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2010-12-23 10:24:27 -0800</bug_when>
    <thetext>Created attachment 77343
[PATCH] Adds the missing strings

Can&apos;t commit queue git delta binary patches.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>326368</commentid>
    <comment_count>2</comment_count>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2010-12-23 16:51:39 -0800</bug_when>
    <thetext>No-one reviewed this and I had some spare time. I did a quick check to verify that
the strings listed in localizedStrings.js are still valid. Here is what I found:

No longer seem to be used:

    &quot;%s (%s transferred)&quot;
    &quot;Enable resource tracking&quot;
    &quot;Enabling resource tracking will reload the page and make page loading slower.&quot;
    &quot;Resource tracking disabled. Click to enable.&quot;
    &quot;Resource tracking enabled. Click to disable.&quot;
    &quot;You need to enable resource tracking to use this panel.&quot;
    &quot;GRAPHS&quot;
    &quot;Prototype&quot;
    &quot;RESOURCES&quot;
    &quot;Recording…&quot;
    &quot;Sort by Duration&quot;
    &quot;Sort by End Time&quot;
    &quot;Sort by Latency&quot;
    &quot;Sort by Response Time&quot;
    &quot;Sort by Size&quot;
    &quot;Sort by Start Time&quot;
    &quot;Sort by Transfer Size&quot;
    &quot;Stop on Attributes Modifications&quot;
    &quot;Stop on Node Removal&quot;
    &quot;Stop on Subtree Modifications&quot;
    &quot;Any Request&quot;
    &quot;Set XHR Breakpoint&quot;
    &quot;Timing.&quot;

Might be used? Its a key in WebInspector.Resource.Type

    &quot;Media&quot;

Used, but is different in Source Code:

    &quot;Assertion failed: &quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>326491</commentid>
    <comment_count>3</comment_count>
    <who name="Yury Semikhatsky">yurys</who>
    <bug_when>2010-12-24 00:28:41 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; No-one reviewed this and I had some spare time. I did a quick check to &gt; Used, but is different in Source Code:
&gt;     &quot;Assertion failed: &quot;

This one must be my fault. I recently changed the code that formats console messages. Will look into it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>326632</commentid>
    <comment_count>4</comment_count>
    <who name="Yury Semikhatsky">yurys</who>
    <bug_when>2010-12-24 09:02:13 -0800</bug_when>
    <thetext>Committed r74635: &lt;http://trac.webkit.org/changeset/74635&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>332158</commentid>
    <comment_count>5</comment_count>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2011-01-10 22:23:34 -0800</bug_when>
    <thetext>Thanks for landing this for me!

I&apos;ll file a new bug with the comment I had about the other localized strings.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>77343</attachid>
            <date>2010-12-23 10:24:27 -0800</date>
            <delta_ts>2010-12-24 00:27:50 -0800</delta_ts>
            <desc>[PATCH] Adds the missing strings</desc>
            <filename>patch.patch</filename>
            <type>text/plain</type>
            <size>1118</size>
            <attacher name="Joseph Pecoraro">joepeck</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1dlYkNvcmUvQ2hhbmdlTG9nIGIvV2ViQ29yZS9DaGFuZ2VMb2cKaW5kZXgg
ZjQ3NjI1NC4uY2ZiM2U5YyAxMDA2NDQKLS0tIGEvV2ViQ29yZS9DaGFuZ2VMb2cKKysrIGIvV2Vi
Q29yZS9DaGFuZ2VMb2cKQEAgLTEsMyArMSwxNSBAQAorMjAxMC0xMi0yMyAgSm9zZXBoIFBlY29y
YXJvICA8am9lcGVja0B3ZWJraXQub3JnPgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAo
T09QUyEpLgorCisgICAgICAgIFdlYiBJbnNwZWN0b3I6IE1pc3NpbmcgTG9jYWxpemVkIFN0cmlu
Z3MKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTUxNTQy
CisKKyAgICAgICAgQWRkZWQgbWlzc2luZyBzdHJpbmdzOiAiV2ViU29ja2V0IiwgICJGcmFtZXMi
LCAiVGV4dCIsICJUcmFuc2ZlciIsCisgICAgICAgICJQcmVzZXJ2ZSBMb2cgdXBvbiBOYXZpZ2F0
aW9uIiwgYW5kICJHbyB0byBMaW5lIi4KKworICAgICAgICAqIEVuZ2xpc2gubHByb2ovbG9jYWxp
emVkU3RyaW5ncy5qczoKKwogMjAxMC0xMi0yMCAgSm9zZXBoIFBlY29yYXJvICA8am9lcGVja0B3
ZWJraXQub3JnPgogCiAgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgpkaWZmIC0t
Z2l0IGEvV2ViQ29yZS9FbmdsaXNoLmxwcm9qL2xvY2FsaXplZFN0cmluZ3MuanMgYi9XZWJDb3Jl
L0VuZ2xpc2gubHByb2ovbG9jYWxpemVkU3RyaW5ncy5qcwppbmRleCBkOTY2NzFhMzdiZDBhZjY1
Yjg4MzVjNmJjYmViMTEyODVkYjg4MTNkLi5kOTMwNDYwODM2NzUwYThjY2NiMzc4YWEwMTMwNDIy
OTUyMTNiZGRkIDEwMDY0NApHSVQgYmluYXJ5IHBhdGNoCmRlbHRhIDMyNAp6Y21iUVhmY2VmNjxf
I2hqQ2hON1Q9IVA/LUc5KW5zR3ZxVFFHaF9xVkJAOVhvdT96fGZ3bV9gSmZGP1YrdXwtJGoKempp
SERra3Mla1R3aXJiJVJEQU5wSmJsUiFwbGspMlN6c31jM0Y7d1c2WV94aSh9MyFWUCl0RlJvNGx9
OGV7dz8oCnppemRoPmtoKEc7c2xlYV5iWmFgMEVAZGJIdmhzaXxLY0lXYzclfn5zQ3ZUSnkqOWAh
d0J3b2pRUzx9Zm1lbXJfVQphSz5jfEBlYU9DZDJiISt7XmFZNFMkWGhkVEYjckhoTT93ayEKCmRl
bHRhIDEyClRjbWNiIWduOE5tPF8jaGpuNzl9S0Jma1YpCgo=
</data>
<flag name="review"
          id="68441"
          type_id="1"
          status="+"
          setter="yurys"
    />
    <flag name="commit-queue"
          id="68442"
          type_id="3"
          status="-"
          setter="joepeck"
    />
          </attachment>
      

    </bug>

</bugzilla>