Marco Bonardo
ffb9670998
Bug 1453580 - Remove promiseFaviconLinkUrl and fix its consumers. r=Gijs
...
MozReview-Commit-ID: GrY8s3l71Mp
2018-04-16 18:24:06 +02:00
Dorel Luca
af4700d8df
Backed out changeset 897bbf35e781 (bug 1453580) for XPCShell failure on services/sync/tests/unit/test_syncedtabs.js. CLOSED TREE
2018-04-18 14:06:34 +03:00
Marco Bonardo
11e458b637
Bug 1453580 - Remove promiseFaviconLinkUrl and fix its consumers. r=Gijs
...
MozReview-Commit-ID: GrY8s3l71Mp
2018-04-16 18:24:06 +02:00
Jonathan Kingston
c3449ab668
Bug 1374741 - Within toolkit/ make openUILinkIn() provide the correct triggeringPrincipal. r=Gijs
...
MozReview-Commit-ID: AX2S3bEKl1w
2018-02-21 23:08:42 +00:00
Andrew McCreight
272cee1e65
Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
...
This patch was autogenerated by my decomponents.py
It covers almost every file with the extension js, jsm, html, py,
xhtml, or xul.
It removes blank lines after removed lines, when the removed lines are
preceded by either blank lines or the start of a new block. The "start
of a new block" is defined fairly hackily: either the line starts with
//, ends with */, ends with {, <![CDATA[, """ or '''. The first two
cover comments, the third one covers JS, the fourth covers JS embedded
in XUL, and the final two cover JS embedded in Python. This also
applies if the removed line was the first line of the file.
It covers the pattern matching cases like "var {classes: Cc,
interfaces: Ci, utils: Cu, results: Cr} = Components;". It'll remove
the entire thing if they are all either Ci, Cr, Cc or Cu, or it will
remove the appropriate ones and leave the residue behind. If there's
only one behind, then it will turn it into a normal, non-pattern
matching variable definition. (For instance, "const { classes: Cc,
Constructor: CC, interfaces: Ci, utils: Cu } = Components" becomes
"const CC = Components.Constructor".)
MozReview-Commit-ID: DeSHcClQ7cG
2018-02-06 09:36:57 -08:00
Florian Quèze
c5f15a4700
Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop.
2018-02-01 20:45:22 +01:00
Kris Maglione
0bb74efdf1
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Cosmin Sabou
f09d6d985d
Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE
...
Backed out changeset a1eca62826a1 (bug 1431533 )
Backed out changeset 34c999fa006b (bug 1431533 )
Backed out changeset e2674287e57f (bug 1431533 )
2018-01-30 07:17:48 +02:00
Kris Maglione
fd67f090b2
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Brindusan Cristian
483ba301cb
Backed out 2 changesets (bug 1431533) for ESlint failures on a CLOSED TREE
...
Backed out changeset 6e56f4c8843e (bug 1431533 )
Backed out changeset 12fc4dee861c (bug 1431533 )
2018-01-30 02:32:43 +02:00
Kris Maglione
683a97d172
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Tim Nguyen
0f11886f22
Bug 1430374 - Remove support for progressmeter tree cells. r=bz,dao
...
MozReview-Commit-ID: 3hydkeoneC0
2018-01-18 10:36:05 +00:00
Zibi Braniecki
20c66877f9
Bug 1428172 - Align mozIntl with Intl when working with constructors. r=nalexander
...
MozReview-Commit-ID: 5jGk1jXKkay
2018-01-04 13:01:43 -08:00
Steve Jarvis
45e65df4d0
Bug 1334663 - Add ability to copy and launch URL from password manager. r=MattN,rfeeley
...
MozReview-Commit-ID: JApe0OhTIg8
2017-11-13 16:13:00 -08:00
Mark Banner
cd86a5dbc2
Bug 1412890 - Enable ESLint rule mozilla/use-services for toolkit/components/passwordmgr. r=MattN
...
MozReview-Commit-ID: BNojtj1cAji
2017-10-30 16:28:39 +00:00
Attila Craciun
6bcd8772eb
Backed out 1 changesets (bug 1412890) possible ESlint failure r=backout on a CLOSED TREE.
...
Backed out changeset cac71ff2481c (bug 1412890)
2017-11-01 10:32:50 +02:00
Mark Banner
7ae0ef6905
Bug 1412890 - Enable ESLint rule mozilla/use-services for toolkit/components/passwordmgr. r=MattN
...
MozReview-Commit-ID: BNojtj1cAji
2017-10-30 16:28:39 +00:00
Mark Banner
e47ccbfec3
Bug 1411368 - Automatically fix no-multi-spaces issues raised when using ESLint 4. r=mossop
...
MozReview-Commit-ID: H5YVp3rnzGo
2017-10-26 11:47:01 +01:00
Kris Maglione
e7585db21e
Bug 1391707: Follow-up: Skip idle dispatch in passwordManager.js for increasing the failure rate of an intermittent. r=me
2017-09-11 18:43:35 -07:00
Evan Tseng
a7aac69e8b
Bug 1382135 - Remove all colon signs on sub-dialogs because we already removed them all on each category pane and we should make same thing for sub-dialogs. r=jaws
...
MozReview-Commit-ID: 8md6CFBSM3B
2017-08-01 11:54:54 +08:00
Dan Banner
4be8ffda45
Bug 1370218 - [Mac] Pressing backspace to remove a password in the password dialog (in preferences) should leave the dialog open. r=MattN
...
MozReview-Commit-ID: HtbUJUJgncK
2017-06-23 20:09:21 +01:00
Ashhar Hasan
bec0a03a89
Bug 234973 - Make selected row visible after removing/editing entries in password manager. r=Dolske
...
Added a call to
'treeBoxObject.ensureRowIsVisible(signonsTree.view.selection.currentIndex)' in
'signonReloadDisplay()' to make sure the selection is visible regardless of the
operation which caused a call to signonReloadDisplay().
MozReview-Commit-ID: EztJ4sZcofi
2017-03-13 03:26:58 +05:30
Florian Queze
451928e614
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
d3c36892fa
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
42670ceca0
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Sebastian Hengst
f75839c723
Backed out changeset 55f3df15eaa6 (bug 1356569)
2017-04-14 23:39:17 +02:00
Florian Queze
61aabdf237
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
9b4f73599f
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Zibi Braniecki
efdaa3952d
Bug 1354445 - Migrate Intl.DateTimeFormat to mozIntl.DateTimeFormat in chrome. r=mak
...
MozReview-Commit-ID: 4z13lcLXN9T
2017-04-08 23:04:32 -07:00
Jared Wein
5a181760cc
Bug 1348068 - Enable the key-spacing rule for eslint and fix the related issues. r=standard8
...
Running eslint with --fix didn't fix many of the issues. The majority here had to be fixed by hand but a significant majority of the issues were related to a few files that I was able to use find-and-replace with. I regret not making this in to separate commits of the hand-fixes and the fixes from --fix but I don't recall --fix fixing any of the issues.
MozReview-Commit-ID: ANyg2qfo3Qx
2017-03-21 14:29:43 -04:00
Fischer.json
71a3493ba7
Bug 1338757 - "Remove All Shown" and button in about:preferences should use its own accesskey, r=jaws
...
MozReview-Commit-ID: 2ucF0GqOCJV
2017-02-13 11:43:37 +08:00
Fischer.json
5b645d203b
Bug 1338036 - Switch button label from "Remove All" to "Remove All Shown" when filtering by keyword in about:preferences, r=jaws
...
MozReview-Commit-ID: 8iK6bg8i0uT
2017-02-09 12:00:12 +08:00
Matthew Noorenberghe
93ae3887e2
Bug 1330844 - Add a pwmgr notPasswordSelector:#cardNumber recipe for buy.gogoinflight.com. r=johannh
...
MozReview-Commit-ID: GWG3XNmrU9c
2017-01-12 18:22:28 -08:00
Matthew Noorenberghe
cffdf625fd
Bug 1330810 - Disable password manager on www.united.com/travel/checkin/changefqtv.aspx. r=johannh
...
MozReview-Commit-ID: FCRvgYjm8BI
2017-01-12 17:37:46 -08:00
Jared Wein
e3149c378f
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
2016-12-29 18:34:54 -05:00
Wes Kocher
2d7553dcfd
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
34e228f767
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
2016-12-29 15:20:47 -05:00
Jalen Adams
fbcd128721
Bug 1324171 - Use 'Search' as placeholder text instead of as a label in-front of search fields. r=jaws
...
MozReview-Commit-ID: 8eZ7Hy9DTuy
2016-12-22 11:32:40 -05:00
Matthew Noorenberghe
9514f9edc3
Bug 1324136 - Add a GetVisibleLogins helper to reduce duplication in passwordManager.js. r=seanlee
...
MozReview-Commit-ID: BV6iqTvcVw5
2016-12-21 15:48:26 -05:00
Jared Wein
0c024fa9ca
Bug 1312486 - Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8
...
MozReview-Commit-ID: 7Gx90a5y8t6
2016-10-24 13:14:19 -04:00
Fischer.json
2916b1a264
Bug 1130447 - Hide the password manager timeLastUsed column by default. r=MattN
...
MozReview-Commit-ID: LxKnIfBhtQh
2016-09-20 15:45:15 +08:00
Phil Ringnalda
c7ab85e06c
Backed out changeset ae0e76aa85b6 (bug 1130447) for failing browser_passwordmgr_fields.js
2016-09-28 21:14:32 -07:00
Fischer.json
82550f7d69
Bug 1130447 - Hide the password manager timeLastUsed column by default. r=MattN
...
MozReview-Commit-ID: LxKnIfBhtQh
2016-09-20 15:45:15 +08:00
Matthew Noorenberghe
adfd6f5e7c
Bug 1286718 - Revert bug 1148026 to remove the initial login fill doorhanger code. r=johannh
...
MozReview-Commit-ID: 8IiG6gTNeHY
2016-09-09 22:56:52 -07:00
Matthew Noorenberghe
9048f83b33
Bug 1301287 - Password manager: enable eslint no-new-object rule. r=johannh
...
MozReview-Commit-ID: 608ugBaVxrg
2016-09-07 21:39:48 -07:00
Matthew Noorenberghe
345002bded
Bug 1301287 - Password manager: enable eslint space-infix-ops rule. r=johannh
...
.js files were fixed automatically with --fix
MozReview-Commit-ID: wzRpQhqEH7
2016-09-07 21:41:15 -07:00
Matthew Noorenberghe
fa2df6f844
Bug 1301287 - Password manager: enable eslint semi rule. r=johannh
...
.js files were fixed automatically with --fix
MozReview-Commit-ID: Get2mxB8Twx
2016-09-07 21:42:49 -07:00
Matthew Noorenberghe
a33e675832
Bug 1301287 - Password manager: enable eslint brace-style rule on shipping code. r=johannh
...
MozReview-Commit-ID: BDHUOlv83eR
2016-09-07 21:45:20 -07:00
Matthew Noorenberghe
e1b934c26e
Bug 1288558 - Enable eslint no-undef for shipping pwmgr code. r=me
...
MozReview-Commit-ID: 5rbPmxODejr
2016-09-07 18:44:17 -07:00
Steve Chung
50afca3cc0
Bug 1288558 - Part 12: Switch the function naming _filterPasswords and FilterPasswords. r=MattN
...
MozReview-Commit-ID: 4OWpIZI4IkF
2016-09-07 18:31:56 +08:00