Re: [webkit-dev] WebKitIDL syntax: unsigned int

2012-03-15 Thread Seo Sanghyeon
ebkit.org/show_bug.cgi?id=81128 I tend to err on the side of posting too much rather than posting too little. Since I am a novice, I may misjudge what is a small detail and what is not. Your help in this matter is appreciated. -- Seo Sanghyeon ___ w

[webkit-dev] WebKitIDL syntax: unsigned int

2012-03-15 Thread Seo Sanghyeon
rray/specs/latest/ It seems to me that code generators ignore types of constants. Therefore fixing this should be harmless, but I want to make sure. Am I right? -- Seo Sanghyeon ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.o

Re: [webkit-dev] WebKitIDL syntax: semicolons

2012-03-14 Thread Seo Sanghyeon
k aligning syntax is important. -- Seo Sanghyeon ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] What is the relationship between WebIDL and WebKitIDL?

2012-03-14 Thread Seo Sanghyeon
heet/ccc?key=0AlobCOyvTnPKdG1iaFJhNVZGMWI3eWZid0ZRVFdxU3c#gid=0). This is great! At the moment, I am more interested in aligning syntax rather than semantics, so that WebIDL tools can process WebKitIDL, i.e. pretty-print, index, diff. These mostly don't require understanding IDL attributes.

[webkit-dev] WebKitIDL syntax: semicolons

2012-03-14 Thread Seo Sanghyeon
but is it okay to fix these in the interest of consistency? -- Seo Sanghyeon ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] What is the relationship between WebIDL and WebKitIDL?

2012-03-14 Thread Seo Sanghyeon
/2009-June/008458.html expressed an intention to move WebKit IDL syntax closer to Web IDL syntax, with corresponding bug https://bugs.webkit.org/show_bug.cgi?id=26398 However, there doesn't seem to be any progress on this. I am interested in moving this forward. Is it okay? -- Seo Sang

Re: [webkit-dev] CSS3 Paged Media module

2012-03-08 Thread Seo Sanghyeon
2012/3/8, David Hyatt : > That page should be updated. We don't have that architectural flaw any > longer since I re-wrote pagination last year. Please do so! -- Seo Sanghyeon ___ webkit-dev mailing list webkit-dev@lists.webk

Re: [webkit-dev] CSS3 Paged Media module

2012-03-07 Thread Seo Sanghyeon
rinting code to do what you want. http://www.webkit.org/projects/printing/ -- Seo Sanghyeon ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Case typo in fast/js/script-tests/date-constructor.js?

2012-02-17 Thread Seo Sanghyeon
Done. https://bugs.webkit.org/show_bug.cgi?id=78898 2012/2/17, Adam Barth : > I would use "svn blame" on the file you're modifying to see who > changed or reviewed changes to the file in the past. > > Adam > > > On Thu, Feb 16, 2012 at 6:04 AM, Seo Sanghyeon w

Re: [webkit-dev] Case typo in fast/js/script-tests/date-constructor.js?

2012-02-16 Thread Seo Sanghyeon
Thanks. Who are appropriate folks? 2012/2/16, Adam Barth : > One approach to answering this question is to file a bug and upload a > patch to fix the typo and get it reviewed by the appropriate folks. > > Adam > > > On Wed, Feb 15, 2012 at 4:35 AM, Seo Sanghyeon wrote: &g

[webkit-dev] Case typo in fast/js/script-tests/date-constructor.js?

2012-02-15 Thread Seo Sanghyeon
It defines "toSTring" (not "toString") method on "object". Is it a typo? I discovered this while writing a tool to index all tests in LayoutTests according to what JavaScript features they cover. Is anyone interested? Above seems to be the only case typo,

Re: [webkit-dev] WEBKITOUTPUTDIR documentation

2012-01-18 Thread Seo Sanghyeon
Done. https://bugs.webkit.org/show_bug.cgi?id=76544 2012/1/18, Raphael Kubo da Costa : > Seo Sanghyeon writes: > >> Building WebKit document at http://www.webkit.org/building/build.html >> seems to suggest that WEBKITOUTPUTDIR only works on Windows, >> but this is not

[webkit-dev] WEBKITOUTPUTDIR documentation

2012-01-16 Thread Seo Sanghyeon
Building WebKit document at http://www.webkit.org/building/build.html seems to suggest that WEBKITOUTPUTDIR only works on Windows, but this is not the case. Current wording doesn't tell how to customize build location on non-Mac and non-Windows platforms. Can someone reword this? --