Chromium Code Reviews
DescriptionRTCCertificate equals method for testing.
Adds JavaScript layer RTCCertificate.equals(RTCCertificate) that is only
exposed to tests (behind RuntimeEnabledFeature RTCCertificateTesting).
Blink interface and content implementation updated, the actual
comparison operation is defined in the WebRTC repo between
rtc::RTCCertificate objects.
The test function is not used, but will be used in a follow-up CL that
enables saving and loading RTCCertificate objects in IndexedDB. The
comparison will be used to make sure a clone is equal to the original
certificate.
BUG=chromium:581354
Committed: https://crrev.com/8df58e17b49bc21bc4fe681e0f213f092b6de754
Cr-Commit-Position: refs/heads/master@{#391476}
Patch Set 1 : #
Total comments: 4
Patch Set 2 : Removed "this->" and rebase with master #Patch Set 3 : Moved equals test function to internals #Messages
Total messages: 21 (7 generated)
|