<?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>32296</bug_id>
          
          <creation_ts>2009-12-08 16:23:47 -0800</creation_ts>
          <short_desc>Implement &apos;select all&apos; for WebKit/win/WebFrame</short_desc>
          <delta_ts>2009-12-09 12:07:12 -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 Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</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="Brent Fulgham">bfulgham</reporter>
          <assigned_to name="Brent Fulgham">bfulgham</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>169831</commentid>
    <comment_count>0</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2009-12-08 16:23:47 -0800</bug_when>
    <thetext>The CG Windows port of WebKit has not needed support for a &quot;selectAll&quot; operation on the WebFrame.  Most other browsers on the Windows platform (e.g., Firefox, IE) do provide a right-click contextual &quot;Select All&quot; menu.

This patch provides a selectAll implementation that can be used to drive a platform-specific &quot;Select All&quot; feature.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>169833</commentid>
    <comment_count>1</comment_count>
      <attachid>44496</attachid>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2009-12-08 16:26:26 -0800</bug_when>
    <thetext>Created attachment 44496
Provide simple selectAll implementation.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>169834</commentid>
    <comment_count>2</comment_count>
      <attachid>44497</attachid>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2009-12-08 16:28:30 -0800</bug_when>
    <thetext>Created attachment 44497
Provide simple selectAll implementation.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>169835</commentid>
    <comment_count>3</comment_count>
      <attachid>44497</attachid>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2009-12-08 16:29:02 -0800</bug_when>
    <thetext>Comment on attachment 44497
Provide simple selectAll implementation.

Whitespace (tabs) corrected.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>169836</commentid>
    <comment_count>4</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2009-12-08 16:29:56 -0800</bug_when>
    <thetext>style-queue ran check-webkit-style on attachment 44497 without any errors.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>170019</commentid>
    <comment_count>5</comment_count>
      <attachid>44497</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2009-12-09 09:35:58 -0800</bug_when>
    <thetext>Comment on attachment 44497
Provide simple selectAll implementation.

&gt; +    if (!coreFrame-&gt;editor()-&gt;command(&quot;SelectAll&quot;).execute())
&gt; +        return E_FAIL;

I think coreFrame-&gt;selection()-&gt;selectAll() would be better here. But this seems OK.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>170041</commentid>
    <comment_count>6</comment_count>
      <attachid>44497</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2009-12-09 10:27:30 -0800</bug_when>
    <thetext>Comment on attachment 44497
Provide simple selectAll implementation.

Rejecting patch 44497 from commit-queue.

Unexpected failure when landing patch!  Please file a bug against bugzilla-tool.
Failed to run &quot;[&apos;WebKitTools/Scripts/bugzilla-tool&apos;, &apos;land-attachment&apos;, &apos;--force-clean&apos;, &apos;--non-interactive&apos;, &apos;--parent-command=commit-queue&apos;, &apos;--quiet&apos;, &apos;44497&apos;]&quot; exit_code: 1
Last 500 characters of output:
nd_handle_errors
    self.run()
  File &quot;/Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/modules/landingsequence.py&quot;, line 54, in run
    self.clean()
  File &quot;/Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/modules/landingsequence.py&quot;, line 81, in clean
    step.run()
  File &quot;/Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/modules/buildsteps.py&quot;, line 101, in run
    os.chdir(self._tool._scm.checkout_root)
AttributeError: &apos;NoneType&apos; object has no attribute &apos;checkout_root&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>170080</commentid>
    <comment_count>7</comment_count>
      <attachid>44497</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-12-09 11:37:36 -0800</bug_when>
    <thetext>Comment on attachment 44497
Provide simple selectAll implementation.

Sorry for the noise.  Adam believes to have fixed the issue.  I&apos;ve restarted the commit bot.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>170096</commentid>
    <comment_count>8</comment_count>
      <attachid>44497</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2009-12-09 12:07:07 -0800</bug_when>
    <thetext>Comment on attachment 44497
Provide simple selectAll implementation.

Clearing flags on attachment: 44497

Committed r51911: &lt;http://trac.webkit.org/changeset/51911&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>170097</commentid>
    <comment_count>9</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2009-12-09 12:07:12 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>44496</attachid>
            <date>2009-12-08 16:26:26 -0800</date>
            <delta_ts>2009-12-08 16:28:42 -0800</delta_ts>
            <desc>Provide simple selectAll implementation.</desc>
            <filename>select-all.patch</filename>
            <type>text/plain</type>
            <size>1117</size>
            <attacher name="Brent Fulgham">bfulgham</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYktpdC93aW4vQ2hhbmdlTG9nCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFdlYktpdC93aW4vQ2hh
bmdlTG9nCShyZXZpc2lvbiA1MTg3OCkKKysrIFdlYktpdC93aW4vQ2hhbmdlTG9nCSh3b3JraW5n
IGNvcHkpCkBAIC0xLDMgKzEsMTMgQEAKKzIwMDktMTItMDggIEJyZW50IEZ1bGdoYW0gIDxiZnVs
Z2hhbUB3ZWJraXQub3JnPgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgor
CisgICAgICAgIFByb3ZpZGUgYW4gaW1wbGVtZW50YXRpb24gZm9yICdzZWxlY3RBbGwnCisgICAg
ICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0zMjI5NgorCisgICAg
ICAgICogV2ViRnJhbWUuY3BwOgorICAgICAgICAoV2ViRnJhbWU6OnNlbGVjdEFsbCk6IEltcGxl
bWVudCAiU2VsZWN0QWxsIiBjb21tYW5kLgorCiAyMDA5LTEyLTA4ICBBZGFtIFJvYmVuICA8YXJv
YmVuQGFwcGxlLmNvbT4KIAogICAgICAgICBXaW5kb3dzIGJ1aWxkIGZpeApJbmRleDogV2ViS2l0
L3dpbi9XZWJGcmFtZS5jcHAKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gV2ViS2l0L3dpbi9XZWJGcmFtZS5jcHAJ
KHJldmlzaW9uIDUxODc3KQorKysgV2ViS2l0L3dpbi9XZWJGcmFtZS5jcHAJKHdvcmtpbmcgY29w
eSkKQEAgLTk4Niw3ICs5ODYsMTQgQEAgSFJFU1VMVCBTVERNRVRIT0RDQUxMVFlQRSBXZWJGcmFt
ZTo6c2VsZQogCiBIUkVTVUxUIFNURE1FVEhPRENBTExUWVBFIFdlYkZyYW1lOjpzZWxlY3RBbGwo
KQogewotICAgIHJldHVybiBFX05PVElNUEw7CisJRnJhbWUqIGNvcmVGcmFtZSA9IGNvcmUodGhp
cyk7CisgICAgaWYgKCFjb3JlRnJhbWUpCisgICAgICAgIHJldHVybiBFX0ZBSUw7CisKKwlpZiAo
IWNvcmVGcmFtZS0+ZWRpdG9yKCktPmNvbW1hbmQoIlNlbGVjdEFsbCIpLmV4ZWN1dGUoKSkKKwkJ
cmV0dXJuIEVfRkFJTDsKKworICAgIHJldHVybiBTX09LOwogfQogCiBIUkVTVUxUIFNURE1FVEhP
RENBTExUWVBFIFdlYkZyYW1lOjpkZXNlbGVjdEFsbCgpCg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>44497</attachid>
            <date>2009-12-08 16:28:30 -0800</date>
            <delta_ts>2009-12-09 12:07:07 -0800</delta_ts>
            <desc>Provide simple selectAll implementation.</desc>
            <filename>select-all.patch</filename>
            <type>text/plain</type>
            <size>1129</size>
            <attacher name="Brent Fulgham">bfulgham</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYktpdC93aW4vQ2hhbmdlTG9nCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFdlYktpdC93aW4vQ2hh
bmdlTG9nCShyZXZpc2lvbiA1MTg3OCkKKysrIFdlYktpdC93aW4vQ2hhbmdlTG9nCSh3b3JraW5n
IGNvcHkpCkBAIC0xLDMgKzEsMTMgQEAKKzIwMDktMTItMDggIEJyZW50IEZ1bGdoYW0gIDxiZnVs
Z2hhbUB3ZWJraXQub3JnPgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgor
CisgICAgICAgIFByb3ZpZGUgYW4gaW1wbGVtZW50YXRpb24gZm9yICdzZWxlY3RBbGwnCisgICAg
ICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0zMjI5NgorCisgICAg
ICAgICogV2ViRnJhbWUuY3BwOgorICAgICAgICAoV2ViRnJhbWU6OnNlbGVjdEFsbCk6IEltcGxl
bWVudCAiU2VsZWN0QWxsIiBjb21tYW5kLgorCiAyMDA5LTEyLTA4ICBBZGFtIFJvYmVuICA8YXJv
YmVuQGFwcGxlLmNvbT4KIAogICAgICAgICBXaW5kb3dzIGJ1aWxkIGZpeApJbmRleDogV2ViS2l0
L3dpbi9XZWJGcmFtZS5jcHAKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gV2ViS2l0L3dpbi9XZWJGcmFtZS5jcHAJ
KHJldmlzaW9uIDUxODc3KQorKysgV2ViS2l0L3dpbi9XZWJGcmFtZS5jcHAJKHdvcmtpbmcgY29w
eSkKQEAgLTk4Niw3ICs5ODYsMTQgQEAgSFJFU1VMVCBTVERNRVRIT0RDQUxMVFlQRSBXZWJGcmFt
ZTo6c2VsZQogCiBIUkVTVUxUIFNURE1FVEhPRENBTExUWVBFIFdlYkZyYW1lOjpzZWxlY3RBbGwo
KQogewotICAgIHJldHVybiBFX05PVElNUEw7CisgICAgRnJhbWUqIGNvcmVGcmFtZSA9IGNvcmUo
dGhpcyk7CisgICAgaWYgKCFjb3JlRnJhbWUpCisgICAgICAgIHJldHVybiBFX0ZBSUw7CisKKyAg
ICBpZiAoIWNvcmVGcmFtZS0+ZWRpdG9yKCktPmNvbW1hbmQoIlNlbGVjdEFsbCIpLmV4ZWN1dGUo
KSkKKyAgICAgICAgcmV0dXJuIEVfRkFJTDsKKworICAgIHJldHVybiBTX09LOwogfQogCiBIUkVT
VUxUIFNURE1FVEhPRENBTExUWVBFIFdlYkZyYW1lOjpkZXNlbGVjdEFsbCgpCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>