[webkit-dev] To start meter element implementation

2010-04-04 Thread Hajime Morita
Hi folks, I'm planning to work on HTML5 meter element, which is filed on https://bugs.webkit.org/show_bug.cgi?id=37074 . Although there seems no effort for that element at this time, The progress element looks similar to meter. So I'll try to go the way as progress has been going and share some

Re: [webkit-dev] To start meter element implementation

2010-04-04 Thread Hajime Morita
some ideas or code for that, which would be very helpful. I'll follow the progress of our progress implementation. -- morita On Mon, Apr 5, 2010 at 11:31 AM, Maciej Stachowiak m...@apple.com wrote: On Apr 4, 2010, at 7:23 PM, Hajime Morita wrote: Hi folks, I'm planning to work on HTML5

Re: [webkit-dev] Announcing WebKit2

2010-04-09 Thread Hajime Morita
Hi, It looks supporting multi-threaded model. See WebProcessLauncher.mm for detail. -- morita On Fri, Apr 9, 2010 at 9:11 PM, zaheer ahmad zaheer@gmail.com wrote: hi , why only multi-process and not multi-thread like android. It is useful for mobile environments. thanks, Zaheer On

[webkit-dev] Adding window.layoutTestInspector

2010-07-14 Thread Hajime Morita
Hi WebKit folks, I'm planning to add window.layoutTestInspector or something like that to DRT. And I'd like to hear your opinions. Background: Adding new method to LayoutTestController is hard. It - requires to add new WebKit API to each ports, when the method is to access WebCore. - requires

Re: [webkit-dev] Adding window.layoutTestInspector

2010-07-19 Thread Hajime Morita
at 10:16 PM, Hajime Morita morr...@google.comwrote: Hi WebKit folks, I'm planning to add window.layoutTestInspector or something like that to DRT. And I'd like to hear your opinions. Background: Adding new method to LayoutTestController is hard. It - requires to add new WebKit API to each

Re: [webkit-dev] Adding window.layoutTestInspector

2010-07-20 Thread Hajime Morita
doesn't seem like a great name and doesn't express the relationship to layoutTestController. It's not used to examine layout tests. Regards, Maciej On Jul 14, 2010, at 10:16 PM, Hajime Morita wrote: Hi WebKit folks, I'm planning to add window.layoutTestInspector or something like

Re: [webkit-dev] Adding window.layoutTestInspector

2010-07-21 Thread Hajime Morita
Hi folks, I posted a patch: https://bugs.webkit.org/show_bug.cgi?id=42612 Any feedbacks are appreciated. -- morita On Wed, Jul 21, 2010 at 2:33 PM, Hajime Morita morr...@google.com wrote: Hi Maciej, thanks much for sharing your thought. Overall, it totally makes sense. And we need an action

Re: [webkit-dev] Some landed patches have incorrect date in commit messages and ChangeLog

2010-08-10 Thread Hajime Morita
Hi, I'm sorry that I did it yesterday. Usually I use webkit-patch. But that patch had 2 bug URLs and webkit-patch didn't work for it. So I rewrote ChangeLogs - with the wrong way. If webkit-patch land support --bug-id, it might be helpful for my case. Thanks. -- morita On Tue, Aug 10, 2010 at

Re: [webkit-dev] Sharing WebKit mocks across platforms

2010-10-27 Thread Hajime Morita
Hi Alexey, thank you for revising this topic! I understand your concern about having a testing infrastructure inside the production code. On the other hand, having separate but similar mocks for each port hurts our productivity. And we cannot automate testing without mocks anyway. So how about

Re: [webkit-dev] Sharing WebKit mocks across platforms

2010-11-11 Thread Hajime Morita
for mocks. This can't be too bad for productivity either - the social contract seems to be that you implement DumpRenderTree for one or two platforms at most, and file bugs for others. - WBR, Alexey Proskuryakov 27.10.2010, в 22:08, Hajime Morita написал(а): Hi Alexey, thank you

[webkit-dev] Hunspell based spellchecker

2010-11-16 Thread Hajime Morita
Hi WebKit folks, I'm thinking about porting Hunspell-based spellchecking code from Chromium to WebKit/WebCore. Although it's unclear whether the porting is feasible, I'd like to hear how much interest is there from other ports before starting actual work. Because the main goal is to make

Re: [webkit-dev] Hunspell based spellchecker

2010-11-17 Thread Hajime Morita
Hi everyone, thank you for your feedback! Now I know there are some positive interest to Hunspell integration. So I'll start investigation and come back once I have some progress. @bflgham What would be the advantage in placing the spell checker in WebCore, as opposed to the relatively

Re: [webkit-dev] Hunspell based spellchecker

2010-11-17 Thread Hajime Morita
On Thu, Nov 18, 2010 at 3:33 PM, Darin Adler da...@apple.com wrote: Safari on Windows provides a spelling checker outside of WebKit. If we change the way spelling checking is organized inside WebKit, we need to preserve that feature in the WebKit used by Safari on Windows. Thank you for

Re: [webkit-dev] Hunspell based spellchecker

2010-11-17 Thread Hajime Morita
On Thu, Nov 18, 2010 at 3:51 PM, Darin Adler da...@apple.com wrote On Nov 17, 2010, at 10:49 PM, Hajime Morita wrote: In other word, we should make sure that TextChecker interface can have subclasses both inside and outside WebCore. Yes, in this model the abstract base class inside WebCore

Re: [webkit-dev] Hunspell based spellchecker

2010-11-18 Thread Hajime Morita
On Fri, Nov 19, 2010 at 4:02 AM, Maciej Stachowiak m...@apple.com wrote: On Nov 17, 2010, at 11:44 PM, Hajime Morita wrote: On Thu, Nov 18, 2010 at 3:51 PM, Darin Adler da...@apple.com wrote On Nov 17, 2010, at 10:49 PM, Hajime Morita wrote: In other word, we should make sure

Re: [webkit-dev] More thoughts on cleaning up the root directory

2010-12-27 Thread Hajime Morita
Hi, thank you for leading the reorg. Sources/  automake/  cmake/  JavaScriptCore/  JavaScriptGlue/  Platform/ (was WebCore/platform) I'd like to keep platform directory under WebCore if there is no strong reason. Classes under WebCore/platform have WebCore namespace, and the boundary

Re: [webkit-dev] More thoughts on cleaning up the root directory

2010-12-27 Thread Hajime Morita
I think moving Platform out from WebCore is great long term goal, but right now, there is simply too many layering violations for it to be feasible. For those curious, the intent is for nothing in Platform to be dependent on anything else in WebCore (eg. dom, html, rendering, loader), so

Re: [webkit-dev] Hunspell based spellchecker

2011-01-26 Thread Hajime Morita
Fabrizio, Ryan, thank you for your interest! Although I'm suspending the work at this time, your interest gives me a good reason to restart ;-) I'll CC you in bug(s) and post some status there within weeks. Regards. morrita On Thu, Jan 27, 2011 at 4:23 AM, Ryan Leavengood

[webkit-dev] Trouble with updating Chromium' slayout test expectations

2011-02-22 Thread Hajime Morita
Hi Chromium WebKit folks, I'm looking for a help to retrieve the latest expectation files for Chromium Mac LayoutTest. At the weekend there was a change that triggers massive amount of pixel test failures that requires rebaselining. (https://bugs.webkit.org/b/54736) But the buildbot doesn't have

Re: [webkit-dev] progress/meter/input[type=range] orientation and implications in WebKit

2011-03-07 Thread Hajime Morita
Hi, On Sat, Mar 5, 2011 at 11:24 AM, Dimitri Glazkov dglaz...@chromium.org wrote: On Fri, Mar 4, 2011 at 12:16 PM, Ian Hickson i...@hixie.ch wrote: On Fri, 4 Mar 2011, Dimitri Glazkov wrote: Today, we happily use -webkit-appearance to apply platform-specific appearance to the controls. The

Re: [webkit-dev] Adding ENABLE_FLEXBOX to WebCore

2011-06-08 Thread Hajime Morita
+1 for runtime configuration. Keeping code runnable is nice, and hard if it's disabled on many developers' working copies. We don't need to use traditional flag-holder like Settings class and can use simple global-ish variables instead, because We don't need to configure it per-Page basis. I

Re: [webkit-dev] how about nav-up, nav-right, nav-down, nav-left in CSS3-ui ?

2011-08-09 Thread Hajime Morita
Hi, Here is the latest draft of the standard: http://dev.w3.org/csswg/css3-ui/ It looks the spec is alive, even if the discussion is not so active. http://wiki.csswg.org/spec/css3-ui What we should do to add new feature is described here: http://www.webkit.org/coding/adding-features.html