Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-04 Thread Alexis Menard
On Mon, Dec 3, 2012 at 5:59 PM, Dirk Schulze dschu...@adobe.com wrote: On Dec 3, 2012, at 12:07 PM, Benjamin Poulain benja...@webkit.org wrote: On Mon, Dec 3, 2012 at 11:11 AM, Dirk Schulze dschu...@adobe.com wrote: Why does this feature have a flag at all? background-position with up to 4

Re: [webkit-dev] Github vs. git.webkit.org

2012-12-04 Thread Tor Arne Vestbø
On 11/30/12 23:59 , Hajime Morrita wrote: It looks github supports mirroring by pulling a repo from official location. http://stackoverflow.com/questions/11370239/creating-an-official-github-mirror Ah, didn't know they provided that service, nice. I'm a bit worried about the sync delay

Re: [webkit-dev] pointer events specification - first editors draft

2012-12-04 Thread Rick Byers
The premise of the specification is that using mouse event and touch events interchangeably is needed. In reality, nobody was really asking for that because it is a terrible idea. You can already easily unify pen, touch and mouse by writing very little JavaScript, but it is only useful in very

Re: [webkit-dev] pointer events specification - first editors draft

2012-12-04 Thread Benjamin Poulain
On Tue, Dec 4, 2012 at 10:34 AM, Rick Byers rby...@chromium.org wrote: The premise of the specification is that using mouse event and touch events interchangeably is needed. In reality, nobody was really asking for that because it is a terrible idea. You can already easily unify pen, touch

Re: [webkit-dev] Multiprocess networking in WebKit

2012-12-04 Thread Allan Sandfeld Jensen
On Tuesday 04 December 2012, Adam Barth wrote: There's been a somewhat fragmented discussion across webkit-dev and various bugs about how we ought to approach multiprocess networking in WebKit. In an attempt to organize my thoughts, I wrote up a short design document that compares various

[webkit-dev] commit-queue offline for the rest of the day

2012-12-04 Thread Adam Barth
There's some problem with the commit-queue failing with some git error. I'm taking it offline for the rest of the day. Hopefully I'll figure it out tonight. Adam ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] commit-queue offline for the rest of the day

2012-12-04 Thread Eric Seidel
An example of the git failures can be found here: http://queues.webkit.org/results/15120956 (For any with git-knowledge who might know what's wrong.) On Tue, Dec 4, 2012 at 12:36 PM, Adam Barth aba...@webkit.org wrote: There's some problem with the commit-queue failing with some git error.

Re: [webkit-dev] commit-queue offline for the rest of the day

2012-12-04 Thread Eric Seidel
On Tue, Dec 4, 2012 at 12:39 PM, Eric Seidel esei...@google.com wrote: An example of the git failures can be found here: http://queues.webkit.org/results/15120956 (For any with git-knowledge who might know what's wrong.) On Tue, Dec 4, 2012 at 12:36 PM, Adam Barth aba...@webkit.org wrote:

Re: [webkit-dev] pointer events specification - first editors draft

2012-12-04 Thread Rick Byers
On Tue, Dec 4, 2012 at 2:28 PM, Benjamin Poulain benja...@webkit.org wrote: On Tue, Dec 4, 2012 at 10:34 AM, Rick Byers rby...@chromium.org wrote: The premise of the specification is that using mouse event and touch events interchangeably is needed. In reality, nobody was really asking for

Re: [webkit-dev] commit-queue offline for the rest of the day

2012-12-04 Thread Osztrogonac Csaba
Hi, Is it possible if http://git.chromium.org/external/Webkit is broken? Or somebody pushed non fast forward commits? Maybe a manual kick can help: git reset --hard HEAD~1000 git clean -dxf git pull These lines always helped me if something went wrong on my git repository. Ossy Eric Seidel

[webkit-dev] Unresolved external on ews-win even after the symbol added in WebKit2.def.in

2012-12-04 Thread Xianzhu Wang
Hi, In https://bugs.webkit.org/attachment.cgi?id=177534, I added the symbol into Source/WebKit2/WebKit2.def.in trying to resolve the unresolved external error of the previous patch ( https://bugs.webkit.org/attachment.cgi?id=177506), but the error still occurred. I have read

Re: [webkit-dev] commit-queue offline for the rest of the day

2012-12-04 Thread Adam Barth
Both the commit hashes mentioned in the log appear to be real hashes from today, about ten revisions apart. I'm not enough of a git expert to understand what's going on. Adam On Tue, Dec 4, 2012 at 2:49 PM, Osztrogonac Csaba o...@inf.u-szeged.hu wrote: Hi, Is it possible if

Re: [webkit-dev] Unresolved external on ews-win even after the symbol added in WebKit2.def.in

2012-12-04 Thread Xianzhu Wang
On Tue, Dec 4, 2012 at 3:00 PM, Xianzhu Wang wangxian...@chromium.orgwrote: Hi, In https://bugs.webkit.org/attachment.cgi?id=177534, I added the symbol into Source/WebKit2/WebKit2.def.in trying to resolve the unresolved external error of the previous patch (

Re: [webkit-dev] Unresolved external on ews-win even after the symbol added in WebKit2.def.in

2012-12-04 Thread Xianzhu Wang
On Tue, Dec 4, 2012 at 4:09 PM, Xianzhu Wang wangxian...@chromium.orgwrote: On Tue, Dec 4, 2012 at 3:00 PM, Xianzhu Wang wangxian...@chromium.orgwrote: Hi, In https://bugs.webkit.org/attachment.cgi?id=177534, I added the symbol into Source/WebKit2/WebKit2.def.in trying to resolve the

Re: [webkit-dev] Unresolved external on ews-win even after the symbol added in WebKit2.def.in

2012-12-04 Thread Xianzhu Wang
Hi, I just tested with a temporary patch that removed most of the contents of WebKit2.def.in (https://bugs.webkit.org/attachment.cgi?id=177603). ews-win still reported one unresolved external just as for the previous patches ( http://queues.webkit.org/results/15153238). So I suspect that