[webkit-dev] Feature Announcement: adding image-orientation

2012-06-13 Thread David Barr
https://bugs.webkit.org/show_bug.cgi?id=89052 I propose to introduce the property initially behind a compile flag. Let me know if I can answer any questions! -- David Barr ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinf

Re: [webkit-dev] test_expectations.txt has been renamed to TestExpectations

2012-06-02 Thread David Barr
eLogs, a great outcome from a wry taunt! -- David Barr ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] Feature Announcement: adding image-resolution

2012-04-30 Thread David Barr
t.org/show_bug.cgi?id=85262 I propose to introduce the property initially behind a runtime feature flag. Let me know if I can answer any questions! -- David Barr ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/ma

Re: [webkit-dev] github mirror

2012-04-24 Thread David Barr
re missing :) A relevant fact is that you may avoid clients having to re-fetch all trees and blobs if the mirror hosts both histories on different heads, eg. refs/heads/master and refs/heads/github. -- David Barr ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Eliminate potential null pointer dereference?

2012-04-19 Thread David Barr
first loop is selector == null. So the second loop ought to check selector != null before any dereference of selector. Regarding style, the change homogenizes the loop constructs within that method. -- David Barr ___ webkit-dev mailing list webkit-d

Re: [webkit-dev] Moving to Git?

2012-03-08 Thread David Barr
to streamline the git workflow before we start trying to proselytise Subversion users. :) The monotonic labels that Ryosuke desires are known in git language as "generation numbers". If we maintain a canonical linear history going forward, they would also be unique as with Subversion. Thi

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

2012-02-29 Thread David Barr
to server (http://svn.webkit.org) at /Users/davidbarr/libexec/git-core/git-svn line 2139 -- David Barr. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

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

2012-02-15 Thread David Barr
oject Hosting team on their toes but also acts as an alternate path should disaster strike both webkit.org and chromium.org. I hope awareness of these secondary mirrors helps lighten the load on git.webkit.org in exceptional circumstances. -- David