gecko-dev/toolkit/actors
Nicholas Nethercote 13643f64e8 Bug 1488321 - Fix up nsISHEntry.{index,getEntryAtIndex()}. r=nika
nsISHEntry.index is readonly, but if you pass `true` as getEntryAtIndex()'s
second argument, nsISHEntry.index will be modified. This is pretty gross.

This patch changes `index` so it's not readonly (because it's not!) and removes
getEntryAtIndex()'s second argument.

--HG--
extra : rebase_source : c519d77fcc1c3bda2f260b5888ce9cd0f6cfdab5
2018-09-05 09:02:37 +10:00
..
AudibleAutoplayChild.jsm Bug 1485160 - part1 : Add AudibleAutoplayChild actor. r=mconley 2018-08-23 19:05:18 +00:00
AudioPlaybackChild.jsm
BrowserChild.jsm Bug 1472491: Part 5η - Add BrowserChild actor. r=florian f=mconley 2018-07-30 10:52:55 -07:00
ControllersChild.jsm Bug 1472491: Part 5ζ - Add ControllersChild actor. r=mconley 2018-07-30 10:52:29 -07:00
DateTimePickerChild.jsm Bug 1472491: Part 5α - Add DateTimePickerChild actor. r=mconley 2018-07-29 23:39:17 -07:00
ExtFindChild.jsm Bug 1472491: Part 5p - Add ExtFindChild actor. r=mikedeboer f=felipe 2018-07-29 21:44:48 -07:00
FindBarChild.jsm Bug 1472491: Part 5λ - Add Split RemoteFinder into FinderChild and FinderParent actors. r=gijs 2018-07-30 12:25:58 -07:00
FinderChild.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
PopupBlockingChild.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
PrintingChild.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
PurgeSessionHistoryChild.jsm Bug 1488321 - Fix up nsISHEntry.{index,getEntryAtIndex()}. r=nika 2018-09-05 09:02:37 +10:00
SelectChild.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
SelectionSourceChild.jsm Bug 1472491: Part 5x - Add SelectionSourceChild actor. r=mconley 2018-07-29 23:28:10 -07:00
ThumbnailsChild.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
UnselectedTabHoverChild.jsm Bug 1472491: Part 5δ - Add UnselectedTabHoverChild actor. r=mconley 2018-07-30 10:11:41 -07:00
WebChannelChild.jsm Bug 1472491: Part 5z - Add WebChannelChild actor. r=markh f=mconley 2018-07-29 23:36:12 -07:00
WebNavigationChild.jsm Bug 1472491: Part 5μ - Add WebNavigationChild actor. r=mconley 2018-07-30 12:55:22 -07:00
ZoomChild.jsm Bug 1472491: Part 5s - Add ZoomChild actor. r=mconley 2018-07-29 22:18:52 -07:00
moz.build Bug 1485160 - part1 : Add AudibleAutoplayChild actor. r=mconley 2018-08-23 19:05:18 +00:00