Closed Bug 1277863 Opened 8 years ago Closed 8 years ago

Add crash signature field for "External Software Affecting Firefox" product

Categories

(bugzilla.mozilla.org :: Administration, task)

Production
task
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: philipp, Assigned: dylan)

References

Details

(Keywords: regression)

Attachments

(1 file)

it would be nice to have the ability to attach crash signatures to bugs filed under the "External Software Affecting Firefox" product, since quite a number of these external issues cause us to crash unfortunately.
Assignee: nobody → dylan
This is a regression from bug 1267785, "Plugins" had the crash sig field enabled.
Depends on: 1267785
Keywords: regression
Attached patch 1277863_2.patchSplinter Review
Added the new product name to $cf_visibile_in_products, and I also added a sanity check for this.

sanity checks take a really long time to run, so I added a switch to only run the sanity checks from hooks...
Attachment #8759771 - Flags: review?(dkl)
Summary: Add crash signature field for "External Software Affecting FIrefox" product → Add crash signature field for "External Software Affecting Firefox" product
Comment on attachment 8759771 [details] [diff] [review]
1277863_2.patch

Review of attachment 8759771 [details] [diff] [review]:
-----------------------------------------------------------------

r=dkl with nits on check in.

::: extensions/BMO/Extension.pm
@@ +966,5 @@
>  }
>  
> +sub sanitycheck_check {
> +    my ($self, $args) = @_;
> +    

whitespace in 3 places

::: sanitycheck.cgi
@@ +387,3 @@
>  Bugzilla::Hook::process('sanitycheck_repair', { status => \&Status });
>  
> +goto hooks if $hooks_only;

nit: add newline

@@ +930,4 @@
>  ###########################################################################
>  # Check hook
>  ###########################################################################
> +hooks:

nit: rename to check_hooks and add newline above and below.
Attachment #8759771 - Flags: review?(dkl) → review+
(In reply to David Lawrence [:dkl] from comment #3)
> Comment on attachment 8759771 [details] [diff] [review]
> 1277863_2.patch
> 
> Review of attachment 8759771 [details] [diff] [review]:
> -----------------------------------------------------------------
> 
> r=dkl with nits on check in.

Oh and go ahead and remove the missing products (or figure out what they changed to) from Data.pm if you feel like.

dkl
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
   20bc492..13161f4  master -> master

up-cased and renamed the labels. I believe all uppercase is conventional.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: