RESOLVED FIXED 174662
[Win] Implement Authentication dialog in MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=174662
Summary [Win] Implement Authentication dialog in MiniBrowser
Basuke Suzuki
Reported 2017-07-19 17:58:21 PDT
There's no authentication dialog for Windows MiniBrowser.
Attachments
Implemented (8.34 KB, patch)
2017-07-20 10:19 PDT, Basuke Suzuki
no flags
Fix style (8.39 KB, patch)
2017-07-20 11:32 PDT, Basuke Suzuki
no flags
Fix style (8.39 KB, patch)
2017-07-20 11:34 PDT, Basuke Suzuki
no flags
Archive of layout-test-results from ews124 for ios-simulator-wk2 (964.35 KB, application/zip)
2017-07-20 13:00 PDT, Build Bot
no flags
Basuke Suzuki
Comment 1 2017-07-20 10:19:03 PDT
Created attachment 315997 [details] Implemented
Build Bot
Comment 2 2017-07-20 10:21:36 PDT
Attachment 315997 [details] did not pass style-queue: ERROR: Tools/MiniBrowser/win/Common.cpp:671: An else statement can be removed when the prior "if" concludes with a return, break, continue or goto statement. [readability/control_flow] [4] ERROR: Tools/MiniBrowser/win/Common.cpp:681: One line control clauses should not use braces. [whitespace/braces] [4] ERROR: Tools/MiniBrowser/win/MiniBrowserLibResource.h:0: No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5] ERROR: Tools/MiniBrowser/win/MiniBrowserLibResource.h:1: Should have a space between // and comment [whitespace/comments] [4] ERROR: Tools/MiniBrowser/win/ResourceLoadDelegate.cpp:34: Alphabetical sorting problem. [build/include_order] [4] ERROR: Tools/MiniBrowser/win/ResourceLoadDelegate.cpp:97: An else statement can be removed when the prior "if" concludes with a return, break, continue or goto statement. [readability/control_flow] [4] ERROR: Tools/MiniBrowser/win/ResourceLoadDelegate.cpp:107: One line control clauses should not use braces. [whitespace/braces] [4] Total errors found: 7 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Basuke Suzuki
Comment 3 2017-07-20 11:32:00 PDT
Created attachment 316005 [details] Fix style
Basuke Suzuki
Comment 4 2017-07-20 11:33:11 PDT
(In reply to Build Bot from comment #2) > ERROR: Tools/MiniBrowser/win/MiniBrowserLibResource.h:0: No copyright > message found. You should have a line: "Copyright [year] <Copyright Owner>" > [legal/copyright] [5] > ERROR: Tools/MiniBrowser/win/MiniBrowserLibResource.h:1: Should have a > space between // and comment [whitespace/comments] [4] This file is the one VisualStudio generates.
Basuke Suzuki
Comment 5 2017-07-20 11:34:26 PDT
Created attachment 316007 [details] Fix style
Build Bot
Comment 6 2017-07-20 11:36:31 PDT
Attachment 316007 [details] did not pass style-queue: ERROR: Tools/MiniBrowser/win/MiniBrowserLibResource.h:0: No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5] ERROR: Tools/MiniBrowser/win/MiniBrowserLibResource.h:1: Should have a space between // and comment [whitespace/comments] [4] Total errors found: 2 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Build Bot
Comment 7 2017-07-20 13:00:50 PDT
Comment on attachment 316007 [details] Fix style Attachment 316007 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: http://webkit-queues.webkit.org/results/4156792 New failing tests: imported/w3c/IndexedDB-private-browsing/idbfactory_open12.html
Build Bot
Comment 8 2017-07-20 13:00:51 PDT
Created attachment 316018 [details] Archive of layout-test-results from ews124 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews124 Port: ios-simulator-wk2 Platform: Mac OS X 10.12.5
Basuke Suzuki
Comment 9 2017-07-20 14:19:08 PDT
I have no idea why my change for Windows app break ios-sim layout test. Also I don't want to fix generated file because next modification causes that change useless.
Alex Christensen
Comment 10 2017-07-21 14:07:19 PDT
Comment on attachment 316007 [details] Fix style View in context: https://bugs.webkit.org/attachment.cgi?id=316007&action=review iOS test failure unrelated > Tools/MiniBrowser/win/ResourceLoadDelegate.cpp:40 > +extern HRESULT DisplayAuthDialog(std::wstring& username, std::wstring& password); This should go in a header
Basuke Suzuki
Comment 11 2017-07-21 17:19:49 PDT
(In reply to Alex Christensen from comment #10) > Comment on attachment 316007 [details] > Fix style > > View in context: > https://bugs.webkit.org/attachment.cgi?id=316007&action=review > > iOS test failure unrelated > > > Tools/MiniBrowser/win/ResourceLoadDelegate.cpp:40 > > +extern HRESULT DisplayAuthDialog(std::wstring& username, std::wstring& password); > > This should go in a header I agree with that, but basic architecture of this app is very new to me which is very confusing. The "Common.cpp" file has no header file and directly included from "WinMain.cpp" so that no chance to get the definition easily. Other references to those defined method seems to be called inside Common.cpp as the result of event. I am very new to Windows app programming and have no idea with this structure.
Alex Christensen
Comment 12 2017-07-24 11:07:31 PDT
Comment on attachment 316007 [details] Fix style MiniBrowser isn't exactly the most well-organized project anyways. Let's just land this.
WebKit Commit Bot
Comment 13 2017-07-24 11:35:02 PDT
Comment on attachment 316007 [details] Fix style Clearing flags on attachment: 316007 Committed r219830: <http://trac.webkit.org/changeset/219830>
WebKit Commit Bot
Comment 14 2017-07-24 11:35:03 PDT
All reviewed patches have been landed. Closing bug.
Basuke Suzuki
Comment 15 2017-07-24 12:31:03 PDT
(In reply to Alex Christensen from comment #12) > Comment on attachment 316007 [details] > Fix style > > MiniBrowser isn't exactly the most well-organized project anyways. Let's > just land this. Thanks!
Note You need to log in before you can comment on or make changes to this bug.