Closed GoogleCodeExporter closed 8 years ago
Hi,
just to make sure I understand the requirement.
All you see in the Firebug's UI is related to the page where it's opened. So,
even
the console cookie-log is related to the current page - the page that changed or
added cookies. So, it's obvious where the change comes from.
However, there are two exceptions:
1) If there are iframes on the page the console displays changes also from all
the
embedded iframes.
2) If there are redirects (e.g. related to logging process) Firecookie
remembers all
involved pages and displays console-logs for all of them.
Agree, in these cases it would be nice to see, where the change comes from.
Is this what did you have in mind?
Honza
Original comment by odva...@gmail.com
on 19 Aug 2008 at 7:18
Hi Honza,
Yes, that is pretty much what I had in mind. But I also find that cookies can
also
change via CSS stylesheets, JavaScript includes, and images that load together
with
the page. Possibly anything that has some sort of back-end processing. Ajax
requests
may also modify cookies, as far as I know.
Thanks.
Rudy
Original comment by myuu...@gmail.com
on 19 Aug 2008 at 7:27
Original comment by odva...@gmail.com
on 19 Aug 2008 at 7:34
Patch for this committed into trunk (r17)
Honza
Original comment by odva...@gmail.com
on 25 Aug 2008 at 12:47
There is a tooltip with original URL, from which the cookie was sent. Just move
the
mouse over the domain, which is displayed on the right side of the console log.
Original comment by odva...@gmail.com
on 25 Aug 2008 at 12:50
I believe that this bug is fixed in v0.7 (beta).
http://www.softwareishard.com/blog/firebug/firecookie-07-beta/
Please, let me know if there would be any problem.
Honza
Original comment by odva...@gmail.com
on 9 Sep 2008 at 7:53
Thanks Honza. I just had a look at it. It seems to work fine on some cookies,
but not
all, e.g. facebook cookies.
I've attached a screenshot showing the tooltip for one facebook cookie.
Original comment by myuu...@gmail.com
on 18 Sep 2008 at 5:04
Attachments:
Patch committed into trunk (R50).
Firecookie 0.7beta6 available at:
http://www.softwareishard.com/firecookie/archive/firecookie-0.7beta6.xpi
Please, let me know if it works any better for you.
Thanks!
Honza
Original comment by odva...@gmail.com
on 18 Sep 2008 at 9:05
Original issue reported on code.google.com by
myuu...@gmail.com
on 28 Jul 2008 at 11:44