gecko-dev/xpcom
Nathan Froyd 5dba0130cc Bug 1271751 - part 8 - fix bug in nsTArray_CopyWithConstructors; r=erahm
The backwards copying case in MoveOverlappingRegion had a bug: rather
than destroying each element from the source range as we moved it, we
would always destroy the element at the beginning of the source range.
Fortunately, none of the existing types that were copied via
constructors seem to trigger the problematic code.
2016-07-08 16:59:04 -04:00
..
base Bug 1279313 part 1. Simplify AutoEntryScript to not make callers pass in a JSContext. r=bholley 2016-07-07 20:08:25 -04:00
build Bug 1252835 - Make TextureHost recycling implicit r=nical 2016-06-15 04:28:10 -07:00
components Bug 1282527: Remove remaining PR_ASSERTs outside of NSPR/NSS. r=dbaron 2016-06-28 10:47:22 -07:00
doc
ds Bug 1275744 - Reference MOZ_LOG in xpcom comments. r=erahm 2016-05-25 15:26:10 -07:00
glue Bug 1271751 - part 8 - fix bug in nsTArray_CopyWithConstructors; r=erahm 2016-07-08 16:59:04 -04:00
idl-parser Bug 1267369 - Only generate typelib data for scriptable interfaces; r=khuey 2016-04-25 12:32:10 -07:00
io Bug 1270018 - NS_APP_CONTENT_PROCESS_TEMP_DIR should only return the sandbox writeable temp. r=bobowen, r=bsmedberg 2016-07-05 14:48:25 -07:00
libxpt/xptcall
reflect Bug 1276540 - remove dead instrumentation in xptiInterfaceInfo.cpp; r=erahm 2016-06-07 17:09:41 -04:00
string Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium 2016-05-14 00:54:55 -07:00
system Add GeckoProcessType_GPU. (bug 1271180 part 3, r=billm) 2016-06-10 21:54:44 -04:00
tests Bug 1271751 - part 8 - fix bug in nsTArray_CopyWithConstructors; r=erahm 2016-07-08 16:59:04 -04:00
threads Bug 1283151 - make nsTimerEvent final; r=tbsaunde 2016-06-29 19:44:03 -04:00
typelib Bug 1272203 (part 4) - Use NotNull for XPTCursor. r=froydnj. 2016-05-27 09:49:26 +10:00
windbgdlg Bug 1273190, part 1 - Fix indentation and mode lines for various xpcom/ files. r=froydnj 2016-05-24 14:45:44 -07: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
xpcom-private.h.in