Bug 1370764 - (Part 1) Rename editAddress files to editDialog. r=lchang draft
authorScott Wu <scottcwwu@gmail.com>
Tue, 22 Aug 2017 14:28:31 +0800
changeset 651965 f17523fccb615fbf27273b00883471bfbbd0148a
parent 651826 d1c70c20e7b52f7295411343e4dc5db8ee7c92b9
child 651966 fd30f4cdb328212271185caabc6a636f973b865f
push id75903
push userbmo:scwwu@mozilla.com
push dateThu, 24 Aug 2017 09:16:15 +0000
reviewerslchang
bugs1370764
milestone57.0a1
Bug 1370764 - (Part 1) Rename editAddress files to editDialog. r=lchang MozReview-Commit-ID: LxETrvltB2G
browser/extensions/formautofill/content/editAddress.js
browser/extensions/formautofill/content/editAddress.xhtml
browser/extensions/formautofill/content/editDialog.js
browser/extensions/formautofill/skin/shared/editAddress.css
browser/extensions/formautofill/skin/shared/editDialog.css
--- a/browser/extensions/formautofill/content/editAddress.xhtml
+++ b/browser/extensions/formautofill/content/editAddress.xhtml
@@ -1,19 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml" width="620">
 <head>
   <title data-localization="addNewDialogTitle"/>
-  <link rel="stylesheet" href="chrome://formautofill-shared/skin/editAddress.css" />
+  <link rel="stylesheet" href="chrome://formautofill-shared/skin/editDialog.css" />
   <link rel="stylesheet" href="chrome://formautofill/skin/editAddress.css" />
-  <script src="chrome://formautofill/content/editAddress.js"></script>
+  <script src="chrome://formautofill/content/editDialog.js"></script>
 </head>
 <body>
   <form autocomplete="off">
     <label id="given-name-container">
       <span data-localization="givenName"/>
       <input id="given-name" type="text"/>
     </label>
     <label id="additional-name-container">
rename from browser/extensions/formautofill/content/editAddress.js
rename to browser/extensions/formautofill/content/editDialog.js
rename from browser/extensions/formautofill/skin/shared/editAddress.css
rename to browser/extensions/formautofill/skin/shared/editDialog.css