<?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>21930</bug_id>
          
          <creation_ts>2008-10-28 11:48:14 -0700</creation_ts>
          <short_desc>Add MediaPlayerPrivateChromium to MediaPlayer</short_desc>
          <delta_ts>2008-10-29 14:45:28 -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>Platform</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</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="Andrew Scherkus">scherkus</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>96892</commentid>
    <comment_count>0</comment_count>
    <who name="Andrew Scherkus">scherkus</who>
    <bug_when>2008-10-28 11:48:14 -0700</bug_when>
    <thetext>Adds in a MediaPlayerPrivate implementation for Chromium using PLATFORM(CHROMIUM) guard.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>96894</commentid>
    <comment_count>1</comment_count>
      <attachid>24723</attachid>
    <who name="Andrew Scherkus">scherkus</who>
    <bug_when>2008-10-28 11:52:18 -0700</bug_when>
    <thetext>Created attachment 24723
patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>96956</commentid>
    <comment_count>2</comment_count>
      <attachid>24723</attachid>
    <who name="Sam Weinig">sam</who>
    <bug_when>2008-10-28 23:34:16 -0700</bug_when>
    <thetext>Comment on attachment 24723
patch

This needs a ChangeLog and should really also include the new MediaPlayerPrivateChromium.h file as well.  I no we have let quite a few of these header #include changes, but I am beginning to think we should not.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>96999</commentid>
    <comment_count>3</comment_count>
    <who name="Darin Fisher (:fishd, Google)">fishd</who>
    <bug_when>2008-10-29 11:00:08 -0700</bug_when>
    <thetext>Sam, please see Brett&apos;s post to webkit-dev on the subject:
https://lists.webkit.org/pipermail/webkit-dev/2008-October/005526.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>97000</commentid>
    <comment_count>4</comment_count>
    <who name="Sam Weinig">sam</who>
    <bug_when>2008-10-29 11:02:13 -0700</bug_when>
    <thetext>Ok, but it still needs a changelog, which was my main complaint :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>97001</commentid>
    <comment_count>5</comment_count>
    <who name="Andrew Scherkus">scherkus</who>
    <bug_when>2008-10-29 11:04:29 -0700</bug_when>
    <thetext>Yes that was my mistake :)

Uploading a new patch as we speak!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>97007</commentid>
    <comment_count>6</comment_count>
      <attachid>24750</attachid>
    <who name="Andrew Scherkus">scherkus</who>
    <bug_when>2008-10-29 11:19:01 -0700</bug_when>
    <thetext>Created attachment 24750
Includes ChangeLog entry and I fixed the order (we no longer define WIN/MAC/etc. so it doesn&apos;t have to be first)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>97021</commentid>
    <comment_count>7</comment_count>
      <attachid>24750</attachid>
    <who name="Darin Adler">darin</who>
    <bug_when>2008-10-29 13:01:54 -0700</bug_when>
    <thetext>Comment on attachment 24750
Includes ChangeLog entry and I fixed the order (we no longer define WIN/MAC/etc. so it doesn&apos;t have to be first)

&gt; Index: ChangeLog
&gt; ===================================================================
&gt; --- ChangeLog	(revision 37973)
&gt; +++ ChangeLog	(working copy)
&gt; @@ -1,3 +1,12 @@
&gt; +2008-10-29  Andrew Scherkus  &lt;scherkus@chromium.org&gt;
&gt; +
&gt; +        Reviewed by NOBODY (OOPS!).
&gt; +
&gt; +        Add MediaPlayerPrivate header include for Chromium platform.
&gt; +
&gt; +        * WebCore\platform\graphics\MediaPlayer.cpp
&gt; +:
&gt; +

I&apos;m not sure how you&apos;re generating ChangeLog files but there are three problems with this one:

    1) The path uses \ rather than / -- we use / in our ChangeLog even though Windows is one of the platforms we support.
    2) The colon is on a separate line after the filename.
    3) Doesn&apos;t contain a link to this bug on bugs.webkit.org; we prefer to do that.

The person who lands this patch will need to fix these problems.

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>97026</commentid>
    <comment_count>8</comment_count>
    <who name="Andrew Scherkus">scherkus</who>
    <bug_when>2008-10-29 13:17:12 -0700</bug_when>
    <thetext>Thanks for pointing out the ChangeLog mistakes.  I used prepare-ChangeLog under cygwin, but I believe the non-cygwin svn was used by mistake.  I&apos;ll fix it up for future submissions.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>97043</commentid>
    <comment_count>9</comment_count>
    <who name="Darin Fisher (:fishd, Google)">fishd</who>
    <bug_when>2008-10-29 14:45:28 -0700</bug_when>
    <thetext>http://trac.webkit.org/changeset/37980</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>24723</attachid>
            <date>2008-10-28 11:52:18 -0700</date>
            <delta_ts>2008-10-29 11:19:01 -0700</delta_ts>
            <desc>patch</desc>
            <filename>media_player_chromium.diff</filename>
            <type>text/plain</type>
            <size>439</size>
            <attacher name="Andrew Scherkus">scherkus</attacher>
            
              <data encoding="base64">SW5kZXg6IE1lZGlhUGxheWVyLmNwcA0KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQ0KLS0tIE1lZGlhUGxheWVyLmNwcAko
cmV2aXNpb24gMzk3NCkNCisrKyBNZWRpYVBsYXllci5jcHAJKHdvcmtpbmcgY29weSkNCkBAIC0z
NCw3ICszNCw5IEBADQogI2luY2x1ZGUgIkZyYW1lLmgiCiAjaW5jbHVkZSAiRG9jdW1lbnQuaCIK
IAotI2lmIFBMQVRGT1JNKE1BQykKKyNpZiBQTEFURk9STShDSFJPTUlVTSkKKyNpbmNsdWRlICJN
ZWRpYVBsYXllclByaXZhdGVDaHJvbWl1bS5oIgorI2VsaWYgUExBVEZPUk0oTUFDKQogI2luY2x1
ZGUgIk1lZGlhUGxheWVyUHJpdmF0ZVFUS2l0LmgiCiAjZWxpZiBQTEFURk9STShXSU4pCiAjaW5j
bHVkZSAiTWVkaWFQbGF5ZXJQcml2YXRlUXVpY2tUaW1lV2luLmgiCg==
</data>
<flag name="review"
          id="11307"
          type_id="1"
          status="-"
          setter="sam"
    />
          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>24750</attachid>
            <date>2008-10-29 11:19:01 -0700</date>
            <delta_ts>2008-10-29 13:01:54 -0700</delta_ts>
            <desc>Includes ChangeLog entry and I fixed the order (we no longer define WIN/MAC/etc. so it doesn&apos;t have to be first)</desc>
            <filename>media_player_chromium.patch</filename>
            <type>text/plain</type>
            <size>931</size>
            <attacher name="Andrew Scherkus">scherkus</attacher>
            
              <data encoding="base64">SW5kZXg6IENoYW5nZUxvZw0KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PQ0KLS0tIENoYW5nZUxvZwkocmV2aXNpb24gMzc5
NzMpCisrKyBDaGFuZ2VMb2cJKHdvcmtpbmcgY29weSkKQEAgLTEsMyArMSwxMiBAQAorMjAwOC0x
MC0yOSAgQW5kcmV3IFNjaGVya3VzICA8c2NoZXJrdXNAY2hyb21pdW0ub3JnPgorCisgICAgICAg
IFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgIEFkZCBNZWRpYVBsYXllclBy
aXZhdGUgaGVhZGVyIGluY2x1ZGUgZm9yIENocm9taXVtIHBsYXRmb3JtLgorCisgICAgICAgICog
V2ViQ29yZVxwbGF0Zm9ybVxncmFwaGljc1xNZWRpYVBsYXllci5jcHAKKzoKKwogMjAwOC0xMC0y
OCAgTWlrZSBIb21tZXkgIDxnbGFuZGl1bUBkZWJpYW4ub3JnPgogCiAgICAgICAgIFJldmlld2Vk
IGJ5IEFscCBUb2tlci4KSW5kZXg6IFdlYkNvcmUvcGxhdGZvcm0vZ3JhcGhpY3MvTWVkaWFQbGF5
ZXIuY3BwDQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09DQotLS0gV2ViQ29yZS9wbGF0Zm9ybS9ncmFwaGljcy9NZWRpYVBs
YXllci5jcHAJKHJldmlzaW9uIDM3OTczKQorKysgV2ViQ29yZS9wbGF0Zm9ybS9ncmFwaGljcy9N
ZWRpYVBsYXllci5jcHAJKHdvcmtpbmcgY29weSkKQEAgLTQyLDYgKzQyLDggQEAKICNpbmNsdWRl
ICJNZWRpYVBsYXllclByaXZhdGVHU3RyZWFtZXIuaCIKICNlbGlmIFBMQVRGT1JNKFFUKQogI2lu
Y2x1ZGUgIk1lZGlhUGxheWVyUHJpdmF0ZVBob25vbi5oIgorI2VsaWYgUExBVEZPUk0oQ0hST01J
VU0pCisjaW5jbHVkZSAiTWVkaWFQbGF5ZXJQcml2YXRlQ2hyb21pdW0uaCIKICNlbmRpZgogCiBu
YW1lc3BhY2UgV2ViQ29yZSB7Cg==
</data>
<flag name="review"
          id="11320"
          type_id="1"
          status="+"
          setter="darin"
    />
          </attachment>
      

    </bug>

</bugzilla>