gecko-dev/docshell/shistory
Nicholas Nethercote 1a6f1a62fa Bug 1387381 - Remove nsXPIDLString local variables. r=erahm.
nsXPIDLStrings are marked as VOIDED upon initialization. Most of these local
nsXPIDLString variables are immediately set via getter_Copies(), which will
either assign a string value (using Adopt()) or do SetIsVoid(). These can be
trivially converted to nsString, which will get the same treatment.

The patch suitably converts the remaining nsXPIDLString local variable as well.

--HG--
extra : rebase_source : 5fff9f2c6844559198f601853f8db08564add7d5
2017-08-08 16:07:55 +10:00
..
moz.build Bug 1276553 - Part 1: Make nsISHistory support partial mode. r=smaug 2016-10-14 15:18:29 +08:00
nsIBFCacheEntry.idl Bug 1164706 - Flatten docshell/shistory/public/ directory. r=smaug 2015-05-14 20:52:05 -07:00
nsIGroupedSHistory.idl Bug 1323651 - Rename Partial/GroupedSessionHistory to Partial/GroupedSHistory. r=ehsan 2016-12-22 16:06:50 +08:00
nsIPartialSHistory.idl Bug 1323651 - Rename Partial/GroupedSessionHistory to Partial/GroupedSHistory. r=ehsan 2016-12-22 16:06:50 +08:00
nsIPartialSHistoryListener.idl Bug 1276553 - Part 1: Make nsISHistory support partial mode. r=smaug 2016-10-14 15:18:29 +08:00
nsISHContainer.idl Bug 1164706 - Flatten docshell/shistory/public/ directory. r=smaug 2015-05-14 20:52:05 -07:00
nsISHEntry.idl Bug 1319111 - Expose 'result principal URI' on LoadInfo as a source for NS_GetFinalChannelURI (removes some use of LOAD_REPLACE flag). r=bz, r=mikedeboer 2017-05-30 18:07:59 +02:00
nsISHTransaction.idl Bug 1164706 - Flatten docshell/shistory/public/ directory. r=smaug 2015-05-14 20:52:05 -07:00
nsISHistory.idl Bug 1323651 - Rename Partial/GroupedSessionHistory to Partial/GroupedSHistory. r=ehsan 2016-12-22 16:06:50 +08:00
nsISHistoryInternal.idl Bug 1347823 - Part 2: Move HistoryTracker to nsSHistory and bind its event target to the TabGroup. r=smaug 2017-04-27 18:59:11 +08:00
nsISHistoryListener.idl Bug 1320391 - Part 1: Clean up PartialSHistories which are keeping old SHEntries alive, r=ehsan 2016-12-15 13:28:40 +08:00
nsSHEntry.cpp Bug 1380012 - Copy nsSHEntry::mResultPrincipalURI in its copy constructor. r=bz 2017-07-29 13:04:39 -04:00
nsSHEntry.h Bug 1319111 - Expose 'result principal URI' on LoadInfo as a source for NS_GetFinalChannelURI (removes some use of LOAD_REPLACE flag). r=bz, r=mikedeboer 2017-05-30 18:07:59 +02:00
nsSHEntryShared.cpp Bug 1378930 - Part 2: Remove the aName parameter from SchedulerGroup/DocGroup/DispatcherTrait. r=billm 2017-07-26 16:13:35 +08:00
nsSHEntryShared.h Bug 1347823 - Part 2: Move HistoryTracker to nsSHistory and bind its event target to the TabGroup. r=smaug 2017-04-27 18:59:11 +08:00
nsSHTransaction.cpp Bug 1347823 - Part 1: Reorder includes and data members. r=smaug 2017-04-27 18:16:46 +08:00
nsSHTransaction.h Bug 1347823 - Part 1: Reorder includes and data members. r=smaug 2017-04-27 18:16:46 +08:00
nsSHistory.cpp Bug 1387381 - Remove nsXPIDLString local variables. r=erahm. 2017-08-08 16:07:55 +10:00
nsSHistory.h Bug 1347823 - Part 2: Move HistoryTracker to nsSHistory and bind its event target to the TabGroup. r=smaug 2017-04-27 18:59:11 +08:00