<?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>52386</bug_id>
          
          <creation_ts>2011-01-13 11:53:23 -0800</creation_ts>
          <short_desc>Map GC3Dboolean to bool instead of unsigned char in GraphicsContext3D</short_desc>
          <delta_ts>2011-01-13 13:11:38 -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>WebGL</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</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>51908</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Zhenyao Mo">zmo</reporter>
          <assigned_to name="Zhenyao Mo">zmo</assigned_to>
          <cc>kbr</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>333848</commentid>
    <comment_count>0</comment_count>
    <who name="Zhenyao Mo">zmo</who>
    <bug_when>2011-01-13 11:53:23 -0800</bug_when>
    <thetext>As kbr pointed out in https://bugs.webkit.org/show_bug.cgi?id=51908, mapping it to unsigned char loses semantical information.

Instead of addressing this issue in https://bugs.webkit.org/show_bug.cgi?id=51908, I&apos;d rather do it in a seperate patch before landing the reviewed patch in https://bugs.webkit.org/show_bug.cgi?id=51908.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>333901</commentid>
    <comment_count>1</comment_count>
    <who name="Zhenyao Mo">zmo</who>
    <bug_when>2011-01-13 13:11:38 -0800</bug_when>
    <thetext>Turns out it&apos;s just change the typedef of GC3Dboolean, because mapping bool to GLboolean in gl function calls won&apos;t raise any warnings, so I will fix this in the landing patch in 51908.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>