[webkit-dev] Removing support for the -khtml- (and -apple-?) vendor prefixes

2010-07-12 Thread Peter Beverloo
, with individual CSS support, I believe it would be appropriate for support to be dropped. Regards, Peter Beverloo http://peter.sh/ [1] http://trac.webkit.org/browser/trunk/WebCore/css/CSSParser.cpp#L5583 [2] http://blogs.msdn.com/b/iemobile/archive/2010/05/10/javascript-and-css-changes-in-ie-mobile

Re: [webkit-dev] Removing support for the -khtml- (and -apple-?) vendor prefixes

2010-07-12 Thread Peter Beverloo
by WebKit.  See bugs such as https://bugs.webkit.org/show_bug.cgi?id=11825.  Not supporting these will be a burden for some Web developers as they need to add both -khtml- and -webkit- to specify one property. Best, Ryosuke Niwa On Mon, Jul 12, 2010 at 1:53 AM, Peter Beverloo pe...@lvp

Re: [webkit-dev] Removing support for the -khtml- (and -apple-?) vendor prefixes

2010-07-12 Thread Peter Beverloo
of border-radixes and opacity are still supported as well. Although I think the latter of which could be removed as well, considering Safari 1.1 got released in 2003. Regards, Peter Beverloo http://peter.sh/ [1] http://peter.sh/examples/?/css/vendor-prefix.html [2] https://bugs.webkit.org

Re: [webkit-dev] Removing support for the -khtml- (and -apple-?) vendor prefixes

2010-07-12 Thread Peter Beverloo
Excuse me, I forgot to note the new bug + patch in my previous mail, although it was listed in the references. https://bugs.webkit.org/show_bug.cgi?id=42093 Regards, Peter Beverloo http://peter.sh/ On Mon, Jul 12, 2010 at 17:26, Eric Seidel e...@webkit.org wrote: Please post a patch: http

[webkit-dev] Removing support for the -khtml- (and -apple-?) vendor prefixes

2010-07-12 Thread Peter Beverloo
with individual CSS support, I believe it would be appropriate for support to be dropped. Regards, Peter Beverloo http://peter.sh/ [1] http://trac.webkit.org/browser/trunk/WebCore/css/CSSParser.cpp#L5583 [2] http://blogs.msdn.com/b/iemobile/archive/2010/05/10/javascript-and-css-changes-in-ie-mobile

Re: [webkit-dev] Removing support for the -khtml- (and -apple-?) vendor prefixes

2010-07-13 Thread Peter Beverloo
for -khtml- completely. (2) Continue to support -apple- for -apple-dashboard-region and -apple-line-clamp only. dave (hy...@apple.com) I have submitted a patch[1] following your recommendations. Regards, Peter Beverloo [1] https://bugs.webkit.org/show_bug.cgi?id=42093

Re: [webkit-dev] Error checking out WebKit

2010-12-14 Thread Peter Beverloo
On Tue, Dec 14, 2010 at 07:19, Kenneth Russell k...@google.com wrote: Hi all, Trying to check out a fresh WebKit tree on Windows using svn 1.6.6 (also tried 1.6.1), I'm consistently getting the following error: svn: PROPFIND of

Re: [webkit-dev] Use of -webkit- prefix on CSS Values and Properties

2011-03-27 Thread Peter Beverloo
On Sun, Mar 27, 2011 at 18:07, Eric Seidel e...@webkit.org wrote: Do we have any guidelines as to when we use -webkit- for new properties vs not? For example, when implementing CSS3 properties (like we are this week for the BiDi sprint): https://bugs.webkit.org/show_bug.cgi?id=57181

Re: [webkit-dev] Is Harmony a new WebKit project?

2011-12-15 Thread Peter Beverloo
An e-mail was sent to webkit-dev about this four hours ago, titled: [webkit-dev] JavaScriptCore and ES6 Peter On Thu, Dec 15, 2011 at 16:24, Darin Adler da...@apple.com wrote: I see some work in JavaScriptCore on something named Harmony. Is adding this a WebKit project? If so, then I’d like

Re: [webkit-dev] How to Port Webkit to Andriod?

2011-12-16 Thread Peter Beverloo
On Fri, Dec 16, 2011 at 08:11, michaelwang michaelw...@linpus.com wrote: Hi,All: Is there anyone have done the job of porting Webkit to Andriod platform? The Android port was partially upstreamed to WebKit, until it was removed earlier this year following an announcement by the Android team:

Re: [webkit-dev] About code reviews outside bugzilla

2012-01-10 Thread Peter Beverloo
The bugzilla bug is here, it's just not referenced in the message (which it should be): https://bugs.webkit.org/show_bug.cgi?id=75956 Peter On Tue, Jan 10, 2012 at 14:44, Philippe Normand ph...@igalia.com wrote: Hi, I thought any substantial code contribution was to be reviewed in a proper

Re: [webkit-dev] git.webkit.org is offline

2012-02-15 Thread Peter Beverloo
For those with a git-svn checkout, git svn fetch and git svn rebase are working fine for me. Peter On Wed, Feb 15, 2012 at 14:39, Andy Estes aes...@apple.com wrote: I'm seeing this when I try to update my tree: [estes@bestes OpenSource (master)]$ git fetch git.webkit.org[0: 17.254.20.231]:

Re: [webkit-dev] git.webkit.org problem

2012-02-29 Thread Peter Beverloo
Hi Bill, Would it be possible to get some more information on your/Lucas' plans on improving stability of the infrastructure? This was the third significant interruption within a week, and especially for us non-PST folks it's becoming quite inconvenient. Thanks, Peter On Wed, Feb 29, 2012 at

Re: [webkit-dev] git.webkit.org problem

2012-02-29 Thread Peter Beverloo
build and test onto two separate masters. build.webkit.org and test.webkit.org ? I would be interested in hearing any other thoughts on increasing build.webkit.org performance. Lucas On Feb 29, 2012, at 7:08 AM, Peter Beverloo wrote: Hi Bill, Would it be possible to get some more

Re: [webkit-dev] Websocket enabling on android 4.0.3

2012-05-07 Thread Peter Beverloo
Hello Priyadarshini, An Web Sockets implementation will also require a client-side implementation, which is not provided in the Android port. You'll want to file a feature request against http://code.google.com/p/android/, or switch to using the Chrome on Android beta which does support the

[webkit-dev] Using the WebExposed keyword for web-facing changes

2012-06-08 Thread Peter Beverloo
Hi webkit-dev, *If you work on web-facing features, or run into another bug which does, please consider adding the WebExposed keyword to it.* Many of you will be familiar with my WebKit updates, which are now also being published on the WebKit blog. Writing these involves reading every

Re: [webkit-dev] Using the WebExposed keyword for web-facing changes

2012-06-11 Thread Peter Beverloo
benefit for minor fixes on a feature in very early stages of development which is still disabled on all major ports. However, when in doubt, it's better to be on the safe side and add the label. Using it for bugs without patches is fine, of course. Thanks, Peter On Sat, Jun 9, 2012 at 5:24 AM, Peter

Re: [webkit-dev] New Feature Flag Proposal: TIME_INPUT_FIELDS

2012-06-26 Thread Peter Beverloo
On Tue, Jun 26, 2012 at 9:20 PM, Yosi Inoue yo...@chromium.org wrote: Hi WebKit! I would like to notify adding new feature flag ENABLE_TIME_INPUT_FIELDS. This flag will enable multiple fields input UI for input type time. Looking is as same as input type number (including spin button), but

Re: [webkit-dev] Indexeddb support status in latest nightly build

2012-07-28 Thread Peter Beverloo
Please direct your questions to no more than one mailing list at a time. webkit-help is most appropriate for this kind of question, as webkit-dev is intended for WebKit developers and implementers. As far as I'm aware, IndexedDB is not available in the latest nightly builds. Peter On Sat, Jul

Re: [webkit-dev] Can we remove webkit prefix from Battery Status API and from Vibration API?

2012-07-31 Thread Peter Beverloo
On Tue, Jul 31, 2012 at 3:02 AM, Kihong Kwon kihong.k...@samsung.comwrote: Hi, webkit-dev ** ** As you can see with these links, http://www.w3.org/TR/battery-status/ http://www.w3.org/TR/vibration/ the status of Battery Status API and Vibration API have been changed to

Re: [webkit-dev] Kerning not working for SVG font when included in HTML file using @font-face

2012-08-01 Thread Peter Beverloo
Please use the webkit-h...@lists.webkit.org mailing list for questions such as this one, as webkit-dev is intended as a forum for WebKit developers. In general, if exactly the same code behaves differently in WebKit compared to other browsers, or WebKit's implementation is different from what the

Re: [webkit-dev] Procedure for adding new blogs to the WebKit Planet

2012-08-02 Thread Peter Beverloo
On Thu, Aug 2, 2012 at 10:00 AM, Patrick Gansterer par...@paroga.comwrote: On Thu, 02 Aug 2012 10:53:30 +0200, Martin Robinson wrote: Hi all, What's the procedure for adding a blog to the WebKit Planet? I often post material interesting to some of the WebKit community, but not suitable for

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

2012-08-09 Thread Peter Beverloo
On Thu, Aug 9, 2012 at 11:09 AM, Mark Rowe mr...@apple.com wrote: On 2012-08-09, at 02:41, Osztrogonac Csaba o...@inf.u-szeged.hu wrote: Hi, bugs.webkit.org and trac.webkit.org is unavailable again. :( Could you check it, please? This is caused by a problem on a host that I don't have

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

2012-08-09 Thread Peter Beverloo
On Thu, Aug 9, 2012 at 11:41 AM, Mark Rowe mr...@apple.com wrote: On 2012-08-09, at 03:14, Peter Beverloo pe...@chromium.org wrote: On Thu, Aug 9, 2012 at 11:09 AM, Mark Rowe mr...@apple.com wrote: On 2012-08-09, at 02:41, Osztrogonac Csaba o...@inf.u-szeged.hu wrote: Hi

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

2012-08-09 Thread Peter Beverloo
On Thu, Aug 9, 2012 at 12:49 PM, Mark Rowe mr...@apple.com wrote: On 2012-08-09, at 04:22, Peter Beverloo pe...@chromium.org wrote: On Thu, Aug 9, 2012 at 11:41 AM, Mark Rowe mr...@apple.com wrote: On 2012-08-09, at 03:14, Peter Beverloo pe...@chromium.org wrote: On Thu, Aug 9, 2012

[webkit-dev] Chromium for Android builders have been added to the EWS

2012-08-10 Thread Peter Beverloo
Hi WebKit, Starting yesterday, a queue is now available for the Early Warning System (EWS) which will be building --but not testing-- all patches uploaded to Bugzilla for the Chromium for Android configuration. Compared to Chromium Linux, the main differences are that Android will cross-compile

Re: [webkit-dev] Chromium for Android builders have been added to the EWS

2012-08-12 Thread Peter Beverloo
On Sun, Aug 12, 2012 at 4:20 PM, Antonio Gomes toniki...@gmail.com wrote: Nice work. I assume your upstreaming is done. We are getting very close! API compatibility is the next milestone (which only is one or two APIs away at this point), after which the remaining code is mostly long-term work

Re: [webkit-dev] Proposal to enable compile flags only for EWS run

2012-08-16 Thread Peter Beverloo
, Adam Barth aba...@webkit.org wrote: Why not just build and run the tests locally? This sounds like a CSS feature that should more or less work the same for every port. Adam On Thu, Aug 16, 2012 at 9:53 AM, Peter Beverloo pe...@chromium.org wrote: Depending on how much longer the feature

Re: [webkit-dev] Proposal to enable compile flags only for EWS run

2012-08-16 Thread Peter Beverloo
Depending on how much longer the feature will be in development, it may not be worth setting up a new bot. Bruno seems to be mostly interested in getting EWS results, whereas results on the waterfall would only show up after committing the actual change. Something you could consider is to have a

Re: [webkit-dev] Proposal to enable compile flags only for EWS run

2012-08-16 Thread Peter Beverloo
this is pretty well assured by current implementation. On Thu, Aug 16, 2012 at 10:03 AM, Peter Beverloo pe...@chromium.org wrote: It depends on the kind of feature you're working on, indeed. While I don't know what Bruno's use-case is, In the case of text decoration, I guess

Re: [webkit-dev] New feature: CSS3 GCPM

2012-08-20 Thread Peter Beverloo
Anything specific or the whole specification? The mixture of features defined in there covers a rather broad spectrum, and sometimes overlaps with features defined elsewhere (i.e. float modifiers v.s. positioned floats, CMYK colors which probably shouldn't be there). Is there a meta bug we can

Re: [webkit-dev] New feature: CSS3 GCPM

2012-08-20 Thread Peter Beverloo
On Mon, Aug 20, 2012 at 5:20 PM, Peter Beverloo pe...@chromium.org wrote: Anything specific or the whole specification? The mixture of features defined in there covers a rather broad spectrum, and sometimes overlaps with features defined elsewhere (i.e. float modifiers v.s. positioned floats

Re: [webkit-dev] EditBugs permission request

2012-08-22 Thread Peter Beverloo
On Tue, Aug 21, 2012 at 11:42 PM, Adam Barth aba...@webkit.org wrote: On Tue, Aug 21, 2012 at 2:41 PM, Glenn Adams gl...@skynav.com wrote: Could I be enabled for EditBugs permission? I'm starting to submit patches and actively work bugs, e.g., Done. In the future, folks should feel free

Re: [webkit-dev] https://trac.webkit.org/auth/login/ down?

2012-10-19 Thread Peter Beverloo
The page itself can be loaded just fine, but blocking requests to static2.macosforge.org are timing out. If you wait for a minute or so the unstyled content will show up, including the login form, which works just fine. Peter On Fri, Oct 19, 2012 at 6:38 PM, Pablo Flouret pab...@motorola.com

Re: [webkit-dev] does anyone still use 'webkit-patch rebaseline-server'?

2012-11-01 Thread Peter Beverloo
On Wed, Oct 31, 2012 at 10:47 PM, Dirk Pranke dpra...@chromium.org wrote: It is/was intended to be useful for quickly reviewing and rebaselining a bunch of failures in a local (on-disk) checkout. It's been largely unmaintained and ignored for quite some time in favor of garden-o-matic. I

Re: [webkit-dev] List of IRC nicknames pictures?

2012-11-04 Thread Peter Beverloo
IRC nicknames are available in committers.py, as the third argument of the Contributor, Committer and Reviewer entries: http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py I'm not aware of any picture database. I guess we could include them on the WebKit Team

[webkit-dev] Chromium for Android upstreaming has been completed!

2012-11-06 Thread Peter Beverloo
Hi WebKit! Following Adam’s progress update on the Chromium-Android port in July[1], we’re happy to tell you that our upstreaming has been completed and that the Chromium-Android port is now fully supported. We’ve closed the master bug: https://bugs.webkit.org/show_bug.cgi?id=66687 To give you a

Re: [webkit-dev] commit-queue bot missing a dependency? (ImportError: No module named logilab.astng.utils)

2012-11-13 Thread Peter Beverloo
I'm seeing the same on the Android bot. What is the right way to fix this? Cheers, Peter On 13 Nov 2012 18:31, Dirk Pranke dpra...@chromium.org wrote: Argh, yeah. Unfortunately, I'm not sure what triggers this problem. It's easy enough to fix as soon as I can find someone w/ access to the CQ.

Re: [webkit-dev] Proposal: Make Ninja the default build-system for build-webkit --chromium

2012-12-10 Thread Peter Beverloo
Clarifying the error messages seems like a win in either case. From Android's perspective, I'm of course in favor of switching to ninja. One minor nit, but I'll reply with that on the bug. Thanks for doing this! Peter On Mon, Dec 10, 2012 at 9:39 AM, Eric Seidel e...@webkit.org wrote: The