d only fall back to a main thread bounce if its
an oddball URL. Right now we hardcode a bunch of http/https/nsStandardURL
things in various places to accomplish this.
>
>
> On 26 March 2018 at 15:24, Ben Kelly wrote:
>
>> Do we have any plan to be able to use NS_NewURI() off-main-
That page says "physical cores", so its not taking into account hyper
threading, right? So even a high end macbook pro falls in that category?
On Tue, Mar 27, 2018 at 5:02 PM, Mike Conley wrote:
> Thanks for drawing attention to this, sfink.
>
> This is likely to become more important as we con
On Sat, Mar 31, 2018, 10:09 AM Mark Côté wrote:
> Regarding comment and flag mirroring, we've discussed this before:
>
>
> https://groups.google.com/d/msg/mozilla.dev.platform/Y8kInYxo8UU/e3Pi-_FpBgAJ
>
> https://groups.google.com/d/msg/mozilla.dev.platform/Y8kInYxo8UU/tsF7UfxvBgAJ
>
> Given that
Hi all,
I recently landed some test infrastructure for testing event targets for
memory leaks. This was part of fixing my service worker memory leak in bug
1447871. I wanted to let people know this existed and also ask for help
writing tests for more event targets.
To repeat, I need help writin
On Thu, Apr 5, 2018 at 12:18 PM, Ben Kelly wrote:
> If one of these targets falls in your area, please try to find the time to
> write a small test as described above. Also, please link it against the
> meta bug here:
>
> https://bugzilla.mozilla.org/show_bug.cgi?id=1451787
&
On Mon, Apr 9, 2018 at 12:06 PM, Boris Zbarsky wrote:
> On 4/5/18 1:11 PM, Ben Kelly wrote:
>
>> 1. Make sure you set the nsIGlobalObject owner by passing it to the DETH
>> constructor or by calling BindToOwner().
>>
>
> Can we just enforce that by:
>
> 1)
On Mon, Apr 9, 2018 at 12:32 PM, Ben Kelly wrote:
> On Mon, Apr 9, 2018 at 12:06 PM, Boris Zbarsky wrote:
>
>> On 4/5/18 1:11 PM, Ben Kelly wrote:
>>
>>> 1. Make sure you set the nsIGlobalObject owner by passing it to the DETH
>>> constructor or by calling
On Mon, Apr 9, 2018 at 3:16 PM, Randell Jesup wrote:
> I'm surprises that DOMDataChannel wasn't found:
> nsDOMDataChannel.h:
> class nsDOMDataChannel final : public mozilla::DOMEventTargetHelper,
>
> perhaps you were looking for "public DOMEventTargetHelper"?
>
Yep. That was indeed my lame se
PSA, I am landing additional leak tests for
AudioContext
IDB
WebSocket
As part of:
https://bugzilla.mozilla.org/show_bug.cgi?id=1451913
On Thu, Apr 5, 2018 at 12:18 PM, Ben Kelly wrote:
> Hi all,
>
> I recently landed some test infrastructure for testing event targets for
Hi all,
I pushed a new helper class to inbound today to make it easier to work with
MozPromise in DOM code. Specifically, it allows you to auto-disconnect a
Thenable request when the global dies.
The class is called DOMMozPromiseRequestHolder. Here is an example using
it:
#include "mozilla
Hi all,
I just pushed another helper class that I thought others might find useful.
CopyableErrorResult is a specialized form of ErrorResult. Its intended to
allow slightly more rich error values to be passed through things like ipdl
structure and MozPromise. This is useful when implementing we
On Fri, Apr 27, 2018, 3:13 AM Jean-Yves Avenard
wrote:
> > The class is called DOMMozPromiseRequestHolder. Here is an example using
> > it:
>
> is that just a refcounted version of MozPromiseRequestHolder?
>
No. It binds to the global and calls DisconnectIfExists() when the global
invokes Disc
Can we just reduce the accuracy of the API? Only give battery level at
certain broad breakpoints?
On Tue, Aug 4, 2015 at 11:02 AM, Chris Hofmann wrote:
> I've seen a lot of GPS related tracking apps that use a lot of power
> putting up warnings to users
> that it might be time to go to low powe
FWIW, I also think we should implement this. The clamping seems like a
reasonable way to be conservative given the fingerprinting concerns.
On Tue, Sep 8, 2015 at 3:21 PM, Luke Wagner wrote:
> Since the original m.d.p thread on hardwareConcurrency last year:
>
> https://groups.google.com/d/topi
Hello all,
Currently service workers are enabled in 42 to support push notifications,
but network interception via the FetchEvent is disabled. We've made a lot
of progress on the issues blocking this interception, however, and we feel
we are ready to move forward.
Therefore, we intend to let ser
uplifting fixes to aurora after the next merge (Nov 3).
Please let us know if there are any concerns.
Thanks.
Ben
On Wed, Sep 16, 2015 at 12:05 PM, Ben Kelly wrote:
> Hello all,
>
> Currently service workers are enabled in 42 to support push notifications,
> but network intercep
On Oct 16, 2015 6:17 PM, "Robert O'Callahan" wrote:
> I guess the right fix would be to have a Web proxy service that accepts
> URLs in a custom format, unpacks ZIP files and serves their contents.
Bugzilla could do this in a service worker.
___
dev-pla
In Firefox 44 we intend to enable Service Workers and FetchEvents by
default on desktop and android. These features will not be enabled on
Firefox OS yet.
They has been developed behind the following preferences:
dom.serviceWorkers.enabled
dom.serviceWorkers.interception.enabled
dom.servic
On Fri, Nov 20, 2015 at 3:01 PM, Boris Zbarsky wrote:
>
> 1) How confident are we that the spec is stable/correct?
>
The spec is converging to a stable v1, but things are still changing. The
core functionality has been stable for a while, though.
> 2) How confident are we that our implement
On Fri, Nov 20, 2015 at 3:21 PM, Ben Kelly wrote:
>
> On Fri, Nov 20, 2015 at 3:01 PM, Boris Zbarsky wrote:
>
>>
>> 1) How confident are we that the spec is stable/correct?
>>
>
> The spec is converging to a stable v1, but things are still changing. The
>
On Fri, Nov 20, 2015 at 3:30 PM, Boris Zbarsky wrote:
>
> Another compat issue we need to fix is returning the same
>> ServiceWorkerRegistration object repeatedly from certain APIs. This was
>> something that changed a few times in both the spec and chrome.
>>
>> Fixing these minor compat issues
Hello,
We are currently planning to ship service workers in firefox 44 on both
desktop and android. AFAIK, the next ESR is going to be firefox 45. We
plan to disable service workers on all platforms for the ESR release.
https://bugzilla.mozilla.org/show_bug.cgi?id=1232029
We're doing this fo
Just to clarify, since some people asked:
Firefox 44 = SW enabled
Firefox 45 = SW enabled
Firefox 45 ESR = SW disabled
Only the ESR channel will be disabled. Normal 45 installs will have the
feature enabled.
Sorry for any confusion.
Ben
> On Dec 11, 2015, at 2:47 PM, Ben Kelly wr
I really like being able to manage my profiles within a normal firefox
tab. Awesome!
The replacement for the ProfileManager probably needs some UX work,
though. It was not clear to me which profile was actually going to be
launched if I clicked the "Start Nightly" button.
On Fri, Dec 18, 2015 a
Does anyone feel the changes to how intermittents are reported to bugs has
affected things? We used to get a comment for each intermittent, but now
its rolled up into a periodic summary. Perhaps people feel less urgency to
fix things without the constant bugmail. Not that I want to advocate
spam
On Tue, Dec 22, 2015 at 11:16 AM, Douglas Turner wrote:
> Mike -- totally supportive of this. I would *love* to see a release cycle
> completely dedicated to quality. We branch again on January 26. We could
> use that cycle to focus on nothing but quality (fixing tests, bug triaging,
> no featu
I'll triage the top orange tomorrow and try to find some owners for things.
After the new year I'll set something weekly up to stay on top of things.
On Dec 22, 2015 2:58 PM, "Jason Duell" wrote:
>
>
> On Tue, Dec 22, 2015 at 11:38 AM, Ben Kelly wrote:
>
>
g
>
> On Tue, Dec 22, 2015 at 4:00 PM Ben Kelly wrote:
>
>> I'll triage the top orange tomorrow and try to find some owners for
>> things.
>>
>> After the new year I'll set something weekly up to stay on top of things.
>> On Dec 22, 2015 2:58 PM,
Hi all,
In an attempt to wrangle some of the orange plaguing the tree I've tried to
triage the top unowned bugs by team.
If you are working one of these bugs, please assign yourself to it. If
you're not working a bug, but are assigned, please drop it so we can see
the status.
If you see bugs in
anks again. Happy holidays everyone!
Ben
On Tue, Dec 22, 2015 at 8:15 PM, Ben Kelly wrote:
> Hi all,
>
> In an attempt to wrangle some of the orange plaguing the tree I've tried
> to triage the top unowned bugs by team.
>
> If you are working one of these bugs, please as
All,
We just landed a change to the Cache API .add()/.addAll() methods here:
https://bugzilla.mozilla.org/show_bug.cgi?id=1244764
These methods essentially perform a fetch() and then a cache.put().
Previously they would happily store a 40x or 50x response from the fetch()
in the Cache. This s
This suggests it's possible to use a Bluetooth mouse with an Android device:
https://mobile.twitter.com/patrick_h_lauke/status/698898777562836992
On Feb 17, 2016 6:27 PM, "Benoit Girard" wrote:
> This is mouse based. I don't believe we support mouses at all on mobile. I
> also don't think we sup
Thanks for taking this on Alex!
I had some initial concerns with the API from a fetch/SW perspective, but
Mike seems open to addressing them:
https://github.com/w3c/webappsec-credential-management/issues/11
I believe Matthew Noorenberghe had some concerns about the necessity of the
API given r
On Thu, Mar 17, 2016 at 9:50 AM, Nicolas B. Pierron <
nicolas.b.pier...@mozilla.com> wrote:
> Source compressions should already be enabled. I think we do not do it
> for small sources, and for Huge sources, as the compression would either be
> useless, or it would take a noticeable amount of tim
On Tue, Mar 22, 2016 at 11:44 AM, William Lachance
wrote:
> On 2016-03-22 11:21 AM, Mike de Boer wrote:
>
>> I was also quite curious, so I started clicking up the hierarchy of that
>> bug and ended up at:
>>
>> https://bugzilla.mozilla.org/show_bug.cgi?id=1154825#c1 <
>> https://bugzilla.mozilla
Fetch API Request.cache was added in FF48. This is something devs using
service workers have been waiting for. See the Request.cache section of:
https://hacks.mozilla.org/2016/03/referrer-and-cache-control-apis-for-fetch/
On Tue, May 3, 2016 at 9:08 AM, Jean-Yves Perrier
wrote:
> Hi!
>
> Now
On Thu, May 5, 2016 at 10:48 PM, Boris Zbarsky wrote:
> Support in other browsers: I believe Chrome supports this. I'm not sure
> what the state is in other browsers.
>
Looks like chrome 46:
https://www.chromestatus.com/feature/5708368589094912
I'm happy to see this implemented since I've had
Hi all,
FYI, I've landed a new IPDL type in bug 1093357 called IPCStream. This is
intended to make it easier to serialize nsIInputStreams across IPC.
In short, IPCStream:
1) Supports our existing serializable nsInputStreams.
2) Also automatically handles send file descriptors using the
PFileDes
On Thu, May 19, 2016 at 1:41 PM, Andrew McCreight
wrote:
> On Thu, May 19, 2016 at 8:04 AM, Ben Kelly wrote:
>
> > 3) Supports async pipe streams using a new PSendStream actor from
> > *child-to-parent*. I have plans to add support for parent-to-child, but
> I
> > do
On Thu, May 19, 2016 at 1:41 PM, Andrew McCreight
wrote:
> On Thu, May 19, 2016 at 8:04 AM, Ben Kelly wrote:
>
> > 3) Supports async pipe streams using a new PSendStream actor from
> > *child-to-parent*. I have plans to add support for parent-to-child, but
> I
> > do
On Fri, May 20, 2016 at 10:56 AM, Boris Zbarsky wrote:
> Thoughts? Any obvious problems with this plan?
>
We have the concept of network requests made from workers not associated
with a single document. For example, SharedWorker attached to multiple
documents or a ServiceWorker servicing a pus
On Fri, May 20, 2016 at 7:37 AM, Honza Bambas wrote:
> And I do! :) Actually any parent necko channel, mainly HTTP, which sends
> data to the child process. We also have bug 1110596 which complains about
> too much memory copying in that code.
> Could your IPCStream be used for that?
>
Yes, I
On Fri, May 20, 2016 at 3:12 PM, Jonas Sicking wrote:
> On Fri, May 20, 2016 at 8:04 AM, Ben Kelly wrote:
> > On Fri, May 20, 2016 at 10:56 AM, Boris Zbarsky
> wrote:
> >
> >> Thoughts? Any obvious problems with this plan?
> >
> > We have the concept of
On Fri, May 20, 2016 at 11:09 AM, Ben Kelly wrote:
> On Fri, May 20, 2016 at 7:37 AM, Honza Bambas wrote:
>
>> And I do! :) Actually any parent necko channel, mainly HTTP, which sends
>> data to the child process. We also have bug 1110596 which complains about
>> to
On May 20, 2016 6:14 PM, "Jonas Sicking" wrote:
> That doesn't sound good. We should give each worker its own loadgroup.
> Independent of if it's a dedicated, shared or service worker.
>
> Or is there a reason to share loadgroup with the document that I'm
missing?
Not sure. I think it's been tha
On Fri, May 20, 2016 at 8:10 PM, Ben Kelly wrote:
> On Fri, May 20, 2016 at 11:09 AM, Ben Kelly wrote:
>
>> On Fri, May 20, 2016 at 7:37 AM, Honza Bambas
>> wrote:
>>
>>> And I do! :) Actually any parent necko channel, mainly HTTP, which
>>> sends da
On May 21, 2016 7:45 AM, "Honza Bambas" wrote:
> But that doesn't mean "a fixed length input stream" - actually I may not
even follow how you have translated this to you.
Sorry, I was thinking a single OnDataAvailable call for the one IPC call
just passing the stream. Clearly that won't work, th
On May 21, 2016 9:44 AM, "Honza Bambas" wrote:
> If it's nsPipeInputStream then it's definitely alright. OTOH, we do copy
the memory, right? I was somehow hoping that you just expose the
IPC-allocated buffers via your own implementation of nsIInputStream,
avoiding coping to an XPCOM pipe.
That
On Sat, May 21, 2016 at 2:05 PM, Ben Kelly wrote:
>
> On May 21, 2016 9:44 AM, "Honza Bambas" wrote:
> > If it's nsPipeInputStream then it's definitely alright. OTOH, we do
> copy the memory, right? I was somehow hoping that you just expose the
&
On May 30, 2016 1:55 PM, "Mohit Bajoria" wrote:
> Offline fallback event is not working.
> Can anyone please let me know the error and help me solving the issue ?
Can you describe what you expect and what you are actually seeing happen?
There is no "offline fallback event", so not sure exactly w
On Tue, May 31, 2016 at 10:28 AM, Milan Sreckovic
wrote:
> On a side note, the one that stood out for me was a “TODO” one. A crash
> seems to be a wrong way to tag TODOs :)
>
FWIW, this appears to have been fixed last week:
https://hg.mozilla.org/mozilla-central/rev/a61e4c04aadb
__
Hi all,
I noticed recently that all of the available download links for dev edition
point to the 32-bit installer. Is there a reason for this?
Given we are talking about how to upgrade existing users to 64-bit it would
seem good to update the download links for new installs.
Thanks.
Ben
__
On Jun 3, 2016 2:15 AM, "Jet Villegas" wrote:
>
> We should offer both.
If we get a net reduction in OOMs with 64-bit it seems to me we should make
that the default download link.
In any case, we're not showing a 64-bit link anywhere now. Who should I
pester or where should I file a bug to get
On Mon, Jun 6, 2016 at 1:47 PM, Jared Wein wrote:
> We shouldn't hold back on providing a link to 64-bit Dev Edition users en
> masse. I worry that running an A/B test will slow down the full release
> without telling us much of anything that we don't already know.
>
> The user agent string says
Hi all,
Please be aware I'm going to try enabling this pref on nightly later today:
osfile.reset_worker_delay
This will allow us to clean up the osfile async worker when its not in use
to save system resources. It will then automatically restart the worker
the next time its needed.
This is onl
This is live in today's nightly. Again, please let me know if you run into
problems.
Thanks!
Ben
On Tue, Jun 28, 2016 at 3:01 PM, Ben Kelly wrote:
> Hi all,
>
> Please be aware I'm going to try enabling this pref on nightly later today:
>
> osfile.reset_worker_delay
Mike,
Do we still kill the child process if the last content tab is closed? For
example, close all tabs in all windows except for an about:memory tab or
something. Or do we keep the child process alive as long as the
browser.xul window is alive?
Keeping the process alive would actually make a f
https://bugzilla.mozilla.org/show_bug.cgi?id=790919
On Mon, Aug 29, 2016 at 11:42 AM, Eric Shepherd
wrote:
> Is there a bug for this? If so, please be sure it's got the
> dev-doc-needed keyword. Thanks!
>
>
> *From:* Andrea
I wrote a test using fetch() that seems to suggest we don't re-use
in-progress requests at the http cache level.
(Note, this downloads about 200MB... don't click on your mobile.)
https://people.mozilla.org/~bkelly/fetch/http-cache/
On Wed, Sep 7, 2016 at 1:45 PM, Andrew Sutherland <
asutherl...@
On Sep 23, 2016 9:15 PM, "Boris Zbarsky"
> Concerns: No one else implements this so far, and it does add one
interesting requirement: it requires that shared workers not be shared
between secure and insecure contexts. Whichever one creates the shared
worker first wins; the other creation attempt t
Does the "raw dump" tab support require special permissions? I don't see
any way to download the memory report from:
https://crash-stats.mozilla.com/report/index/1a572047-ac64-4add-a82f-a31512161004#tab-rawdump
On Sun, Oct 9, 2016 at 7:51 PM, Nicholas Nethercote
wrote:
> Greetings,
>
> crash-s
On Tue, Oct 25, 2016 at 5:03 AM, Jan Varga wrote:
> Since the integration of bug 768074 [1] in Nightly, the new version of
> the library is used. The library is used in IndexedDB, DOM cache, etc.
> We are confident that the library is fully backwards-compatible and we
> have an xpcshell test tha
Hey all,
Just FYI, I've landed a refactoring of how we suspend our timers in:
https://bugzilla.mozilla.org/show_bug.cgi?id=1303167
The short story is that there should be very minimal observable
difference. The main changes you might see are:
1) Previously we shifted timers during things lik
On Thu, Oct 27, 2016 at 1:26 PM, Mike Taylor wrote:
> On 10/27/16 10:08 AM, Ben Kelly wrote:
>
>> The short story is that there should be very minimal observable
>> difference.
>>
>
> How do these changes compare with other browsers behavior (for the
> web-obs
I think we need to fix this issue as well. I think it could probably be
uplifted before requestIdleCallback() hits release, though.
https://bugzilla.mozilla.org/show_bug.cgi?id=1315260
On Thu, Nov 3, 2016 at 4:01 PM, Andreas Farre wrote:
> As of 2016-11-7 I intend to turn requestIdleCallback o
Hi all,
FYI, I've landed some more timer changes in FF52 nightly. This builds on
the work previously discussed here:
https://groups.google.com/forum/#!topic/mozilla.dev.platform/obJ97zzl4Po
As of today's nightly setTimeout() and setInterval() will more aggressively
yield the main thread back
On Mon, Dec 12, 2016 at 8:44 PM, Gregory Szorc wrote:
> The Windows 10 power settings appear to set the minimum CPU frequency at 5%
> or 10% of maximum. When I cranked this up to 100%, artifact build time
> dropped from ~170s to ~77s and full build configure dropped from ~165s to
> ~97s!
>
> If y
On Tue, Dec 13, 2016 at 7:35 PM, Kyle Machulis
wrote:
> AFAIK, Chrome's strategy for this is to just store everything in memory and
> keep a fairly small size cap on it (something like 32mb?).
>
Really? Last I asked they said they basically created a new temporary
profile when entering incognit
On Thu, Dec 15, 2016 at 3:28 AM, Andrea Marchesini
wrote:
> Our implementation of the NetworkInformation interface does not follow the
> latest version of the spec. I'm planning to work on it. Then, I would like
> to enable this interface by default - currently it's behind pref.
>
I think we do
On Thu, Dec 15, 2016 at 8:42 AM, Boris Zbarsky wrote:
> On 12/15/16 3:28 AM, Andrea Marchesini wrote:
>
>> Spec: https://w3c.github.io/netinfo/
>>
>
> Is there any plan to have this turned into an actual spec, complete with
> IPR commitments, testcases, wider review, etc?
>
What is an IPR commit
On Thu, Dec 15, 2016 at 11:14 AM, Boris Zbarsky wrote:
> OK, so how would one use this API in practice?
if (navigator.connect.downlinkMax > 100) {
// perform low-priority background downloads
}
___
dev-platform mailing list
dev-platform@lists.mozill
On Thu, Dec 15, 2016 at 12:06 PM, Boris Zbarsky wrote:
> On 12/15/16 11:23 AM, Ben Kelly wrote:
>
>> if (navigator.connect.downlinkMax > 100) {
>> // perform low-priority background downloads
>> }
>>
>
> Why is the downlinkMax the right thing to be che
I tried ./mach bootstrap on a fresh m-c this morning and got:
Will try to install Rust.
Downloading rustup-init... Error running mach:
['bootstrap']
The error occurred in code that was called by the mach command. This is
either
a bug in the called code itself or in the way that mach is calli
On Tuesday, December 20, 2016, Xidorn Quan wrote:
> On Wed, Dec 21, 2016, at 11:12 AM, Mats Palmgren wrote:
>> Hi Tim, can you describe how the modality of dialog.showModal() works?
>> Does a web page have the power to block the user from interacting
>> with the entire browser (all windows)? Or is
FWIW, it seems ./mach bootstrap does not install gcc 4.9 on ubuntu 14.04.
On Fri, Dec 23, 2016 at 11:08 AM, Nathan Froyd wrote:
> Bug 1322792 has landed on inbound, which changes configure to require
> GCC 4.9 to build; our automation switched over to GCC 4.9 for our
> Linux builds earlier this
Hi all,
I'd like to disable service workers in 52 ESR. This would also require
disabling push notifications.
A year ago we decided to disable service workers in 45 ESR because it was
very new and unstable:
https://groups.google.com/forum/#!msg/mozilla.dev.platform/yuNHtDhl3lY/VWXOa8N9AgAJ
Whil
On Wed, Jan 18, 2017 at 10:58 AM, Dirkjan Ochtman
wrote:
> On Wed, Jan 18, 2017 at 4:49 PM, Ben Kelly wrote:
> > While things have stabilized since then we are in process of making a
> major
> > architectural change in order to support multiple content processes
> >
On Wed, Jan 18, 2017 at 10:58 AM, Till Schneidereit <
t...@tillschneidereit.net> wrote:
> That'll mean that Windows XP/Vista users won't have them.
>
> Might be ok, but means the bar for a decision like this should be somewhat
> higher than usual, I think.
>
Understood, but that does not change t
On Wed, Jan 18, 2017 at 1:35 PM, Dirkjan Ochtman wrote:
> API. On the other hand, sites like caniuse.com clearly advertise that
> ServiceWorkers are available in Firefox (and Chrome), and then going
> back and not exposing that in the ESR population seems to me that in a
> sense, we break a kind
On 11/12/2013 10:27 AM, Gabriele Svelto wrote:
Being one of the persons who wrote this code I should really be doing a
write-up of this in our Firefox OS architecture page but I didn't have
enough time for it yet :-|
I was actually thinking while reading your mail that it was a great
write up
On 2/17/2014 2:25 PM, Kyle Huey wrote:
If you are observing several topics it's easy to forget to add a
Remove call when adding new observer topic. If you instead write an
array of topics and iterate over that it's impossible to screw up
(e.g. https://hg.mozilla.org/mozilla-central/rev/3a8fe7c94
On 2/21/2014 5:40 PM, Brian Smith wrote:
On Fri, Feb 21, 2014 at 1:38 PM, Nicholas Nethercote
wrote:
Optimizations that wouldn't have been worthwhile in the desktop-only
days are now worthwhile. For example, an optimization that saves 100
KiB of memory per process is pretty worthwhile for Firef
On 4/24/2014 9:20 AM, Benoit Jacob wrote:
2014-04-24 8:31 GMT-04:00 Henri Sivonen :
I have prepared a queue of patches that removes Netscape-era (circa
1999) internationalization code that efforts to implement the Encoding
Standard have shown unnecessary to have in Firefox. This makes libxul
on
On May 15, 2014, at 1:26 AM, Rik Cabanier wrote:
> On Wed, May 14, 2014 at 11:39 AM, Ehsan Akhgari
> wrote:
>>...
>>>
>>> Make it possible for authors to make a semi-informed decision on how to
>>> divide the work among workers.
>>>
>>
>> That can already be done using the timing attac
On 5/23/2014 6:12 AM, Jonas Sicking wrote:
That isn't possible with APZ since the user might be actively
scrolling and so if we just do something like
div.scrollTop += hightOfNewContent;
then the newly set scroll position will be based off of an old value
which has already changed on the compos
Hello all,
I'd like to propose an addition to our nsIInputStream infrastructure. Please
let me know what you think.
Basics:
I propose adding this interface:
interface nsICloneableInputStream : nsIInputStream
{
nsIInputStream clone();
};
The clone() method returns a copy of the stre
> I propose adding this interface:
>
> interface nsICloneableInputStream : nsIInputStream
> {
> nsIInputStream clone();
> };
>
> The clone() method returns a copy of the stream in the most efficient manner
> possible. This might mean different operations depending on the concrete
> imp
For new quota clients like SW Cache, what storage should we now use? Default?
I was previously using persistent.
Thanks!
Ben
- Original Message -
From: "Jan Varga"
To: dev-platform@lists.mozilla.org
Sent: Friday, November 28, 2014 6:04:51 PM
Subject: Default storage
Hi,
Just a head
I typically append "Out" to these parameter names. The o prefix would be more
concise. +1
Thanks!
Ben
- Original Message -
From: "Seth Fowler"
To: "dev-platform"
Sent: Thursday, December 4, 2014 1:35:06 PM
Subject: Proposal: Change the coding style guide to allow an 'o' prefix to
> On Feb 21, 2015, at 7:44 PM, nsm.nik...@gmail.com wrote:
> Ben, are you ok with the clone() that just landed being enabled? If so, I'll
> flip the pref.
Clone should be good to go. Thanks!
Ben
___
dev-platform mailing list
dev-platform@lists.mozilla
On Mon, Jul 27, 2015 at 5:55 PM, Ehsan Akhgari
wrote:
> This was shipped in Firefox 39, but this attribute is fairly useless
> without service workers since it can only be read from Request objects and
> its value will always be "fetch" for manually created Request objects.
Actually, it sounds
101 - 191 of 191 matches
Mail list logo