[webkit-dev] Build Errors on Mac OS

2010-11-29 Thread Eric Mader
Hi, I'm trying to build TOT (as of an hour or so ago) on Mac OS. I'm getting a bunch of compile errors in WebKit2Shared/mac/SandboxExtensionMac.mm. The compiler can't find any of the WKSandBoxExtensionXXX symbols (e.g. WKSandboxExtensionInvalidate). What do I need to do to fix this? Regards,

Re: [webkit-dev] Build Errors on Mac OS

2010-11-29 Thread Eric Mader
Thanks Dan! Regards, Eric On Nov 29, 2010, at 11:32 AM, Dan Bernstein wrote: On Nov 29, 2010, at 1:18 PM, Eric Mader wrote: Hi, I'm trying to build TOT (as of an hour or so ago) on Mac OS. I'm getting a bunch of compile errors in WebKit2Shared/mac/SandboxExtensionMac.mm

[webkit-dev] Fwd: Size Of Ruby Text?

2010-11-04 Thread Eric Mader
Argh… sent from the wrong alias again...Begin forwarded message:From: webkit-dev-ow...@lists.webkit.orgSubject: Re: [webkit-dev] Size Of Ruby Text?Date: November 4, 2010 9:56:21 AM HSTTo: mader_e...@apple.comYou must be subscribed in order to post to this mailing list.From: Eric Mader mader_e

[webkit-dev] Size Of Ruby Text?

2010-11-03 Thread Eric Mader
. (I even tried 25% just to be sure). Is this value being set somewhere else? Regards, Eric Mader ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Size Of Ruby Text?

2010-11-03 Thread Eric Mader
anyhow. dave (hy...@apple.com) Regards, Eric On Nov 3, 2010, at 1:20 PM, Eric Mader wrote: Hi, As part of my work on ruby text enhancements, I'm implementing the option of not counting the height of the ruby text in the overall line height. As part of this, I wanted to play with changing

Re: [webkit-dev] Ruby Text Enhancements

2010-10-06 Thread Eric Mader
On Oct 5, 2010, at 6:25 PM, David Hyatt wrote: On Oct 5, 2010, at 7:33 PM, Eric Mader wrote: On Sep 24, 2010, at 8:02 PM, David Hyatt wrote: This is a tough problem. It seems like you have to get involved in the line layout code e.g., findNextLineBreak in order to really do the right

Re: [webkit-dev] Upgrading VS (WAS: Any objections to switching to Xcode 3.2.4 or newer?)

2010-10-06 Thread Eric Mader
On Oct 6, 2010, at 5:13 PM, Jeremy Orlow wrote: 2) Any Windows based WebKit hackers needing to upgrade their Visual Studio...which would require $$? [1] Could we use the Visual Studio Express Editions? They're free. Regards, Eric___ webkit-dev

Re: [webkit-dev] Ruby Text Enhancements

2010-10-05 Thread Eric Mader
On Sep 24, 2010, at 8:02 PM, David Hyatt wrote: This is a tough problem. It seems like you have to get involved in the line layout code e.g., findNextLineBreak in order to really do the right thing. findNextLineBreak uses an iterator that walks the objects, so it's easier to tell what

Re: [webkit-dev] Ruby Text Enhancements

2010-09-28 Thread Eric Mader
On Sep 28, 2010, at 7:11 AM, David Hyatt wrote: The ruby element allows one or more spans of phrasing content to be marked with ruby annotations. * That the text for the ruby text and ruby base are always the direct child of the RenderRubyText and RenderRubyBase object. I doubt that's

Re: [webkit-dev] Ruby Text Enhancements

2010-09-27 Thread Eric Mader
A generic question: is there any in-depth documentation I can ready about block layout and how the various methods are supposed to be used? I've looked at the technical articles at http://webkit.org/coding/technical-articles.html but they seem to only have fairly high-level information and left

[webkit-dev] Fwd: Ruby Text Enhancements

2010-09-24 Thread Eric Mader
: Eric Mader mader_e...@apple.com Subject: Re: [webkit-dev] Ruby Text Enhancements Date: September 24, 2010 1:55:15 PM HST To: Roland Steiner rolandstei...@google.com Cc: David Hyatt hy...@apple.com, WebKit Development webkit-dev@lists.webkit.org, Yasuo Kida k...@apple.com I have prototyped

Re: [webkit-dev] Ruby Text Enhancements

2010-09-22 Thread Eric Mader
On Sep 21, 2010, at 7:16 PM, Roland Steiner wrote: Hi Eric, comments inline: On Wed, Sep 22, 2010 at 6:57 AM, Eric Mader ema...@apple.com wrote: On Sep 20, 2010, at 9:52 PM, Roland Steiner wrote: Oh vey, that's ambituous! :) There's so many corner cases I foresee on this one

Re: [webkit-dev] Ruby Text Enhancements

2010-09-21 Thread Eric Mader
, at 8:07 PM, Eric Mader wrote: Hi, I'm working on making the following enhancements to Ruby Text: 1) Implement the behavior of ruby-overhang:auto Oh vey, that's ambituous! :) There's so many corner cases I foresee on this one that I was just too happy to postpone it when we

[webkit-dev] Ruby Text Enhancements

2010-09-17 Thread Eric Mader
exactly what the rule would look like. I tried adding text-decoration: none to the ruby rt section, but that doesn't do it. (at first, I thought that is was probably overkill, but now I think that turning text-decoration off for all ruby text is probably right.) Regards, Eric Mader