Re: [webkit-dev] Question related to license in WK2 EFL port

2012-07-26 Thread Darin Adler
There’s some specific policy about this that’s displayed in bugs.webkit.org when you attach a patch for review: Hello and thank you for contributing a patch. Here is our licensing policy and terms for contributing code to the WebKit project. • If you are sending in a patch to

[webkit-dev] Removing --pixel-tests from DRT/WTR

2012-07-26 Thread Balazs Kelemen
Hi webkittens! I am going to upload a patch to https://bugs.webkit.org/show_bug.cgi?id=92398 https://bugs.webkit.org/show_bug.cgi?id=92398 that will remove the --pixel-tests option from test drivers. Don't worry, I don't want to kill pixel testing, I want to be able to control it per

[webkit-dev] Trac/Svn Migration - Friday the 27th, 7-9am PDT

2012-07-26 Thread William Siegrist
The Trac and subversion servers are being migrated to the new hardware Friday (tomorrow) morning at 7am PDT. The whole process should take 1-2 hours. Trac and svn will be unavailable for most of that time. -Bill ___ webkit-dev mailing list

Re: [webkit-dev] Removing --pixel-tests from DRT/WTR

2012-07-26 Thread Dirk Pranke
On Thu, Jul 26, 2012 at 11:00 AM, Balazs Kelemen kbal...@webkit.org wrote: Hi webkittens! I am going to upload a patch to https://bugs.webkit.org/show_bug.cgi?id=92398 that will remove the --pixel-tests option from test drivers. Don't worry, I don't want to kill pixel testing, I want to

Re: [webkit-dev] Multiple inheritance in the DOM

2012-07-26 Thread Alexandru Chiculita
On 25.07.2012, at 18:16, Alan Stearns wrote: From: Adam Barth aba...@webkit.org Date: Wednesday, July 25, 2012 6:05 PM To: Sam Weinig s...@webkit.org Cc: Elliott Sprehn espr...@google.com, Alan Stearns stea...@adobe.com, Kentaro Hara hara...@chromium.org, webkit-dev@lists.webkit.org

Re: [webkit-dev] Multiple inheritance in the DOM

2012-07-26 Thread Adam Barth
On Thu, Jul 26, 2012 at 2:29 PM, Alexandru Chiculita ach...@adobe.comwrote: On 25.07.2012, at 18:16, Alan Stearns wrote: From: Adam Barth aba...@webkit.org Date: Wednesday, July 25, 2012 6:05 PM To: Sam Weinig s...@webkit.org Cc: Elliott Sprehn espr...@google.com, Alan Stearns

Re: [webkit-dev] Multiple inheritance in the DOM

2012-07-26 Thread Alan Stearns
On 7/26/12 2:36 PM, Adam Barth aba...@webkit.org wrote: On Thu, Jul 26, 2012 at 2:29 PM, Alexandru Chiculita ach...@adobe.com wrote: I don't see any advantage in having the interface anyway, so why don't we just it let be a separate object and add two helper methods instead. I can only imagine

Re: [webkit-dev] Multiple inheritance in the DOM

2012-07-26 Thread Andrei Bucur
Identifying what the Region actually is sounds very similar with identifying the nature of a Node using NodeType? Is this pattern applicable here as well? https://developer.mozilla.org/en/nodeType Andrei. From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-boun...@lists.webkit.org]

Re: [webkit-dev] Multiple inheritance in the DOM

2012-07-26 Thread Adam Barth
Please see my initial email for the answer to that question. Specifically, you're suggesting that the answer to question (A) is no and the answer to question (B) is build another one-off RTTI replacement. Adam On Thu, Jul 26, 2012 at 3:35 PM, Andrei Bucur abu...@adobe.com wrote: Identifying

Re: [webkit-dev] Multiple inheritance in the DOM

2012-07-26 Thread Alan Stearns
On 7/26/12 3:15 PM, Adam Barth aba...@webkit.org wrote: On Thu, Jul 26, 2012 at 2:58 PM, Alan Stearns stea...@adobe.com wrote: On 7/26/12 2:36 PM, Adam Barth aba...@webkit.org wrote: ... Discussing this issue with Sam in #webkit, we wondered whether another solution is to not implement the

Re: [webkit-dev] Multiple inheritance in the DOM

2012-07-26 Thread Adam Barth
On Thu, Jul 26, 2012 at 3:39 PM, Alan Stearns stea...@adobe.com wrote: On 7/26/12 3:15 PM, Adam Barth aba...@webkit.org wrote: On Thu, Jul 26, 2012 at 2:58 PM, Alan Stearns stea...@adobe.com wrote: On 7/26/12 2:36 PM, Adam Barth aba...@webkit.org wrote: ... Discussing this issue with

Re: [webkit-dev] Multiple inheritance in the DOM

2012-07-26 Thread Alexandru Chiculita
On 26.07.2012, at 14:36, Adam Barth wrote: Greping for CSSPseudoElement in WebCore appears to return zero results. Discussing this issue with Sam in #webkit, we wondered whether another solution is to not implement the CSSOM for Regions. Is there are strong use case for having this CSSOM in

Re: [webkit-dev] Multiple inheritance in the DOM

2012-07-26 Thread Elliott Sprehn
On Thu, Jul 26, 2012 at 3:45 PM, Alexandru Chiculita ach...@adobe.comwrote: ... If CSSPseudoElement would be designed to derive from the same base class as Element and share most of their style/layout properties, then 99% of the time people will just do region.element.style.top = '100px'; and

Re: [webkit-dev] Multiple inheritance in the DOM

2012-07-26 Thread Adam Barth
On Thu, Jul 26, 2012 at 3:45 PM, Alexandru Chiculita ach...@adobe.comwrote: On 26.07.2012, at 14:36, Adam Barth wrote: Greping for CSSPseudoElement in WebCore appears to return zero results. Discussing this issue with Sam in #webkit, we wondered whether another solution is to not