Cross-port localized strings

View: New views
2 Messages — Rating Filter:   Alert me  

Cross-port localized strings

by Michelangelo De Simone-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi guys,

I need to make available some localized string (my apologies, it's  
from HTML5 specs;)) in WebCore but I need to understand whether or not  
I am supposed to provide a "blind" implementation for every available  
port in the trunk, even if this means a potential port specific break.

What's the best way of proceeding in these cases? I thought to  
surround my "safe" code inside a #if platform(MAC) block (I'm on Mac,  
indeed:)), leaving a generic emptyAtom outside of it.

#27959
--
Bye, Michelangelo

_______________________________________________
webkit-dev mailing list
webkit-dev@...
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: Cross-port localized strings

by Darin Adler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Oct 20, 2009, at 1:25 PM, Michelangelo De Simone wrote:

> I need to understand whether or not I am supposed to provide a  
> "blind" implementation for every available port in the trunk, even  
> if this means a potential port specific break.

Yes, that’s what I usually do.

     -- Darin

_______________________________________________
webkit-dev mailing list
webkit-dev@...
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev