Re: [webkit-dev] [blink-dev] FOSDEM 2015 Desktops DevRoom Call for Talks

2014-10-27 Thread Levi Weintraub
Please don't send advertisements or cross-post to these lists. Thanks, /L/ On Mon, Oct 27, 2014 at 1:00 PM, Pau Garcia i Quiles wrote: > Hello, > > --8<--- > > FOSDEM is one of the largest gatherings of Free > Software contributors in the world and happens each February

Re: [webkit-dev] Compiling WebKit up to 25% faster in Windows?

2013-03-26 Thread Levi Weintraub
+1. I also like that this will make layering violations clearer. On Tue, Mar 26, 2013 at 1:53 PM, Filip Pizlo wrote: > > On Mar 26, 2013, at 1:40 PM, Dirk Pranke wrote: > > On Tue, Mar 26, 2013 at 1:29 PM, Benjamin Poulain > wrote: > >> On Tue, Mar 26, 2013 at 1:20 PM, Dirk Pranke wrote >> >

Re: [webkit-dev] Please don't leave entries for rebaseline in TestExpectation files

2013-03-21 Thread Levi Weintraub
I wish I could explicitly set an entry as being intended to be rebaselined, then notified (by email, by webkit-patch, something) when the tests covered by that entry have ran through all the bots with a url that shows the results so I can quickly validate them. In this magic world, if the results

Re: [webkit-dev] Elliot Sprehn is now a reviewer

2013-03-11 Thread Levi Weintraub
Congrats sir!! On Mon, Mar 11, 2013 at 3:46 PM, Eric Seidel wrote: > May our generated content (and general render safety and speed) live > long and prosper. :) > > Grats Elliot! > ___ > webkit-dev mailing list > webkit-dev@lists.webkit.org > https://

Re: [webkit-dev] Philip Rogers is now a Reviewer

2013-02-28 Thread Levi Weintraub
Congratulations, Mr. Rogers! On Thu, Feb 28, 2013 at 12:09 PM, Eric Seidel wrote: > Nice to have another hand for SVG reviews. :) > > Grats to pdr! > > ___ > webkit-dev mailing list > webkit-dev@lists.webkit.org > https://lists.webkit.org/mailman/list

Re: [webkit-dev] New WebKit reviewer: Stephen Chenney

2013-02-20 Thread Levi Weintraub
Here here! Congratulations! On Wed, Feb 20, 2013 at 2:36 PM, Philip Rogers wrote: > This is fantastic. Congratulations Stephen! > > > On Wed, Feb 20, 2013 at 2:34 PM, Dirk Schulze wrote: > >> Hi WebKit folks, >> >> >> It is a pleasure to announce that Stephen Chenney >> is a WebKit Reviewer n

Re: [webkit-dev] css: rotateY(90) with perspective()

2013-02-12 Thread Levi Weintraub
Either way, I'd suggest you take this conversation to a specific bug report :) On Tue, Feb 12, 2013 at 11:49 AM, Shawn Singh wrote: > Hi Marcin, > > I wonder if you might accidentally have a "perspective-origin" set > differently? Or maybe there is something in your code where window size > tha

Re: [webkit-dev] Adding Web MIDI API support to WebCore

2013-01-18 Thread Levi Weintraub
I see that this is intended to go in as a "module". My understanding is that concept was created to allow this sort of thing with minimal impact to core functionality. On Fri, Jan 18, 2013 at 2:15 PM, Steve Williams < stephen.j.h.willi...@googlemail.com> wrote: > Implement as a dynamic/shared li

Re: [webkit-dev] Keeping up with new additions to canvas

2013-01-07 Thread Levi Weintraub
The best way to watch changes to specific features in WebKit is by adding yourself to a WatchList: http://trac.webkit.org/wiki/WatchList -Levi On Mon, Jan 7, 2013 at 8:47 AM, Dirk Schulze wrote: > > On Jan 7, 2013, at 4:18 AM, RGraph.net support > wrote: > > > Hi, > > > > Is watching this mai

Re: [webkit-dev] Int/FloatPoint and Int/FloatSize

2013-01-03 Thread Levi Weintraub
Hi Steve, When converting the old tx/ty paint offsets to use IntPoint and IntSize (later LayoutPoint/Size) we had some discussion around this. Darin Adler wrote some good advice here: https://bugs.webkit.org/show_bug.cgi?id=61562#c2 -- quoting: "It’s hard to tell points and sizes apart when we hav

Re: [webkit-dev] Allan Sandfeld Jensen is now a WebKit reviewer!

2012-12-21 Thread Levi Weintraub
Congrats Allan! :) On Fri, Dec 21, 2012 at 8:13 AM, Kenneth Rohde Christiansen < kenneth.christian...@gmail.com> wrote: > Congrats Allan! > > On Fri, Dec 21, 2012 at 5:09 PM, Turcotte Jocelyn < > jocelyn.turco...@digia.com> wrote: > >> Before joining WebKit a year ago, Allan was spending some

Re: [webkit-dev] New WebKit reviewer: Gyuyoung Kim

2012-08-21 Thread Levi Weintraub
Congrats!! On Tue, Aug 21, 2012 at 7:05 AM, Soo-Hyun Choi wrote: > Good stuff and congratulations, Gyuyoung! > > > Soo-Hyun > > > > Kenneth Rohde Christiansen wrote: > >> I’m pleased to announce that Gyuyoung Kim is now a WebKit reviewer. >> >> Gyuyoung joined the WebKit team as part of an effor

Re: [webkit-dev] bugs.webkit.org and trac.webkit org down?

2012-08-10 Thread Levi Weintraub
We're back! On Fri, Aug 10, 2012 at 8:07 AM, Peter Beverloo wrote: > It's been down for the past hour, again. Just a nudge in case it slipped > through. > > Peter > > > On Thu, Aug 9, 2012 at 10:41 AM, Osztrogonac Csaba > wrote: > >> Hi, >> >> bugs.webkit.org and trac.webkit.org is unavailable

[webkit-dev] bugs.webkit.org returning 500 errors

2012-08-10 Thread Levi Weintraub
I'm getting Internal Server Errors accessing anything in bugs.webkit.org. TGIF I guess? :) ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] offsetWidth/Height/Left/Top int to float

2012-06-18 Thread Levi Weintraub
We’ve done some testing by making > offset*s to return floats and this approach appears to improve precision a > lot. > > ** ** > > I found in > archive<http://lists.webkit.org/pipermail/webkit-dev/2011-June.txt>an email > from > *Levi Weintraub *, sent in June 2

Re: [webkit-dev] FYI: sub-pixel layout landing soon

2012-04-23 Thread Levi Weintraub
gs in one path or the other. > > -Levi > > On Mon, Apr 23, 2012 at 2:31 PM, Adele Peterson wrote: > >> Is there an if-def ports can use if they don't want this on by default? >> >> - Adele >> >> On Apr 23, 2012, at 2:15 PM, Levi Weintraub wrote: &g

Re: [webkit-dev] FYI: sub-pixel layout landing soon

2012-04-23 Thread Levi Weintraub
use if they don't want this on by default? > > - Adele > > On Apr 23, 2012, at 2:15 PM, Levi Weintraub wrote: > > WebKittens and Unlucky Sheriffs > > We intend to flip the switch on sub-pixel layout tomorrow morning PST. We > apologize in advance for any breakages.

[webkit-dev] FYI: sub-pixel layout landing soon

2012-04-23 Thread Levi Weintraub
WebKittens and Unlucky Sheriffs We intend to flip the switch on sub-pixel layout tomorrow morning PST. We apologize in advance for any breakages. See https://trac.webkit.org/wiki/LayoutUnit and http://webkit.org/b/60318 for reference, and feel free to contact Emil (eae) or me (leviw) with any ques

Re: [webkit-dev] Git/SVN is slow

2012-03-15 Thread Levi Weintraub
to get to ae-21-60 the trace dies. Pings >>>> to svn.webkit.org succeed in acceptable times however, for me. >>>> Perhaps the hops following ae-11-70 and ae-21-60 simple aren't able to >>>> reply with proper ICMP packets; no real conclusion to

Re: [webkit-dev] Git/SVN is slow

2012-03-15 Thread Levi Weintraub
Likewise, I lose everything past *.car1.sanjose2.level3.net. SVN updates are dog slow :( 6 pr01-xe-8-2-0.sjc07.net.google.com (72.14.218.230) 4.306 ms 4.966 ms * 7 xe-11-1-0.edge2.sanjose3.level3.net (4.79.40.153) 20.116 ms 3.031 ms 3.056 ms 8 ae-31-90.car1.sanjose2.level3.net (4.69.152

Re: [webkit-dev] Is converting pixel tests to reftests kosher for imported libraries?

2012-03-07 Thread Levi Weintraub
On Wed, Mar 7, 2012 at 4:50 PM, Ryosuke Niwa wrote: > On Wed, Mar 7, 2012 at 4:44 PM, Darin Fisher wrote: > >> Hrm, if the test expectations are customized already for different ports >> of WebKit, then why not support replacing a PNG file with a HTML file that >> is intended to generate exactly

Re: [webkit-dev] Subpixel Layout Update

2012-02-23 Thread Levi Weintraub
On Wed, Feb 22, 2012 at 6:15 PM, Dirk Schulze wrote: > > On Feb 21, 2012, at 10:13 AM, Levi Weintraub wrote: > > Hi Dirk, > > Inline: > > On Sat, Feb 18, 2012 at 9:44 PM, Dirk Schulze wrote: > >> Hi Emil and Levi, >> >> I have a question to sub pixel

Re: [webkit-dev] Subpixel Layout Update

2012-02-21 Thread Levi Weintraub
You're right, those are obsolete. We'll get those removed. On Tue, Feb 21, 2012 at 10:37 AM, David Hyatt wrote: > I had a question about the subpixel layout stuff. Right now RenderBlock is > full of comments talking about switching to floats, .e.g., > > > FIXME: Might need rounding once we swit

Re: [webkit-dev] Subpixel Layout Update

2012-02-21 Thread Levi Weintraub
Hi Dirk, Inline: On Sat, Feb 18, 2012 at 9:44 PM, Dirk Schulze wrote: > Hi Emil and Levi, > > I have a question to sub pixels from the SVG point of view. > > Right now a lot of content on renderers and also in RenderStyle uses > LayoutPoint, LayoutSize, LayoutRect, Length… and so on. How would

Re: [webkit-dev] Subpixel Layout Update

2012-02-10 Thread Levi Weintraub
On Fri, Feb 10, 2012 at 6:14 PM, Adam Barth wrote: > On Fri, Feb 10, 2012 at 6:09 PM, Levi Weintraub wrote: > > On Fri, Feb 10, 2012 at 6:03 PM, Adam Barth wrote: > >> > >> On Fri, Feb 10, 2012 at 5:49 PM, Levi Weintraub > wrote: > >> > WebKittens, &

Re: [webkit-dev] Subpixel Layout Update

2012-02-10 Thread Levi Weintraub
On Fri, Feb 10, 2012 at 6:03 PM, Adam Barth wrote: > On Fri, Feb 10, 2012 at 5:49 PM, Levi Weintraub wrote: > > WebKittens, > > > > We're planning to wrap up our conversion of the RenderTree to subpixel > units > > next week. We've created a the

Re: [webkit-dev] Subpixel Layout Update

2012-02-10 Thread Levi Weintraub
o Emil and me if you have any questions. This will effect a large number of layout test expectations as well as some platform interfaces. If you are working on or maintaining a port other than Apple, Qt, and Chromium, please touch bases with us. Thanks! -Emil and Levi On Fri, Oct 28, 2011 at 1:4

Re: [webkit-dev] Subpixel Layout Update

2011-10-28 Thread Levi Weintraub
We've been pretty heavily in bug-fix mode recently, but it's been our intention to synchronize layout-unit usage in trunk to shrink down our patch for awhile now. On Fri, Oct 28, 2011 at 3:14 PM, Eric Seidel wrote: > It's not a big deal.  It just wasn't until I saw the diff in > prettydiff that I

Re: [webkit-dev] Subpixel Layout Update

2011-10-28 Thread Levi Weintraub
Thanks Eric, I just created a meta bug to track issues found in the branch. Please file issues as blocking bugs against 71143: https://bugs.webkit.org/show_bug.cgi?id=71143 -Levi On Fri, Oct 28, 2011 at 2:38 PM, Eric Seidel wrote: > Do you have a master bug we can CC ourselves on to follow alon

[webkit-dev] Subpixel Layout Update

2011-10-28 Thread Levi Weintraub
WebKittens, As you may know, Emil and I have been diligently working on getting subpixel layout up and running in WebKit. After much testing, we settled on a fixed point implementation instead of floats; we're happy to discuss how we arrived at this decision. We're currently in a state where we pa

Re: [webkit-dev] Mobile Safari Source Code

2011-10-23 Thread Levi Weintraub
Correct. Only WebCore and JavascriptCore sources are provided. On Sun, Oct 23, 2011 at 10:42 AM, Vineet Chaudhary wrote: > Sorry my mistake.. > > For iOS, > http://opensource.apple.com/release/ios-50/ > but I don't think you will get Safari App code here. > > 2011/10/23 道雄野口 >> >> Hi >> >> >1) W

Re: [webkit-dev] XCode > 4.0

2011-09-29 Thread Levi Weintraub
I know some people have been building WebKit with the 4.1 IDE, but after a cursory attempt I was only able to build from the command line. I'd also love tips from those more familiar with it :) -Levi On Thu, Sep 29, 2011 at 3:04 PM, lcerveau wrote: > HI > Apologies in advance for this newbie que

Re: [webkit-dev] Do you compile with ENABLE_SVG diabled?

2011-09-09 Thread Levi Weintraub
That seems like a very reasonable solution to me. On Fri, Sep 9, 2011 at 2:51 PM, Dirk Schulze wrote: > We could at least remove the subsets of SVG. Some developers build without > SVG for compile time reasons. > > Dirk > > Am 09.09.2011 um 23:45 schrieb Levi Weintraub: >

Re: [webkit-dev] Do you compile with ENABLE_SVG diabled?

2011-09-09 Thread Levi Weintraub
I know webOS ships (or doesn't these days?) sans-SVG. On Fri, Sep 9, 2011 at 2:42 PM, Eric Seidel wrote: > I am interested in removing the ENABLE_SVG define, and all associated > sub-defines > > ENABLE_SVG_ANIMATION > ENABLE_SVG_AS_IMAGE > ENABLE_SVG_FONTS > ENABLE_SVG_FOREIGN_OBJECT > ENABLE_SVG

Re: [webkit-dev] help with commit queue failure

2011-08-18 Thread Levi Weintraub
The failure is before the last 500 characters of output, so you can't see it unfortunately. Your patch doesn't apply to trunk, try updating your local checkout, resolving any conflicts, and re-uploading. -L On Thu, Aug 18, 2011 at 2:05 PM, Sailesh Agrawal wrote: > Hi all, I'm trying to commit a

Re: [webkit-dev] Switching away from integers for layout

2011-06-23 Thread Levi Weintraub
, but we're also rounding far more in our unfinished prototype than we would in the final product. -L On Thu, Jun 23, 2011 at 11:54 AM, Peter Kasting wrote: > On Thu, Jun 23, 2011 at 11:46 AM, Levi Weintraub wrote: > >> To address this we plan to convert the rendering tree to float

[webkit-dev] Switching away from integers for layout

2011-06-23 Thread Levi Weintraub
We’ve been getting an increasing number of complaints lately about the zooming support in webkit and how hard it is to correctly support zooming in complex web applications. To address this we plan to convert the rendering tree to float to allow for better zooming and scaling support. Furthermore

Re: [webkit-dev] Large Source Reorganizations By External WebKit Ports

2011-05-19 Thread Levi Weintraub
Speaking from my time at HP/Palm working on webOS, there was always a desire to upstream the project particularly to avoid missing all the source reorganization going on in the main tree. Unfortunately, there's a large bar of entry to upstream a new WebKit port, and we never had the resources to ma

Re: [webkit-dev] Adding ENABLE_GESTURE_MANAGER

2011-05-09 Thread Levi Weintraub
Some platforms implement touch recognition at a higher level than WebKit, so I don't think it necessarily make senes to re-use the TOUCH_EVENTS feature since you can have touch events in WebKit without a touch manager implemented there... But I also don't see the need for this to live in WebCore.