<?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>91079</bug_id>
          
          <creation_ts>2012-07-12 05:38:19 -0700</creation_ts>
          <short_desc>REGRESSION (r120361) It broke the build within Xcode.</short_desc>
          <delta_ts>2012-09-21 16:18:24 -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>WebCore Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.7</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>Major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Alexis Menard (darktears)">menard</reporter>
          <assigned_to name="Alexis Menard (darktears)">menard</assigned_to>
          <cc>ap</cc>
    
    <cc>mitz</cc>
    
    <cc>mjs</cc>
    
    <cc>sam</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>667671</commentid>
    <comment_count>0</comment_count>
    <who name="Alexis Menard (darktears)">menard</who>
    <bug_when>2012-07-12 05:38:19 -0700</bug_when>
    <thetext>When launching the build of WebKit within Xcode (after opening the WebKit workspace) it fails to generate properly the files from the IDL.

I have this error :

&quot;Shell Script Invocation error : SupplementalDependencies.dep : No such file or directory&quot; when generating the Derived Sources.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>669840</commentid>
    <comment_count>1</comment_count>
    <who name="">mitz</who>
    <bug_when>2012-07-14 09:36:34 -0700</bug_when>
    <thetext>(In reply to comment #0)
&gt; When launching the build of WebKit within Xcode (after opening the WebKit workspace) it fails to generate properly the files from the IDL.
&gt; 
&gt; I have this error :
&gt; 
&gt; &quot;Shell Script Invocation error : SupplementalDependencies.dep : No such file or directory&quot; when generating the Derived Sources.

make emits this error, then continues to make the file and includes it. My version of Xcode reports the message, then after make finishes shows this message
    Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure
then continues building.

Which version of Xcode are you using?
Which scheme are you building in Xcode?
If you change this line in WebCore/DerivedSource.make
    include $(SUPPLEMENTAL_MAKEFILE_DEPS)
to say
    -include $(SUPPLEMENTAL_MAKEFILE_DEPS)
(prepending a hyphen), are you able to build successfully?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>671277</commentid>
    <comment_count>2</comment_count>
      <attachid>152763</attachid>
    <who name="Alexis Menard (darktears)">menard</who>
    <bug_when>2012-07-17 07:55:55 -0700</bug_when>
    <thetext>Created attachment 152763
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>671279</commentid>
    <comment_count>3</comment_count>
    <who name="Alexis Menard (darktears)">menard</who>
    <bug_when>2012-07-17 07:57:11 -0700</bug_when>
    <thetext>(In reply to comment #1)
&gt; (In reply to comment #0)
&gt; &gt; When launching the build of WebKit within Xcode (after opening the WebKit workspace) it fails to generate properly the files from the IDL.
&gt; &gt; 
&gt; &gt; I have this error :
&gt; &gt; 
&gt; &gt; &quot;Shell Script Invocation error : SupplementalDependencies.dep : No such file or directory&quot; when generating the Derived Sources.
&gt; 
&gt; make emits this error, then continues to make the file and includes it. My version of Xcode reports the message, then after make finishes shows this message
&gt;     Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure
&gt; then continues building.
&gt; 
&gt; Which version of Xcode are you using?

Xcode 4.3.2 from the Mac App store.

&gt; Which scheme are you building in Xcode?

All Source in Release for example.

&gt; If you change this line in WebCore/DerivedSource.make
&gt;     include $(SUPPLEMENTAL_MAKEFILE_DEPS)
&gt; to say
&gt;     -include $(SUPPLEMENTAL_MAKEFILE_DEPS)
&gt; (prepending a hyphen), are you able to build successfully?

Yes.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>671959</commentid>
    <comment_count>4</comment_count>
      <attachid>152763</attachid>
    <who name="">mitz</who>
    <bug_when>2012-07-17 21:48:04 -0700</bug_when>
    <thetext>Comment on attachment 152763
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=152763&amp;action=review

Once you hit the error, if you build again, do you hit it again, or is the file still missing?

&gt; Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in:77
&gt; +(if (defined? &apos;extension-class&apos;)

This unrelated and seemingly incorrect.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>672245</commentid>
    <comment_count>5</comment_count>
    <who name="Alexis Menard (darktears)">menard</who>
    <bug_when>2012-07-18 04:42:51 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; (From update of attachment 152763 [details])
&gt; View in context: https://bugs.webkit.org/attachment.cgi?id=152763&amp;action=review
&gt; 
&gt; Once you hit the error, if you build again, do you hit it again, or is the file still missing?
&gt; 

Still missing.

&gt; &gt; Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in:77
&gt; &gt; +(if (defined? &apos;extension-class&apos;)
&gt; 
&gt; This unrelated and seemingly incorrect.

True it is unrelated. I&apos;m not familiar with the code/format there. What is incorrect?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>672389</commentid>
    <comment_count>6</comment_count>
    <who name="">mitz</who>
    <bug_when>2012-07-18 08:11:47 -0700</bug_when>
    <thetext>(In reply to comment #5)
&gt; (In reply to comment #4)
&gt; &gt; (From update of attachment 152763 [details] [details])
&gt; &gt; View in context: https://bugs.webkit.org/attachment.cgi?id=152763&amp;action=review
&gt; &gt; 
&gt; &gt; Once you hit the error, if you build again, do you hit it again, or is the file still missing?
&gt; &gt; 
&gt; 
&gt; Still missing.

In that case, the proposed patch is merely papering over the problem.  Can you attach your full build log up to the error so that maybe someone can identify the issue?


&gt; 
&gt; &gt; &gt; Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in:77
&gt; &gt; &gt; +(if (defined? &apos;extension-class&apos;)
&gt; &gt; 
&gt; &gt; This unrelated and seemingly incorrect.
&gt; 
&gt; True it is unrelated. I&apos;m not familiar with the code/format there. What is incorrect?

The scheme literal syntax is a single &apos; prefix. I think the trailing &apos; would become part of the literal, thus referring to a different object.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>672435</commentid>
    <comment_count>7</comment_count>
    <who name="Alexis Menard (darktears)">menard</who>
    <bug_when>2012-07-18 09:34:43 -0700</bug_when>
    <thetext>(In reply to comment #6)
&gt; (In reply to comment #5)
&gt; &gt; (In reply to comment #4)
&gt; &gt; &gt; (From update of attachment 152763 [details] [details] [details])
&gt; &gt; &gt; View in context: https://bugs.webkit.org/attachment.cgi?id=152763&amp;action=review
&gt; &gt; &gt; 
&gt; &gt; &gt; Once you hit the error, if you build again, do you hit it again, or is the file still missing?
&gt; &gt; &gt; 
&gt; &gt; 
&gt; &gt; Still missing.
&gt; 
&gt; In that case, the proposed patch is merely papering over the problem.  Can you attach your full build log up to the error so that maybe someone can identify the issue?

http://pastebin.com/sRpfuJuh

I hope that will help.

&gt; 
&gt; 
&gt; &gt; 
&gt; &gt; &gt; &gt; Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in:77
&gt; &gt; &gt; &gt; +(if (defined? &apos;extension-class&apos;)
&gt; &gt; &gt; 
&gt; &gt; &gt; This unrelated and seemingly incorrect.
&gt; &gt; 
&gt; &gt; True it is unrelated. I&apos;m not familiar with the code/format there. What is incorrect?
&gt; 
&gt; The scheme literal syntax is a single &apos; prefix. I think the trailing &apos; would become part of the literal, thus referring to a different object.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>672439</commentid>
    <comment_count>8</comment_count>
    <who name="Alexis Menard (darktears)">menard</who>
    <bug_when>2012-07-18 09:38:17 -0700</bug_when>
    <thetext>(In reply to comment #5)
&gt; (In reply to comment #4)
&gt; &gt; (From update of attachment 152763 [details] [details])
&gt; &gt; View in context: https://bugs.webkit.org/attachment.cgi?id=152763&amp;action=review
&gt; &gt; 
&gt; &gt; Once you hit the error, if you build again, do you hit it again, or is the file still missing?
&gt; &gt; 
&gt; 
&gt; Still missing.

Sorry I take back what I said. It doesn&apos;t display the error anymore.

&gt; 
&gt; &gt; &gt; Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in:77
&gt; &gt; &gt; +(if (defined? &apos;extension-class&apos;)
&gt; &gt; 
&gt; &gt; This unrelated and seemingly incorrect.
&gt; 
&gt; True it is unrelated. I&apos;m not familiar with the code/format there. What is incorrect?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>673024</commentid>
    <comment_count>9</comment_count>
    <who name="Alexis Menard (darktears)">menard</who>
    <bug_when>2012-07-18 17:40:41 -0700</bug_when>
    <thetext>(In reply to comment #8)
&gt; (In reply to comment #5)
&gt; &gt; (In reply to comment #4)
&gt; &gt; &gt; (From update of attachment 152763 [details] [details] [details])
&gt; &gt; &gt; View in context: https://bugs.webkit.org/attachment.cgi?id=152763&amp;action=review
&gt; &gt; &gt; 
&gt; &gt; &gt; Once you hit the error, if you build again, do you hit it again, or is the file still missing?
&gt; &gt; &gt; 
&gt; &gt; 
&gt; &gt; Still missing.
&gt; 
&gt; Sorry I take back what I said. It doesn&apos;t display the error anymore.

So it&apos;s only the first time that it happens.

&gt; 
&gt; &gt; 
&gt; &gt; &gt; &gt; Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in:77
&gt; &gt; &gt; &gt; +(if (defined? &apos;extension-class&apos;)
&gt; &gt; &gt; 
&gt; &gt; &gt; This unrelated and seemingly incorrect.
&gt; &gt; 
&gt; &gt; True it is unrelated. I&apos;m not familiar with the code/format there. What is incorrect?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>725835</commentid>
    <comment_count>10</comment_count>
      <attachid>165194</attachid>
    <who name="Sam Weinig">sam</who>
    <bug_when>2012-09-21 14:48:40 -0700</bug_when>
    <thetext>Created attachment 165194
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>725919</commentid>
    <comment_count>11</comment_count>
      <attachid>165219</attachid>
    <who name="Sam Weinig">sam</who>
    <bug_when>2012-09-21 16:02:07 -0700</bug_when>
    <thetext>Created attachment 165219
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>725942</commentid>
    <comment_count>12</comment_count>
    <who name="Sam Weinig">sam</who>
    <bug_when>2012-09-21 16:18:24 -0700</bug_when>
    <thetext>Committed r129269: &lt;http://trac.webkit.org/changeset/129269&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>152763</attachid>
            <date>2012-07-17 07:55:55 -0700</date>
            <delta_ts>2012-09-21 14:48:38 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-91079-20120717115553.patch</filename>
            <type>text/plain</type>
            <size>2933</size>
            <attacher name="Alexis Menard (darktears)">menard</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTIyODM1CmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViQ29yZS9D
aGFuZ2VMb2cgYi9Tb3VyY2UvV2ViQ29yZS9DaGFuZ2VMb2cKaW5kZXggYjk4NjU4YjI5M2Y4MjJj
MWNjYzQ4ZGIzMDU4MTg1NGVmNzU5YzE2My4uZmEwYjM3NTQzZWM1ZGE5MWE3MDFmZDI0MWVjNWRl
MzcwMGRiYWVlYyAxMDA2NDQKLS0tIGEvU291cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCisrKyBiL1Nv
dXJjZS9XZWJDb3JlL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE3IEBACisyMDEyLTA3LTE3ICBBbGV4
aXMgTWVuYXJkICA8YWxleGlzLm1lbmFyZEBvcGVuYm9zc2Eub3JnPgorCisgICAgICAgIFJFR1JF
U1NJT04gKHIxMjAzNjEpIEl0IGJyb2tlIHRoZSBidWlsZCB3aXRoaW4gWGNvZGUuCisgICAgICAg
IGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD05MTA3OQorCisgICAgICAg
IFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgIEJ1aWxkIGZpeCB3aGVuIGxh
dW5jaGluZyB0aGUgYnVpbGQgaW5zaWRlIFhjb2RlLiAtaW5jbHVkZQorICAgICAgICB3aWxsIGln
bm9yZSB0aGUgZmlsZXMgaWYgdGhleSBkb24ndCBleGlzdCBvciBjYW4ndCBiZSByZW1hZGUuCisK
KyAgICAgICAgTm8gbmV3IHRlc3RzOiBidWlsZCBmaXggb25seS4KKworICAgICAgICAqIERlcml2
ZWRTb3VyY2VzLm1ha2U6CisKIDIwMTItMDctMTcgIEdhYm9yIEJhbGxhYmFzICA8Z2Fib3JiQGlu
Zi51LXN6ZWdlZC5odT4KIAogICAgICAgICBbUXRdW1Y4XSBSZW1vdmUgdGhlIFY4IHJlbGF0ZWQg
Y29kZXBhdGhzIGFuZCBjb25maWd1cmF0aW9uCmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViS2l0Mi9D
aGFuZ2VMb2cgYi9Tb3VyY2UvV2ViS2l0Mi9DaGFuZ2VMb2cKaW5kZXggZWU3ODhlNDkyOTM2N2Nj
NTI3ZTM4MTY1ZmZkMzNlNDY0OWQ3YmNmMC4uYTQyYmY4ZjdmNzg4OTMyYTFkYWFjMGYxMTlmMDBk
ZDdmYTY0MzViMSAxMDA2NDQKLS0tIGEvU291cmNlL1dlYktpdDIvQ2hhbmdlTG9nCisrKyBiL1Nv
dXJjZS9XZWJLaXQyL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE0IEBACisyMDEyLTA3LTE3ICBBbGV4
aXMgTWVuYXJkICA8YWxleGlzLm1lbmFyZEBvcGVuYm9zc2Eub3JnPgorCisgICAgICAgIFJFR1JF
U1NJT04gKHIxMjAzNjEpIEl0IGJyb2tlIHRoZSBidWlsZCB3aXRoaW4gWGNvZGUuCisgICAgICAg
IGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD05MTA3OQorCisgICAgICAg
IFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgIEZpeCBhIHdhcm5pbmcgd2hl
biBidWlsZGluZyBpbiBYY29kZSB3aXRoIGEgbWlzc2luZyB0ZXJtaW5hdGluZyAnLgorCisgICAg
ICAgICogV2ViUHJvY2Vzcy9jb20uYXBwbGUuV2ViUHJvY2Vzcy5zYi5pbjoKKwogMjAxMi0wNy0x
NyAgQ2FybG9zIEdhcmNpYSBDYW1wb3MgIDxjZ2FyY2lhQGlnYWxpYS5jb20+CiAKICAgICAgICAg
W0dUS10gUGFzdGUgcHJpbWFyeSBzZWxlY3Rpb24gd2hlbiBtaWRkbGUgY2xpY2tpbmcgaW4gWDEx
IFdlYktpdDIKZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJDb3JlL0Rlcml2ZWRTb3VyY2VzLm1ha2Ug
Yi9Tb3VyY2UvV2ViQ29yZS9EZXJpdmVkU291cmNlcy5tYWtlCmluZGV4IDc2NzA3M2U3ZDI3YmMx
NzU4YzdlNjRiNjY1NmVkNGVkZmUwZDU1ZTIuLjA0ZmRiY2VhMmE1NzEwMmMzMDA0YWNmM2M0ZDU0
ZGVhMmYxNGQ3MmMgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9XZWJDb3JlL0Rlcml2ZWRTb3VyY2VzLm1h
a2UKKysrIGIvU291cmNlL1dlYkNvcmUvRGVyaXZlZFNvdXJjZXMubWFrZQpAQCAtOTcxLDcgKzk3
MSw3IEBAICQoU1VQUExFTUVOVEFMX01BS0VGSUxFX0RFUFMpIDogJChQUkVQUk9DRVNTX0lETFNf
U0NSSVBUUykgJChCSU5ESU5HX0lETFMpICQoQURECiBKUyUuaCA6ICUuaWRsICQoSlNfQklORElO
R1NfU0NSSVBUUykKIAkkKGNhbGwgZ2VuZXJhdG9yX3NjcmlwdCwgJChKU19CSU5ESU5HU19TQ1JJ
UFRTKSkgJChJRExfQ09NTU9OX0FSR1MpIC0tZGVmaW5lcyAiJChGRUFUVVJFX0RFRklORVMpICQo
QURESVRJT05BTF9JRExfREVGSU5FUykgTEFOR1VBR0VfSkFWQVNDUklQVCIgLS1nZW5lcmF0b3Ig
SlMgLS1zdXBwbGVtZW50YWxEZXBlbmRlbmN5RmlsZSAkKFNVUFBMRU1FTlRBTF9ERVBFTkRFTkNZ
X0ZJTEUpICQ8CiAKLWluY2x1ZGUgJChTVVBQTEVNRU5UQUxfTUFLRUZJTEVfREVQUykKKy1pbmNs
dWRlICQoU1VQUExFTUVOVEFMX01BS0VGSUxFX0RFUFMpCiAKICMgSW5zcGVjdG9yIGludGVyZmFj
ZXMgZ2VuZXJhdG9yCiAKZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJLaXQyL1dlYlByb2Nlc3MvY29t
LmFwcGxlLldlYlByb2Nlc3Muc2IuaW4gYi9Tb3VyY2UvV2ViS2l0Mi9XZWJQcm9jZXNzL2NvbS5h
cHBsZS5XZWJQcm9jZXNzLnNiLmluCmluZGV4IGM1MDFlOGY1YmY4MDMyMjMxMzhlZGMzNjYxZGEw
NTA2YjNkYTRlYjUuLjM2OGEyMTg0ODM0ZjdiODVkODZiNjk0YjljODUxZWJjNzYyNjkyYmEgMTAw
NjQ0Ci0tLSBhL1NvdXJjZS9XZWJLaXQyL1dlYlByb2Nlc3MvY29tLmFwcGxlLldlYlByb2Nlc3Mu
c2IuaW4KKysrIGIvU291cmNlL1dlYktpdDIvV2ViUHJvY2Vzcy9jb20uYXBwbGUuV2ViUHJvY2Vz
cy5zYi5pbgpAQCAtNzQsNyArNzQsNyBAQAogCiA7OyBUaGlzIHNob3VsZCBiZSB1cGRhdGVkIHdo
ZW4gPHJkYXI6Ly9wcm9ibGVtLzkzNTU4MzA+IGlzIGZpeGVkLgogOzsgUmVhZC1vbmx5IGV4dGVu
c2lvbnMgZnJvbSBVSVByb2Nlc3MKLShpZiAoZGVmaW5lZD8gJ2V4dGVuc2lvbi1jbGFzcykKKyhp
ZiAoZGVmaW5lZD8gJ2V4dGVuc2lvbi1jbGFzcycpCiAgICAgKGFsbG93IGZpbGUtcmVhZCogKGV4
dGVuc2lvbiAiY29tLmFwcGxlLmFwcC1zYW5kYm94LnJlYWQiKSkpCiAKIDs7IFJlYWQtd3JpdGUg
ZXh0ZW5zaW9ucyBmcm9tIFVJUHJvY2Vzcwo=
</data>

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>165194</attachid>
            <date>2012-09-21 14:48:40 -0700</date>
            <delta_ts>2012-09-21 16:02:04 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-91079-20120921144805.patch</filename>
            <type>text/plain</type>
            <size>1346</size>
            <attacher name="Sam Weinig">sam</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJLaXQyL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2Vi
S2l0Mi9DaGFuZ2VMb2cJKHJldmlzaW9uIDEyOTI1NikKKysrIFNvdXJjZS9XZWJLaXQyL0NoYW5n
ZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwzICsxLDE0IEBACisyMDEyLTA5LTIxICBTYW0gV2Vp
bmlnICA8c2FtQHdlYmtpdC5vcmc+CisKKyAgICAgICAgUkVHUkVTU0lPTiAocjEyMDM2MSkgV2Fy
bmluZ3Mgd2hpbGUgcHJlcHJvY2Vzc2luZyBjb20uYXBwbGUuV2ViUHJvY2Vzcy5zYi5pbgorICAg
ICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9OTEwNzkKKyAgICAg
ICAgPHJkYXI6Ly9wcm9ibGVtLzEyMzMyNjYwPgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9E
WSAoT09QUyEpLgorCisgICAgICAgICogV2ViUHJvY2Vzcy9jb20uYXBwbGUuV2ViUHJvY2Vzcy5z
Yi5pbjoKKyAgICAgICAgQWRkIGEgY29tbWVudCB0aGF0IGluY2x1ZGVzIGEgY2xvc2luZyBzaW5n
bGUgcXVvdGUgdG8gc3VwcHJlc3MgYSBwcmVwcm9jZXNzb3Igd2FybmluZy4KKwogMjAxMi0wOS0y
MSAgQmVuamFtaW4gUG91bGFpbiAgPGJwb3VsYWluQGFwcGxlLmNvbT4KIAogICAgICAgICBbV0sy
XSBBZGQgYmFzaWMgdGVzdGluZyBzdXBwb3J0IGZvciBHZW9sb2NhdGlvbgpJbmRleDogU291cmNl
L1dlYktpdDIvV2ViUHJvY2Vzcy9jb20uYXBwbGUuV2ViUHJvY2Vzcy5zYi5pbgo9PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
Ci0tLSBTb3VyY2UvV2ViS2l0Mi9XZWJQcm9jZXNzL2NvbS5hcHBsZS5XZWJQcm9jZXNzLnNiLmlu
CShyZXZpc2lvbiAxMjkxODApCisrKyBTb3VyY2UvV2ViS2l0Mi9XZWJQcm9jZXNzL2NvbS5hcHBs
ZS5XZWJQcm9jZXNzLnNiLmluCSh3b3JraW5nIGNvcHkpCkBAIC03Nyw3ICs3Nyw3IEBACiAKIDs7
IFRoaXMgc2hvdWxkIGJlIHVwZGF0ZWQgd2hlbiA8cmRhcjovL3Byb2JsZW0vOTM1NTgzMD4gaXMg
Zml4ZWQuCiA7OyBSZWFkLW9ubHkgZXh0ZW5zaW9ucyBmcm9tIFVJUHJvY2VzcwotKGlmIChkZWZp
bmVkPyAnZXh0ZW5zaW9uLWNsYXNzKQorKGlmIChkZWZpbmVkPyAnZXh0ZW5zaW9uLWNsYXNzKSAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA7OyAnCiAgICAgKGFsbG93IGZpbGUt
cmVhZCogKGV4dGVuc2lvbiAiY29tLmFwcGxlLmFwcC1zYW5kYm94LnJlYWQiKSkpCiAKIDs7IFJl
YWQtd3JpdGUgZXh0ZW5zaW9ucyBmcm9tIFVJUHJvY2Vzcwo=
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>165219</attachid>
            <date>2012-09-21 16:02:07 -0700</date>
            <delta_ts>2012-09-21 16:03:27 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-91079-20120921160133.patch</filename>
            <type>text/plain</type>
            <size>1226</size>
            <attacher name="Sam Weinig">sam</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJLaXQyL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2Vi
S2l0Mi9DaGFuZ2VMb2cJKHJldmlzaW9uIDEyOTI1NikKKysrIFNvdXJjZS9XZWJLaXQyL0NoYW5n
ZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwzICsxLDE0IEBACisyMDEyLTA5LTIxICBTYW0gV2Vp
bmlnICA8c2FtQHdlYmtpdC5vcmc+CisKKyAgICAgICAgUkVHUkVTU0lPTiAocjEyMDM2MSkgV2Fy
bmluZ3Mgd2hpbGUgcHJlcHJvY2Vzc2luZyBjb20uYXBwbGUuV2ViUHJvY2Vzcy5zYi5pbgorICAg
ICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9OTEwNzkKKyAgICAg
ICAgPHJkYXI6Ly9wcm9ibGVtLzEyMzMyNjYwPgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9E
WSAoT09QUyEpLgorCisgICAgICAgICogV2ViUHJvY2Vzcy9jb20uYXBwbGUuV2ViUHJvY2Vzcy5z
Yi5pbjoKKyAgICAgICAgQWRkIHByYWdtYSB0byBpZ25vcmUgdGhlIGludmFsaWQgcHJlcHJvY2Vz
c29yIHdhcm5pbmdzLgorCiAyMDEyLTA5LTIxICBCZW5qYW1pbiBQb3VsYWluICA8YnBvdWxhaW5A
YXBwbGUuY29tPgogCiAgICAgICAgIFtXSzJdIEFkZCBiYXNpYyB0ZXN0aW5nIHN1cHBvcnQgZm9y
IEdlb2xvY2F0aW9uCkluZGV4OiBTb3VyY2UvV2ViS2l0Mi9XZWJQcm9jZXNzL2NvbS5hcHBsZS5X
ZWJQcm9jZXNzLnNiLmluCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFNvdXJjZS9XZWJLaXQyL1dlYlByb2Nlc3Mv
Y29tLmFwcGxlLldlYlByb2Nlc3Muc2IuaW4JKHJldmlzaW9uIDEyOTE4MCkKKysrIFNvdXJjZS9X
ZWJLaXQyL1dlYlByb2Nlc3MvY29tLmFwcGxlLldlYlByb2Nlc3Muc2IuaW4JKHdvcmtpbmcgY29w
eSkKQEAgLTEsMyArMSw2IEBACisjcHJhZ21hIGNsYW5nIGRpYWdub3N0aWMgaWdub3JlZCAiLVd1
bmtub3duLXByYWdtYXMiCisjcHJhZ21hIGNsYW5nIGRpYWdub3N0aWMgaWdub3JlZCAiLVdpbnZh
bGlkLXBwLXRva2VuIgorCiAodmVyc2lvbiAxKQogKGRlbnkgZGVmYXVsdCAod2l0aCBwYXJ0aWFs
LXN5bWJvbGljYXRpb24pKQogKGFsbG93IGlwYy1wb3NpeC1zaG0gc3lzdGVtLWF1ZGl0IHN5c3Rl
bS1zb2NrZXQgZmlsZS1yZWFkLW1ldGFkYXRhKQo=
</data>
<flag name="review"
          id="177200"
          type_id="1"
          status="+"
          setter="andersca"
    />
          </attachment>
      

    </bug>

</bugzilla>