gecko-dev/xpcom
Nathan Froyd b0e24f4d55 Bug 1262400 - remove outer pointers from nsCreateInstance* classes; r=erahm
Outer pointers for object aggregation never get used.  Having these
always-null pointers around means extra space to store them and extra
instructions to deal with them.  Let's just remove them.
2016-04-14 11:30:59 -04:00
..
base Bug 1261723 (part 2) - Separate class ops from js::Class. code=njn,h4writer. r=efaust,bz. 2016-04-01 11:00:01 +11:00
build Bug 1262731 - Add JS_InitWithFailureDiagnostic(). r=sfink. 2016-04-08 09:08:49 +10:00
components Bug 1256988 - Replace tests on MOZ_WIDGET_GTK with tests on MOZ_WIDGET_TOOLKIT containing gtk. r=chmanchester 2016-03-17 06:49:44 +09:00
doc
ds Bug 1261744 - Add two missing null checks for nsStringBuffer::Alloc(). r=erahm. 2016-04-07 09:35:50 +10:00
glue Bug 1262400 - remove outer pointers from nsCreateInstance* classes; r=erahm 2016-04-14 11:30:59 -04:00
idl-parser Bug 1261283 - allow GENERATED_FILES to write to multiple outputs; r=glandium 2016-04-01 10:38:22 -04:00
io Bug 1263311: Part 3 - s/nsCancelableRunnable/CancelableRunnable/g. r=froydnj 2016-04-11 11:40:06 -07:00
libxpt/xptcall
reflect Bug 1260653 - Shrink NativeProperties. r=bz. 2016-03-31 09:57:20 +11:00
string Bug 1259590 - Remove B2G ACL code. r=khuey 2016-04-07 09:50:01 -07:00
system Bug 1259590 - Remove B2G ACL code. r=khuey 2016-04-07 09:50:01 -07:00
tests Bug 1261382 - Add ReadUntil method to Tokenizer r=mayhemer 2016-04-08 16:27:32 +02:00
threads Bug 1263311: Part 3 - s/nsCancelableRunnable/CancelableRunnable/g. r=froydnj 2016-04-11 11:40:06 -07:00
typelib Bug 1253431 part 2 - Use SDK_FILES instead of INSTALL_TARGETS; r=gps 2016-01-21 16:31:02 -05:00
windbgdlg Backout changeset 0104f1c911ca (bug 1223530) because it breaks running on Windows XP on a CLOSED TREE 2015-11-26 08:38:16 +09:00
xpidl Bug 1253431 part 3 - Move SDK_BINARY files in xpcom/idl-parser/xpidl to moz.build; r=gps 2016-03-03 13:49:42 -05:00
moz.build Bug 1252095 - Export xpcom-config.h from moz.build; r=ted 2016-03-01 09:17:29 +01:00
xpcom-config.h.in Bug 1145051: Use MOZ_WARN_UNUSED_RESULT instead of NS_WARN_UNUSED_RESULT. r=glandium 2015-03-19 00:46:40 -07:00
xpcom-private.h.in