Re: [webkit-dev] Misplaced files

2010-08-30 Thread Adam Barth
On Fri, Aug 27, 2010 at 8:12 PM, Maciej Stachowiak m...@apple.com wrote: Yes. The file-related stuff should all be in one directory, I think. Ok. I moved the files from WebCore/html to WebCore/fileapi. On Aug 27, 2010, at 6:19 PM, Kinuko Yasuda wrote: We have bunch of FileSystem (which is a

Re: [webkit-dev] Misplaced files

2010-08-30 Thread Darin Fisher
On Mon, Aug 30, 2010 at 12:18 AM, Adam Barth aba...@webkit.org wrote: On Fri, Aug 27, 2010 at 8:12 PM, Maciej Stachowiak m...@apple.com wrote: Yes. The file-related stuff should all be in one directory, I think. Ok. I moved the files from WebCore/html to WebCore/fileapi. On Aug 27, 2010,

Re: [webkit-dev] Misplaced files

2010-08-30 Thread Maciej Stachowiak
On Aug 30, 2010, at 8:36 AM, Darin Fisher wrote: On Mon, Aug 30, 2010 at 12:18 AM, Adam Barth aba...@webkit.org wrote: On Fri, Aug 27, 2010 at 8:12 PM, Maciej Stachowiak m...@apple.com wrote: Yes. The file-related stuff should all be in one directory, I think. Ok. I moved the files from

Re: [webkit-dev] We need OwnPtrHashMap

2010-08-30 Thread Maciej Stachowiak
On Aug 29, 2010, at 9:34 PM, Maciej Stachowiak wrote: On Aug 29, 2010, at 9:14 PM, Maciej Stachowiak wrote: Yet another possibility is to use a hash to do the de-duping instead of sorting; I can't tell from context if the sorting is needed for any purpose other than subsequent

Re: [webkit-dev] skipping tests on Chromium

2010-08-30 Thread Eric Carlson
On Aug 30, 2010, at 8:59 AM, Dimitri Glazkov wrote: We never had platform/chromium/Skipped, as far as I know. Ah, I saw that platform/chromium/Skipped was removed in r66261 and assumed it was a change. Instead, we use the expectations file:

Re: [webkit-dev] skipping tests on Chromium

2010-08-30 Thread Dimitri Glazkov
// Doesn't apply to Chromium (QuickTime-specific behavior) WONTFIX SKIP : test/name = TIMEOUT :DG On Mon, Aug 30, 2010 at 9:43 AM, Eric Carlson eric.carl...@apple.com wrote: On Aug 30, 2010, at 8:59 AM, Dimitri Glazkov wrote: We never had platform/chromium/Skipped, as far as I know.  Ah,

Re: [webkit-dev] WebKit2 SharedSecondaryProcess model

2010-08-30 Thread Sam Weinig
Hi Balazs, Does it not work currently? If not, can you please file bugs on what is not working. We plan on making the shared process model the default model for the API, but it will probably have the caveat that it will not support InjectedBundles. -Sam On Mon, Aug 30, 2010 at 6:08 AM, Balazs

Re: [webkit-dev] Accelerated 2D Tesselation Implementation

2010-08-30 Thread Chris Marrin
On Aug 30, 2010, at 11:56 AM, Kenneth Russell wrote: On Sat, Aug 28, 2010 at 12:36 PM, Darin Fisher da...@chromium.org wrote: On Sat, Aug 28, 2010 at 11:32 AM, Adam Barth aba...@webkit.org wrote: On Sat, Aug 28, 2010 at 7:44 AM, Chris Marrin cmar...@apple.com wrote: That's why I still

Re: [webkit-dev] Accelerated 2D Tesselation Implementation

2010-08-30 Thread Kenneth Russell
On Mon, Aug 30, 2010 at 1:10 PM, Chris Marrin cmar...@apple.com wrote: On Aug 30, 2010, at 11:56 AM, Kenneth Russell wrote: On Sat, Aug 28, 2010 at 12:36 PM, Darin Fisher da...@chromium.org wrote: On Sat, Aug 28, 2010 at 11:32 AM, Adam Barth aba...@webkit.org wrote: On Sat, Aug 28, 2010 at

Re: [webkit-dev] Misplaced files

2010-08-30 Thread Kinuko Yasuda
On Mon, Aug 30, 2010 at 12:18 AM, Adam Barth aba...@webkit.org wrote: On Fri, Aug 27, 2010 at 8:12 PM, Maciej Stachowiak m...@apple.com wrote: Yes. The file-related stuff should all be in one directory, I think. Ok. I moved the files from WebCore/html to WebCore/fileapi. On Aug 27, 2010,

[webkit-dev] Colors

2010-08-30 Thread Igor Trindade Oliveira
Hi, Looking Webkit color class(WebCore/platform/graphics/Color.*) all the colours format are always converted to rgb/rgba format. But Qt for example can handle many kind of colors like hsl, cmyk and rgba (all supported by webkit). is There any kind of reason to always convert colors to rgba?

Re: [webkit-dev] Colors

2010-08-30 Thread Igor Trindade Oliveira
Hello, yeah. Webkit supporting ICC profiles could be a good real case. Igor 2010/8/30 Darin Adler da...@apple.com: Is there any real world problem changing this would solve? If not, the current approach works and is efficient since a color takes just a 32-bit integer plus one more bit to

Re: [webkit-dev] Colors

2010-08-30 Thread Igor Trindade Oliveira
Hello, 2010/8/30 Darin Adler da...@apple.com: On Aug 30, 2010, at 5:51 PM, Igor Trindade Oliveira wrote: WebKit supporting ICC profiles could be a good real case. I think we will want that feature eventually. Changing the Color class would probably not be needed, though, for that. If you

[webkit-dev] DumpRenderTree crashes because of JavaPluginCocoa

2010-08-30 Thread Xianzhu Wang
Hi, I encountered a problem yesterday that all layout tests crashed on Mac Snow Leopard. DumpRenderTree produces the following output when run from command line: $ time ./DumpRenderTree 2010-08-31 10:39:25.847 DumpRenderTree[26725:903] The requested plugin at

Re: [webkit-dev] Colors

2010-08-30 Thread Alexey Proskuryakov
30.08.2010, в 17:45, Darin Adler написал(а): Is there any real world problem changing this would solve? If not, the current approach works and is efficient since a color takes just a 32-bit integer plus one more bit to store. Full support for CMYK and other formats could make printing