Philipp Hancke

Results 94 issues of Philipp Hancke

https://code.google.com/p/webrtc/issues/detail?id=5040#c1 made me want to expand the trace of a loaded file at a certain location and highlight a certain piece of text. Probably using something like #peerconnectionid:traceindex:text-to-highlight;... Bonus points...

still crashes chrome 49 TODO: add Firefox 48 test (if only FF48 did not crash in selenium)

probably easiest by making a helper function which loads both adapter and the framechecker into an empty page.

@pehrsons has some nice webaudio tests for mozilla: http://searchfox.org/mozilla-central/rev/2142de26c16c05f23e543be4fa1a651c4d29604e/dom/media/tests/mochitest/head.js#33 http://searchfox.org/mozilla-central/rev/2142de26c16c05f23e543be4fa1a651c4d29604e/dom/media/tests/mochitest/test_getUserMedia_addTrackRemoveTrack.html#119

currently rtcstats makes the assumption that values are simple types like string or number. There are two notable exceptions to this: * trackIds which is an array * qualityLimitationDurations which...

trace-ws.js calls [trace.connect()](https://github.com/fippo/rtcstats/blob/master/trace-ws.js#L53) imemdiately. At the next breaking change, change it to no longer do that, pushing that responsibility to the client

we send the big getstats blob immediately after the connection starts. This might impact BWE so we should wait for a few seconds.

currently the tests are still using an old adapter 4.x. However Chrome now requires disabling the sandbox which is not done in this super old release. Need to migrate to...

from #18: lets also compress this, either using lzstring or a using a custom name mapping. Most likely lzstring which adds ~4kb download is the best solution.

by json.stringify, needs to be done manually