Граф коммитов

146 Коммитов

Автор SHA1 Сообщение Дата
Johann Hofmann 6549ae761d Bug 1629590 - Don't show certificate categories on about:certificate if they're empty. r=carolina.jimenez.g
Differential Revision: https://phabricator.services.mozilla.com/D72194
2020-04-27 13:57:40 +00:00
Johann Hofmann c8292aadf9 Bug 1629590 - Correctly determine certificate types for the about:certificate standalone page. r=carolina.jimenez.g
Differential Revision: https://phabricator.services.mozilla.com/D72193
2020-04-27 13:57:22 +00:00
Itiel 4b3043ebff Bug 1631683 - Apply padding on the item name itself on about:certificate r=johannh
Also fix RTL for the item name and export button

Differential Revision: https://phabricator.services.mozilla.com/D71792
2020-04-22 08:47:24 +00:00
alexuwa 283bbcf851 Bug 1625497 - Change tab name of certificate viewer to Certificate for <Common Name>. r=johannh,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D69695

--HG--
extra : moz-landing-system : lando
2020-04-15 06:52:08 +00:00
meenohara 67d6bdefae Bug 1601463 Added icon with tooltip to indicate criticality of extensions. r=johannh,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D69841

--HG--
extra : moz-landing-system : lando
2020-04-14 07:46:05 +00:00
Carolina a503c44fe7 Bug 1585620 - Creates a standalone page (about:certificate) for the new certificate viewer.r=johannh,fluent-reviewers,flod
WIP - I want to have some insights before continue developing this patch

Differential Revision: https://phabricator.services.mozilla.com/D56413

--HG--
extra : moz-landing-system : lando
2020-04-10 17:26:41 +00:00
jayati f6e62ade90 Bug 1599985 - Ensure that new cert viewer shows the full cert chain when viewing an intermmediate authority cert.r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D68527

--HG--
extra : moz-landing-system : lando
2020-04-04 06:37:44 +00:00
Zibi Braniecki 345ec85523 Bug 1584280 - Hook Fluent into the certviewer web components on connected callback. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D69134

--HG--
extra : moz-landing-system : lando
2020-04-01 16:47:57 +00:00
Csoregi Natalia 781923a163 Bug 1584280 - Disable browser_handleMultipleCertsURL.js for turning into permafail r=fix CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D69137

--HG--
extra : histedit_source : da141bdedbf9c2ed1bb47b7fdf556e04395f9a57
2020-04-01 00:32:25 +00:00
Noemi Erli 6fa26b1439 Backed out changeset 7c5e444f3350 (bug 1585620) for causing browser chrome failures CLOSED TREE 2020-03-24 16:02:14 +02:00
Carolina 38ccd74df2 Bug 1585620 - Creates a standalone page (about:certificate) for the new certificate viewer.r=johannh,fluent-reviewers,flod
WIP - I want to have some insights before continue developing this patch

Differential Revision: https://phabricator.services.mozilla.com/D56413

--HG--
extra : moz-landing-system : lando
2020-03-24 08:57:42 +00:00
Sylvestre Ledru be18fd4dba Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr
Differential Revision: https://phabricator.services.mozilla.com/D67319

--HG--
extra : moz-landing-system : lando
2020-03-19 13:47:51 +00:00
shweta 4517d1042b Bug 1401346 - Move browser/base/content/illustrations to browser/themes/shared. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D67176

--HG--
rename : browser/base/content/illustrations/blue-berror.svg => browser/themes/shared/illustrations/blue-berror.svg
rename : browser/base/content/illustrations/error-connection-failure.svg => browser/themes/shared/illustrations/error-connection-failure.svg
rename : browser/base/content/illustrations/error-malformed-url.svg => browser/themes/shared/illustrations/error-malformed-url.svg
rename : browser/base/content/illustrations/error-server-not-found.svg => browser/themes/shared/illustrations/error-server-not-found.svg
rename : browser/base/content/illustrations/under-construction.svg => browser/themes/shared/illustrations/under-construction.svg
extra : moz-landing-system : lando
2020-03-18 12:02:16 +00:00
luma 0c36015ef2 Bug 1615071 - Add Let's Encrypt's CT logs to certviewer. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D66898

--HG--
extra : moz-landing-system : lando
2020-03-16 08:34:28 +00:00
Mike Conley c4ee750f86 Bug 1617983 - Adjust browser_openTabAndSendCertInfo test for running about:certificate in the privileged about content process. r=NeilDeakin
The test was originally using BrowserTestUtils.waitForNewWindow with an argument for
the expected initial tab URL which was a function rather than a string. This helper
function never expects a function, but transparently passed it along to browserLoaded,
which _can_ handle a function, so everything worked.

With the privileged about content process enabled, the waitForNewWindow code fell
down a codepath that doesn't handle the function parameter at all, and causes the
test to wait for a XULFrameLoaderCreated event that will never fire.

This patch adjusts the test to no longer pass the function to waitForNewWindow, since
it never supported having a function passed to it. Instead, we do the check for the
initial tab URL after the window has been opened.

Differential Revision: https://phabricator.services.mozilla.com/D64603

--HG--
extra : moz-landing-system : lando
2020-03-09 18:35:49 +00:00
Julien Cristau ef4b89a74c Bug 1620224 - improve display for non-dNSName subjectAltNames. r=johannh,fluent-reviewers,flod
Handle rfc822Name and iPAddress subjectAltNames, and replace "[object
Object]" with an explicit "unsupported" string for otherName.

Differential Revision: https://phabricator.services.mozilla.com/D65749

--HG--
extra : moz-landing-system : lando
2020-03-09 11:54:27 +00:00
Julien Cristau 1ec8fd96f5 Bug 1620037 - add md5WithRSAEncryption to the certificate viewer. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D65691

--HG--
extra : moz-landing-system : lando
2020-03-06 12:33:50 +00:00
Mark Banner 2c4e35b0a6 Bug 1620218 - Automatic code fixes for Prettier 1.18.2 upgrade. r=mossop,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D65509

--HG--
extra : moz-landing-system : lando
2020-03-08 21:45:16 +00:00
Mark Banner 15cfe23b88 Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D65703

--HG--
extra : moz-landing-system : lando
2020-03-07 10:09:44 +00:00
Narcis Beleuzu 83bf83bf19 Backed out 2 changesets (bug 1617983) for bc failures on browser_google_behavior.js
Backed out changeset 10c0ead96d08 (bug 1617983)
Backed out changeset 623af81c196a (bug 1617983)
2020-02-29 03:17:37 +02:00
Mike Conley 9b5d4b4ab9 Bug 1617983 - Adjust browser_openTabAndSendCertInfo test for running about:certificate in the privileged about content process. r=NeilDeakin
The test was originally using BrowserTestUtils.waitForNewWindow with an argument for
the expected initial tab URL which was a function rather than a string. This helper
function never expects a function, but transparently passed it along to browserLoaded,
which _can_ handle a function, so everything worked.

With the privileged about content process enabled, the waitForNewWindow code fell
down a codepath that doesn't handle the function parameter at all, and causes the
test to wait for a XULFrameLoaderCreated event that will never fire.

This patch adjusts the test to no longer pass the function to waitForNewWindow, since
it never supported having a function passed to it. Instead, we do the check for the
initial tab URL after the window has been opened.

Differential Revision: https://phabricator.services.mozilla.com/D64603

--HG--
extra : moz-landing-system : lando
2020-02-28 22:34:10 +00:00
Itiel de576647bf Bug 1592426 - Fix the background image on about:certificate when the certificate is corrupted or missing r=danielleleb
Also improve CSS code style/quality, and force `long-hex` to be LTR

Differential Revision: https://phabricator.services.mozilla.com/D61073

--HG--
extra : moz-landing-system : lando
2020-01-31 14:23:56 +00:00
Cameron Porter 1c1943da7f Bug 1601035 - Check for the key identifier in an authority x509 extension before trying to use it since it is optional for some certificates. Check that there are x509 extensions before trying to get critical or unsupported extensions. r=johannh
When viewing certificates with certificateviewer that have an authority x509 extension
but do not have an authority key identifier, parsing the certificate fails.
Since the authority key identifier is optional in RFC 5280,
check if it exists before trying to set the key identifier.

Also check that x509 extensions are defined before setting up the critical and unsupported extensions.

Differential Revision: https://phabricator.services.mozilla.com/D59224

--HG--
extra : moz-landing-system : lando
2020-01-10 13:19:24 +00:00
Carolina 3d5136ed5a Bug 1595133 - Moved repetead functions to head.js.r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D57663

--HG--
extra : moz-landing-system : lando
2020-01-08 11:36:09 +00:00
Carolina 987fca8b53 Bug 1585904 - Avoids opening the same certificate in multiple tabs each time.r=johannh,nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D50110

--HG--
extra : moz-landing-system : lando
2019-12-16 17:29:40 +00:00
Kris Maglione 9853440599 Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D53741

--HG--
extra : moz-landing-system : lando
2019-12-13 20:36:24 +00:00
Kris Maglione 94e3b0bd8d Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.

Differential Revision: https://phabricator.services.mozilla.com/D53740

--HG--
extra : moz-landing-system : lando
2019-12-13 20:36:16 +00:00
shindli 91924fedc7 Backed out 9 changesets (bug 1596918) for causing mochitest permafailures in toolkit/content/tests/chrome/test_findbar_events.xhtml CLOSED TREE
Backed out changeset 45a1c42118f2 (bug 1596918)
Backed out changeset db09910ffa56 (bug 1596918)
Backed out changeset 5c9d9f141c10 (bug 1596918)
Backed out changeset 6a135670d603 (bug 1596918)
Backed out changeset 3a0184e0df72 (bug 1596918)
Backed out changeset 2f0036486823 (bug 1596918)
Backed out changeset a770c6d08d52 (bug 1596918)
Backed out changeset ef062eb7a6ee (bug 1596918)
Backed out changeset a6ea596e98db (bug 1596918)
2019-12-11 03:09:26 +02:00
Kris Maglione 3ca78ce8e3 Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D53741

--HG--
extra : moz-landing-system : lando
2019-12-10 23:07:21 +00:00
Kris Maglione 16a9b29848 Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.

Differential Revision: https://phabricator.services.mozilla.com/D53740

--HG--
extra : moz-landing-system : lando
2019-12-10 23:07:13 +00:00
Noemi Erli 82d41a33b2 Backed out 9 changesets (bug 1596918) for causing multiple browser-chrome failures
Backed out changeset 415007efd8c9 (bug 1596918)
Backed out changeset 011eb5ce927b (bug 1596918)
Backed out changeset e5fd3ee22ea1 (bug 1596918)
Backed out changeset 0bca4de31d40 (bug 1596918)
Backed out changeset 11ec4393f23d (bug 1596918)
Backed out changeset c5404a7c286d (bug 1596918)
Backed out changeset 7e9304405a46 (bug 1596918)
Backed out changeset fa0f0aeabf99 (bug 1596918)
Backed out changeset de196b077000 (bug 1596918)
2019-12-07 22:26:43 +02:00
Kris Maglione fa3556c3fc Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D53741

--HG--
extra : moz-landing-system : lando
2019-12-07 18:44:34 +00:00
Kris Maglione 910eab35d2 Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.

Differential Revision: https://phabricator.services.mozilla.com/D53740

--HG--
extra : moz-landing-system : lando
2019-12-07 19:11:58 +00:00
Daniel Varga 84a601a6d4 Backed out 17 changesets (bug 1596918) for multiple browser-chrome and dev-tools failures. On a CLOSED TREE
Backed out changeset ab87d2c1afae (bug 1596918)
Backed out changeset 775f3b06a687 (bug 1596918)
Backed out changeset 67cc63ef5d7f (bug 1596918)
Backed out changeset 7d290bcd2067 (bug 1596918)
Backed out changeset 048db9f4db7c (bug 1596918)
Backed out changeset 96a79d2ba614 (bug 1596918)
Backed out changeset be770d112dd8 (bug 1596918)
Backed out changeset 302c8ab8391c (bug 1596918)
Backed out changeset 44ef8f20732e (bug 1596918)
Backed out changeset 38c11ebfb8ff (bug 1596918)
Backed out changeset b586fc081374 (bug 1596918)
Backed out changeset 12283166716f (bug 1596918)
Backed out changeset 99b0421015d8 (bug 1596918)
Backed out changeset 97ec49dbbbf3 (bug 1596918)
Backed out changeset ec79478f58f1 (bug 1596918)
Backed out changeset c6d356833bb8 (bug 1596918)
Backed out changeset 5ef6026806c8 (bug 1596918)
2019-12-07 03:12:07 +02:00
Kris Maglione b5238224ba Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D53741

--HG--
extra : moz-landing-system : lando
2019-12-06 22:14:22 +00:00
Kris Maglione 20da940e14 Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.

Differential Revision: https://phabricator.services.mozilla.com/D53740

--HG--
extra : moz-landing-system : lando
2019-12-06 22:14:14 +00:00
daniellelc cca656ecca Bug 1588776 - Makes long-hex fields selectable without causing them to change state. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D51165

--HG--
extra : moz-landing-system : lando
2019-11-26 11:00:17 +00:00
Emma Malysz ae7be05784 Bug 1596869, rename .xul files in security/manager to .xhtml r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D54198

--HG--
rename : security/manager/pki/resources/content/certManager.xul => security/manager/pki/resources/content/certManager.xhtml
rename : security/manager/pki/resources/content/certViewer.xul => security/manager/pki/resources/content/certViewer.xhtml
rename : security/manager/pki/resources/content/changepassword.xul => security/manager/pki/resources/content/changepassword.xhtml
rename : security/manager/pki/resources/content/clientauthask.xul => security/manager/pki/resources/content/clientauthask.xhtml
rename : security/manager/pki/resources/content/deletecert.xul => security/manager/pki/resources/content/deletecert.xhtml
rename : security/manager/pki/resources/content/device_manager.xul => security/manager/pki/resources/content/device_manager.xhtml
rename : security/manager/pki/resources/content/downloadcert.xul => security/manager/pki/resources/content/downloadcert.xhtml
rename : security/manager/pki/resources/content/editcacert.xul => security/manager/pki/resources/content/editcacert.xhtml
rename : security/manager/pki/resources/content/exceptionDialog.xul => security/manager/pki/resources/content/exceptionDialog.xhtml
rename : security/manager/pki/resources/content/load_device.xul => security/manager/pki/resources/content/load_device.xhtml
rename : security/manager/pki/resources/content/protectedAuth.xul => security/manager/pki/resources/content/protectedAuth.xhtml
rename : security/manager/pki/resources/content/resetpassword.xul => security/manager/pki/resources/content/resetpassword.xhtml
rename : security/manager/pki/resources/content/setp12password.xul => security/manager/pki/resources/content/setp12password.xhtml
extra : moz-landing-system : lando
2019-11-25 19:37:02 +00:00
Brindusan Cristian 210f413495 Backed out changeset f90a969f785c (bug 1596869) for bc failures on browser_clientAuth_ui.js. CLOSED TREE
--HG--
rename : security/manager/pki/resources/content/certManager.xhtml => security/manager/pki/resources/content/certManager.xul
rename : security/manager/pki/resources/content/certViewer.xhtml => security/manager/pki/resources/content/certViewer.xul
rename : security/manager/pki/resources/content/changepassword.xhtml => security/manager/pki/resources/content/changepassword.xul
rename : security/manager/pki/resources/content/clientauthask.xhtml => security/manager/pki/resources/content/clientauthask.xul
rename : security/manager/pki/resources/content/deletecert.xhtml => security/manager/pki/resources/content/deletecert.xul
rename : security/manager/pki/resources/content/device_manager.xhtml => security/manager/pki/resources/content/device_manager.xul
rename : security/manager/pki/resources/content/downloadcert.xhtml => security/manager/pki/resources/content/downloadcert.xul
rename : security/manager/pki/resources/content/editcacert.xhtml => security/manager/pki/resources/content/editcacert.xul
rename : security/manager/pki/resources/content/exceptionDialog.xhtml => security/manager/pki/resources/content/exceptionDialog.xul
rename : security/manager/pki/resources/content/load_device.xhtml => security/manager/pki/resources/content/load_device.xul
rename : security/manager/pki/resources/content/protectedAuth.xhtml => security/manager/pki/resources/content/protectedAuth.xul
rename : security/manager/pki/resources/content/resetpassword.xhtml => security/manager/pki/resources/content/resetpassword.xul
rename : security/manager/pki/resources/content/setp12password.xhtml => security/manager/pki/resources/content/setp12password.xul
2019-11-23 10:45:33 +02:00
Emma Malysz fff53676c8 Bug 1596869, rename .xul files in security/manager to .xhtml r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D54198

--HG--
rename : security/manager/pki/resources/content/certManager.xul => security/manager/pki/resources/content/certManager.xhtml
rename : security/manager/pki/resources/content/certViewer.xul => security/manager/pki/resources/content/certViewer.xhtml
rename : security/manager/pki/resources/content/changepassword.xul => security/manager/pki/resources/content/changepassword.xhtml
rename : security/manager/pki/resources/content/clientauthask.xul => security/manager/pki/resources/content/clientauthask.xhtml
rename : security/manager/pki/resources/content/deletecert.xul => security/manager/pki/resources/content/deletecert.xhtml
rename : security/manager/pki/resources/content/device_manager.xul => security/manager/pki/resources/content/device_manager.xhtml
rename : security/manager/pki/resources/content/downloadcert.xul => security/manager/pki/resources/content/downloadcert.xhtml
rename : security/manager/pki/resources/content/editcacert.xul => security/manager/pki/resources/content/editcacert.xhtml
rename : security/manager/pki/resources/content/exceptionDialog.xul => security/manager/pki/resources/content/exceptionDialog.xhtml
rename : security/manager/pki/resources/content/load_device.xul => security/manager/pki/resources/content/load_device.xhtml
rename : security/manager/pki/resources/content/protectedAuth.xul => security/manager/pki/resources/content/protectedAuth.xhtml
rename : security/manager/pki/resources/content/resetpassword.xul => security/manager/pki/resources/content/resetpassword.xhtml
rename : security/manager/pki/resources/content/setp12password.xul => security/manager/pki/resources/content/setp12password.xhtml
extra : moz-landing-system : lando
2019-11-22 21:17:33 +00:00
Cosmin Sabou b1bde23dbf Backed out changeset e9d1379c65f5 (bug 1585904) for browser-chrome failures on browser_pageinfo_security.
--HG--
extra : histedit_source : 70a6520faf1fe6c83ae6cba3781d534cc3ae81b6
2019-11-23 01:25:02 +02:00
Carolina f652812231 Bug 1585904 - Avoids opening the same certificate in multiple tabs each time.r=johannh,nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D50110

--HG--
extra : moz-landing-system : lando
2019-11-22 17:40:18 +00:00
Carolina 05b1ed7daf Bug 1589883 - Fixes OCSP section.r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D51715

--HG--
extra : moz-landing-system : lando
2019-11-06 12:19:42 +00:00
Carolina a08780e37c Bug 1588531 - Fixes elements with array sizes equals 0 being rendered and updates test to check non-empty fields being rendered.r=johannh,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D49675

--HG--
extra : moz-landing-system : lando
2019-10-18 10:56:51 +00:00
Carolina 025956ea72 Bug 1582225 - Fixes overflow in "Public Value" fields.r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D49500

--HG--
extra : moz-landing-system : lando
2019-10-18 08:25:00 +00:00
daniellelc 5784e75934 Bug 1582544 - Improves contrast of link colour in dark mode. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D49069

--HG--
extra : moz-landing-system : lando
2019-10-14 16:00:58 +00:00
Carolina 34433c78bc Bug 1584548 - Fixes "modulus" item collapse and adds a test to check it.r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D47487

--HG--
extra : moz-landing-system : lando
2019-10-07 15:28:24 +00:00
dleblanccyr 1e4ab4b953 Bug 1573143 - Adds test for linking issuer name to certificate tab. r=johannh
Depends on D41610

Differential Revision: https://phabricator.services.mozilla.com/D42201

--HG--
extra : moz-landing-system : lando
2019-09-27 15:35:53 +00:00
dleblanccyr 5a7f6525d2 Bug 1573143 - Links certificate issuer to its respective tab. r=johannh
Depends on D41979

Differential Revision: https://phabricator.services.mozilla.com/D41610

--HG--
extra : moz-landing-system : lando
2019-09-27 15:35:41 +00:00
Bogdan Tara 5c23fc2017 Backed out 2 changesets (bug 1573143) for browser_certViewer.js failures CLOSED TREE
Backed out changeset 8ca11a6e2a3a (bug 1573143)
Backed out changeset 43410a278604 (bug 1573143)
2019-09-27 16:34:04 +03:00