<?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>59184</bug_id>
          
          <creation_ts>2011-04-22 02:19:15 -0700</creation_ts>
          <short_desc>[Gtk] Implement LayoutTestController::setPluginsEnabled</short_desc>
          <delta_ts>2011-04-26 18:08:13 -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>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Other</rep_platform>
          <op_sys>OS X 10.5</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="Alexandre Mazari">scaroo</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abarth</cc>
    
    <cc>commit-queue</cc>
    
    <cc>eric</cc>
    
    <cc>mrobinson</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>390682</commentid>
    <comment_count>0</comment_count>
    <who name="Alexandre Mazari">scaroo</who>
    <bug_when>2011-04-22 02:19:15 -0700</bug_when>
    <thetext>[Gtk] Implement LayoutTestController::setPluginsEnabled</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>390683</commentid>
    <comment_count>1</comment_count>
      <attachid>90681</attachid>
    <who name="Alexandre Mazari">scaroo</who>
    <bug_when>2011-04-22 02:20:02 -0700</bug_when>
    <thetext>Created attachment 90681
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>391520</commentid>
    <comment_count>2</comment_count>
      <attachid>90681</attachid>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-04-23 19:44:33 -0700</bug_when>
    <thetext>Comment on attachment 90681
Patch

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

Can we unskip any tests with this patch?

&gt; Tools/DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:550
&gt; +    WebKitWebSettings* settings = webkit_web_view_get_settings(view);
&gt; +    g_object_set(G_OBJECT(settings), &quot;enable-plugins&quot;, flag, NULL);

This can just be:  g_object_set(G_OBJECT(webkit_web_view_get_settings(view)), &quot;enable-plugins&quot;, flag, NULL);</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>392850</commentid>
    <comment_count>3</comment_count>
      <attachid>90681</attachid>
    <who name="Xan Lopez">xan.lopez</who>
    <bug_when>2011-04-26 15:41:17 -0700</bug_when>
    <thetext>Comment on attachment 90681
Patch

Hopefully this should unskip some tests, but the patch looks good.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>392875</commentid>
    <comment_count>4</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2011-04-26 15:51:05 -0700</bug_when>
    <thetext>Alexandre, please take another pass when this lands which unskips tests which use this feature. If they cannot be unskipped please open bugs for them. Thank you!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>393127</commentid>
    <comment_count>5</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2011-04-26 17:04:04 -0700</bug_when>
    <thetext>The commit-queue encountered the following flaky tests while processing attachment 90681:

http/tests/xmlhttprequest/cross-origin-authorization.html bug 52398 (author: ap@webkit.org)
The commit-queue is continuing to process your patch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>393138</commentid>
    <comment_count>6</comment_count>
      <attachid>90681</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2011-04-26 17:05:34 -0700</bug_when>
    <thetext>Comment on attachment 90681
Patch

Clearing flags on attachment: 90681

Committed r84985: &lt;http://trac.webkit.org/changeset/84985&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>393139</commentid>
    <comment_count>7</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2011-04-26 17:05:39 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>393200</commentid>
    <comment_count>8</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-04-26 18:08:13 -0700</bug_when>
    <thetext>http://trac.webkit.org/changeset/84985 might have broken Windows 7 Release (Tests)
The following tests are not passing:
fast/blockflow/Kusa-Makura-background-canvas.html
fast/blockflow/border-vertical-lr.html
fast/blockflow/fallback-orientation.html
fast/blockflow/japanese-lr-selection.html
fast/blockflow/japanese-lr-text.html
fast/blockflow/japanese-rl-selection.html
fast/blockflow/japanese-rl-text.html
fast/blockflow/japanese-ruby-vertical-lr.html
fast/blockflow/japanese-ruby-vertical-rl.html
fast/dynamic/text-combine.html
fast/repaint/japanese-rl-selection-clear.html
fast/repaint/japanese-rl-selection-repaint.html
fast/ruby/base-shorter-than-text.html
fast/text/emphasis-vertical.html
fast/text/international/text-combine-image-test.html
fast/text/international/vertical-text-glyph-test.html
fast/text/justify-ideograph-vertical.html</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>90681</attachid>
            <date>2011-04-22 02:20:02 -0700</date>
            <delta_ts>2011-04-26 17:05:34 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-59184-20110422112000.patch</filename>
            <type>text/plain</type>
            <size>1469</size>
            <attacher name="Alexandre Mazari">scaroo</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogODQ2MTEKZGlmZiAtLWdpdCBhL1Rvb2xzL0NoYW5nZUxvZyBi
L1Rvb2xzL0NoYW5nZUxvZwppbmRleCBiNGIxYWZmZmM0MThhM2NmYTQ3OGFmYjgyOTIwY2VmZGE2
MzY3MmRmLi4zNDQ1ODkwOGZmZWQ5NTFkYzFlZTg2YWU4YWZhNWIxMWU1MTI0MGY5IDEwMDY0NAot
LS0gYS9Ub29scy9DaGFuZ2VMb2cKKysrIGIvVG9vbHMvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTMg
QEAKKzIwMTEtMDQtMjIgIEFsZXhhbmRyZSBNQXphcmkgIDxhbWF6YXJpQGlnYWxpYS5jb20+CisK
KyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgW0d0a10gSW1w
bGVtZW50IExheW91dFRlc3RDb250cm9sbGVyOjpzZXRQbHVnaW5zRW5hYmxlZAorICAgICAgICBo
dHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9NTkxODQKKworICAgICAgICAq
IER1bXBSZW5kZXJUcmVlL2d0ay9MYXlvdXRUZXN0Q29udHJvbGxlckd0ay5jcHA6CisgICAgICAg
IChMYXlvdXRUZXN0Q29udHJvbGxlcjo6c2V0UGx1Z2luc0VuYWJsZWQpOgorCiAyMDExLTA0LTIx
ICBUb255IENoYW5nICA8dG9ueUBjaHJvbWl1bS5vcmc+CiAKICAgICAgICAgUmV2aWV3ZWQgYnkg
TWloYWkgUGFycGFyaXRhLgpkaWZmIC0tZ2l0IGEvVG9vbHMvRHVtcFJlbmRlclRyZWUvZ3RrL0xh
eW91dFRlc3RDb250cm9sbGVyR3RrLmNwcCBiL1Rvb2xzL0R1bXBSZW5kZXJUcmVlL2d0ay9MYXlv
dXRUZXN0Q29udHJvbGxlckd0ay5jcHAKaW5kZXggMzMxZTIyMjg1OGY5NTI2NTEzMjY0YjczNDEx
MWE5ZGIxMTQ2NDk1NS4uNjE3YTA4ZmY3M2ZhOTFmOGMzNzIyZjhhZDU2NjEyMWY3ZmE4ZDg5YSAx
MDA2NDQKLS0tIGEvVG9vbHMvRHVtcFJlbmRlclRyZWUvZ3RrL0xheW91dFRlc3RDb250cm9sbGVy
R3RrLmNwcAorKysgYi9Ub29scy9EdW1wUmVuZGVyVHJlZS9ndGsvTGF5b3V0VGVzdENvbnRyb2xs
ZXJHdGsuY3BwCkBAIC01NDMsNyArNTQzLDExIEBAIHZvaWQgTGF5b3V0VGVzdENvbnRyb2xsZXI6
OnNldFBvcHVwQmxvY2tpbmdFbmFibGVkKGJvb2wgZmxhZykKIAogdm9pZCBMYXlvdXRUZXN0Q29u
dHJvbGxlcjo6c2V0UGx1Z2luc0VuYWJsZWQoYm9vbCBmbGFnKQogewotICAgIC8vIEZJWE1FOiBJ
bXBsZW1lbnQKKyAgICBXZWJLaXRXZWJWaWV3KiB2aWV3ID0gd2Via2l0X3dlYl9mcmFtZV9nZXRf
d2ViX3ZpZXcobWFpbkZyYW1lKTsKKyAgICBBU1NFUlQodmlldyk7CisKKyAgICBXZWJLaXRXZWJT
ZXR0aW5ncyogc2V0dGluZ3MgPSB3ZWJraXRfd2ViX3ZpZXdfZ2V0X3NldHRpbmdzKHZpZXcpOwor
ICAgIGdfb2JqZWN0X3NldChHX09CSkVDVChzZXR0aW5ncyksICJlbmFibGUtcGx1Z2lucyIsIGZs
YWcsIE5VTEwpOwogfQogCiBib29sIExheW91dFRlc3RDb250cm9sbGVyOjplbGVtZW50RG9lc0F1
dG9Db21wbGV0ZUZvckVsZW1lbnRXaXRoSWQoSlNTdHJpbmdSZWYgaWQpIAo=
</data>

          </attachment>
      

    </bug>

</bugzilla>