Closed Bug 1449255 Opened 6 years ago Closed 6 years ago

Cleanup test_bug?????? tests

Categories

(Toolkit :: Add-ons Manager, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla61
Tracking Status
firefox61 --- fixed

People

(Reporter: kmag, Assigned: kmag)

References

Details

Attachments

(32 files)

59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
59 bytes, text/x-review-board-request
aswan
: review+
Details
Trying to figure out what these are supposed to test or why they're failing is always a nightmare. They should all be given sensible names, and a few of them probably need to be modernized.
Comment on attachment 8962933 [details]
Bug 1449255: Part 1 - Fold test_bug335238 into test_update.

https://reviewboard.mozilla.org/r/231746/#review238280
Attachment #8962933 - Flags: review?(aswan) → review+
Comment on attachment 8962934 [details]
Bug 1449255: Part 2 - Fold test_bug371495 into test_manifest.

https://reviewboard.mozilla.org/r/231748/#review238284

I would also r+ just removing this test since we don't support themes with install.rdf any more
Attachment #8962934 - Flags: review?(aswan) → review+
Comment on attachment 8962935 [details]
Bug 1449255: Part 3a - Delete test_bug384052 and the functionality it tests.

https://reviewboard.mozilla.org/r/231750/#review238290
Attachment #8962935 - Flags: review?(aswan) → review+
Comment on attachment 8962936 [details]
Bug 1449255: Part 3b - Cleanup update URL parameter interpolation.

https://reviewboard.mozilla.org/r/231752/#review238292
Attachment #8962936 - Flags: review?(aswan) → review+
Comment on attachment 8962937 [details]
Bug 1449255: Part 4a - Rename test_bug393285 to test_blocklist_osabi.js and modernize.

https://reviewboard.mozilla.org/r/231754/#review238302
Attachment #8962937 - Flags: review?(aswan) → review+
Comment on attachment 8962938 [details]
Bug 1449255: Part 4b - Fold test_bug406118 into test_blocklist_osabi.js.

https://reviewboard.mozilla.org/r/231756/#review238304
Attachment #8962938 - Flags: review?(aswan) → review+
Comment on attachment 8962939 [details]
Bug 1449255: Part 5 - Rename test_bug397778 to test_manifest_locales.js and modernize.

https://reviewboard.mozilla.org/r/231758/#review238352
Attachment #8962939 - Flags: review?(aswan) → review+
Comment on attachment 8962940 [details]
Bug 1449255: Part 6 - Rename test_bug430120 to test_blocklist_url_parameters.js and modernize.

https://reviewboard.mozilla.org/r/231760/#review238354
Attachment #8962940 - Flags: review?(aswan) → review+
Comment on attachment 8962941 [details]
Bug 1449255: Part 7 - Rename test_bug449027 to test_blocklist_appversion.js and modernize.

https://reviewboard.mozilla.org/r/231762/#review238356

::: toolkit/mozapps/extensions/test/xpcshell/test_blocklist_appversion.js:8
(Diff revision 1)
>   */
> -const URI_EXTENSION_BLOCKLIST_DIALOG = "chrome://mozapps/content/extensions/blocklist.xul";
>  
> -ChromeUtils.import("resource://testing-common/httpd.js");
> +const Cm = Components.manager.QueryInterface(Ci.nsIComponentRegistrar);
> +
>  ChromeUtils.import("resource://testing-common/MockRegistrar.jsm");

This can go since head.js defines a module getter for it
Attachment #8962941 - Flags: review?(aswan) → review+
Comment on attachment 8962942 [details]
Bug 1449255: Part 8 - Rename test_bug455906 to test_blocklist_severities.js and modernize a bit.

https://reviewboard.mozilla.org/r/231764/#review238358

::: toolkit/mozapps/extensions/test/xpcshell/test_blocklist_severities.js:8
(Diff revision 1)
>   */
>  
>  const URI_EXTENSION_BLOCKLIST_DIALOG = "chrome://mozapps/content/extensions/blocklist.xul";
>  
> -ChromeUtils.import("resource://gre/modules/ExtensionUtils.jsm");
>  ChromeUtils.import("resource://testing-common/MockRegistrar.jsm");

can be removed
Attachment #8962942 - Flags: review?(aswan) → review+
Comment on attachment 8962943 [details]
Bug 1449255: Part 9 - Remove test_bug465190.js.

https://reviewboard.mozilla.org/r/231766/#review238360
Attachment #8962943 - Flags: review?(aswan) → review+
Comment on attachment 8962944 [details]
Bug 1449255: Part 10 - Rename test_bug468528 to test_blocklist_plugin_regexp.js.

https://reviewboard.mozilla.org/r/231768/#review238362
Attachment #8962944 - Flags: review?(aswan) → review+
Comment on attachment 8962945 [details]
Bug 1449255: Part 11a - Rename test_bug514327_1 to test_blocklist_severities.js.

https://reviewboard.mozilla.org/r/231770/#review238364

::: commit-message-bf92b:1
(Diff revision 1)
> +Bug 1449255: Part 11a - Rename test_bug514327_1 to test_blocklist_severities.js. r?aswan

nit, typo in the filename
Attachment #8962945 - Flags: review?(aswan) → review+
Comment on attachment 8962946 [details]
Bug 1449255: Part 11b - Rename test_bug514327_2 to test_blocklist_plugin_flashonly.js.

https://reviewboard.mozilla.org/r/231772/#review238366
Attachment #8962946 - Flags: review?(aswan) → review+
Comment on attachment 8962947 [details]
Bug 1449255: Part 11c - Rename test_bug514327_3 to test_blocklist_plugin_outdated.js.

https://reviewboard.mozilla.org/r/231774/#review238368

if you care about consistentcy with the other patches, the summary could use "and modernize"
Attachment #8962947 - Flags: review?(aswan) → review+
Comment on attachment 8962948 [details]
Bug 1449255: Part 12a - Rename test_bug953156 to test_bootstrapped_chrome_manifest.js and modernize.

https://reviewboard.mozilla.org/r/231776/#review238388
Attachment #8962948 - Flags: review?(aswan) → review+
Comment on attachment 8962949 [details]
Bug 1449255: Part 12b - Fold test_bug675371 into test_bootstrapped_chrome_manifest.js.

https://reviewboard.mozilla.org/r/231778/#review238390

It looks like we lost the test coverage of the uninstall case here?
Comment on attachment 8962950 [details]
Bug 1449255: Part 13 - Remove test_bug757663.js, which doesn't test anything anymore.

https://reviewboard.mozilla.org/r/231780/#review238392
Attachment #8962950 - Flags: review?(aswan) → review+
Comment on attachment 8962951 [details]
Bug 1449255: Part 14 - Rename test_bug753900 to test_crash_annotation_quoting.js.

https://reviewboard.mozilla.org/r/231782/#review238394
Attachment #8962951 - Flags: review?(aswan) → review+
Comment on attachment 8962952 [details]
Bug 1449255: Part 15 - Remove test_bug740612, which is no longer useful.

https://reviewboard.mozilla.org/r/231784/#review238396
Attachment #8962952 - Flags: review?(aswan) → review+
(In reply to Andrew Swan [:aswan] from comment #49)
> It looks like we lost the test coverage of the uninstall case here?

Meh. Uninstall ⊂ disable.
Comment on attachment 8962953 [details]
Bug 1449255: Part 16 - Rename test_bug655254 to test_moved_extension_metadata.js.

https://reviewboard.mozilla.org/r/231786/#review238530

::: toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini
(Diff revision 1)
>  [test_bug619730.js]
>  tags = blocklist
>  [test_bug620837.js]
>  tags = blocklist
> -[test_bug655254.js]
> -[test_bug675371.js]

this belongs in an earlier patch no?
Attachment #8962953 - Flags: review?(aswan) → review+
Comment on attachment 8962952 [details]
Bug 1449255: Part 15 - Remove test_bug740612, which is no longer useful.

https://reviewboard.mozilla.org/r/231784/#review238534

::: toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini:96
(Diff revision 1)
>  [test_bug619730.js]
>  tags = blocklist
>  [test_bug620837.js]
>  tags = blocklist
>  [test_bug655254.js]
> -[test_bug740612.js]
> +[test_bug675371.js]

??
Comment on attachment 8962954 [details]
Bug 1449255: Part 17 - Rename test_bug620837 to test_blocklist_url_ping_count.js and modernize.

https://reviewboard.mozilla.org/r/231788/#review238540
Attachment #8962954 - Flags: review?(aswan) → review+
Comment on attachment 8962955 [details]
Bug 1449255: Part 18 - Remove test_bug619730, which is covered by other tests.

https://reviewboard.mozilla.org/r/231790/#review238544
Attachment #8962955 - Flags: review?(aswan) → review+
Comment on attachment 8962956 [details]
Bug 1449255: Part 19 - Remove test_bug616841.js, which has no business being part of the add-on manager test suite.

https://reviewboard.mozilla.org/r/231792/#review238546
Attachment #8962956 - Flags: review?(aswan) → review+
Comment on attachment 8962957 [details]
Bug 1449255: Part 20 - Remove test_bug567184.js, which is covered by other tests.

https://reviewboard.mozilla.org/r/231794/#review238548
Attachment #8962957 - Flags: review?(aswan) → review+
Comment on attachment 8962958 [details]
Bug 1449255: Part 21 - Remove test_bug569138.js, which is covered by other tests.

https://reviewboard.mozilla.org/r/231796/#review238550
Attachment #8962958 - Flags: review?(aswan) → review+
Comment on attachment 8962959 [details]
Bug 1449255: Part 22 - Rename test_bug570173 to test_updatecheck_errors.js and modernize.

https://reviewboard.mozilla.org/r/231798/#review238552
Attachment #8962959 - Flags: review?(aswan) → review+
Comment on attachment 8962961 [details]
Bug 1449255: Part 24 - Remove test_bug595081.js, which doesn't matter anymore.

https://reviewboard.mozilla.org/r/231802/#review238554
Attachment #8962961 - Flags: review?(aswan) → review+
Comment on attachment 8962962 [details]
Bug 1449255: Part 25 - Fold test_bug596607 into test_registry.js.

https://reviewboard.mozilla.org/r/231804/#review238556
Attachment #8962962 - Flags: review?(aswan) → review+
Comment on attachment 8962963 [details]
Bug 1449255: Part 26 - Rename test_bug1180901_2 to test_trash_directory.js.

https://reviewboard.mozilla.org/r/231806/#review238560

::: toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini
(Diff revision 1)
> -[test_bug514327_2.js]
> -# Bug 676992: test consistently hangs on Android
> -skip-if = os == "android"
> -tags = blocklist

this shouldn't be in this part
Comment on attachment 8962964 [details]
Bug 1449255: Part 27 - Remove test_bug566626, which seems unnecessary.

https://reviewboard.mozilla.org/r/231808/#review238562
Attachment #8962964 - Flags: review?(aswan) → review+
(In reply to Andrew Swan [:aswan] from comment #54)
> >  [test_bug619730.js]
> >  tags = blocklist
> >  [test_bug620837.js]
> >  tags = blocklist
> > -[test_bug655254.js]
> > -[test_bug675371.js]
> 
> this belongs in an earlier patch no?

Yes. But I stupidly decided to re-order a couple of patches because I realized they should be part Bs of earlier patches, and then wound up in merge conflict hell, and eventually gave up trying to fix things since I was pretty sure it would only make things worse.

The end state, at least, is reasonable.
Comment on attachment 8962949 [details]
Bug 1449255: Part 12b - Fold test_bug675371 into test_bootstrapped_chrome_manifest.js.

https://reviewboard.mozilla.org/r/231778/#review239316
Attachment #8962949 - Flags: review?(aswan) → review+
Comment on attachment 8962960 [details]
Bug 1449255: Part 23 - Remove test_bug587088.js, which has been disabled for a long time.

https://reviewboard.mozilla.org/r/231800/#review239320

Please actually remove test_bug587088.js
Attachment #8962960 - Flags: review?(aswan) → review+
(In reply to Kris Maglione [:kmag] (long backlog; ping on IRC if you're blocked) from comment #66)
> (In reply to Andrew Swan [:aswan] from comment #54)
> > >  [test_bug619730.js]
> > >  tags = blocklist
> > >  [test_bug620837.js]
> > >  tags = blocklist
> > > -[test_bug655254.js]
> > > -[test_bug675371.js]
> > 
> > this belongs in an earlier patch no?
> 
> Yes. But I stupidly decided to re-order a couple of patches because I
> realized they should be part Bs of earlier patches, and then wound up in
> merge conflict hell, and eventually gave up trying to fix things since I was
> pretty sure it would only make things worse.
> 
> The end state, at least, is reasonable.

At this point I think its just parts 15, 16, and 26, it should be easy enough to repair?
I guess the odds that somebody is going to hit this with a bisect (or just with looking through history) aren't high but if they do they're going to be miserable...
Comment on attachment 8962963 [details]
Bug 1449255: Part 26 - Rename test_bug1180901_2 to test_trash_directory.js.

https://reviewboard.mozilla.org/r/231806/#review239330

See comments on bugzilla...
Attachment #8962963 - Flags: review?(aswan) → review+
Blocks: 1451487
https://hg.mozilla.org/integration/mozilla-inbound/rev/2aae81812b14d6c60e605f6978b1708216314af0
Bug 1449255: Part 1 - Fold test_bug335238 into test_update. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/a8e0cdfc10cd1f8ecb8ade068e75a0292981b29c
Bug 1449255: Part 2 - Fold test_bug371495 into test_manifest. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/b510337024096f409bd3f0f0eab4237d51999147
Bug 1449255: Part 3a - Delete test_bug384052 and the functionality it tests. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/5ce6eac5f5b29330f15e9b5ebebbc2db84829d53
Bug 1449255: Part 3b - Cleanup update URL parameter interpolation. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/0f477f859aa6b88f3cf84e83be3fa3df5d102754
Bug 1449255: Part 4a - Rename test_bug393285 to test_blocklist_osabi.js and modernize. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/70428bfb977001128b38774592b26883ae348615
Bug 1449255: Part 4b - Fold test_bug406118 into test_blocklist_osabi.js. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/f9ccbbe67876b6e6fee36d6e9c312ad47e78230f
Bug 1449255: Part 5 - Rename test_bug397778 to test_manifest_locales.js and modernize. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/6845d3bd0b1b73c2e272e4b9359e4f936e0ea501
Bug 1449255: Part 6 - Rename test_bug430120 to test_blocklist_url_parameters.js and modernize. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/2145915f5d8e88ed0906b64544f05d445c579b3e
Bug 1449255: Part 7 - Rename test_bug449027 to test_blocklist_appversion.js and modernize. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/b943682df6577b427ce474e30a2d064e578bcde3
Bug 1449255: Part 8 - Rename test_bug455906 to test_blocklist_severities.js and modernize a bit. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/776dafdd2ced4bd341cdb620b1e7fa7dd35a41fa
Bug 1449255: Part 9 - Remove test_bug465190.js. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/10015c7138aeaba11b514279e067c2b6e9599ed8
Bug 1449255: Part 10 - Rename test_bug468528 to test_blocklist_plugin_regexp.js. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/9ef52e1e1a7c16944c7ca8b17639fbd73a1c1db5
Bug 1449255: Part 11a - Rename test_bug514327_1 to test_blocklist_plugin_severities.js. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/c3a654349747b36fe438ce3045fb774b2dabc757
Bug 1449255: Part 11b - Rename test_bug514327_2 to test_blocklist_plugin_flashonly.js. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/0992dba10ed7fa0b5a10575fa0b72a6c37a544da
Bug 1449255: Part 11c - Rename test_bug514327_3 to test_blocklist_plugin_outdated.js. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/df750bb6499fbfddf4f476f078ae33cfb2c99a29
Bug 1449255: Part 12a - Rename test_bug953156 to test_bootstrapped_chrome_manifest.js and modernize. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/ef2049594228064c774f9519176d2f77f36e63d5
Bug 1449255: Part 12b - Fold test_bug675371 into test_bootstrapped_chrome_manifest.js. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/d78f1acdcfee5cac6c1af40d1d27a2d040a5a1ea
Bug 1449255: Part 13 - Remove test_bug757663.js, which doesn't test anything anymore. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/5d30dc7438ffcd6c914f134b5dd00b2aa4c4681a
Bug 1449255: Part 14 - Rename test_bug753900 to test_crash_annotation_quoting.js. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/5125dd8025bc00cab622fb31ba32bd2a2a073e46
Bug 1449255: Part 15 - Remove test_bug740612, which is no longer useful. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/50e15cea8ec8e32103813b1884c694aa66d342e2
Bug 1449255: Part 16 - Rename test_bug655254 to test_moved_extension_metadata.js. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/699bc5e3f32d3e8d0d5ec048e904a92717d5d7bb
Bug 1449255: Part 17 - Rename test_bug620837 to test_blocklist_url_ping_count.js and modernize. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/b2f7ca40da60b10da7c2334f2f70a5d9d964a421
Bug 1449255: Part 18 - Remove test_bug619730, which is covered by other tests. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/6a0b90b96ca497c00cd57c5cd13a939924bfc124
Bug 1449255: Part 19 - Remove test_bug616841.js, which has no business being part of the add-on manager test suite. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/51503983d8c0b142d1ddf4b12bd7152a7a531962
Bug 1449255: Part 20 - Remove test_bug567184.js, which is covered by other tests. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/6cadf7a33c4e04187c194e68e25405c47f4fa1db
Bug 1449255: Part 21 - Remove test_bug569138.js, which is covered by other tests. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/33564c71bfdafd8b5181e63f1150de49e706eee5
Bug 1449255: Part 22 - Rename test_bug570173 to test_updatecheck_errors.js and modernize. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/b5abc3c09e201dd33b4737e50909791799644065
Bug 1449255: Part 23 - Remove test_bug587088.js, which has been disabled for a long time. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/fbf2ee01b647d3f9c7e22b950df3d3a318a12d4b
Bug 1449255: Part 24 - Remove test_bug595081.js, which doesn't matter anymore. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/74241511b6b244bdfc44508c0bcc4365c4406181
Bug 1449255: Part 25 - Fold test_bug596607 into test_registry.js. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/52938f92e1d3185729275e398aad1a5b52585954
Bug 1449255: Part 26 - Rename test_bug1180901_2 to test_trash_directory.js. r=aswan

https://hg.mozilla.org/integration/mozilla-inbound/rev/f2351acd6c6b73ee201e0a35f7c9eb9ac57c8094
Bug 1449255: Part 27 - Remove test_bug566626, which seems unnecessary. r=aswan
https://hg.mozilla.org/mozilla-central/rev/2aae81812b14
https://hg.mozilla.org/mozilla-central/rev/a8e0cdfc10cd
https://hg.mozilla.org/mozilla-central/rev/b51033702409
https://hg.mozilla.org/mozilla-central/rev/5ce6eac5f5b2
https://hg.mozilla.org/mozilla-central/rev/0f477f859aa6
https://hg.mozilla.org/mozilla-central/rev/70428bfb9770
https://hg.mozilla.org/mozilla-central/rev/f9ccbbe67876
https://hg.mozilla.org/mozilla-central/rev/6845d3bd0b1b
https://hg.mozilla.org/mozilla-central/rev/2145915f5d8e
https://hg.mozilla.org/mozilla-central/rev/b943682df657
https://hg.mozilla.org/mozilla-central/rev/776dafdd2ced
https://hg.mozilla.org/mozilla-central/rev/10015c7138ae
https://hg.mozilla.org/mozilla-central/rev/9ef52e1e1a7c
https://hg.mozilla.org/mozilla-central/rev/c3a654349747
https://hg.mozilla.org/mozilla-central/rev/0992dba10ed7
https://hg.mozilla.org/mozilla-central/rev/df750bb6499f
https://hg.mozilla.org/mozilla-central/rev/ef2049594228
https://hg.mozilla.org/mozilla-central/rev/d78f1acdcfee
https://hg.mozilla.org/mozilla-central/rev/5d30dc7438ff
https://hg.mozilla.org/mozilla-central/rev/5125dd8025bc
https://hg.mozilla.org/mozilla-central/rev/50e15cea8ec8
https://hg.mozilla.org/mozilla-central/rev/699bc5e3f32d
https://hg.mozilla.org/mozilla-central/rev/b2f7ca40da60
https://hg.mozilla.org/mozilla-central/rev/6a0b90b96ca4
https://hg.mozilla.org/mozilla-central/rev/51503983d8c0
https://hg.mozilla.org/mozilla-central/rev/6cadf7a33c4e
https://hg.mozilla.org/mozilla-central/rev/33564c71bfda
https://hg.mozilla.org/mozilla-central/rev/b5abc3c09e20
https://hg.mozilla.org/mozilla-central/rev/fbf2ee01b647
https://hg.mozilla.org/mozilla-central/rev/74241511b6b2
https://hg.mozilla.org/mozilla-central/rev/52938f92e1d3
https://hg.mozilla.org/mozilla-central/rev/f2351acd6c6b
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Flags: qe-verify-
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: