Hi Lawrence,

I couldn't find your post in the Google Groups, so I'm replying via email.

What you're asking for is already reported as issue 4237
<https://code.google.com/p/fbug/issues/detail?id=4237> and issue 6182
<https://code.google.com/p/fbug/issues/detail?id=6182>. The latter probably
needs platform support, the former could probably be implemented with
existing APIs.
I think the DevTools team is also planning to extend their Responsive
Design View feature to emulate mobile browsing (including simulating bad
network connections), though I couldn't find the related bug report.

Sebastian

On 29 January 2015 at 07:28, Lawrence San <[email protected]> wrote:

> I
> ​'m currently using Firebug 2.07 with Mac Firefox 34.
>
> I'm trying to determine whether or not some complex code I'm working on
> has a race condition -- or, more broadly, whether the various dependencies
> have any timing problems. In addition to JS timers I'm using dom-ready type
> scripts a lot to prevent things from happening in the wrong sequence -- in
> fact I'm using three different "dom-ready" kind of utility functions --
> onLoad, whenReady, and testForElms (that last one is my own).
>
> Still, despite all these precautions, I don't feel I can test adequately
> because my normal development server (Apache) is actually running on the
> same machine as my browser (using MAMP). So the "network transit" is very
> short/quick. I suppose I could upload the stuff to the live server on the
> interwebs, but then since it's still under development I'd have to put it
> in the password-protected section, and that affects how timing and caching
> works, which is relevant to the code I'm writing. So I feel kind of stuck.
>
> I know Firebug can show me timings (in the Net panel) and also has some
> profiling code I could insert, but I don't want to see timings. What I want
> is to _affect_ the timings without changing the code -- I mean slow down
> and speed up the way the JavaScript is parsed and executed. Can Firebug do
> this? That would be like simulating a slower or faster client computer.
> Also, can Firebug simulate a slower or faster "network connection" between
> the server and client? (I put it in quotes because, as I said, it's really
> on the same machine.)
>
> Thanks much.​
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Firebug" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/firebug.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/firebug/CAMoMLKjQTek0VkxT_dPVff4hgr2bLQrscHW3PM8-UDR%3D%3DaEnmw%40mail.gmail.com
> <https://groups.google.com/d/msgid/firebug/CAMoMLKjQTek0VkxT_dPVff4hgr2bLQrscHW3PM8-UDR%3D%3DaEnmw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/CAERejNZXaXdq3GB-Y34gFcauuJ%2B5m6T150%2Bh6RNpLqd2_numXw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to