Restore ability to send tel: URLs to the phone
ClosedPublic

Authored by broulik on May 12 2020, 6:42 PM.

Details

Summary

They're not http or https URLs. Add a dedicated handler with appropriate "Call on device" label and icon.
The URL pattern doesn't look like any of the listed examples, but tel://*/* would refuse on grounds that "tel" isn't a recognized schema but just doing "tel:*" works on both Firefox and Chrome.

Test Plan
  • Right clicked a link with tel: URL, got a "Call on my phone" entry

Diff Detail

Repository
R856 Plasma Browser Integration
Lint
Lint Skipped
Unit
Unit Tests Skipped
broulik created this revision.May 12 2020, 6:42 PM
Restricted Application added a project: Plasma. · View Herald TranscriptMay 12 2020, 6:42 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
broulik requested review of this revision.May 12 2020, 6:42 PM
fvogt accepted this revision.May 18 2020, 9:33 AM
This revision is now accepted and ready to land.May 18 2020, 9:33 AM