Re: [webkit-dev] New iOS versions sending bogus User-Agent build data

2018-04-26 Thread Colin Bendell | +1.613.914.3387
On 26 April 2018 at 13:18, Konstantin Tokarev <annu...@yandex.ru> wrote: > 26.04.2018, 20:09, "Colin Bendell | +1.613.914.3387" <co...@bendell.ca>: >> On 26 April 2018 at 12:23, Konstantin Tokarev <annu...@yandex.ru> wrote: >>> Not to mention thos

Re: [webkit-dev] New iOS versions sending bogus User-Agent build data

2018-04-26 Thread Colin Bendell | +1.613.914.3387
On 26 April 2018 at 12:23, Konstantin Tokarev wrote: > 26.04.2018, 19:16, "Michael Catanzaro" : >> On Thu, Apr 26, 2018 at 11:13 AM, Michael Catanzaro >> wrote: >>> By fixing the WebKit bug, of course. And in the meantime you can

Re: [webkit-dev] New iOS versions sending bogus User-Agent build data

2018-04-26 Thread Colin Bendell | +1.613.914.3387
I'm running into this issue right now with the locked UA. Here are the challenges: 1. ios 11.3 safari bug broke despite advertising `accept: video/*` in the request. (see bug 185029). I now need to use UA detection to patch versions of a response based on existing bugs. In short, we as an

Re: [webkit-dev] where should tests reside? tests/preload v. tests/loading

2017-11-08 Thread Colin Bendell | +1.613.914.3387
On 8 November 2017 at 09:57, Konstantin Tokarev wrote: >> 2) how is the debug level enabled for http/tests/loading? Is there a >> way to control this threshold programatically in the test? > > This is printed by InjectedBundle used in testing > (see

[webkit-dev] where should tests reside? tests/preload v. tests/loading

2017-11-08 Thread Colin Bendell | +1.613.914.3387
I'm chasing down racy logging with one of my tests and I've noticed some duplication for preloader tests. Specifically: 1) when should you organize preload tests in LayoutTests/http/tests/preload v. LayoutTests/http/tests/loading/preload*? I'm assuming that the real reason is the debug level? 2)

[webkit-dev] buildbot / ios-sim failing on serviceworket tests?

2017-11-06 Thread Colin Bendell | +1.613.914.3387
Can someone provide guidance on how I should interpret serviceworker failures on the ios-sim queue? The same buildbot error appears in other patches: https://webkit-queues.webkit.org/results/5118974 (bug 179231) https://webkit-queues.webkit.org/results/5121120 (bug 179285) thoughts? /colin