<?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>48964</bug_id>
          
          <creation_ts>2010-11-03 18:20:22 -0700</creation_ts>
          <short_desc>Linker error, undefined reference WebCore::setsetCookieStoragePrivateBrowsingEnabled(bool)</short_desc>
          <delta_ts>2010-11-04 11:03:08 -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>Android</rep_platform>
          <op_sys>Android</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>jreck</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>commit-queue</cc>
    
    <cc>steveblock</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>304394</commentid>
    <comment_count>0</comment_count>
    <who name="">jreck</who>
    <bug_when>2010-11-03 18:20:22 -0700</bug_when>
    <thetext>Linker error building Settings.cpp for Android, undefined reference to WebCore::setCookieStoragePrivateBrowsingEnabled(bool).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>304395</commentid>
    <comment_count>1</comment_count>
      <attachid>72891</attachid>
    <who name="">jreck</who>
    <bug_when>2010-11-03 18:21:57 -0700</bug_when>
    <thetext>Created attachment 72891
Patch that moves the setCookieStoragePrivateBrowsingEnabled stub into the WebCore namespace</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>304445</commentid>
    <comment_count>2</comment_count>
      <attachid>72891</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-11-03 20:02:26 -0700</bug_when>
    <thetext>Comment on attachment 72891
Patch that moves the setCookieStoragePrivateBrowsingEnabled stub into the WebCore namespace

Sorry, r- due to lack of ChangeLog.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>304501</commentid>
    <comment_count>3</comment_count>
    <who name="Steve Block">steveblock</who>
    <bug_when>2010-11-03 23:56:52 -0700</bug_when>
    <thetext>It would be useful to include in the ChangeLog a link to the change that introduced the problem, and maybe CC the original author to check they&apos;re happy with the fix.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>304507</commentid>
    <comment_count>4</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-11-04 00:04:27 -0700</bug_when>
    <thetext>This is certainly fine as a build fix. I&apos;d welcome input from folks who know how private browsing works on Android and Chromium - perhaps we could refactor setCookieStoragePrivateBrowsingEnabled() in a way that doesn&apos;t involve dummy implementations on platforms that do this differently now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>304728</commentid>
    <comment_count>5</comment_count>
      <attachid>72957</attachid>
    <who name="">jreck</who>
    <bug_when>2010-11-04 10:11:39 -0700</bug_when>
    <thetext>Created attachment 72957
Moved the Android setCookieStoragePrivateBrowsingEnabled(bool) stub to the WebCore namespace</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>304731</commentid>
    <comment_count>6</comment_count>
      <attachid>72957</attachid>
    <who name="Steve Block">steveblock</who>
    <bug_when>2010-11-04 10:19:18 -0700</bug_when>
    <thetext>Comment on attachment 72957
Moved the Android setCookieStoragePrivateBrowsingEnabled(bool) stub to the WebCore namespace

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

Did you track down the original offending change? Would be good to link to it

&gt; WebCore/ChangeLog:9
&gt; +        a linker failure when building for Android. Moved the stub to the WebCore namespace.

All WebCore changes need to mention how they&apos;re tested. In this case, &apos;No new tests, build fix only&apos; is sufficient</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>304732</commentid>
    <comment_count>7</comment_count>
      <attachid>72958</attachid>
    <who name="">jreck</who>
    <bug_when>2010-11-04 10:23:04 -0700</bug_when>
    <thetext>Created attachment 72958
Moved the Android setCookieStoragePrivateBrowsingEnabled(bool) stub to the WebCore namespace

3rd times a charm? *crosses fingers* heh</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>304737</commentid>
    <comment_count>8</comment_count>
      <attachid>72958</attachid>
    <who name="Steve Block">steveblock</who>
    <bug_when>2010-11-04 10:32:49 -0700</bug_when>
    <thetext>Comment on attachment 72958
Moved the Android setCookieStoragePrivateBrowsingEnabled(bool) stub to the WebCore namespace

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>304758</commentid>
    <comment_count>9</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2010-11-04 11:00:56 -0700</bug_when>
    <thetext>The commit-queue encountered the following flaky tests while processing attachment 72958:

http/tests/xmlhttprequest/cross-origin-no-credential-prompt.html

Please file bugs against the tests.  These tests were authored by ap@webkit.org.  The commit-queue is continuing to process your patch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>304762</commentid>
    <comment_count>10</comment_count>
      <attachid>72958</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2010-11-04 11:03:03 -0700</bug_when>
    <thetext>Comment on attachment 72958
Moved the Android setCookieStoragePrivateBrowsingEnabled(bool) stub to the WebCore namespace

Clearing flags on attachment: 72958

Committed r71346: &lt;http://trac.webkit.org/changeset/71346&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>304763</commentid>
    <comment_count>11</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2010-11-04 11:03:08 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>72891</attachid>
            <date>2010-11-03 18:21:57 -0700</date>
            <delta_ts>2010-11-04 10:11:39 -0700</delta_ts>
            <desc>Patch that moves the setCookieStoragePrivateBrowsingEnabled stub into the WebCore namespace</desc>
            <filename>linkStubPatch</filename>
            <type>text/plain</type>
            <size>496</size>
            <attacher>jreck</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYkNvcmUvcGxhdGZvcm0vYW5kcm9pZC9UZW1wb3JhcnlMaW5rU3R1YnMuY3BwCj09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT0KLS0tIFdlYkNvcmUvcGxhdGZvcm0vYW5kcm9pZC9UZW1wb3JhcnlMaW5rU3R1YnMu
Y3BwCShyZXZpc2lvbiA3MDk0OSkKKysrIFdlYkNvcmUvcGxhdGZvcm0vYW5kcm9pZC9UZW1wb3Jh
cnlMaW5rU3R1YnMuY3BwCSh3b3JraW5nIGNvcHkpCkBAIC01MDEsOSArNTAxLDEzIEBAIE9wYXF1
ZUpTQ2xhc3NDb250ZXh0RGF0YTo6fk9wYXF1ZUpTQ2xhc3MKICAgICBub3RJbXBsZW1lbnRlZCgp
OwogfQogCisjZW5kaWYKKworbmFtZXNwYWNlIFdlYkNvcmUgeworCiB2b2lkIHNldENvb2tpZVN0
b3JhZ2VQcml2YXRlQnJvd3NpbmdFbmFibGVkKGJvb2wpCiB7CiAgICAgbm90SW1wbGVtZW50ZWQo
KTsKIH0KIAotI2VuZGlmCit9IC8vIG5hbWVzcGFjZSBXZWJDb3JlCg==
</data>
<flag name="review"
          id="63229"
          type_id="1"
          status="-"
          setter="ap"
    />
          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>72957</attachid>
            <date>2010-11-04 10:11:39 -0700</date>
            <delta_ts>2010-11-04 10:23:04 -0700</delta_ts>
            <desc>Moved the Android setCookieStoragePrivateBrowsingEnabled(bool) stub to the WebCore namespace</desc>
            <filename>linkStubPatch</filename>
            <type>text/plain</type>
            <size>1247</size>
            <attacher>jreck</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYkNvcmUvQ2hhbmdlTG9nCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFdlYkNvcmUvQ2hhbmdlTG9n
CShyZXZpc2lvbiA3MTM0MSkKKysrIFdlYkNvcmUvQ2hhbmdlTG9nCSh3b3JraW5nIGNvcHkpCkBA
IC0xLDMgKzEsMTUgQEAKKzIwMTAtMTEtMDQgIEpvaG4gUmVjayAgPGpyZWNrQGdvb2dsZS5jb20+
CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgRml4IGEg
bGlua2VyIGZhaWx1cmUgd2hlbiBidWlsZGluZyBmb3IgQW5kcm9pZAorICAgICAgICBodHRwczov
L2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9NDg5NjQKKyAgICAgICAgCisgICAgICAg
IFRoZSBBbmRyb2lkIHN0dWIgZm9yIHNldENvb2tpZVN0b3JhZ2VQcml2YXRlQnJvd3NpbmdFbmFi
bGVkKGJvb2wpIHdhc24ndCBpbiB0aGUgV2ViQ29yZSBuYW1lc3BhY2UsIHdoaWNoIGNhdXNlZAor
ICAgICAgICBhIGxpbmtlciBmYWlsdXJlIHdoZW4gYnVpbGRpbmcgZm9yIEFuZHJvaWQuIE1vdmVk
IHRoZSBzdHViIHRvIHRoZSBXZWJDb3JlIG5hbWVzcGFjZS4KKworICAgICAgICAqIHBsYXRmb3Jt
L2FuZHJvaWQvVGVtcG9yYXJ5TGlua1N0dWJzLmNwcDoKKwogMjAxMC0xMS0wNCAgSm9zZXBoIFBl
Y29yYXJvICA8am9lcGVja0B3ZWJraXQub3JnPgogCiAgICAgICAgIFJldmlld2VkIGJ5IEFuZHJl
YXMgS2xpbmcuCkluZGV4OiBXZWJDb3JlL3BsYXRmb3JtL2FuZHJvaWQvVGVtcG9yYXJ5TGlua1N0
dWJzLmNwcAo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09Ci0tLSBXZWJDb3JlL3BsYXRmb3JtL2FuZHJvaWQvVGVtcG9yYXJ5
TGlua1N0dWJzLmNwcAkocmV2aXNpb24gNzA5NDkpCisrKyBXZWJDb3JlL3BsYXRmb3JtL2FuZHJv
aWQvVGVtcG9yYXJ5TGlua1N0dWJzLmNwcAkod29ya2luZyBjb3B5KQpAQCAtNTAxLDkgKzUwMSwx
MyBAQCBPcGFxdWVKU0NsYXNzQ29udGV4dERhdGE6On5PcGFxdWVKU0NsYXNzCiAgICAgbm90SW1w
bGVtZW50ZWQoKTsKIH0KIAorI2VuZGlmCisKK25hbWVzcGFjZSBXZWJDb3JlIHsKKwogdm9pZCBz
ZXRDb29raWVTdG9yYWdlUHJpdmF0ZUJyb3dzaW5nRW5hYmxlZChib29sKQogewogICAgIG5vdElt
cGxlbWVudGVkKCk7CiB9CiAKLSNlbmRpZgorfSAvLyBuYW1lc3BhY2UgV2ViQ29yZQo=
</data>
<flag name="review"
          id="63302"
          type_id="1"
          status="-"
          setter="steveblock"
    />
          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>72958</attachid>
            <date>2010-11-04 10:23:04 -0700</date>
            <delta_ts>2010-11-04 11:03:03 -0700</delta_ts>
            <desc>Moved the Android setCookieStoragePrivateBrowsingEnabled(bool) stub to the WebCore namespace</desc>
            <filename>linkStubPatch</filename>
            <type>text/plain</type>
            <size>1363</size>
            <attacher>jreck</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYkNvcmUvQ2hhbmdlTG9nCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFdlYkNvcmUvQ2hhbmdlTG9n
CShyZXZpc2lvbiA3MTM0MSkKKysrIFdlYkNvcmUvQ2hhbmdlTG9nCSh3b3JraW5nIGNvcHkpCkBA
IC0xLDMgKzEsMTggQEAKKzIwMTAtMTEtMDQgIEpvaG4gUmVjayAgPGpyZWNrQGdvb2dsZS5jb20+
CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgRml4IGEg
bGlua2VyIGZhaWx1cmUgd2hlbiBidWlsZGluZyBmb3IgQW5kcm9pZAorICAgICAgICBodHRwczov
L2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9NDg5NjQKKyAgICAgICAgCisgICAgICAg
IFRoZSBBbmRyb2lkIHN0dWIgZm9yIHNldENvb2tpZVN0b3JhZ2VQcml2YXRlQnJvd3NpbmdFbmFi
bGVkKGJvb2wpIHdhc24ndCBpbiB0aGUgV2ViQ29yZSBuYW1lc3BhY2UsIHdoaWNoIGNhdXNlZAor
ICAgICAgICBhIGxpbmtlciBmYWlsdXJlIHdoZW4gYnVpbGRpbmcgZm9yIEFuZHJvaWQuIE1vdmVk
IHRoZSBzdHViIHRvIHRoZSBXZWJDb3JlIG5hbWVzcGFjZS4gVGhpcyB3YXMgY2F1c2VkIGJ5IAor
ICAgICAgICBodHRwOi8vdHJhYy53ZWJraXQub3JnL2NoYW5nZXNldC83MDQwMAorICAgICAgICAK
KyAgICAgICAgTm8gbmV3IHRlc3RzLCBidWlsZCBmaXggb25seQorCisgICAgICAgICogcGxhdGZv
cm0vYW5kcm9pZC9UZW1wb3JhcnlMaW5rU3R1YnMuY3BwOgorCiAyMDEwLTExLTA0ICBKb3NlcGgg
UGVjb3Jhcm8gIDxqb2VwZWNrQHdlYmtpdC5vcmc+CiAKICAgICAgICAgUmV2aWV3ZWQgYnkgQW5k
cmVhcyBLbGluZy4KSW5kZXg6IFdlYkNvcmUvcGxhdGZvcm0vYW5kcm9pZC9UZW1wb3JhcnlMaW5r
U3R1YnMuY3BwCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT0KLS0tIFdlYkNvcmUvcGxhdGZvcm0vYW5kcm9pZC9UZW1wb3Jh
cnlMaW5rU3R1YnMuY3BwCShyZXZpc2lvbiA3MDk0OSkKKysrIFdlYkNvcmUvcGxhdGZvcm0vYW5k
cm9pZC9UZW1wb3JhcnlMaW5rU3R1YnMuY3BwCSh3b3JraW5nIGNvcHkpCkBAIC01MDEsOSArNTAx
LDEzIEBAIE9wYXF1ZUpTQ2xhc3NDb250ZXh0RGF0YTo6fk9wYXF1ZUpTQ2xhc3MKICAgICBub3RJ
bXBsZW1lbnRlZCgpOwogfQogCisjZW5kaWYKKworbmFtZXNwYWNlIFdlYkNvcmUgeworCiB2b2lk
IHNldENvb2tpZVN0b3JhZ2VQcml2YXRlQnJvd3NpbmdFbmFibGVkKGJvb2wpCiB7CiAgICAgbm90
SW1wbGVtZW50ZWQoKTsKIH0KIAotI2VuZGlmCit9IC8vIG5hbWVzcGFjZSBXZWJDb3JlCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>