Re: New policy: 48-hour backouts for major Talos regressions

2015-08-18 Thread L. David Baron
changeset is pushed to all trees, and the trees reopened. I think this is in violation of https://wiki.mozilla.org/Sheriffing/Job_Visibility_Policy#Must_avoid_patterns_known_to_cause_non_deterministic_failures (see the first bullet point). -David -- 턞 L. David Baron http

Proposed W3C Charter: Digital Publishing Interest Group

2015-08-09 Thread L. David Baron
to this thread if you think there's something we should say as part of this charter review. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know

W3C Proposed Recommendation: Authoring Tool Accessibility Guidelines 2.0

2015-08-09 Thread L. David Baron
for the first time at this stage.) -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know What I was walling in or walling out, And to whom I

Proposed W3C Charters: Web Platform and Timed Media Working Groups

2015-08-09 Thread L. David Baron
through Thursday, September 10. Please reply to this thread if you think there's something we should say as part of this charter review. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I

Request for Ideas: Measuring the duration of a CPOW

2015-08-05 Thread David Rajchenbach-Teller
. Any suggestion? Cheers, David -- David Rajchenbach-Teller, PhD Performance Team, Mozilla signature.asc Description: OpenPGP digital signature ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Allowing web apps to delay layout/rendering on startup

2015-07-30 Thread David Rajchenbach-Teller
, or to find which of the blockers doesn't respond at all. Cheers, David On 30/07/15 22:20, James Burke wrote: In talking to Wilson Page, he mentioned something like a document.pauseLayout() document.resumeLayout(), not sure if there are existing thoughts around that. If that seemed workable

Re: Intent to implement: File system provider API

2015-07-24 Thread David Rajchenbach-Teller
On 24/07/15 11:38, Jonas Sicking wrote: I think we should allow addons to implement something like this. But I don't think it's something that we should let apps do. / Jonas So Dropbox, Cozy Cloud, etc. should be add-ons instead of apps? This strikes me as odd. -- David Rajchenbach-Teller

Re: Proposed W3C Charters: All Groups, XML Activity

2015-07-24 Thread L. David Baron
On Thursday 2015-07-23 17:54 -0700, Jonas Sicking wrote: On Thu, Jul 23, 2015 at 3:43 PM, L. David Baron dba...@dbaron.org wrote: I'm not sure it's really a fight I want to take on right now, though. Trying to kill things at W3C has generally not seemed worth the effort to me. It's better

Re: Proposed W3C Charters: All Groups, XML Activity

2015-07-23 Thread L. David Baron
inactive (e.g., EXI, XForms, as far as I can tell) should be ended than to make that argument for groups that actually have active participation and interest (whether relevant to the Web or not). I'm not sure it's really a fight I want to take on right now, though. -David -- 턞 L. David Baron

Re: Implement Fetch?

2015-07-23 Thread David Rajchenbach-Teller
-facing URIs, but for file:// URIs, these involve actually accessing files. -- David Rajchenbach-Teller, PhD Performance Team, Mozilla signature.asc Description: OpenPGP digital signature ___ dev-platform mailing list dev-platform@lists.mozilla.org

Re: Help with removing __iterator__ from JS

2015-07-22 Thread David Bruant
(this)] ]; --- It should work in Firefox today (at least the Symbol.iterator and computed object prop parts. Not 100% sure about the array comprehension as I haven't tested) David Le 22/07/2015 14:42, Paolo Amadini a écrit : On 7/21/2015 12:07 PM, Tom Schuster wrote: Aside: Please also try

Re: Help with removing __iterator__ from JS

2015-07-21 Thread David Rajchenbach-Teller
If I recall correctly, the difficulty with the OS.File removal is that some clients of this code were taking advantage of the old API in ways that do not match the new one. I will try and take another look at it over the summer. Cheers, David On 21/07/15 13:07, Tom Schuster wrote: Hello! We

Proposed W3C Charters: All Groups, XML Activity

2015-07-20 Thread L. David Baron
on the ballot form, though I suppose we could do so in prose.) (My inclination is at minimum to explicitly abstain, with comments that they shouldn't expect browser implementation.) -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https

Re: Implement Fetch?

2015-07-18 Thread David Rajchenbach-Teller
that we are doing I/O there. - Kyle Ah, good to know. Still slightly annoying, but I'll sleep better. -- David Rajchenbach-Teller, PhD Performance Team, Mozilla signature.asc Description: OpenPGP digital signature ___ dev-platform mailing list

Re: Switch to Google C++ Style Wholesale (was Re: Proposal to remove `aFoo` prescription from the Mozilla style guide for C and C++)

2015-07-14 Thread David Major
May I request that the major parts of this not happen until we have a blame that can see through such changes. Last I checked, gps had some ideas in that space but lacked time to implement. On Wed, Jul 15, 2015, at 03:23 AM, Benjamin Smedberg wrote: On 7/8/2015 7:31 AM, Nathan Froyd wrote:

Re: Proposal to remove `aFoo` prescription from the Mozilla style guide for C and C++

2015-07-14 Thread L. David Baron
of those are assigning to out-params that are references rather than pointers. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know What I

Re: Proposal to remove `aFoo` prescription from the Mozilla style guide for C and C++

2015-07-07 Thread David Rajchenbach-Teller
marginally, and rather ugly. I also agree with Eric that `foo_` is somewhat nicer to read than `mFoo`, which introduces a weird cAmelCase, but I can live with it. For what it's worth, `this-foo` is also nice. Cheers, David -- David Rajchenbach-Teller, PhD Performance Team, Mozilla

Re: Proposal to remove `aFoo` prescription from the Mozilla style guide for C and C++

2015-07-07 Thread David Anderson
+1 for removing this. Gecko's use is inconsistent, and outside of Gecko code that does use it, I've never seen it used in any other codebase. I've never gone to another project and thought, I miss decorating everything in a way that changes capitalization and impairs canonical naming. Reasons

Re: Proposal to remove `aFoo` prescription from the Mozilla style guide for C and C++

2015-07-07 Thread David Anderson
+1 for removing this. Gecko's use is inconsistent, and outside of Gecko code that does use it, I've never seen it used in any other codebase. I've never gone to another project and thought, I miss decorating everything in a way that changes capitalization and impairs canonical naming. Reasons

Re: Shutdown hangs are very common

2015-07-06 Thread David Rajchenbach-Teller
On 06/07/15 22:48, Vladan D wrote: KaiRo pointed out another reason to reduce shutdown hang rates on IRC: it's lousy UX. The crash-reporter dialog pops up a minute after the user closed Firefox That's bug 1137941, but how would that reduce shutdown hangs? -- David Rajchenbach-Teller, PhD

Re: Shutdown hangs are very common

2015-07-06 Thread David Major
Should fixing shutdown hangs be higher priority? And if so, should we allow features with shutdown hangs to be released? I admit to skimming over shutdown-hang signatures when looking at topcrash lists. In my experience they're often longstanding issues that are difficult to diagnose and

Re: Shutdown hangs are very common

2015-07-06 Thread David Rajchenbach-Teller
by fixing the causes of hangs ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform -- David Rajchenbach-Teller, PhD Performance Team, Mozilla

Re: Proposal to remove `aFoo` prescription from the Mozilla style guide for C and C++

2015-07-06 Thread L. David Baron
-Wshadow might be easier to turn on that gcc's, though (see https://bugzilla.mozilla.org/show_bug.cgi?id=800659#c11 ). -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd

Re: Secure contexts required for new web platform features

2015-07-01 Thread L. David Baron
to implement them; in those cases we're generally already dealing with a bunch of content that doesn't work in Firefox, especially on mobile, because of the lack of those features. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https

Re: Announcing the Content Performance program

2015-06-29 Thread David Rajchenbach-Teller
I'm a big fan of it working, because I believe that it's a key component to handling correctly slow scripts. Cheers, David On 29/06/15 02:14, Nathan Froyd wrote: If you are referring to bug 715376 (and related), those patches are still in my queue, fully rebased. We only need to decide

Re: intent to implement Streams

2015-06-19 Thread David Rajchenbach-Teller
Out of curiosity: can these streams be used as a base for reactive programming? Or is it an entirely separate notion of streams? Cheers, David On 19/06/15 20:09, Benjamin Kelly wrote: Also, I have setup a session on streams in the DOM room at Whistler: http://juneworkweekwhistler2015

Proposed W3C Charter: WebRTC Working Group

2015-06-18 Thread L. David Baron
to this thread if you think there's something we should say as part of this charter review. (This is a second review of a new charter; it's been revised since the first review.) (Really this time! Sorry for the incorrect subject line when I sent out the Web Performance charter.) -David -- 턞 L. David

W3C Proposed Edited Recommendation: Geolocation API Specification

2015-06-17 Thread L. David Baron
to make comments, so it's somewhat bad form to bring up fundamental issues for the first time at this stage.) If it's something we're happy with, it is probably worth voting in support. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla

Re: Browser API: iframe.executeScript()

2015-06-16 Thread David Rajchenbach-Teller
be done more easily with a ServiceWorker. Cheers, David On 16/06/15 17:24, Paul Rouget wrote: In bug 1174733, I'm proposing a patch to implement the equivalent of Google's webview.executeScript: https://developer.chrome.com/apps/tags/webview#method-executeScript This will be useful to any

Proposed W3C Charter: Web Performance Working Group

2015-06-12 Thread L. David Baron
the opportunity to send comments or objections through Wednesday, June 17. Please reply to this thread if you think there's something we should say as part of this charter review. (Given that we implement some of the group's specs, it seems like we ought to have something to say.) -David -- 턞 L

Re: Proposed W3C Charter: WebRTC Working Group

2015-06-12 Thread L. David Baron
On Friday 2015-06-12 17:23 -0500, Adam Roach wrote: On 6/12/15 13:27, L. David Baron wrote: The W3C is proposing a revised charter for: Web Performance Working Group http://www.w3.org/2015/05/webperf-charter.html https://w3c.github.io/charter-webperf/ https://lists.w3.org

Proposed W3C Charter: WebRTC Working Group

2015-06-12 Thread L. David Baron
or objections through Wednesday, June 17. Please reply to this thread if you think there's something we should say as part of this charter review. (Given that we implement some of the group's specs, it seems like we ought to have something to say.) -David -- 턞 L. David Baron http

Re: The War on Warnings

2015-06-11 Thread David Rajchenbach-Teller
), we need to make sure that warnings are as actionable as possible. One way to do this is to progressively convert each the warning into either a real assertion or into something that, by design, needs to be whitelisted individually (and documented). Best regards, David -- David Rajchenbach

Re: Voting in BMO

2015-06-11 Thread L. David Baron
of most-voted-for bugs to see if there were important things to prioritize that we were forgetting about, but it's probably been a few years since I've done so. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org

Re: The War on Warnings

2015-06-10 Thread David Rajchenbach-Teller
sanity in our tests and in some parts of our codebase. Best regards, David On 10/06/15 06:39, Ehsan Akhgari wrote: On 2015-06-09 8:33 AM, Robert O'Callahan wrote: Does anyone know of a case where we had a regression that traded one assertion for another? I don't. I don't either. Which is why

Re: The War on Warnings

2015-06-09 Thread David Rajchenbach-Teller
@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform -- David Rajchenbach-Teller, PhD Performance Team, Mozilla ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: The War on Warnings

2015-06-08 Thread David Rajchenbach-Teller
should most likely cause real assertion failures. Cheers, David On 08/06/15 19:09, Ehsan Akhgari wrote: On 2015-06-05 6:08 AM, David Rajchenbach-Teller wrote: This API covers all the needs I have encountered for warnings so far in JS code. I don't think it's terribly different in C++ code

Re: The War on Warnings

2015-06-08 Thread David Rajchenbach-Teller
when they fail intermittently. I'm not a huge fan of adding more ways for tests to fail if people aren't willing to actually do something about it when they do. -Ryan -- David Rajchenbach-Teller, PhD Performance Team, Mozilla ___ dev-platform mailing

Re: The War on Warnings

2015-06-05 Thread David Rajchenbach-Teller
should have 0./) (also a regexp) This API covers all the needs I have encountered for warnings so far in JS code. I don't think it's terribly different in C++ code. Cheers, David On 05/06/15 00:14, Ehsan Akhgari wrote: Families of warnings? I don't really understand what you mean. Also, looking

Re: How to override Components.utils.import to inject predefined symbols for all.

2015-06-05 Thread David Rajchenbach-Teller
What exactly are you trying to do? On 05/06/15 09:22, 罗勇刚(Yonggang Luo) wrote: -- David Rajchenbach-Teller, PhD Performance Team, Mozilla ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: The War on Warnings

2015-06-04 Thread David Rajchenbach-Teller
, assertion report stack traces in debug builds, which is excruciatingly slow, so we have had to switch them to be warnings in at least some cases (see bug 756045 for example.) Are you talking about our weird non-fatal assertions or actual fatal assertions? -- David Rajchenbach-Teller, PhD

Re: Use of 'auto'

2015-06-02 Thread David Rajchenbach-Teller
experience than us and who will stumble upon every possible subtle error just because they don't know our codebase. Cheers, David -- David Rajchenbach-Teller, PhD Performance Team, Mozilla ___ dev-platform mailing list dev-platform@lists.mozilla.org https

Re: Use of 'auto'

2015-06-02 Thread L. David Baron
. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know What I was walling in or walling out, And to whom I was like to give offense

Re: Use of 'auto'

2015-06-02 Thread L. David Baron
often obscures information. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know What I was walling in or walling out, And to whom

Re: Replacing PR_LOG levels

2015-05-22 Thread David Rajchenbach-Teller
to have `Error` cause test failures unless explicitly whitelisted. -- David Rajchenbach-Teller, PhD Performance Team, Mozilla ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: AdBlock Plus as a ServiceWorker?

2015-05-21 Thread David Rajchenbach-Teller
wasteful. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform -- David Rajchenbach-Teller, PhD Performance Team, Mozilla ___ dev-platform mailing list

Re: AdBlock Plus as a ServiceWorker?

2015-05-20 Thread David Rajchenbach-Teller
://developers.google.com/safe-browsing/developers_guide_v2 ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform -- David Rajchenbach-Teller, PhD Performance Team, Mozilla

AdBlock Plus as a ServiceWorker?

2015-05-07 Thread David Rajchenbach-Teller
beefed up browser-wide ServiceWorker? Could add-on authors similarly implement, say, image-blocking for slow-connections using a similar mechanism? What about anti-viruses, which could possibly perform scans on e.g. swf before it is executed, using js-ctypes and ServiceWorkers? Cheers, David

Re: Using rust in Gecko. rust-url compatibility

2015-05-06 Thread David Rajchenbach-Teller
Not sure that's part of the benchmarks, but creating a file:// or chrome:// URI currently causes main thread I/O (bug 890712, iirc). That's certainly a big cause of slowdown. Cheers, David On 06/05/15 04:07, Boris Zbarsky wrote: On 5/5/15 9:58 PM, Doug Turner wrote: Performance. Note

Re: Announcing Operation Instrument

2015-05-06 Thread David Rajchenbach-Teller
Is this supposed to be on at all times? If so, we need to connect this somehow with slow add-on detection. Cheers, David signature.asc Description: OpenPGP digital signature ___ dev-platform mailing list dev-platform@lists.mozilla.org https

Re: Mercurial 3.4 / Reporting Mercurial Issues / Birthday Party

2015-05-05 Thread David Rajchenbach-Teller
Two cents: evolve is Good for You (tm). Cheers, David On 05/05/15 22:12, Gregory Szorc wrote: Mercurial 3.4 was released on May 1. If you are an evolve user, I highly recommend upgrading for performance reasons. Everyone else should consider upgrading. But you may want to wait for 3.4.1

Re: W3C Proposed Recommendation: HTML5 Web Messaging

2015-05-04 Thread L. David Baron
On Wednesday 2015-04-08 17:03 -0700, L. David Baron wrote: W3C recently published the following proposed recommendation (the stage before W3C's final stage, Recommendation): HTML5 Web Messaging http://www.w3.org/TR/webmessaging/ There's a call for review to W3C member companies

Re: Intent to implement: Metrics API for FxOS data collection

2015-05-03 Thread David Rajchenbach-Teller
capabilities to provide histograms to Telemetry Servers for analysis by data owners. -- David Rajchenbach-Teller, PhD Performance Team, Mozilla signature.asc Description: OpenPGP digital signature ___ dev-platform mailing list dev-platform

Re: May I execute mozIStorageStatement.executeAsync() at the same time in a single thread?

2015-04-24 Thread David Rajchenbach-Teller
By the way, I don't know if you're writing JS code or C++ code, but if it's the former, you really should use Sqlite.jsm. Cheers, David On 24/04/15 18:48, Yonggang Luo wrote: I am currently using executeAsync to do async sqlite operation in main thread, and running multiple executeAsync

Re: AsyncPanZoom enabled for one Nightly - 4/22/2015 - Windows E10S only

2015-04-22 Thread David Anderson
On Wednesday, April 22, 2015 at 3:58:17 AM UTC-4, James May wrote: On 22 April 2015 at 12:51, David Anderson @gmail.com wrote: To get some feedback on AsyncPanZoom we are enabling it on tonight's nightly, for Windows only. It will be re-disabled in the next nightly. For those

Re: Excessive inbound bustage

2015-04-21 Thread L. David Baron
the try high scores to all trees, so that it counts inbound (etc.) landings and backouts. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know

AsyncPanZoom enabled for one Nightly - 4/22/2015 - Windows E10S only

2015-04-21 Thread David Anderson
To get some feedback on AsyncPanZoom we are enabling it on tonight's nightly, for Windows only. It will be re-disabled in the next nightly. For those unfamiliar, APZ makes scrolling responsive by pre-rendering more content than what is visible in the viewport [1]. This lets us present it

Re: Excessive inbound bustage

2015-04-21 Thread David Rajchenbach-Teller
. This will give us a bit of recognition (hey, I'm better than Moscow this week), plus the ability to leak our nicknames to whomever we want. Cheers, David On 22/04/15 00:45, Nick Fitzgerald wrote: ​I imagine that we could show mean/median/percentiles/whatever, but you're right that if you want

Re: Intent to deprecate: Insecure HTTP

2015-04-16 Thread david . a . p . lloyd
I think that you should avoid making this an exercise in marketing Mozilla's Let's Encrypt initiative. Perhaps that's why Richard took the time to make a comprehensive list of all known sources of free certs, rather than just mentioning LE? Yeah, that's what I thought when I first posted

Re: Intent to deprecate: Insecure HTTP

2015-04-16 Thread david . a . p . lloyd
You're pretty far off in the weeds here. I'll try to help you with some of your misconceptions. I pretty much knew I was. Good luck with the project, I'm looking forward to at least no-passive attack encryption being on-by-default... I hope that you don't get abducted by people in

Re: Intent to deprecate: Insecure HTTP

2015-04-14 Thread david . a . p . lloyd
http://sockpuppet.org/blog/2015/01/15/against-dnssec/ http://sockpuppet.org/stuff/dnssec-qa.html https://www.imperialviolet.org/2015/01/17/notdane.html Yawn - those were all terrible articles. To summarise their points: NSA is bad, some DNS servers are out of date, DNSSEC may be still

Re: Intent to deprecate: Insecure HTTP

2015-04-14 Thread david . a . p . lloyd
realistic idea. Meanwhile, HTTPS exists, is widely deployed, works, and is the focus of this thread. http://www.zdnet.com/article/google-banishes-chinas-main-digital-certificate-authority-cnnic/ Sure it works :) ___ dev-platform mailing list

Re: Intent to deprecate: Insecure HTTP

2015-04-14 Thread david . a . p . lloyd
Something entirely off-topic: I'd like to inform people that your replies to popular threads like this unsigned, with only a notion of identity in an obscure email address, makes me - and I'm sure others too - skip your message or worse; not take it seriously. Not everyone has the luxury

Re: Intent to deprecate: Insecure HTTP

2015-04-14 Thread david . a . p . lloyd
There are already multiple sources of free publicly-trusted certificates, with more on the way. https://www.startssl.com/ https://buy.wosign.com/free/ https://blog.cloudflare.com/introducing-universal-ssl/ https://letsencrypt.org/ I think that you should avoid making this an exercise in

Re: Intent to deprecate: Insecure HTTP

2015-04-14 Thread david . a . p . lloyd
Yep. That's the system working. CA does something they shouldn't, we find out, CA is no longer trusted (perhaps for a time). Or do you have an alternative system design where no-one ever makes a mistake and all the actors are trustworthy? Gerv Yes - as I said previously. Do the existing

Re: Intent to deprecate: Insecure HTTP

2015-04-13 Thread david . a . p . lloyd
2) Protected by subresource integrity from a secure host This would allow website operators to securely serve static assets from non-HTTPS servers without MITM risk, and without breaking transparent caching proxies. Is that a complicated word for SHA512 HASH? :) You could envisage a new

Re: Intent to deprecate: Insecure HTTP

2015-04-13 Thread david . a . p . lloyd
I would politely ask you how many users you think are both interested in, able to understand, and willing to take decisions based on _six_ different security states in a browser? I think this thread is about deprecating things and moving developers onto more secure platforms. To do that,

Re: Intent to deprecate: Insecure HTTP

2015-04-13 Thread david . a . p . lloyd
* If we have to rely, cost of certificates must be zero. These for the simple reason than not everyone is living in a rich industrialized country. Certificates (and paying for them) is an artificial economy. If I register a DNS address, I should get a certificate to go with it. Heck, last

nsINSSCertCache has been removed; use nsIX509CertDB.getCerts()

2015-04-09 Thread David Keeler
in this example) should be used directly. Cheers, David [0] https://bugzilla.mozilla.org/show_bug.cgi?id=1147085 [1] https://hg.mozilla.org/mozilla-central/rev/1dfe22ca4abe ___ dev-platform mailing list dev-platform@lists.mozilla.org https

Re: Can we make try builds default to a different profile than Nightly/Aurora/Beta/Release builds?

2015-04-08 Thread L. David Baron
where you need this behavior? I'm a little nervous about making try builds differ from other trees, since that just increases the risk of bustage (or bugs in testing) that shows up in one place but not the other. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢

W3C Proposed Recommendation: HTML5 Web Messaging

2015-04-08 Thread L. David Baron
don't know anything about the status of our implementation. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know What I was walling in or walling

Re: enabling off-main-thread animations on nightly/aurora

2015-04-06 Thread L. David Baron
/show_bug.cgi?id=1150619 .) -David On Tuesday 2015-03-31 21:23 -0700, L. David Baron wrote: I just landed (on mozilla-inbound) a patch for https://bugzilla.mozilla.org/show_bug.cgi?id=980770 that enables off-main-thread (OMT) animations on nightly and aurora. This feature has previously been

Re: enabling off-main-thread animations on nightly/aurora

2015-04-01 Thread L. David Baron
. -David On Tuesday, March 31, 2015, L. David Baron dba...@dbaron.org wrote: I just landed (on mozilla-inbound) a patch for https://bugzilla.mozilla.org/show_bug.cgi?id=980770 that enables off-main-thread (OMT) animations on nightly and aurora. This feature has previously been enabled

enabling off-main-thread animations on nightly/aurora

2015-03-31 Thread L. David Baron
for nightly and aurora. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know What I was walling in or walling out, And to whom I

Re: PSA: Network 'jank' - get your blocking IO off of STS thread!

2015-03-26 Thread David Rajchenbach-Teller
Note that we have bug 990804 opened for providing such a service. Unfortunately, this bug is currently stalled because we apparently didn't have a clear idea of what API clients would need. I'm willing to pick this for Q2, if there is interest. Cheers, David On 26/03/15 07:46, Randell Jesup

intent to un-ship: nsISSLErrorListener

2015-03-24 Thread David Keeler
incompatible with current versions of gecko, don't do anything anyway, or both. Any addons affected by this change can simply remove any references to nsISSLErrorListener and any implementations of the interface (i.e. notifySSLError). Cheers, David [0] https://bugzilla.mozilla.org/show_bug.cgi?id

Re: What are your pain points when running unittests?

2015-03-13 Thread L. David Baron
On Friday 2015-03-13 16:06 -0700, Gregory Szorc wrote: On Fri, Mar 13, 2015 at 3:49 PM, L. David Baron dba...@dbaron.org wrote: On Friday 2015-03-13 15:34 -0700, Gregory Szorc wrote: 1. Create a commit that introduces a new test 2. Test it 3. Create a commit that purportedly fixes

Re: Intent to not fix: Building with gcc-4.6 for Fx38+

2015-03-10 Thread L. David Baron
both the target and host compiler versions when cross-compiling -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know What I was walling

Re: Help needed: define Bugzilla components in moz.build files

2015-03-04 Thread L. David Baron
at the data for layout/, I think the results in the spreadsheet are mostly wrong, and I'd rather not populate things using it. It's not hard to do an initial pass (which I landed yesterday for layout/). -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla

Proposed W3C Charter: WebRTC Working Group

2015-03-02 Thread L. David Baron
. Please reply to this thread if you think there's something we should say as part of this charter review. (Given our involvement, it seems to me like we should support the charter in general, possibly with comments.) -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢

Proposed W3C Charters: All Groups, Web Accessibility Initiative (WAI)

2015-03-02 Thread L. David Baron
, at least on the ballot form, though I suppose we could do so in prose.) -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know What I was walling

Re: Detecting 32 or 64-bit Firefox build from privileged JS

2015-02-24 Thread David Rajchenbach-Teller
It might be useful to add this to OS.Constants.Sys, which is available to all threads. It's basically one line of code in dom/system/OSFileConstants.cpp Cheers, David On 24/02/15 12:44, mratcli...@mozilla.com wrote: Assuming you just want to know what the architecture of the build

Re: Fwd: [blink-dev] Intent to Ship: Plugin Power Saver Poster Images

2015-02-07 Thread David Rajchenbach-Teller
On 07/02/15 11:24, Kyle Huey wrote: Why don't we just click to play everything? Well, the poster image could still be used for click-to-play, right? -- David Rajchenbach-Teller, PhD Performance Team, Mozilla signature.asc Description: OpenPGP digital signature

Re: Intent to implement: CSS Grid Layout Module Level 1

2015-02-03 Thread L. David Baron
. It's also good to set clear expectations about when code that's on nightly/aurora is likely to end up on beta and release. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall

Re: Intent to ship: CSS display:contents

2015-02-02 Thread L. David Baron
of display:none without the other half (where display:none is, likewise, a feature that doesn't add any capabilities not present in other ways). -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I

Re: Proposed W3C Charter: Web Application Security (WebAppSec) Working Group

2015-01-30 Thread L. David Baron
On Friday 2015-01-30 08:54 -0800, Daniel Veditz wrote: On Thu, Jan 29, 2015 at 10:32 PM, L. David Baron dba...@dbaron.org wrote: There are a number of problematic aspects to this charter to which we object: (1) The Confinement with Origin Web Labels deliverable is described

Re: Proposed W3C Charter: Web Application Security (WebAppSec) Working Group

2015-01-30 Thread L. David Baron
the work -David There are a number of problematic aspects to this charter to which we object: (1) The Confinement with Origin Web Labels deliverable is described in a way that makes it unclear what the deliverable would do. It should be clearer. Furthermore, the lack of clarity means we

Re: Proposed W3C Charter: Web Application Security (WebAppSec) Working Group

2015-01-30 Thread L. David Baron
the TAG can mean oversight from the one person on the TAG who's interested in the topic, which may be less likely to be balanced... -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I

Re: Proposed W3C Charter: Web Application Security (WebAppSec) Working Group

2015-01-29 Thread L. David Baron
On Friday 2015-01-16 09:58 +0100, Anne van Kesteren wrote: On Fri, Jan 16, 2015 at 12:53 AM, L. David Baron dba...@dbaron.org wrote: Please reply to this thread if you think there's something else we should say, or if you think we should support the charter. I think in general it's fine

Re: Proposed W3C Charter: Web Application Security (WebAppSec) Working Group

2015-01-29 Thread L. David Baron
On Thursday 2015-01-29 13:27 -0800, Eric Rescorla wrote: On Thu, Jan 29, 2015 at 12:56 PM, L. David Baron dba...@dbaron.org wrote: On Friday 2015-01-16 09:58 +0100, Anne van Kesteren wrote: On Fri, Jan 16, 2015 at 12:53 AM, L. David Baron dba...@dbaron.org wrote: Please reply

Re: Proposed W3C Charter: Web Application Security (WebAppSec) Working Group

2015-01-29 Thread L. David Baron
have so far. Comments are welcome through roughly 5pm California time on Friday -- particularly actionable ones that suggest how to revise this feedback or at least say how the charter should be different! (Sorry for not getting this gathered together sooner.) -David There are a number

Re: Proposed W3C Charter: Web Application Security (WebAppSec) Working Group

2015-01-29 Thread L. David Baron
On Sunday 2015-01-18 21:00 -0800, Brian Smith wrote: L. David Baron dba...@dbaron.org wrote: http://www.w3.org/2014/12/webappsec-charter-2015.html Please see the threads at [1] https://lists.w3.org/Archives/Public/public-webappsec/2014Nov/0179.html [2] https://groups.google.com/d

Re: Capturing additional metadata in moz.build files

2015-01-22 Thread David Burns
as try syntax, it would be done for them. David On 9 December 2014 at 18:46, Gregory Szorc g...@mozilla.com wrote: In Portland, there were a number of discussions around ideas and features that could be easier implemented if only we had better metadata and annotations for source files

Re: Proposed W3C Charter: Web Application Security (WebAppSec) Working Group

2015-01-18 Thread David Illsley
On Fri, Jan 16, 2015, at 08:58 AM, Anne van Kesteren wrote: On Fri, Jan 16, 2015 at 12:53 AM, L. David Baron dba...@dbaron.org wrote: Please reply to this thread if you think there's something else we should say, or if you think we should support the charter. I think in general it's

Re: W3C Proposed Recommendation: longdesc

2015-01-17 Thread L. David Baron
it on the record.) -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know What I was walling in or walling out, And to whom I was like

Re: W3C Proposed Recommendation: longdesc

2015-01-15 Thread L. David Baron
Apple's complaint, and the extension moved to the state it is at now. In hindsight, I probably should have supported it, but I didn't want to get involved. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂

changed OSX variable in reftest/crashtest condition sandbox

2015-01-15 Thread L. David Baron
, you'll need to update them to the new syntax. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know What I was walling in or walling out

Proposed W3C Charter: Web Application Security (WebAppSec) Working Group

2015-01-15 Thread L. David Baron
___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform signature.asc Description: Digital signature ___ dev-platform mailing list

Proposed W3C Charter: Web Application Security (WebAppSec) Working Group

2015-01-15 Thread L. David Baron
doesn't say anything about asynchronous decision making, which is a bit unusual. -David -- 턞 L. David Baron http://dbaron.org/ 턂 턢 Mozilla https://www.mozilla.org/ 턂 Before I built a wall I'd ask to know What I

Re: W3C Proposed Recommendation: Pointer Events

2015-01-15 Thread L. David Baron
On Tuesday 2015-01-06 15:14 -0800, L. David Baron wrote: W3C recently published the following proposed recommendation (the stage before W3C's final stage, Recommendation): http://www.w3.org/TR/pointerevents/ Pointer Events There's a call for review to W3C member companies (of which

<    1   2   3   4   5   6   7   8   9   10   >