WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
183494
[webkitpy] Remove openssl command dependency.
https://bugs.webkit.org/show_bug.cgi?id=183494
Summary
[webkitpy] Remove openssl command dependency.
Basuke Suzuki
Reported
2018-03-08 20:10:49 PST
To launch websocket server, current implementation uses openssl command. The command is not available by default in Windows. Also what the command actually does is to separate the pem file into two parts. The source PEM file was not changed since it initially imported to the repository. I don't see any reason we can switch to simple text manipulation for this task.
Attachments
PATCH
(16.48 KB, patch)
2018-03-09 13:31 PST
,
Basuke Suzuki
ews-watchlist
: commit-queue-
Details
Formatted Diff
Diff
Archive of layout-test-results from ews104 for mac-sierra-wk2
(2.87 MB, application/zip)
2018-03-09 14:19 PST
,
EWS Watchlist
no flags
Details
Archive of layout-test-results from ews103 for mac-sierra
(2.26 MB, application/zip)
2018-03-09 14:32 PST
,
EWS Watchlist
no flags
Details
Archive of layout-test-results from ews115 for mac-sierra
(2.94 MB, application/zip)
2018-03-09 15:06 PST
,
EWS Watchlist
no flags
Details
Archive of layout-test-results from ews205 for win-future
(12.03 MB, application/zip)
2018-03-09 15:27 PST
,
EWS Watchlist
no flags
Details
PATCH
(17.55 KB, patch)
2018-03-09 16:04 PST
,
Basuke Suzuki
rniwa
: review+
rniwa
: commit-queue-
Details
Formatted Diff
Diff
FIX STYLE
(17.53 KB, patch)
2018-03-12 10:21 PDT
,
Basuke Suzuki
no flags
Details
Formatted Diff
Diff
Show Obsolete
(6)
View All
Add attachment
proposed patch, testcase, etc.
Basuke Suzuki
Comment 1
2018-03-09 13:31:49 PST
Created
attachment 335454
[details]
PATCH
EWS Watchlist
Comment 2
2018-03-09 14:19:42 PST
Comment on
attachment 335454
[details]
PATCH
Attachment 335454
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.webkit.org/results/6881995
New failing tests: http/tests/websocket/tests/hybi/simple-wss.html http/tests/websocket/tests/hybi/secure-cookie-secure-connection.pl
EWS Watchlist
Comment 3
2018-03-09 14:19:43 PST
Created
attachment 335462
[details]
Archive of layout-test-results from ews104 for mac-sierra-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews104 Port: mac-sierra-wk2 Platform: Mac OS X 10.12.6
EWS Watchlist
Comment 4
2018-03-09 14:32:40 PST
Comment on
attachment 335454
[details]
PATCH
Attachment 335454
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.webkit.org/results/6882362
New failing tests: http/tests/websocket/tests/hybi/simple-wss.html http/tests/websocket/tests/hybi/secure-cookie-secure-connection.pl
EWS Watchlist
Comment 5
2018-03-09 14:32:41 PST
Created
attachment 335465
[details]
Archive of layout-test-results from ews103 for mac-sierra The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews103 Port: mac-sierra Platform: Mac OS X 10.12.6
EWS Watchlist
Comment 6
2018-03-09 15:06:18 PST
Comment on
attachment 335454
[details]
PATCH
Attachment 335454
[details]
did not pass mac-debug-ews (mac): Output:
http://webkit-queues.webkit.org/results/6882518
New failing tests: http/tests/websocket/tests/hybi/simple-wss.html http/tests/websocket/tests/hybi/secure-cookie-secure-connection.pl
EWS Watchlist
Comment 7
2018-03-09 15:06:19 PST
Created
attachment 335469
[details]
Archive of layout-test-results from ews115 for mac-sierra The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews115 Port: mac-sierra Platform: Mac OS X 10.12.6
EWS Watchlist
Comment 8
2018-03-09 15:27:16 PST
Comment on
attachment 335454
[details]
PATCH
Attachment 335454
[details]
did not pass win-ews (win): Output:
http://webkit-queues.webkit.org/results/6882915
New failing tests: http/tests/websocket/tests/hybi/simple-wss.html http/tests/websocket/tests/hybi/secure-cookie-secure-connection.pl
EWS Watchlist
Comment 9
2018-03-09 15:27:27 PST
Created
attachment 335477
[details]
Archive of layout-test-results from ews205 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews205 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
Basuke Suzuki
Comment 10
2018-03-09 16:04:37 PST
Created
attachment 335482
[details]
PATCH
Ryosuke Niwa
Comment 11
2018-03-09 16:57:30 PST
Comment on
attachment 335482
[details]
PATCH View in context:
https://bugs.webkit.org/attachment.cgi?id=335482&action=review
> Tools/Scripts/webkitpy/port/base.py:1015 > + use_tls=True, port=websocket_server.PyWebSocket.DEFAULT_WSS_PORT, private_key=private_key_file, certificate=certificate_file)
Nit: Wrong indentation. Always use 4 spaces.
Ryosuke Niwa
Comment 12
2018-03-09 16:57:44 PST
Comment on
attachment 335482
[details]
PATCH I meant cq-.
Basuke Suzuki
Comment 13
2018-03-12 10:21:01 PDT
Created
attachment 335604
[details]
FIX STYLE
Basuke Suzuki
Comment 14
2018-03-12 10:21:53 PDT
(In reply to Ryosuke Niwa from
comment #11
)
> Comment on
attachment 335482
[details]
> PATCH > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=335482&action=review
> > > Tools/Scripts/webkitpy/port/base.py:1015 > > + use_tls=True, port=websocket_server.PyWebSocket.DEFAULT_WSS_PORT, private_key=private_key_file, certificate=certificate_file) > > Nit: Wrong indentation. Always use 4 spaces.
Thanks for review. I fixed it.
WebKit Commit Bot
Comment 15
2018-03-12 11:05:41 PDT
Comment on
attachment 335604
[details]
FIX STYLE Clearing flags on attachment: 335604 Committed
r229541
: <
https://trac.webkit.org/changeset/229541
>
WebKit Commit Bot
Comment 16
2018-03-12 11:05:43 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug