WebKit Bugzilla
Attachment 368803 Details for
Bug 179531
: Bug to test EWS with non-unicode characters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-179531-20190502121852.patch (text/plain), 2.75 KB, created by
Aakash Jain
on 2019-05-02 12:18:52 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-05-02 12:18:52 PDT
Size:
2.75 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 244878) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,16 @@ >+2019-05-02 Aakash Jain <aakash_jain@apple.com> >+ >+ Bug to test EWS >+ https://bugs.webkit.org/show_bug.cgi?id=179531 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/webkitpy/common/config/urls.py: >+ * Scripts/webkitpy/tool/main.py: >+ (WebKitPatch.__init__): >+ * Scripts/webkitpy/tool/steps/submittoews.py: >+ (SubmitToEWS.run): >+ > 2019-05-02 Alex Christensen <achristensen@webkit.org> > > Build fix for internal branch. >Index: Tools/Scripts/webkitpy/common/config/urls.py >=================================================================== >--- Tools/Scripts/webkitpy/common/config/urls.py (revision 244847) >+++ Tools/Scripts/webkitpy/common/config/urls.py (working copy) >@@ -55,6 +55,7 @@ svn_server_host = "svn.webkit.org" > svn_server_realm = "<http://svn.webkit.org:80> Mac OS Forge" > > statusserver_default_host = "webkit-queues.webkit.org" >+ewsserver_default_host = "ews.webkit.org" > > > def parse_bug_id(string): >Index: Tools/Scripts/webkitpy/tool/main.py >=================================================================== >--- Tools/Scripts/webkitpy/tool/main.py (revision 244847) >+++ Tools/Scripts/webkitpy/tool/main.py (working copy) >@@ -38,6 +38,7 @@ from webkitpy.common.checkout.scm import > from webkitpy.common.config.ports import DeprecatedPort > from webkitpy.common.host import Host > from webkitpy.common.net.irc import ircproxy >+from webkitpy.common.net.ewsserver import EWSServer > from webkitpy.common.net.statusserver import StatusServer > from webkitpy.tool.multicommandtool import MultiCommandTool > from webkitpy.tool import commands >@@ -61,6 +62,7 @@ class WebKitPatch(MultiCommandTool, Host > Host.__init__(self) > self._path = path > self.status_server = StatusServer() >+ self.ews_server = EWSServer() > > self.wakeup_event = threading.Event() > self._irc = None >Index: Tools/Scripts/webkitpy/tool/steps/submittoews.py >=================================================================== >--- Tools/Scripts/webkitpy/tool/steps/submittoews.py (revision 244847) >+++ Tools/Scripts/webkitpy/tool/steps/submittoews.py (working copy) >@@ -40,4 +40,5 @@ class SubmitToEWS(AbstractStep): > continue # Either Bugzilla is down or we do not have permission to view the attachment. > if attachment.bug().is_security_sensitive(): > self._tool.status_server.upload_attachment(attachment) >- self._tool.status_server.submit_to_ews(attachment_id) >+ #self._tool.status_server.submit_to_ews(attachment_id) >+ self._tool.ews_server.submit_to_ews(attachment_id)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 179531
:
326588
|
328314
|
328315
|
365336
|
367626
|
367629
|
367700
|
368027
|
368044
|
368161
|
368166
|
368182
|
368258
|
368561
|
368562
|
368581
|
368582
|
368799
|
368800
|
368803
|
368834
|
369071
|
372636
|
373191
|
374577
|
374579
|
374580
|
374609
|
374826
|
377091
|
377155
|
380828
|
387729
|
402557
|
404379
|
406185
|
406192
|
406799
|
425394
|
425408
|
427272
|
427279