forked from mirrors/gecko-dev
Bug 1650456 - Correct name in a few places, r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D82217
This commit is contained in:
parent
eb99a31f3b
commit
b4a607fc7c
6 changed files with 6 additions and 6 deletions
2
.mailmap
2
.mailmap
|
|
@ -1,2 +1,2 @@
|
||||||
Andreas Tolfsen <ato@sny.no> <ato@mozilla.com>
|
Andreas Tolfsen <ato@sny.no> <ato@mozilla.com>
|
||||||
Nika Layzell <nika@thelayzells.com> Michael Layzell <michael@thelayzells.com>
|
Nika Layzell <nika@thelayzells.com> <michael@thelayzells.com>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<meta charset='utf-8'>
|
||||||
<title>HTML Test: drag DataTransfer protected status</title>
|
<title>HTML Test: drag DataTransfer protected status</title>
|
||||||
<link rel='author' title='Michael Layzell' href='mailto:michael@thelayzells.com'>
|
<link rel='author' title='Nika Layzell' href='mailto:nika@thelayzells.com'>
|
||||||
<link rel='help' href='https://html.spec.whatwg.org/multipage/#the-datatransfer-interface'>
|
<link rel='help' href='https://html.spec.whatwg.org/multipage/#the-datatransfer-interface'>
|
||||||
<script src="/resources/testharness.js"></script>
|
<script src="/resources/testharness.js"></script>
|
||||||
<script src="/resources/testharnessreport.js"></script>
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<meta charset='utf-8'>
|
||||||
<title>HTML Test: paste DataTransfer protected status</title>
|
<title>HTML Test: paste DataTransfer protected status</title>
|
||||||
<link rel='author' title='Michael Layzell' href='mailto:michael@thelayzells.com'>
|
<link rel='author' title='Nika Layzell' href='mailto:nika@thelayzells.com'>
|
||||||
<link rel='help' href='https://html.spec.whatwg.org/multipage/#the-datatransfer-interface'>
|
<link rel='help' href='https://html.spec.whatwg.org/multipage/#the-datatransfer-interface'>
|
||||||
<script src="/resources/testharness.js"></script>
|
<script src="/resources/testharness.js"></script>
|
||||||
<script src="/resources/testharnessreport.js"></script>
|
<script src="/resources/testharnessreport.js"></script>
|
||||||
|
|
|
||||||
|
|
@ -6439,7 +6439,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
<pre>
|
<pre>
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2016 Michael Layzell
|
Copyright (c) 2016 Nika Layzell
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nserror"
|
name = "nserror"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Michael Layzell <michael@thelayzells.com>"]
|
authors = ["Nika Layzell <nika@thelayzells.com>"]
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
description = "Rust bindings to xpcom nsresult and NS_ERROR_ values"
|
description = "Rust bindings to xpcom nsresult and NS_ERROR_ values"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "xpcom_macros"
|
name = "xpcom_macros"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Michael Layzell <michael@thelayzells.com>"]
|
authors = ["Nika Layzell <nika@thelayzells.com>"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue