<?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>221250</bug_id>
          
          <creation_ts>2021-02-02 01:02:40 -0800</creation_ts>
          <short_desc>WKASCAuthorizationPresenterDelegate needs to import RunLoop.h and BlockPtr.h</short_desc>
          <delta_ts>2021-02-02 10:15:44 -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>New Bugs</component>
          <version>WebKit 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>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Antoine Quint">graouts</reporter>
          <assigned_to name="Antoine Quint">graouts</assigned_to>
          <cc>dino</cc>
    
    <cc>ews-watchlist</cc>
    
    <cc>jiewen_tan</cc>
    
    <cc>koivisto</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1724562</commentid>
    <comment_count>0</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2021-02-02 01:02:40 -0800</bug_when>
    <thetext>WKASCAuthorizationPresenterDelegate needs to import RunLoop.h and BlockPtr.h</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1724563</commentid>
    <comment_count>1</comment_count>
      <attachid>418971</attachid>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2021-02-02 01:03:13 -0800</bug_when>
    <thetext>Created attachment 418971
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1724582</commentid>
    <comment_count>2</comment_count>
      <attachid>418971</attachid>
    <who name="Antti Koivisto">koivisto</who>
    <bug_when>2021-02-02 02:22:27 -0800</bug_when>
    <thetext>Comment on attachment 418971
Patch

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

&gt; Source/WebKit/UIProcess/WebAuthentication/Cocoa/WKASCAuthorizationPresenterDelegate.mm:35
&gt; +#import &lt;wtf/BlockPtr.h&gt;
&gt; +#import &lt;wtf/RunLoop.h&gt;
&gt;  #import &quot;AuthenticationServicesCoreSoftLink.h&quot;

Don&apos;t we usually sort wtf includes last? Wonder why style bot is not complaining.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1724583</commentid>
    <comment_count>3</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2021-02-02 02:24:31 -0800</bug_when>
    <thetext>(In reply to Antti Koivisto from comment #2)
&gt; Comment on attachment 418971 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=418971&amp;action=review
&gt; 
&gt; &gt; Source/WebKit/UIProcess/WebAuthentication/Cocoa/WKASCAuthorizationPresenterDelegate.mm:35
&gt; &gt; +#import &lt;wtf/BlockPtr.h&gt;
&gt; &gt; +#import &lt;wtf/RunLoop.h&gt;
&gt; &gt;  #import &quot;AuthenticationServicesCoreSoftLink.h&quot;
&gt; 
&gt; Don&apos;t we usually sort wtf includes last? Wonder why style bot is not
&gt; complaining.

Actually, the style checker complained the other way around that soft-linking headers should appear last.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1724587</commentid>
    <comment_count>4</comment_count>
      <attachid>418971</attachid>
    <who name="Dean Jackson">dino</who>
    <bug_when>2021-02-02 02:27:44 -0800</bug_when>
    <thetext>Comment on attachment 418971
Patch

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

&gt;&gt;&gt; Source/WebKit/UIProcess/WebAuthentication/Cocoa/WKASCAuthorizationPresenterDelegate.mm:35
&gt;&gt;&gt;  #import &quot;AuthenticationServicesCoreSoftLink.h&quot;
&gt;&gt; 
&gt;&gt; Don&apos;t we usually sort wtf includes last? Wonder why style bot is not complaining.
&gt; 
&gt; Actually, the style checker complained the other way around that soft-linking headers should appear last.

Huh!? If that&apos;s the case, I think there should be a blank line separating them.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1724591</commentid>
    <comment_count>5</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2021-02-02 02:48:05 -0800</bug_when>
    <thetext>(In reply to Dean Jackson from comment #4)
&gt; Comment on attachment 418971 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=418971&amp;action=review
&gt; 
&gt; &gt;&gt;&gt; Source/WebKit/UIProcess/WebAuthentication/Cocoa/WKASCAuthorizationPresenterDelegate.mm:35
&gt; &gt;&gt;&gt;  #import &quot;AuthenticationServicesCoreSoftLink.h&quot;
&gt; &gt;&gt; 
&gt; &gt;&gt; Don&apos;t we usually sort wtf includes last? Wonder why style bot is not complaining.
&gt; &gt; 
&gt; &gt; Actually, the style checker complained the other way around that soft-linking headers should appear last.
&gt; 
&gt; Huh!?

Yeah!

&gt; If that&apos;s the case, I think there should be a blank line separating them.

Sure, will do that.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1724600</commentid>
    <comment_count>6</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2021-02-02 03:07:35 -0800</bug_when>
    <thetext>Committed r272203: &lt;https://trac.webkit.org/changeset/272203&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1724601</commentid>
    <comment_count>7</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-02-02 03:08:13 -0800</bug_when>
    <thetext>&lt;rdar://problem/73872818&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1724730</commentid>
    <comment_count>8</comment_count>
    <who name="Jiewen Tan">jiewen_tan</who>
    <bug_when>2021-02-02 10:15:44 -0800</bug_when>
    <thetext>Thanks for fixing this issue. Sorry for causing it.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>418971</attachid>
            <date>2021-02-02 01:03:13 -0800</date>
            <delta_ts>2021-02-02 02:21:24 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-221250-20210202100312.patch</filename>
            <type>text/plain</type>
            <size>1368</size>
            <attacher name="Antoine Quint">graouts</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjcyMTI5CmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViS2l0L0No
YW5nZUxvZyBiL1NvdXJjZS9XZWJLaXQvQ2hhbmdlTG9nCmluZGV4IGY4ZjQ1YTNkYWZlNWJhMGQx
ZjQ4ZDlkNmY2OWQ5NWRlZTFiOTQwYzYuLmZkMmI5YTI2ODdjZjJlODdkOGFjZjQ0NDkwZmU4ZmIz
ZGRkYjdmMTQgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9XZWJLaXQvQ2hhbmdlTG9nCisrKyBiL1NvdXJj
ZS9XZWJLaXQvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTIgQEAKKzIwMjEtMDItMDIgIEFudG9pbmUg
UXVpbnQgIDxncmFvdXRzQHdlYmtpdC5vcmc+CisKKyAgICAgICAgV0tBU0NBdXRob3JpemF0aW9u
UHJlc2VudGVyRGVsZWdhdGUgbmVlZHMgdG8gaW1wb3J0IFJ1bkxvb3AuaCBhbmQgQmxvY2tQdHIu
aAorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MjIxMjUw
CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgKiBVSVBy
b2Nlc3MvV2ViQXV0aGVudGljYXRpb24vQ29jb2EvV0tBU0NBdXRob3JpemF0aW9uUHJlc2VudGVy
RGVsZWdhdGUubW06CisKIDIwMjEtMDEtMjkgIERhcmluIEFkbGVyICA8ZGFyaW5AYXBwbGUuY29t
PgogCiAgICAgICAgIENoZWNrIGFjdGl2ZURvY3VtZW50TG9hZGVyKCkgZm9yIG51bGwgY29uc2lz
dGVudGx5IGV2ZXJ5d2hlcmUKZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJLaXQvVUlQcm9jZXNzL1dl
YkF1dGhlbnRpY2F0aW9uL0NvY29hL1dLQVNDQXV0aG9yaXphdGlvblByZXNlbnRlckRlbGVnYXRl
Lm1tIGIvU291cmNlL1dlYktpdC9VSVByb2Nlc3MvV2ViQXV0aGVudGljYXRpb24vQ29jb2EvV0tB
U0NBdXRob3JpemF0aW9uUHJlc2VudGVyRGVsZWdhdGUubW0KaW5kZXggN2NjMTcwNzQ0YThlNGI1
ZDA1MDcxZWViZGEwZjRlYjBlMDJkZjRiYi4uN2MyMDhmZjBhZDU3MDBlYzE3ZGI0NDM4YjY4MzQ5
YTQzY2QyNmE5OSAxMDA2NDQKLS0tIGEvU291cmNlL1dlYktpdC9VSVByb2Nlc3MvV2ViQXV0aGVu
dGljYXRpb24vQ29jb2EvV0tBU0NBdXRob3JpemF0aW9uUHJlc2VudGVyRGVsZWdhdGUubW0KKysr
IGIvU291cmNlL1dlYktpdC9VSVByb2Nlc3MvV2ViQXV0aGVudGljYXRpb24vQ29jb2EvV0tBU0NB
dXRob3JpemF0aW9uUHJlc2VudGVyRGVsZWdhdGUubW0KQEAgLTMwLDYgKzMwLDggQEAKIAogI2lt
cG9ydCAiQXV0aGVudGljYXRvclByZXNlbnRlckNvb3JkaW5hdG9yLmgiCiAKKyNpbXBvcnQgPHd0
Zi9CbG9ja1B0ci5oPgorI2ltcG9ydCA8d3RmL1J1bkxvb3AuaD4KICNpbXBvcnQgIkF1dGhlbnRp
Y2F0aW9uU2VydmljZXNDb3JlU29mdExpbmsuaCIKIAogTlNfQVNTVU1FX05PTk5VTExfQkVHSU4K
</data>
<flag name="review"
          id="437087"
          type_id="1"
          status="+"
          setter="koivisto"
    />
          </attachment>
      

    </bug>

</bugzilla>