I know that Firebug creates the illusion that the history was cleared between the pages when the domain changes. However, this is not the case. The new domain creates a completely new 'context' or metadata collection for the page. So the history isn't cleared, but rather a new history is started and the old one is destroyed. Carrying information across is easy enough, but Firefox does not make any connection between the two pages so we need to come up with a way to make the connection.
Notice that the seemingly obvious connection of "using the same tab" does not work because sites and users can cause the two pages to appear in different tabs and users can cause an unrelated sites to take over a tab. Firebug 1.4 has 'viral activation' that attempts to keep Firebug active in just the kinds of cases where you don't want the history to be cleared. So a good next step would be to add info to the Console and/or net panel from the stored activation information. If anyone wants to work on that let us know. jjb On Jun 28, 6:54 am, Guillaume MOUTINHO <[email protected]> wrote: > I have to use Firebug to analyse de http request and response, but in > the flow, the domain is changing that's clear the history of my > previous capture and I can't have a global view. > > Is it possible to configure Firebug to not clear the history when > domain is changing ? > Thanks. > > (sorry for my english, I'm french :) ) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
