-
Notifications
You must be signed in to change notification settings - Fork 109
Conversation
5b52e98
to
4baf267
Compare
d8b3e75
to
349c547
Compare
@bbondy Are we holding off on this one until we have a UI for displaying on Linux? |
No I think we should merge and build for 0.13.6 as long as we have proper handling to not use it on linux on the front end. Please make sure an issue is posted though. Also @darkdh this needs a rebase pls, thanks. |
I don't see a file for win
… On Mar 11, 2017, at 6:37 PM, Brian R. Bondy ***@***.***> wrote:
No I think we should merge and build for 0.13.6 as long as we have proper handling to not use it on linux on the front end. Please make sure an issue is posted though.
Also @darkdh this needs a rebase pls, thanks.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Defer view certificate support on linux fix brave/browser-laptop#2611 Auditors: @bridiver, @bbondy
4baf267
to
70fb1b7
Compare
@bridiver There is |
++ |
@@ -162,6 +162,9 @@ Object.assign(BrowserWindow.prototype, { | |||
inspectServiceWorker () { | |||
return this.webContents.inspectServiceWorker() | |||
}, | |||
showCertificate () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this needed for anything? There will never be a certificate for the browser-window
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. Removed in 4deb4b2
Currently only support on mac and windows
fix brave/browser-laptop#2611