Re: [webkit-dev] Updating the tradition for new reviewer blog posts

2010-08-02 Thread Chris Fleizach
So what is the process then if you have a blog ready to post? Just get one person to review? On 2 ʻAok 2010, at 9:02 PM, Maciej Stachowiak wrote: > > I agree that it would be good to have more useful and interesting content. I > don't think it's good to do this by forcing the task on new revi

Re: [webkit-dev] Updating the tradition for new reviewer blog posts

2010-08-02 Thread Maciej Stachowiak
I agree that it would be good to have more useful and interesting content. I don't think it's good to do this by forcing the task on new reviewers. Not everyone enjoys a writing exercise and it shouldn't be required to become a reviewer. However, I encourage people to post about cool WebKitty s

Re: [webkit-dev] Updating the tradition for new reviewer blog posts

2010-08-02 Thread Maciej Stachowiak
On Aug 2, 2010, at 1:56 PM, Adam Barth wrote: > I'd be happy to write more posts for Surfin' Safari, but I don't know > if I need approval, etc. You don't need approval. - Maciej > > Adam > > > On Mon, Aug 2, 2010 at 1:31 PM, Eric Seidel wrote: >> Woh. I think that's an awesome idea. :)

[webkit-dev] Rendering a PDF on an HTML5 Canvas using WebKit/AIR

2010-08-02 Thread Andrew Sealy-Bell
Hi, I'd like to know if anybody has experience with rendering a PDF on an HTML5 canvas? I'd like to to this and listen for mouse events etc. do overlay some customised functionality on top. I'd like to be able to do this both on a desktop AIR app and on the browser if possible. Any help or advic

Re: [webkit-dev] Updating the tradition for new reviewer blog posts

2010-08-02 Thread Antonio Gomes (:tonikitoo)
I think that it would be awesome as well. There is so much content to be blogged by the community. For example, I have myself two nice subjects of WebCore stuff I've been involved with: - rect based hit testing; - spatial navigation. Would be more than happy to get the contents of two posts publi

Re: [webkit-dev] Rolling out a series of changes

2010-08-02 Thread Adam Barth
You can do it with "git revert". You'll need to clean up the commit message and ChangeLog entries before actually landing it through. Using "git rebase -i" you can decide whether to land the rollout in one commit or several. Alternatively, you can try "webkit-patch rollout" on each revision in r

[webkit-dev] Rolling out a series of changes

2010-08-02 Thread Chris Fleizach
Anyone know how to roll out a series of changes, like the ones from https://bugs.webkit.org/show_bug.cgi?id=43005 using sherrifbot or other tools? (or if someone could just roll out the changes from that patch...) thanks ___ webkit-dev mailing list we

Re: [webkit-dev] Updating the tradition for new reviewer blog posts

2010-08-02 Thread Adam Barth
I'd be happy to write more posts for Surfin' Safari, but I don't know if I need approval, etc. Adam On Mon, Aug 2, 2010 at 1:31 PM, Eric Seidel wrote: > Woh.  I think that's an awesome idea. :) > > Would also make sure that all reviewers are blog-enabled. > > Might be a bit to ask of new review

Re: [webkit-dev] Updating the tradition for new reviewer blog posts

2010-08-02 Thread Eric Seidel
Woh. I think that's an awesome idea. :) Would also make sure that all reviewers are blog-enabled. Might be a bit to ask of new reviewers though. -eric On Mon, Aug 2, 2010 at 11:56 AM, Tony Gentilcore wrote: > The Surfin' Safari blog seems to have fairly wide readership in the web dev > commun

[webkit-dev] Updating the tradition for new reviewer blog posts

2010-08-02 Thread Tony Gentilcore
The Surfin' Safari blog seems to have fairly wide readership in the web dev community. Google Reader reports 35k Reader subscribers. For comparison: blog.chromium.org has 17k and blog.mozilla.com has 10k. However, the last post with descriptive content was back on April 18th. Since that post, we've

[webkit-dev] Safari for Windows symbol server updated

2010-08-02 Thread Adam Roben
The Safari for Windows symbol server has been updated with symbols for all releases through Safari 5.0.1. You can find instructions for using the symbol server at . -Adam ___ webk

[webkit-dev] commit-queue switching to Snow Leopard this week

2010-08-02 Thread Eric Seidel
- CQ will block on the SL Release builder - CQ will test on SL Release before committing. Most users shouldn't notice or care. Email me if you have questions. -eric ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman

Re: [webkit-dev] Name nitpick: "layout tests"

2010-08-02 Thread Darin Fisher
On Mon, Aug 2, 2010 at 7:33 AM, Dan Bernstein wrote: > > On Aug 2, 2010, at 4:28 AM, Alexey Proskuryakov wrote: > > > > > 29.07.2010, в 10:59, Darin Adler написал(а): > > > >> The directory should be eventually be named Tests or WebKitTests or > RegressionTests. > > > > > > Ideally, the directory

Re: [webkit-dev] Name nitpick: "layout tests"

2010-08-02 Thread Dan Bernstein
On Aug 2, 2010, at 4:28 AM, Alexey Proskuryakov wrote: > > 29.07.2010, в 10:59, Darin Adler написал(а): > >> The directory should be eventually be named Tests or WebKitTests or >> RegressionTests. > > > Ideally, the directory will have a unique first letter for better tab > completion - so

Re: [webkit-dev] Printer font is different from screen font

2010-08-02 Thread Shinichiro Hamaji
Thanks for your feedbacks! I did a few experiments before my email post but I forgot to mention about it. Sorry that my first post was not so specific :( Now I've done a few more experiments. Let me explain what I've seen so far. * The issue The example HTML in question is https://bugs.webkit.o

Re: [webkit-dev] Sharing WebKit mocks across platforms

2010-08-02 Thread Alexey Proskuryakov
29.07.2010, в 8:16, Adam Barth написал(а): > Plumbing this mock API all the way through WebKit for each port seems like a > waste. One benefit of this is that it makes us test the API layer. Another one is that it gives WebKit developers better familiarity with APIs - that's not as minor as

Re: [webkit-dev] Sharing WebKit mocks across platforms

2010-08-02 Thread Steve Block
I'd be happy to help where I can too, and can migrate the existing Geolocation/DeviceOrientation/SpeechInput mocks to use the new pattern. Please CC me on any bugs you create. Steve ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.web

Re: [webkit-dev] Name nitpick: "layout tests"

2010-08-02 Thread Alexey Proskuryakov
29.07.2010, в 10:59, Darin Adler написал(а): > The directory should be eventually be named Tests or WebKitTests or > RegressionTests. Ideally, the directory will have a unique first letter for better tab completion - so WebKitTests is a poor option from that point of view. I like the other