[webkit-dev] Request for position on Subresource loading with Web Bundles

2021-11-08 Thread Hayato Ito via webkit-dev
Hi webkit-dev. I'd like to request WebKit's official position on Subresource loading with Web Bundles. The features provides a new approach to load a large number of resources efficiently using a format that allows multiple resources to be bundled, Web Bundles. Specification Title: Subresource

Re: [webkit-dev] Unmaintained feature list

2013-04-08 Thread Hayato Ito
I've added 'contributors: none' to SHADOW_DOM. It looks like you merged two lists just before I updated http://trac.webkit.org/wiki/UnmaintainedFeatureList. :) On Tue, Apr 9, 2013 at 11:33 AM, Ryosuke Niwa rn...@webkit.org wrote: On Mon, Apr 8, 2013 at 4:03 PM, Glenn Adams gl...@skynav.com

[webkit-dev] Adding the first reference combinator behind a SHADOW_DOM flag

2012-11-21 Thread Hayato Ito
Hi, I'd like to add support for a select reference combinator behind a SHADOW_DOM flag. https://bugs.webkit.org/show_bug.cgi?id=82169 The spec for this feature: - Selectors Level 4 specification http://dev.w3.org/csswg/selectors4/#idref-combinators - Shadow DOM specification

Re: [webkit-dev] Supporting w3c ref tests and changing our convention

2011-11-04 Thread Hayato Ito
Could you clarify why we have to need to modify DRT if we have Link Element approach? I guess one of the reasons is the performance. It might be better that we use DRT to parse and extract reference links from HTML since parsing HTML using Python might take unacceptable time and might be

Re: [webkit-dev] Supporting w3c ref tests and changing our convention

2011-11-04 Thread Hayato Ito
the manifest file. At the same time, I don't want to increase the number of ways to write/run tests anymore. So that would be great that we have the best of both worlds somehow. On Fri, Nov 4, 2011 at 1:39 PM, Ryosuke Niwa rn...@webkit.org wrote: On Fri, Nov 4, 2011 at 1:32 PM, Hayato Ito hay

[webkit-dev] Reftests are available on new-run-webkit-tests

2011-03-30 Thread Hayato Ito
If you have not heard about 'reftests', please see the following wiki entry about reftests in WebKit: https://trac.webkit.org/wiki/Writing%20Reftests The new-run-webkit-tests now can run reftests in default. You can see the sample reftest here: http://trac.webkit.org/changeset/81644 I'm

[webkit-dev] Add support for RefTest

2010-07-07 Thread Hayato Ito
Hi, I'm planning to add support for 'Reftest' to WebKit. Reftest is currently used in Mozilla and makes it possible to write HTML tests where the reference rendering is also in HTML. You can easily write tests that work no matter what fonts are present, or what the platform the form controls