gecko-dev/embedding/components/commandhandler
Nicholas Nethercote 3163cfc2c1 Bug 1124973 (part 2) - Introduce PL_DHashTableSearch(), and replace most PL_DHashTableLookup() calls with it. r=froydnj.
It feels safer to use a function with a new name, rather than just changing the
behaviour of the existing function.

For most of these cases the PL_DHashTableLookup() result was checked with
PL_DHASH_ENTRY_IS_{FREE,BUSY} so the conversion was easy. A few of them
preceded that check with a useless null check, but the intent of these was
still easy to determine.

I'll do the trickier ones in subsequent patches.

--HG--
extra : rebase_source : ab37a7a30be563861ded8631771181aacf054fd4
2015-01-22 21:06:55 -08:00
..
moz.build Bug 1054703 - Part 3: Flatten embedding/components/commandhandler/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsBaseCommandController.cpp Bug 1060529, send the enabled state of child process commands to the parent on update, without the test, r=smaug,ehsan 2014-12-09 10:48:27 -05:00
nsBaseCommandController.h Bug 1054703 - Part 3: Flatten embedding/components/commandhandler/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsCommandGroup.cpp Bug 1061059 - Fix more bad implicit constructors in embedding; r=bsmedberg 2014-09-02 18:22:57 -04:00
nsCommandGroup.h Bug 1054703 - Part 3: Flatten embedding/components/commandhandler/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsCommandManager.cpp Bug 1054703 - Part 3: Flatten embedding/components/commandhandler/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsCommandManager.h Bug 1054703 - Part 3: Flatten embedding/components/commandhandler/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsCommandParams.cpp Bug 1124973 (part 2) - Introduce PL_DHashTableSearch(), and replace most PL_DHashTableLookup() calls with it. r=froydnj. 2015-01-22 21:06:55 -08:00
nsCommandParams.h Bug 1057914 (part 2) - Fix the style of nsCommandParams.{h,cpp}. r=ehsan. 2014-08-25 16:20:01 -07:00
nsControllerCommandTable.cpp Bug 1060529, send the enabled state of child process commands to the parent on update, without the test, r=smaug,ehsan 2014-12-09 10:48:27 -05:00
nsControllerCommandTable.h Bug 1054703 - Part 3: Flatten embedding/components/commandhandler/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsICommandManager.idl Bug 1054703 - Part 3: Flatten embedding/components/commandhandler/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsICommandParams.idl Bug 1057914 (part 1) - Remove enumeration methods from nsICommandParams. r=ehsan. 2014-08-17 21:58:10 -07:00
nsIControllerCommand.idl Bug 1054703 - Part 3: Flatten embedding/components/commandhandler/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsIControllerCommandTable.idl Bug 1060529, send the enabled state of child process commands to the parent on update, without the test, r=smaug,ehsan 2014-12-09 10:48:27 -05:00
nsIControllerContext.idl Bug 1054703 - Part 3: Flatten embedding/components/commandhandler/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsPICommandUpdater.idl Bug 1054703 - Part 3: Flatten embedding/components/commandhandler/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00