Re: PSA: Upcoming changes to the creation of Necko channels

2015-04-06 Thread Ehsan Akhgari
On 2015-04-03 4:32 AM, ishikawa wrote: On 2015年04月03日 13:11, Boris Zbarsky wrote: On 4/2/15 10:27 PM, Ehsan Akhgari wrote: Note that for the network connections that are used for our own purposes which do not belong to a specific web page, this value won't be used, so its value doesn't matter

Re: PSA: Upcoming changes to the creation of Necko channels

2015-04-06 Thread Ehsan Akhgari
On 2015-04-03 12:11 AM, Boris Zbarsky wrote: On 4/2/15 10:27 PM, Ehsan Akhgari wrote: Note that for the network connections that are used for our own purposes which do not belong to a specific web page, this value won't be used, so its value doesn't matter in practice, but as convention, please

Re: PSA: Upcoming changes to the creation of Necko channels

2015-04-06 Thread Boris Zbarsky
On 4/6/15 1:29 PM, Ehsan Akhgari wrote: The current patches do not provide a default value. Well, they do for callers of newChannel(), right? Which is what extensions do -Boris ___ dev-platform mailing list dev-platform@lists.mozilla.org

Re: PSA: Upcoming changes to the creation of Necko channels

2015-04-06 Thread Ehsan Akhgari
On 2015-04-06 1:38 PM, Boris Zbarsky wrote: On 4/6/15 1:21 PM, Ehsan Akhgari wrote: Based on this many-to-many mapping Yeah, that fact that RequestContext stuff is both more _and_ less fine-grained than nsIContentPolicy is a PITA. So we could still consider doing something like this: 1)

Re: PSA: Upcoming changes to the creation of Necko channels

2015-04-06 Thread Ehsan Akhgari
On 2015-04-03 11:21 AM, Jonas Sicking wrote: On Fri, Apr 3, 2015 at 4:27 AM, Ehsan Akhgari ehsan.akhg...@gmail.com wrote: Next week, I'm planning to land the patches to bug 1149853 which enables Gecko to track which RequestContext [1] a network fetch is being performed for. This will enable us

tryserver: the meaning of 'mochitest-chrome' is changing

2015-04-06 Thread Jonathan Griffin
Hi all, At the next buildbot reconfig, the meaning of the string 'mochitest-chrome' in tryserver syntax is changing. Previously, it was an alias which would be translated into 'mochitest-o', the job in which mochitest-chrome is run. Now, it will be interpreted as a job name. This means if you

Intent to Implement: DEAA (Antialiasing) for CSS Transformed Layer Edges

2015-04-06 Thread Kearwood Kip Gilbert
Summary: Edges of layers with rotations and projections applied through CSS transforms have stair-step, aliased edges. Visiting the attached URL demonstrates the aliasing effect. Applying DEAA (Distance to Edge Anti-aliasing) for transformed layers enables anti-aliasing without requiring

Re: PSA: Upcoming changes to the creation of Necko channels

2015-04-06 Thread Tanvi Vyas
Hi Ehsan, Before we created the loadInfo object, the use of TYPE_OTHER in Gecko was close to zero. Now the use of nsIContentPolicy::TYPE_OTHER is mostly used for internal loads, but it would be good to change that to TYPE_INTERNAL and use TYPE_OTHER sparsely or change it to something more

Re: Intent to Implement: DEAA (Antialiasing) for CSS Transformed Layer Edges

2015-04-06 Thread Jet Villegas
Thanks, Kip! On Mon, Apr 6, 2015 at 11:47 AM, Kearwood Kip Gilbert kgilb...@mozilla.com wrote: Mobile platforms can benefit greatly from DEAA; however, we will need to be selective on which hardware to enable this on to avoid performance regressions. The demos of this feature look

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

2015-04-06 Thread L. David Baron
It looks like the off-main-thread animations landing actually stuck this time; it's now on mozilla-central. It should be on in tomorrow's nightly (2015-04-07) assuming nothing changes, for platforms other than Linux. (I didn't enable it #ifdef MOZ_X11 because of

reducing the jobs we run by default on fx-team and mozilla-inbound

2015-04-06 Thread jmaher
A couple months ago I had posted about a project I worked on called SETA: https://elvis314.wordpress.com/2015/02/06/seta-search-for-extraneous-test-automation/ This has been rolling now for a few months and it helps show us the minimum set of jobs to run to detect all the failures we find. This

Re: Is MOZ_SHARK still used?

2015-04-06 Thread Eric Shepherd (Sheppy)
Is it worth talking to someone from the TenFourFox project (http://www.floodgap.com/software/tenfourfox/) to see if they have an opinion on this? They may be using Shark still for their debugging and testing processes. ___ dev-platform mailing list