My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Author: Jan Odvarko, odvarko@gmail.com, http://www.softwareishard.com/
Home page: http://www.janodvarko.cz/firecookie
Addon page: https://addons.mozilla.org/en-US/firefox/addon/6683
Issue list: http://code.google.com/p/firecookie/issues/list
Localization: http://www.babelzilla.org/forum/index.php?showtopic=4494

Release Notes for Firecookie 1.0
--------------------------------

== Enhancements ==
* Break on Cookie. This feature allows to break JS execution when a cookie
is modified, added or removed (issue 50).

== Localization ==
* ko-KR localization - contribution by Sewon Kim

== Bug Fixes ==
Issue 50: Break on cookie change

Release Notes for Firecookie 0.9
--------------------------------

== Enhancements ==
* If cookie value is in JSON or XML format there is an additional tab
displaying JSON as expandable tree or pretty printed XML (issue 44).
* Column sorting is now remembered across Firefox sessions (issue 37).
* Support for better formatting of document.cookie property when used
on the Firebug's command line (the Console panel).
* Permissions of third-party cookies can be set using cookie context menu.
* Managing visibility of individual columns (using header context menu).
Hidden columns are stored in preferences.

== Localization ==
* ja-JP localization - contribution by Hisateru Tanaka
* ru-RU localization - contribution by Dark Preacher
* ro-RO localization - contribution by alexxed
* zh-CN localization - contribution by Hector Zhao
* hu-HU localization - contribution by gLes
* es-AR localization - contribution by eternoendless
* uk-UA localization - contribution by Andriy Zhouck
* it-IT localization - contribution by l0stintranslation
* sv-SE localization - contribution by peter3
* nl-NL localization - contribution by markh

== Bug Fixes ==
Issue 23: httpOnly cookies
Issue 34: firecookie 0.8 cookies with .domain.com the first period gets erased on editing any attribute
Issue 37: Cookies sort order remember? (Enhancement/UI)
Issue 39: Can't create cookies with ';' in it
Issue 42: no way to wrap/hide columns
Issue 43: Sort by Expire Date
Issue 44: JSON Cookies view
Issue 45: When I copy and paste or edit a cookie contents + (plus) signs get converted to spaces.
Issue 46: Last character of cookie name is missing on Net panel in Sent cookies
Issue 49: Firecookie incompatible with Firefox 3.5.1
Issue 47: Cannot change the HttpOnly flag

Release Notes for Firecookie 0.8
--------------------------------

== Enhancements ==
* Each entry in the Net panel contains additional info about received and sent
cookies (issue 27)
* It is possible to export all cookie (or cookies for the current site only) into
a cookies.txt file (using the standard format of this file)

== Bug Fixes ==
* Issue 18: Unescape cookie values
* Issue 21: Text in the console-tab is not localized
* Issue 24: System pages & local files
* Issue 25: Changing expire time to Session deletes cookie
* Issue 27: Cookies info-tab for network request
* Issue 28: export cookies to cookies.txt

Release Notes for Firecookie 0.7
--------------------------------

== Enhancements ==
* Cookies panel now supports activation just like Console, Script and Net
panels in Firebug. So, it's possible to disable the panel entirely or for
specific hosts (issue 15).
* The console cookie event displays a source URL (as a tooltip for the domain
link on the right side), which causes the cookie modification. Of course,
"Cookies->Options->Show logs in console" option must be on to see it (issue 5)
* The "Remove for site" toolbar button has been renamed to "Remove Cookies".
This action always removes only cookies currently displayed in the list (Issue 10).
Notice that the list can be filtered using:
(a) The Filter toolbar button.
(b) The Firebug's search box (located on the right side of the FB tab bar).
* Support for HttpOnly cookies. There is a new column indicating whether a cookie
is HttpOnly or not and the Edit Cookie dialog makes possible to change this flag.
Also clipboard has been updated to support it (issue 14).

=== Cookie Expire Time ===
* Expire time is now displayed using the local time zone and locale.
* The Edit Cookie dialog uses date and time pickers so, editing also
supports local time zone and current language. This is available
only for Firefox 3 and higher (issue 6).

== Localization ==
* pl-PL localization - contribution by Leszek(teo)Życzkowski
* de-De localization - contribution by CosmicForce
* pt-BR localization - contribution by Alberto Eidh
* tr-TR localization - contribution by Efecan Erdur
* cs-CS localization - contribution by Lukáš Kucharczyk
* fr-FR localization - contribution by delphine
* es-ES localization - contribution by Johnbo

== Bug Fixes ==
* Issue 2: Edit Cookie feature does not change the cookie value
* Issue 3: + doesnt change to -
* Issue 5: Allow display of cookie change source in console log (suggestion)
* Issue 6: Local time for 'Expires'
* Issue 8: Localization + tooltips
* Issue 10: Delete filtered cookies
* Issue 11: Default cookie value + extension description are not localized
* Issue 14: HttpOnly support
* Issue 15: Enable/Disable cookie panel
* Issue 16: Firecookie 0.7beta4 not compatable with Firebug 1.3.0a1
* Issue 17: Summary of cookie value is truncated in "value" column
* Issue 20: The value of a cookie isn't displayed if you click on the +
Show details Hide details

Change log

r230 by odvarko on Sep 20, 2009   Diff
typo
Go to: 
Project members, sign in to write a code review

Older revisions

r222 by odvarko on Sep 09, 2009   Diff
[1.0b1]
r220 by odvarko on Sep 04, 2009   Diff
New locale ko-KR (contribution by
Sewon Kim)
r218 by odvarko on Aug 31, 2009   Diff
Bump up FC version to 1.0
All revisions of this file

File info

Size: 5703 bytes, 121 lines
Hosted by Google Code