<?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>34329</bug_id>
          
          <creation_ts>2010-01-29 06:35:48 -0800</creation_ts>
          <short_desc>Cannot inspect Web Inspector in QtLauncher</short_desc>
          <delta_ts>2010-02-02 07:36:59 -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>WebKit Qt</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</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>Enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jessie Berlin">jberlin</reporter>
          <assigned_to name="Jessie Berlin">jberlin</assigned_to>
          <cc>jberlin</cc>
    
    <cc>laszlo.gombos</cc>
    
    <cc>psycovic</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>185855</commentid>
    <comment_count>0</comment_count>
    <who name="Jessie Berlin">jberlin</who>
    <bug_when>2010-01-29 06:35:48 -0800</bug_when>
    <thetext>The only option in the context menu that appears when right-clicking inside the Web Inspector is to Reload. It would very helpful to those who want to work on the Web Inspector while living on the Linux platform for it to be possible to inspect the Web Inspector (as can be done inside Safari on Mac OS X and Windows).

Briefly looking into the code for the QWebInspector, it appears that it sub-classes QWidget and is just using the default context menus for that. Is there a way to get at the QWebPage that contains the code for the Web Inspector (if there is one)?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>186777</commentid>
    <comment_count>1</comment_count>
      <attachid>47903</attachid>
    <who name="Jessie Berlin">jberlin</who>
    <bug_when>2010-02-01 20:17:36 -0800</bug_when>
    <thetext>Created attachment 47903
Patch to enable inspecting the web inspector in the QtLauncher</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>186852</commentid>
    <comment_count>2</comment_count>
      <attachid>47903</attachid>
    <who name="Holger Freyther">zecke</who>
    <bug_when>2010-02-02 01:01:12 -0800</bug_when>
    <thetext>Comment on attachment 47903
Patch to enable inspecting the web inspector in the QtLauncher

I love the patch. It sucks to have comments on a one liner. So if you fix them you can land the patch rightaway.


&gt; +        Need a short description and bug URL (OOPS!)

Please remove this. You have done everything that is needed for this.

&gt;      InspectorClientWebPage(QObject* parent = 0)
&gt; -    : QWebPage(parent)
&gt; +        : QWebPage(parent)

Even if you fix the style, we normally tend to do this in two separate commits. You have my rubber stamp to fix this style issue with the code.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>186925</commentid>
    <comment_count>3</comment_count>
    <who name="Jessie Berlin">jberlin</who>
    <bug_when>2010-02-02 05:01:31 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; (From update of attachment 47903 [details])
&gt; I love the patch. It sucks to have comments on a one liner. So if you fix them
&gt; you can land the patch rightaway.
&gt; 

So r=you on the first patch which just removes the line setting the DeveloperExtraEnabled setting and then rs=you on a second patch that fixes the style? Or do you want me to repost the first patch here?

&gt; 
&gt; &gt; +        Need a short description and bug URL (OOPS!)
&gt; 
&gt; Please remove this. You have done everything that is needed for this.

Whoops! Sorry about that.

&gt; 
&gt; &gt;      InspectorClientWebPage(QObject* parent = 0)
&gt; &gt; -    : QWebPage(parent)
&gt; &gt; +        : QWebPage(parent)
&gt; 
&gt; Even if you fix the style, we normally tend to do this in two separate commits.
&gt; You have my rubber stamp to fix this style issue with the code.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>186952</commentid>
    <comment_count>4</comment_count>
    <who name="Jessie Berlin">jberlin</who>
    <bug_when>2010-02-02 07:27:25 -0800</bug_when>
    <thetext>Enabled inspecting the web inspector in the qt launcher:

http://trac.webkit.org/changeset/54233

Will commit the style change next.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>186958</commentid>
    <comment_count>5</comment_count>
    <who name="Jessie Berlin">jberlin</who>
    <bug_when>2010-02-02 07:36:59 -0800</bug_when>
    <thetext>(In reply to comment #4)
&gt; Enabled inspecting the web inspector in the qt launcher:
&gt; 
&gt; http://trac.webkit.org/changeset/54233
&gt; 
&gt; Will commit the style change next.

Committed style change:

http://trac.webkit.org/changeset/54236

Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>47903</attachid>
            <date>2010-02-01 20:17:36 -0800</date>
            <delta_ts>2010-02-02 01:01:12 -0800</delta_ts>
            <desc>Patch to enable inspecting the web inspector in the QtLauncher</desc>
            <filename>enableInspectingWebInspectorQt.patch</filename>
            <type>text/plain</type>
            <size>1385</size>
            <attacher name="Jessie Berlin">jberlin</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYktpdC9xdC9DaGFuZ2VMb2cKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gV2ViS2l0L3F0L0NoYW5n
ZUxvZwkocmV2aXNpb24gNTQxOTUpCisrKyBXZWJLaXQvcXQvQ2hhbmdlTG9nCSh3b3JraW5nIGNv
cHkpCkBAIC0xLDMgKzEsMTYgQEAKKzIwMTAtMDItMDEgIEplc3NpZSBCZXJsaW4gIDxqYmVybGlu
QHdlYmtpdC5vcmc+CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAg
ICAgICAgTmVlZCBhIHNob3J0IGRlc2NyaXB0aW9uIGFuZCBidWcgVVJMIChPT1BTISkKKyAgICAg
ICAgW1F0XSBFbmFibGUgaW5zcGVjdGluZyB0aGUgV2ViIEluc3BlY3RvciBpbiBRdExhdW5jaGVy
CisKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTM0MzI5
CisKKyAgICAgICAgKiBXZWJDb3JlU3VwcG9ydC9JbnNwZWN0b3JDbGllbnRRdC5jcHA6CisgICAg
ICAgIChXZWJDb3JlOjpJbnNwZWN0b3JDbGllbnRXZWJQYWdlOjpJbnNwZWN0b3JDbGllbnRXZWJQ
YWdlKToKKyAgICAgICAgQWxsb3cgdGhlIERldmVsb3BlckV4dHJhc0VuYWJsZWQgc2V0dGluZyB0
byBkZWZhdWx0IHRvIHRydWUgZm9yIHRoZSBwYWdlIGNvbnRhaW5pbmcgdGhlIFdlYiBJbnNwZWN0
b3IuCisKIDIwMTAtMDEtMjkgIEJlbiBNdXJkb2NoICA8YmVubUBnb29nbGUuY29tPgogCiAgICAg
ICAgIFJldmlld2VkIGJ5IERpbWl0cmkgR2xhemtvdi4KSW5kZXg6IFdlYktpdC9xdC9XZWJDb3Jl
U3VwcG9ydC9JbnNwZWN0b3JDbGllbnRRdC5jcHAKPT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gV2ViS2l0L3F0L1dl
YkNvcmVTdXBwb3J0L0luc3BlY3RvckNsaWVudFF0LmNwcAkocmV2aXNpb24gNTQxODIpCisrKyBX
ZWJLaXQvcXQvV2ViQ29yZVN1cHBvcnQvSW5zcGVjdG9yQ2xpZW50UXQuY3BwCSh3b3JraW5nIGNv
cHkpCkBAIC01OCw5ICs1OCw4IEBAIGNsYXNzIEluc3BlY3RvckNsaWVudFdlYlBhZ2UgOiBwdWJs
aWMgUVcKICAgICBmcmllbmQgY2xhc3MgSW5zcGVjdG9yQ2xpZW50UXQ7CiBwdWJsaWM6CiAgICAg
SW5zcGVjdG9yQ2xpZW50V2ViUGFnZShRT2JqZWN0KiBwYXJlbnQgPSAwKQotICAgIDogUVdlYlBh
Z2UocGFyZW50KQorICAgICAgICA6IFFXZWJQYWdlKHBhcmVudCkKICAgICB7Ci0gICAgICAgIHNl
dHRpbmdzKCktPnNldEF0dHJpYnV0ZShRV2ViU2V0dGluZ3M6OkRldmVsb3BlckV4dHJhc0VuYWJs
ZWQsIGZhbHNlKTsKICAgICB9CiAKICAgICBRV2ViUGFnZSogY3JlYXRlV2luZG93KFFXZWJQYWdl
OjpXZWJXaW5kb3dUeXBlKQo=
</data>
<flag name="review"
          id="30472"
          type_id="1"
          status="-"
          setter="zecke"
    />
          </attachment>
      

    </bug>

</bugzilla>