Closed
Bug 438428
Opened 17 years ago
Closed 17 years ago
Blocklist should not contain null match elements
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.4.3
People
(Reporter: morgamic, Assigned: morgamic)
References
Details
Attachments
(1 file, 1 obsolete file)
4.04 KB,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
If name, description or filename are null in the blplugins table, the output should not contain match elements without exp values.
For example:
<match name="name" exp=""/>
or
<match name="name"/>
Are both invalid and cause mixed results (mostly false negatives).
Assignee | ||
Comment 1•17 years ago
|
||
This adds checking for null match values. If the values in the database are NULL, the corresponding match elements will not be printed in the resulting XML with a null or empty exp="" element.
Assignee | ||
Comment 2•17 years ago
|
||
Attachment #324536 -
Attachment is obsolete: true
Attachment #324539 -
Flags: review?(clouserw)
Attachment #324536 -
Flags: review?(clouserw)
Updated•17 years ago
|
Attachment #324539 -
Flags: review?(clouserw) → review+
Assignee | ||
Comment 3•17 years ago
|
||
Assignee | ||
Updated•17 years ago
|
Keywords: push-needed
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•