https://github.com/web-platform-tests/wpt
Revision ab5780956dda798c97707e05fd2e58df7963b6d0 authored by Harald Alvestrand on 05 October 2018, 09:29:42 UTC, committed by Chromium WPT Sync on 05 October 2018, 09:29:42 UTC
This reverts commit 3f90035e2fac160d23309a96ef2cf465b29cebe4.

Reason for revert: The original problem was solved using another approach, and this CL just adds complexity with no purpose.

Original change's description:
> Implement DTMF [[ToneBuffer]] in the blink layer
>
> This CL makes the Blink layer keep a copy of the tone buffer
> and update it on insertDTMF and ontonechange events only; this
> makes it possible to expose the state of the tone buffer at the
> time the event is fired to the Javascript callback.
>
> It removes a queueing step inside the DTMF sender, because
> that queueing step destroyed the consistency.
>
> Bug: chromium:816475
> Change-Id: I5aa68396299a67d6cea1e8a17d364f553514c291
> Reviewed-on: https://chromium-review.googlesource.com/1213084
> Reviewed-by: Guido Urdaneta <guidou@chromium.org>
> Reviewed-by: Kentaro Hara <haraken@chromium.org>
> Commit-Queue: Harald Alvestrand <hta@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#589910}

TBR=hta@chromium.org,haraken@chromium.org,hbos@chromium.org,guidou@chromium.org,foolip@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: chromium:816475
Change-Id: Iaee9fefa8a37e3c6c7256dacac0855f426601e0d
1 parent 006e385
History
Tip revision: ab5780956dda798c97707e05fd2e58df7963b6d0 authored by Harald Alvestrand on 05 October 2018, 09:29:42 UTC
Revert "Implement DTMF [[ToneBuffer]] in the blink layer"
Tip revision: ab57809
File Mode Size
resources
META.yml -rw-r--r-- 144 bytes
README.md -rw-r--r-- 2.4 KB
a-element-origin-xhtml.xhtml -rw-r--r-- 448 bytes
a-element-origin.html -rw-r--r-- 281 bytes
a-element-xhtml.xhtml -rw-r--r-- 441 bytes
a-element.html -rw-r--r-- 274 bytes
data-uri-fragment.html -rw-r--r-- 1.2 KB
failure.html -rw-r--r-- 1.6 KB
historical.any.js -rw-r--r-- 909 bytes
idlharness.any.js -rw-r--r-- 290 bytes
toascii.window.js -rw-r--r-- 1.8 KB
url-constructor.html -rw-r--r-- 1.6 KB
url-origin.html -rw-r--r-- 784 bytes
url-searchparams.any.js -rw-r--r-- 2.5 KB
url-setters.html -rw-r--r-- 1.7 KB
url-tojson.any.js -rw-r--r-- 123 bytes
urlencoded-parser.any.js -rw-r--r-- 2.6 KB
urlsearchparams-append.any.js -rw-r--r-- 1.4 KB
urlsearchparams-constructor.any.js -rw-r--r-- 7.6 KB
urlsearchparams-delete.any.js -rw-r--r-- 1.8 KB
urlsearchparams-foreach.any.js -rw-r--r-- 2.3 KB
urlsearchparams-get.any.js -rw-r--r-- 1.0 KB
urlsearchparams-getall.any.js -rw-r--r-- 1.3 KB
urlsearchparams-has.any.js -rw-r--r-- 998 bytes
urlsearchparams-set.any.js -rw-r--r-- 986 bytes
urlsearchparams-sort.any.js -rw-r--r-- 1.8 KB
urlsearchparams-stringifier.any.js -rw-r--r-- 3.7 KB

README.md

back to top