gecko-dev/dom/commandhandler
Masayuki Nakano 5c3723acb2 Bug 1475461 - part 2: Make callers of PLDHashTable::Search() const methods if possible r=Ehsan
Some callers of PLDHashTable::Search() use const_cast, some others are not
const methods due to non-const PLDHashTable::Search().

This patch removes const_cast from the former and mark some methods of the
latter const.

MozReview-Commit-ID: C8ayoi7mXc1

--HG--
extra : rebase_source : 2cba0339756e3278ba6e5f0e8a11e68217a61d34
2018-07-13 19:01:53 +09:00
..
moz.build Bug 1450882 - part 3: Create non-virtual methods to nsCommandParams and expose its header r=Ehsan 2018-07-10 18:48:43 +09:00
nsBaseCommandController.cpp
nsBaseCommandController.h
nsCommandGroup.cpp
nsCommandGroup.h
nsCommandManager.cpp
nsCommandManager.h
nsCommandParams.cpp Bug 1475461 - part 2: Make callers of PLDHashTable::Search() const methods if possible r=Ehsan 2018-07-13 19:01:53 +09:00
nsCommandParams.h Bug 1450882 - part 3: Create non-virtual methods to nsCommandParams and expose its header r=Ehsan 2018-07-10 18:48:43 +09:00
nsControllerCommandTable.cpp Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj 2018-04-28 12:50:58 -07:00
nsControllerCommandTable.h
nsICommandManager.idl
nsICommandParams.idl Bug 1450882 - part 3: Create non-virtual methods to nsCommandParams and expose its header r=Ehsan 2018-07-10 18:48:43 +09:00
nsIControllerCommand.idl
nsIControllerCommandTable.idl
nsIControllerContext.idl
nsPICommandUpdater.idl