<?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>146135</bug_id>
          
          <creation_ts>2015-06-18 20:58:37 -0700</creation_ts>
          <short_desc>[EFL] Fix the minibrowser after r185725</short_desc>
          <delta_ts>2015-06-19 00:59:44 -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>WebKit EFL</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</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>1</everconfirmed>
          <reporter name="Hunseop Jeong">hs85.jeong</reporter>
          <assigned_to name="Hunseop Jeong">hs85.jeong</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>gyuyoung.kim</cc>
    
    <cc>lucas.de.marchi</cc>
    
    <cc>ryuan.choi</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1103148</commentid>
    <comment_count>0</comment_count>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-06-18 20:58:37 -0700</bug_when>
    <thetext>Minibrowser didn&apos;t work after r185725 because minibrowser didn&apos;t find the define of HAVE_ECORE_X.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1103150</commentid>
    <comment_count>1</comment_count>
      <attachid>255167</attachid>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-06-18 21:05:32 -0700</bug_when>
    <thetext>Created attachment 255167
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1103155</commentid>
    <comment_count>2</comment_count>
      <attachid>255167</attachid>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-06-18 21:17:13 -0700</bug_when>
    <thetext>Comment on attachment 255167
Patch

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

&gt; Tools/MiniBrowser/efl/CMakeLists.txt:15
&gt; +    ${CMAKE_BINARY_DIR}

We should not include any binary output directory from application side.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1103160</commentid>
    <comment_count>3</comment_count>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-06-18 21:23:51 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; Comment on attachment 255167 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=255167&amp;action=review
&gt; 
&gt; &gt; Tools/MiniBrowser/efl/CMakeLists.txt:15
&gt; &gt; +    ${CMAKE_BINARY_DIR}
&gt; 
&gt; We should not include any binary output directory from application side.

How can I find the &quot;cmakeconfig.h&quot; in main.c without adding the CMAKE_BINARY_DIR?
GTK+port also added the CMAKE_BINARY_DIR at MiniBrowser_INCLUDE_DIRECTORIES.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1103161</commentid>
    <comment_count>4</comment_count>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-06-18 21:25:38 -0700</bug_when>
    <thetext>You can check this problem when executing the minibrowser with gl backend after r185725.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1103162</commentid>
    <comment_count>5</comment_count>
      <attachid>255167</attachid>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-06-18 21:39:18 -0700</bug_when>
    <thetext>Comment on attachment 255167
Patch

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

&gt;&gt;&gt; Tools/MiniBrowser/efl/CMakeLists.txt:15
&gt;&gt;&gt; +    ${CMAKE_BINARY_DIR}
&gt;&gt; 
&gt;&gt; We should not include any binary output directory from application side.
&gt; 
&gt; How can I find the &quot;cmakeconfig.h&quot; in main.c without adding the CMAKE_BINARY_DIR?
&gt; GTK+port also added the CMAKE_BINARY_DIR at MiniBrowser_INCLUDE_DIRECTORIES.

I think we need to check if generated &quot;cmakeconfig.h&quot; can be moved to ${DERIVED_SOURCES_WEBKIT2_DIR}/include, then we may make EwebKit2.h to include the cmakeconfig.h. If so, we don&apos;t need to modify MiniBrowser not at all.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1103163</commentid>
    <comment_count>6</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-06-18 21:40:06 -0700</bug_when>
    <thetext>(In reply to comment #5)
&gt; Comment on attachment 255167 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=255167&amp;action=review
&gt; 
&gt; &gt;&gt;&gt; Tools/MiniBrowser/efl/CMakeLists.txt:15
&gt; &gt;&gt;&gt; +    ${CMAKE_BINARY_DIR}
&gt; &gt;&gt; 
&gt; &gt;&gt; We should not include any binary output directory from application side.
&gt; &gt; 
&gt; &gt; How can I find the &quot;cmakeconfig.h&quot; in main.c without adding the CMAKE_BINARY_DIR?
&gt; &gt; GTK+port also added the CMAKE_BINARY_DIR at MiniBrowser_INCLUDE_DIRECTORIES.
&gt; 
&gt; I think we need to check if generated &quot;cmakeconfig.h&quot; can be moved to
&gt; ${DERIVED_SOURCES_WEBKIT2_DIR}/include, then we may make EwebKit2.h to
&gt; include the cmakeconfig.h. If so, we don&apos;t need to modify MiniBrowser not at
&gt; all.

I&apos;m not 100% sure if we should open the cmakeconfig.h yet.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1103177</commentid>
    <comment_count>7</comment_count>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-06-18 22:53:43 -0700</bug_when>
    <thetext>You can check this problem when executing the minibrowser with gl backend after r185725.(In reply to comment #5)
&gt; Comment on attachment 255167 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=255167&amp;action=review
&gt; 
&gt; &gt;&gt;&gt; Tools/MiniBrowser/efl/CMakeLists.txt:15
&gt; &gt;&gt;&gt; +    ${CMAKE_BINARY_DIR}
&gt; &gt;&gt; 
&gt; &gt;&gt; We should not include any binary output directory from application side.
&gt; &gt; 
&gt; &gt; How can I find the &quot;cmakeconfig.h&quot; in main.c without adding the CMAKE_BINARY_DIR?
&gt; &gt; GTK+port also added the CMAKE_BINARY_DIR at MiniBrowser_INCLUDE_DIRECTORIES.
&gt; 
&gt; I think we need to check if generated &quot;cmakeconfig.h&quot; can be moved to
&gt; ${DERIVED_SOURCES_WEBKIT2_DIR}/include, then we may make EwebKit2.h to
&gt; include the cmakeconfig.h. If so, we don&apos;t need to modify MiniBrowser not at
&gt; all.

Is it okay to move the cmakeconfig.h to ${DERIVED_SOURCES_WEBKIT2_DIR}/include?

I have some doubt why we move the cmakeconfig.h to ${DERIVED_SOURCES_WEBKIT2_DIR}/include?
Is cmakeconfig.h only used by files in ${DERIVED_SOURCES_WEBKIT2_DIR}/include?

Already cmake based projects used the cmakeconfig.h in ${CMAKE_BINARY_DIR}.
If moving the cmakeconfig.h is right, I have to change the many files.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1103186</commentid>
    <comment_count>8</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-06-18 23:29:48 -0700</bug_when>
    <thetext>(In reply to comment #7)
&gt; You can check this problem when executing the minibrowser with gl backend
&gt; after r185725.(In reply to comment #5)
&gt; &gt; Comment on attachment 255167 [details]
&gt; &gt; Patch
&gt; &gt; 
&gt; &gt; View in context:
&gt; &gt; https://bugs.webkit.org/attachment.cgi?id=255167&amp;action=review
&gt; &gt; 
&gt; &gt; &gt;&gt;&gt; Tools/MiniBrowser/efl/CMakeLists.txt:15
&gt; &gt; &gt;&gt;&gt; +    ${CMAKE_BINARY_DIR}
&gt; &gt; &gt;&gt; 
&gt; &gt; &gt;&gt; We should not include any binary output directory from application side.
&gt; &gt; &gt; 
&gt; &gt; &gt; How can I find the &quot;cmakeconfig.h&quot; in main.c without adding the CMAKE_BINARY_DIR?
&gt; &gt; &gt; GTK+port also added the CMAKE_BINARY_DIR at MiniBrowser_INCLUDE_DIRECTORIES.
&gt; &gt; 
&gt; &gt; I think we need to check if generated &quot;cmakeconfig.h&quot; can be moved to
&gt; &gt; ${DERIVED_SOURCES_WEBKIT2_DIR}/include, then we may make EwebKit2.h to
&gt; &gt; include the cmakeconfig.h. If so, we don&apos;t need to modify MiniBrowser not at
&gt; &gt; all.
&gt; 
&gt; Is it okay to move the cmakeconfig.h to
&gt; ${DERIVED_SOURCES_WEBKIT2_DIR}/include?
&gt; 
&gt; I have some doubt why we move the cmakeconfig.h to
&gt; ${DERIVED_SOURCES_WEBKIT2_DIR}/include?
&gt; Is cmakeconfig.h only used by files in
&gt; ${DERIVED_SOURCES_WEBKIT2_DIR}/include?
&gt; 
&gt; Already cmake based projects used the cmakeconfig.h in ${CMAKE_BINARY_DIR}.
&gt; If moving the cmakeconfig.h is right, I have to change the many files.

I meant copy, not move :) Anyway, as I said, I&apos;m not sure if we have to open cmakeconfig.h to third party application. We may let MiniBrowser to include CMAKE_BINARY_DIR. However I don&apos;t think this is correct use. It looks my recommendation is not correct use too.

I think correct solution is that we define it to ewebkit.pc, application(e.g. MiniBrowser) reads it, then it works based on the definition.

How about just defining HAVE_ECORE_X in main.c as below ?

#define HAVE_ECORE_X 1

In other words, I think it is too excessive work that MiniBrowser includes cmakeconfig.h only in order to use HAVE_ECORE_X.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1103187</commentid>
    <comment_count>9</comment_count>
      <attachid>255167</attachid>
    <who name="Ryuan Choi">ryuan.choi</who>
    <bug_when>2015-06-18 23:29:51 -0700</bug_when>
    <thetext>Comment on attachment 255167
Patch

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

&gt;&gt;&gt;&gt;&gt;&gt; Tools/MiniBrowser/efl/CMakeLists.txt:15
&gt;&gt;&gt;&gt;&gt;&gt; +    ${CMAKE_BINARY_DIR}
&gt;&gt;&gt;&gt;&gt; 
&gt;&gt;&gt;&gt;&gt; We should not include any binary output directory from application side.
&gt;&gt;&gt;&gt; 
&gt;&gt;&gt;&gt; How can I find the &quot;cmakeconfig.h&quot; in main.c without adding the CMAKE_BINARY_DIR?
&gt;&gt;&gt;&gt; GTK+port also added the CMAKE_BINARY_DIR at MiniBrowser_INCLUDE_DIRECTORIES.
&gt;&gt;&gt; 
&gt;&gt;&gt; I think we need to check if generated &quot;cmakeconfig.h&quot; can be moved to ${DERIVED_SOURCES_WEBKIT2_DIR}/include, then we may make EwebKit2.h to include the cmakeconfig.h. If so, we don&apos;t need to modify MiniBrowser not at all.
&gt;&gt; 
&gt;&gt; I&apos;m not 100% sure if we should open the cmakeconfig.h yet.
&gt; 
&gt; Is it okay to move the cmakeconfig.h to ${DERIVED_SOURCES_WEBKIT2_DIR}/include?
&gt; 
&gt; I have some doubt why we move the cmakeconfig.h to ${DERIVED_SOURCES_WEBKIT2_DIR}/include?
&gt; Is cmakeconfig.h only used by files in ${DERIVED_SOURCES_WEBKIT2_DIR}/include?
&gt; 
&gt; Already cmake based projects used the cmakeconfig.h in ${CMAKE_BINARY_DIR}.
&gt; If moving the cmakeconfig.h is right, I have to change the many files.

No!

In this case,
We should not use HAVE_ECORE_X in MiniBrowser.

HAVE_ECORE_X guard was introduced to set opengl_x11 as preferred engine but now we set opengl.
I am not sure whether we should keep the macro.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1103188</commentid>
    <comment_count>10</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-06-18 23:31:10 -0700</bug_when>
    <thetext>(In reply to comment #9)
&gt; Comment on attachment 255167 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=255167&amp;action=review
&gt; 
&gt; &gt;&gt;&gt;&gt;&gt;&gt; Tools/MiniBrowser/efl/CMakeLists.txt:15
&gt; &gt;&gt;&gt;&gt;&gt;&gt; +    ${CMAKE_BINARY_DIR}
&gt; &gt;&gt;&gt;&gt;&gt; 
&gt; &gt;&gt;&gt;&gt;&gt; We should not include any binary output directory from application side.
&gt; &gt;&gt;&gt;&gt; 
&gt; &gt;&gt;&gt;&gt; How can I find the &quot;cmakeconfig.h&quot; in main.c without adding the CMAKE_BINARY_DIR?
&gt; &gt;&gt;&gt;&gt; GTK+port also added the CMAKE_BINARY_DIR at MiniBrowser_INCLUDE_DIRECTORIES.
&gt; &gt;&gt;&gt; 
&gt; &gt;&gt;&gt; I think we need to check if generated &quot;cmakeconfig.h&quot; can be moved to ${DERIVED_SOURCES_WEBKIT2_DIR}/include, then we may make EwebKit2.h to include the cmakeconfig.h. If so, we don&apos;t need to modify MiniBrowser not at all.
&gt; &gt;&gt; 
&gt; &gt;&gt; I&apos;m not 100% sure if we should open the cmakeconfig.h yet.
&gt; &gt; 
&gt; &gt; Is it okay to move the cmakeconfig.h to ${DERIVED_SOURCES_WEBKIT2_DIR}/include?
&gt; &gt; 
&gt; &gt; I have some doubt why we move the cmakeconfig.h to ${DERIVED_SOURCES_WEBKIT2_DIR}/include?
&gt; &gt; Is cmakeconfig.h only used by files in ${DERIVED_SOURCES_WEBKIT2_DIR}/include?
&gt; &gt; 
&gt; &gt; Already cmake based projects used the cmakeconfig.h in ${CMAKE_BINARY_DIR}.
&gt; &gt; If moving the cmakeconfig.h is right, I have to change the many files.
&gt; 
&gt; No!
&gt; 
&gt; In this case,
&gt; We should not use HAVE_ECORE_X in MiniBrowser.
&gt; 
&gt; HAVE_ECORE_X guard was introduced to set opengl_x11 as preferred engine but
&gt; now we set opengl.
&gt; I am not sure whether we should keep the macro.

+1 I think so !

@Hunseop, just define HAVE_ECORE_X in main.c or remove it !</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1103194</commentid>
    <comment_count>11</comment_count>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-06-18 23:48:41 -0700</bug_when>
    <thetext>(In reply to comment #10)
&gt; (In reply to comment #9)
&gt; &gt; Comment on attachment 255167 [details]
&gt; &gt; Patch
&gt; &gt; 
&gt; &gt; View in context:
&gt; &gt; https://bugs.webkit.org/attachment.cgi?id=255167&amp;action=review
&gt; &gt; 
&gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; Tools/MiniBrowser/efl/CMakeLists.txt:15
&gt; &gt; &gt;&gt;&gt;&gt;&gt;&gt; +    ${CMAKE_BINARY_DIR}
&gt; &gt; &gt;&gt;&gt;&gt;&gt; 
&gt; &gt; &gt;&gt;&gt;&gt;&gt; We should not include any binary output directory from application side.
&gt; &gt; &gt;&gt;&gt;&gt; 
&gt; &gt; &gt;&gt;&gt;&gt; How can I find the &quot;cmakeconfig.h&quot; in main.c without adding the CMAKE_BINARY_DIR?
&gt; &gt; &gt;&gt;&gt;&gt; GTK+port also added the CMAKE_BINARY_DIR at MiniBrowser_INCLUDE_DIRECTORIES.
&gt; &gt; &gt;&gt;&gt; 
&gt; &gt; &gt;&gt;&gt; I think we need to check if generated &quot;cmakeconfig.h&quot; can be moved to ${DERIVED_SOURCES_WEBKIT2_DIR}/include, then we may make EwebKit2.h to include the cmakeconfig.h. If so, we don&apos;t need to modify MiniBrowser not at all.
&gt; &gt; &gt;&gt; 
&gt; &gt; &gt;&gt; I&apos;m not 100% sure if we should open the cmakeconfig.h yet.
&gt; &gt; &gt; 
&gt; &gt; &gt; Is it okay to move the cmakeconfig.h to ${DERIVED_SOURCES_WEBKIT2_DIR}/include?
&gt; &gt; &gt; 
&gt; &gt; &gt; I have some doubt why we move the cmakeconfig.h to ${DERIVED_SOURCES_WEBKIT2_DIR}/include?
&gt; &gt; &gt; Is cmakeconfig.h only used by files in ${DERIVED_SOURCES_WEBKIT2_DIR}/include?
&gt; &gt; &gt; 
&gt; &gt; &gt; Already cmake based projects used the cmakeconfig.h in ${CMAKE_BINARY_DIR}.
&gt; &gt; &gt; If moving the cmakeconfig.h is right, I have to change the many files.
&gt; &gt; 
&gt; &gt; No!
&gt; &gt; 
&gt; &gt; In this case,
&gt; &gt; We should not use HAVE_ECORE_X in MiniBrowser.
&gt; &gt; 
&gt; &gt; HAVE_ECORE_X guard was introduced to set opengl_x11 as preferred engine but
&gt; &gt; now we set opengl.
&gt; &gt; I am not sure whether we should keep the macro.
&gt; 
&gt; +1 I think so !
&gt; 
&gt; @Hunseop, just define HAVE_ECORE_X in main.c or remove it !

Okay, I will remove it! Thanks.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1103199</commentid>
    <comment_count>12</comment_count>
      <attachid>255181</attachid>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-06-19 00:06:20 -0700</bug_when>
    <thetext>Created attachment 255181
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1103205</commentid>
    <comment_count>13</comment_count>
      <attachid>255181</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2015-06-19 00:59:37 -0700</bug_when>
    <thetext>Comment on attachment 255181
Patch

Clearing flags on attachment: 255181

Committed r185740: &lt;http://trac.webkit.org/changeset/185740&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1103206</commentid>
    <comment_count>14</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2015-06-19 00:59:44 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>255167</attachid>
            <date>2015-06-18 21:05:32 -0700</date>
            <delta_ts>2015-06-19 00:06:12 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-146135-20150619130454.patch</filename>
            <type>text/plain</type>
            <size>1694</size>
            <attacher name="Hunseop Jeong">hs85.jeong</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTg1NzMxCmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggOTkwZmZjZGQ0OWQ1OTJhYjE0MDVhZDY0Zjk4NmU4NTk0
ZjUyNjc3ZS4uMGE4YjQzMWNmZGY0MTUwZWZlYzdhNjYxN2RhZDUwY2VhNzFjNmMzYyAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE1
IEBACisyMDE1LTA2LTE4ICBIdW5zZW9wIEplb25nICA8aHM4NS5qZW9uZ0BzYW1zdW5nLmNvbT4K
KworICAgICAgICBbRUZMXSBGaXggdGhlIG1pbmlicm93c2VyIGFmdGVyIHIxODU3MjUKKyAgICAg
ICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTE0NjEzNQorCisgICAg
ICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgIEFkZGVkIHRoZSBjbWFr
ZWNvbmZpZy5oIHRvIGZpbmQgdGhlIGRlZmluZSBvZiBIQVZFX0VDT1JFX1guCisKKyAgICAgICAg
KiBNaW5pQnJvd3Nlci9lZmwvQ01ha2VMaXN0cy50eHQ6IEFkZGVkIHRoZSBkaXJlY3Rvcnkgb2Yg
Y21ha2Vjb25maWcuaAorICAgICAgICAqIE1pbmlCcm93c2VyL2VmbC9tYWluLmM6IEFkZGVkIHRo
ZSBjbWFrZWNvbmZpZy5oCisKIDIwMTUtMDYtMTggIEpvbiBMZWUgIDxqb25sZWVAYXBwbGUuY29t
PgogCiAgICAgICAgIFVucmV2aWV3ZWQuIEFkZCBNYXR0IERhaXRlciBhcyBhIGNvbnRyaWJ1dG9y
LgpkaWZmIC0tZ2l0IGEvVG9vbHMvTWluaUJyb3dzZXIvZWZsL0NNYWtlTGlzdHMudHh0IGIvVG9v
bHMvTWluaUJyb3dzZXIvZWZsL0NNYWtlTGlzdHMudHh0CmluZGV4IDg3ZWRlOWQwMGMyOGI2Njky
YmI0NTc2MDgzNmY0NTUwNDg5ZmNhMDIuLmFjYzExMmJlZDFhMzU4MTExOTM3MWExMjllYTYwODZi
NDAzMzFmZDIgMTAwNjQ0Ci0tLSBhL1Rvb2xzL01pbmlCcm93c2VyL2VmbC9DTWFrZUxpc3RzLnR4
dAorKysgYi9Ub29scy9NaW5pQnJvd3Nlci9lZmwvQ01ha2VMaXN0cy50eHQKQEAgLTEyLDYgKzEy
LDcgQEAgc2V0KE1pbmlCcm93c2VyX1NPVVJDRVMKIAogc2V0KE1pbmlCcm93c2VyX0lOQ0xVREVf
RElSRUNUT1JJRVMKICAgICAke0NBSVJPX0lOQ0xVREVfRElSU30KKyAgICAke0NNQUtFX0JJTkFS
WV9ESVJ9CiAgICAgJHtERVJJVkVEX1NPVVJDRVNfV0VCS0lUMl9ESVJ9L2luY2x1ZGUKICAgICAk
e0VDT1JFX0lOQ0xVREVfRElSU30KICAgICAke0VDT1JFX0VWQVNfSU5DTFVERV9ESVJTfQpkaWZm
IC0tZ2l0IGEvVG9vbHMvTWluaUJyb3dzZXIvZWZsL21haW4uYyBiL1Rvb2xzL01pbmlCcm93c2Vy
L2VmbC9tYWluLmMKaW5kZXggNzg4ZGNjODljNDk2NGFhMzEzMmI2YTczMzhiYTZhZjhmYWRkYWRl
YS4uNmUwYTNlZjVjZWU4NWJlODNiN2MzMDNjNWVjYTllYjgzZDZjMDJjMCAxMDA2NDQKLS0tIGEv
VG9vbHMvTWluaUJyb3dzZXIvZWZsL21haW4uYworKysgYi9Ub29scy9NaW5pQnJvd3Nlci9lZmwv
bWFpbi5jCkBAIC0xNyw2ICsxNyw4IEBACiAgKiAgRm91bmRhdGlvbiwgSW5jLiwgNTEgRnJhbmts
aW4gU3RyZWV0LCBGaWZ0aCBGbG9vciwgQm9zdG9uLCBNQSAgMDIxMTAtMTMwMSAgVVNBCiAgKi8K
IAorI2luY2x1ZGUgImNtYWtlY29uZmlnLmgiCisKICNpbmNsdWRlICJFV2ViS2l0Mi5oIgogI2lu
Y2x1ZGUgPEVjb3JlLmg+CiAjaW5jbHVkZSA8RWNvcmVfRXZhcy5oPgo=
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>255181</attachid>
            <date>2015-06-19 00:06:20 -0700</date>
            <delta_ts>2015-06-19 00:59:37 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-146135-20150619160542.patch</filename>
            <type>text/plain</type>
            <size>1406</size>
            <attacher name="Hunseop Jeong">hs85.jeong</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTg1NzMxCmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggOTkwZmZjZGQ0OWQ1OTJhYjE0MDVhZDY0Zjk4NmU4NTk0
ZjUyNjc3ZS4uZDlmMTU0ZTMwZTlkNDQyNGMxOTVlZDY4ODE5MGVlYTliZDEzYzdiZiAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE2
IEBACisyMDE1LTA2LTE4ICBIdW5zZW9wIEplb25nICA8aHM4NS5qZW9uZ0BzYW1zdW5nLmNvbT4K
KworICAgICAgICBbRUZMXSBGaXggdGhlIG1pbmlicm93c2VyIGFmdGVyIHIxODU3MjUKKyAgICAg
ICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTE0NjEzNQorCisgICAg
ICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgIFJlbW92ZWQgdGhlIEhB
VkVfRUNPUkVfWCBndWFyZCBpbiBNaW5pQnJvd3NlciBiZWNhdXNlIGl0IGlzIGFuIHVubmVjZXNz
YXJ5IGd1YXJkCisgICAgICAgIGZvciB0aGUgZWxtX2NvbmZpZ19hY2NlbF9wcmVmZXJlbmNlX3Nl
dCgpIHRvIHNldCB0aGUgY29uZmlnIG9mIGFjY2VsZXJhdGlvbiBwcmVmZXJlbmNlLgorCisgICAg
ICAgICogTWluaUJyb3dzZXIvZWZsL21haW4uYzoKKyAgICAgICAgKGVsbV9tYWluKTogRGVsZXRl
ZCB0aGUgSEFWRV9FQ09SRV9YIGd1YXJkLgorCiAyMDE1LTA2LTE4ICBKb24gTGVlICA8am9ubGVl
QGFwcGxlLmNvbT4KIAogICAgICAgICBVbnJldmlld2VkLiBBZGQgTWF0dCBEYWl0ZXIgYXMgYSBj
b250cmlidXRvci4KZGlmZiAtLWdpdCBhL1Rvb2xzL01pbmlCcm93c2VyL2VmbC9tYWluLmMgYi9U
b29scy9NaW5pQnJvd3Nlci9lZmwvbWFpbi5jCmluZGV4IDc4OGRjYzg5YzQ5NjRhYTMxMzJiNmE3
MzM4YmE2YWY4ZmFkZGFkZWEuLmUzNWRlYzA4NzMxZTgwMjQ5OThlZGQxNmY2NDA2MzRkNjM5YjQx
NjAgMTAwNjQ0Ci0tLSBhL1Rvb2xzL01pbmlCcm93c2VyL2VmbC9tYWluLmMKKysrIGIvVG9vbHMv
TWluaUJyb3dzZXIvZWZsL21haW4uYwpAQCAtMjQzNywxMiArMjQzNywxMCBAQCBlbG1fbWFpbihp
bnQgYXJnYywgY2hhciAqYXJndltdKQogCiAgICAgaWYgKGV2YXNfZW5naW5lX25hbWUpCiAgICAg
ICAgIGVsbV9jb25maWdfYWNjZWxfcHJlZmVyZW5jZV9zZXQoZXZhc19lbmdpbmVfbmFtZSk7Ci0j
aWYgZGVmaW5lZChIQVZFX0VDT1JFX1gpCiAgICAgZWxzZSB7CiAgICAgICAgIGV2YXNfZW5naW5l
X25hbWUgPSAib3BlbmdsIjsKICAgICAgICAgZWxtX2NvbmZpZ19hY2NlbF9wcmVmZXJlbmNlX3Nl
dChldmFzX2VuZ2luZV9uYW1lKTsKICAgICB9Ci0jZW5kaWYKIAogICAgIEV3a19Db250ZXh0ICpj
b250ZXh0ID0gZXdrX2NvbnRleHRfZGVmYXVsdF9nZXQoKTsKIAo=
</data>

          </attachment>
      

    </bug>

</bugzilla>