<?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>112333</bug_id>
          
          <creation_ts>2013-03-14 02:20:38 -0700</creation_ts>
          <short_desc>[Qt][WK1] REGRESSION(r145784): Blend tests are failing</short_desc>
          <delta_ts>2013-03-14 11:54:53 -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>Tools / Tests</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>
          
          <blocked>79666</blocked>
    
    <blocked>111818</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Zoltan Arvai">zarvai</reporter>
          <assigned_to name="Rik Cabanier">cabanier</assigned_to>
          <cc>cabanier</cc>
    
    <cc>rniwa</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>855075</commentid>
    <comment_count>0</comment_count>
    <who name="Zoltan Arvai">zarvai</who>
    <bug_when>2013-03-14 02:20:38 -0700</bug_when>
    <thetext>Tests failing after r145784 on Qt WK1, but pass on WK2:
http://build.webkit.sed.hu/results/x86-64%20Linux%20Qt%20Release/r145785%20%2849137%29/results.html

css3/compositing/background-blend-mode-property-parsing.html
css3/compositing/background-blend-mode-property.html
css3/compositing/blend-mode-property-parsing.html
css3/compositing/blend-mode-property.html
css3/compositing/should-have-compositing-layer.html
transitions/blendmode-transitions.html


--- /ramdisk/qt-linux-64-release/build/layout-test-results/css3/compositing/background-blend-mode-property-parsing-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/css3/compositing/background-blend-mode-property-parsing-actual.txt
@@ -6,131 +6,131 @@
 
 Basic reference : normal
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;normal&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSPrimitiveValue&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSPrimitiveValuePrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSPrimitiveValueConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be normal (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 
 Basic reference : multiply, screen
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;multiply, screen&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSValueList&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSValueListPrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSValueListConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be multiply, screen (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSValueList. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSValueListPrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSValueListConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 
 Basic reference : screen, hue
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;screen, hue&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSValueList&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSValueListPrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSValueListConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be screen, hue (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSValueList. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSValueListPrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSValueListConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 
 Basic reference : overlay, normal
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;overlay, normal&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSValueList&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSValueListPrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSValueListConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be overlay, normal (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSValueList. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSValueListPrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSValueListConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 
 Basic reference : darken, lighten, normal, luminosity
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;darken, lighten, normal, luminosity&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSValueList&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSValueListPrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSValueListConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be darken, lighten, normal, luminosity (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSValueList. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSValueListPrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSValueListConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 
 Basic reference : lighten
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;lighten&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSPrimitiveValue&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSPrimitiveValuePrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSPrimitiveValueConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be lighten (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 
 Basic reference : color-dodge
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;color-dodge&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSPrimitiveValue&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSPrimitiveValuePrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSPrimitiveValueConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be color-dodge (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 
 Basic reference : color-burn
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;color-burn&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSPrimitiveValue&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSPrimitiveValuePrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSPrimitiveValueConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be color-burn (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 
 Basic reference : hard-light
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;hard-light&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSPrimitiveValue&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSPrimitiveValuePrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSPrimitiveValueConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be hard-light (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 
 Basic reference : soft-light
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;soft-light&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSPrimitiveValue&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSPrimitiveValuePrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSPrimitiveValueConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be soft-light (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 
 Basic reference : difference
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;difference&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSPrimitiveValue&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSPrimitiveValuePrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSPrimitiveValueConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be difference (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 
 Basic reference : exclusion
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;exclusion&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSPrimitiveValue&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSPrimitiveValuePrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSPrimitiveValueConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be exclusion (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 
 Basic reference : hue
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;hue&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSPrimitiveValue&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSPrimitiveValuePrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSPrimitiveValueConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be hue (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 
 Basic reference : saturation
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;saturation&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSPrimitiveValue&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSPrimitiveValuePrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSPrimitiveValueConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be saturation (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 
 Basic reference : color
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;color&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSPrimitiveValue&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSPrimitiveValuePrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSPrimitiveValueConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be color (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 
 Basic reference : luminosity
 PASS cssRule.type is 1
-PASS declaration.length is 1
-PASS declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) is &apos;luminosity&apos;
-PASS jsWrapperClass(blendModeRule) is &apos;CSSPrimitiveValue&apos;
-PASS jsWrapperClass(blendModeRule.__proto__) is &apos;CSSPrimitiveValuePrototype&apos;
-PASS jsWrapperClass(blendModeRule.constructor) is &apos;CSSPrimitiveValueConstructor&apos;
+FAIL declaration.length should be 1. Was 0.
+FAIL declaration.getPropertyValue(&apos;-webkit-background-blend-mode&apos;) should be luminosity (of type string). Was null (of type object).
+FAIL jsWrapperClass(blendModeRule) should be CSSPrimitiveValue. Was [null].
+FAIL jsWrapperClass(blendModeRule.__proto__) should be CSSPrimitiveValuePrototype. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.__proto__&apos;)
+FAIL jsWrapperClass(blendModeRule.constructor) should be CSSPrimitiveValueConstructor. Threw exception TypeError: &apos;null&apos; is not an object (evaluating &apos;blendModeRule.constructor&apos;)
 PASS successfullyParsed is true
 
 TEST COMPLETE</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>855100</commentid>
    <comment_count>1</comment_count>
    <who name="Zoltan Arvai">zarvai</who>
    <bug_when>2013-03-14 02:56:11 -0700</bug_when>
    <thetext>Skipped on Qt WK1 in http://trac.webkit.org/changeset/145799.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>855262</commentid>
    <comment_count>2</comment_count>
      <attachid>193141</attachid>
    <who name="Rik Cabanier">cabanier</who>
    <bug_when>2013-03-14 09:47:18 -0700</bug_when>
    <thetext>Created attachment 193141
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>855264</commentid>
    <comment_count>3</comment_count>
      <attachid>193141</attachid>
    <who name="Rik Cabanier">cabanier</who>
    <bug_when>2013-03-14 09:48:01 -0700</bug_when>
    <thetext>Comment on attachment 193141
Patch

I can&apos;t build QT on my machine so I&apos;m unable to verify that this will work</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>855267</commentid>
    <comment_count>4</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-03-14 09:50:43 -0700</bug_when>
    <thetext>Attachment 193141 did not pass style-queue:

Failed to run &quot;[&apos;Tools/Scripts/check-webkit-style&apos;, &apos;--diff-files&apos;, u&apos;Source/WebKit/qt/Api/qwebsettings.cpp&apos;, u&apos;Source/WebKit/qt/Api/qwebsettings.h&apos;, u&apos;Source/WebKit/qt/ChangeLog&apos;]&quot; exit_code: 1
Source/WebKit/qt/Api/qwebsettings.cpp:184:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>855383</commentid>
    <comment_count>5</comment_count>
      <attachid>193141</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-03-14 11:54:50 -0700</bug_when>
    <thetext>Comment on attachment 193141
Patch

Clearing flags on attachment: 193141

Committed r145833: &lt;http://trac.webkit.org/changeset/145833&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>855384</commentid>
    <comment_count>6</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2013-03-14 11:54:53 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>193141</attachid>
            <date>2013-03-14 09:47:18 -0700</date>
            <delta_ts>2013-03-14 11:54:49 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-112333-20130314094315.patch</filename>
            <type>text/plain</type>
            <size>2718</size>
            <attacher name="Rik Cabanier">cabanier</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJLaXQvcXQvQ2hhbmdlTG9nCj09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFNvdXJjZS9X
ZWJLaXQvcXQvQ2hhbmdlTG9nCShyZXZpc2lvbiAxNDU4MjApCisrKyBTb3VyY2UvV2ViS2l0L3F0
L0NoYW5nZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwzICsxLDE3IEBACisyMDEzLTAzLTE0ICBS
aWsgQ2FiYW5pZXIgIDxjYWJhbmllckBhZG9iZS5jb20+CisKKyAgICAgICAgW1F0XVtXSzFdIFJF
R1JFU1NJT04ocjE0NTc4NCk6IEJsZW5kIHRlc3RzIGFyZSBmYWlsaW5nCisgICAgICAgIGh0dHBz
Oi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0xMTIzMzMKKworICAgICAgICBSZXZp
ZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICBBZGRlZCBjb2RlIHRvIHBhc3NlZCBj
b21wb3NpdGluZyBwcmVmZW5jZSB0byBXZWJDb3JlLgorCisgICAgICAgICogQXBpL3F3ZWJzZXR0
aW5ncy5jcHA6CisgICAgICAgIChRV2ViU2V0dGluZ3NQcml2YXRlOjphcHBseSk6CisgICAgICAg
IChRV2ViU2V0dGluZ3M6OlFXZWJTZXR0aW5ncyk6CisgICAgICAgICogQXBpL3F3ZWJzZXR0aW5n
cy5oOgorCiAyMDEzLTAzLTE0ICBBYmhpc2hlayBBcnlhICA8aW5mZXJub0BjaHJvbWl1bS5vcmc+
CiAKICAgICAgICAgUmVwbGFjZSBzdGF0aWNfY2FzdHMgd2l0aCB0byogaGVscGVyIGZ1bmN0aW9u
cy4KSW5kZXg6IFNvdXJjZS9XZWJLaXQvcXQvQXBpL3F3ZWJzZXR0aW5ncy5jcHAKPT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PQotLS0gU291cmNlL1dlYktpdC9xdC9BcGkvcXdlYnNldHRpbmdzLmNwcAkocmV2aXNpb24gMTQ1
Nzg2KQorKysgU291cmNlL1dlYktpdC9xdC9BcGkvcXdlYnNldHRpbmdzLmNwcAkod29ya2luZyBj
b3B5KQpAQCAtMTgwLDYgKzE4MCw5IEBAIHZvaWQgUVdlYlNldHRpbmdzUHJpdmF0ZTo6YXBwbHko
KQogICAgICAgICB2YWx1ZSA9IGF0dHJpYnV0ZXMudmFsdWUoUVdlYlNldHRpbmdzOjpDU1NSZWdp
b25zRW5hYmxlZCwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGdsb2JhbC0+YXR0
cmlidXRlcy52YWx1ZShRV2ViU2V0dGluZ3M6OkNTU1JlZ2lvbnNFbmFibGVkKSk7CiAgICAgICAg
IFdlYkNvcmU6OlJ1bnRpbWVFbmFibGVkRmVhdHVyZXM6OnNldENTU1JlZ2lvbnNFbmFibGVkKHZh
bHVlKTsKKyAgICAgICAgdmFsdWUgPSBhdHRyaWJ1dGVzLnZhbHVlKFFXZWJTZXR0aW5nczo6Q1NT
Q29tcG9zaXRpbmdFbmFibGVkLAorICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZ2xv
YmFsLT5hdHRyaWJ1dGVzLnZhbHVlKFFXZWJTZXR0aW5nczo6Q1NTQ29tcG9zaXRpbmdFbmFibGVk
KSk7CisgICAgICAgIFdlYkNvcmU6OlJ1bnRpbWVFbmFibGVkRmVhdHVyZXM6OnNldENTU0NvbXBv
c2l0aW5nRW5hYmxlZCh2YWx1ZSk7CiAgICAgICAgIHZhbHVlID0gYXR0cmlidXRlcy52YWx1ZShR
V2ViU2V0dGluZ3M6OkNTU0dyaWRMYXlvdXRFbmFibGVkLAogICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgZ2xvYmFsLT5hdHRyaWJ1dGVzLnZhbHVlKFFXZWJTZXR0aW5nczo6Q1NTR3Jp
ZExheW91dEVuYWJsZWQpKTsKICAgICAgICAgc2V0dGluZ3MtPnNldENTU0dyaWRMYXlvdXRFbmFi
bGVkKHZhbHVlKTsKQEAgLTU0OCw2ICs1NTEsNyBAQCBRV2ViU2V0dGluZ3M6OlFXZWJTZXR0aW5n
cygpCiAgICAgZC0+YXR0cmlidXRlcy5pbnNlcnQoUVdlYlNldHRpbmdzOjpXZWJHTEVuYWJsZWQs
IHRydWUpOwogICAgIGQtPmF0dHJpYnV0ZXMuaW5zZXJ0KFFXZWJTZXR0aW5nczo6V2ViQXVkaW9F
bmFibGVkLCBmYWxzZSk7CiAgICAgZC0+YXR0cmlidXRlcy5pbnNlcnQoUVdlYlNldHRpbmdzOjpD
U1NSZWdpb25zRW5hYmxlZCwgdHJ1ZSk7CisgICAgZC0+YXR0cmlidXRlcy5pbnNlcnQoUVdlYlNl
dHRpbmdzOjpDU1NDb21wb3NpdGluZ0VuYWJsZWQsIHRydWUpOwogICAgIGQtPmF0dHJpYnV0ZXMu
aW5zZXJ0KFFXZWJTZXR0aW5nczo6Q1NTR3JpZExheW91dEVuYWJsZWQsIGZhbHNlKTsKICAgICBk
LT5hdHRyaWJ1dGVzLmluc2VydChRV2ViU2V0dGluZ3M6Okh5cGVybGlua0F1ZGl0aW5nRW5hYmxl
ZCwgZmFsc2UpOwogICAgIGQtPmF0dHJpYnV0ZXMuaW5zZXJ0KFFXZWJTZXR0aW5nczo6VGlsZWRC
YWNraW5nU3RvcmVFbmFibGVkLCBmYWxzZSk7CkluZGV4OiBTb3VyY2UvV2ViS2l0L3F0L0FwaS9x
d2Vic2V0dGluZ3MuaAo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2ViS2l0L3F0L0FwaS9xd2Vic2V0
dGluZ3MuaAkocmV2aXNpb24gMTQ1Nzg2KQorKysgU291cmNlL1dlYktpdC9xdC9BcGkvcXdlYnNl
dHRpbmdzLmgJKHdvcmtpbmcgY29weSkKQEAgLTgwLDYgKzgwLDcgQEAgcHVibGljOgogICAgICAg
ICBKYXZhc2NyaXB0Q2FuQ2xvc2VXaW5kb3dzLAogICAgICAgICBXZWJHTEVuYWJsZWQsCiAgICAg
ICAgIENTU1JlZ2lvbnNFbmFibGVkLAorICAgICAgICBDU1NDb21wb3NpdGluZ0VuYWJsZWQsCiAg
ICAgICAgIEh5cGVybGlua0F1ZGl0aW5nRW5hYmxlZCwKICAgICAgICAgQ1NTR3JpZExheW91dEVu
YWJsZWQsCiAgICAgICAgIFNjcm9sbEFuaW1hdG9yRW5hYmxlZCwK
</data>

          </attachment>
      

    </bug>

</bugzilla>