-
Notifications
You must be signed in to change notification settings - Fork 978
Add support for custom tabs in Firefox #369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
support for custom tabs was added to stable Firefox in version 57.0 fixes: openid#368 Signed-off-by: Henning Nielsen Lund <henning.n.lund@jp.dk>
Codecov Report
@@ Coverage Diff @@
## master #369 +/- ##
============================================
- Coverage 82.93% 82.76% -0.18%
Complexity 456 456
============================================
Files 41 41
Lines 2233 2251 +18
Branches 217 220 +3
============================================
+ Hits 1852 1863 +11
- Misses 298 302 +4
- Partials 83 86 +3
Continue to review full report at Codecov.
|
a possible default browser of the user is respected. fixes: openid#372 Signed-off-by: Henning Nielsen Lund <henning.n.lund@jp.dk>
The line needed to get reduced to no more than 100 characters. Signed-off-by: Henning Nielsen Lund <henning.n.lund@jp.dk>
Corrected indentation accoring to travis-ci. Signed-off-by: Henning Nielsen Lund <henning.n.lund@jp.dk>
|
If you can separate the commits so that the firefox custom tab definitions can be pulled in separately from the rest, I can merge that piece at least. The default browser behavior needs some more discussion and investigation. |
|
The ordered list is always returning Chrome as the first entry, no matter what... |
|
it could be changed if the flag used by queryIntentActivities was changed. |
|
I have tried to look more into it. Looking at the code generating the list returned by queryIntentActivities: |
|
OK, thanks for investigating further. Could you still separate this change into two pull requests, one for adding the additional constants related to Firefox, and the other for the default browser selection? |
|
Have made a new pull request only including the Firefox support. |
a possible default browser of the user is respected. fixes: openid#372 split from openid#369 Signed-off-by: Henning Nielsen Lund <henning.n.lund@jp.dk>
|
Have created a new pull request regarding using the default browser, if it is compatible. |
a possible default browser of the user is respected. fixes: openid#372 split from openid#369 Signed-off-by: Henning Nielsen Lund <henning.n.lund@jp.dk>
support for custom tabs was added to stable Firefox in version 57.0
fixes: #368
Signed-off-by: Henning Nielsen Lund henning.n.lund@jp.dk