gecko-dev/xpcom
Valentin Gosu 66d5164c37 Bug 1502097 - (Part 2) Define IDN blocklist as ranges of characters [ {firstChar, lastChar}* ] r=jfkthame,dragana
* Changes the format of the blocklist from a list of characters to a list of
  character ranges. Binary search still works, and it is easier to include
  large ranges of characters in the blocklist.
* Moves logic for handling the blocklist to IDNBlocklistUtils.h/.cpp
* Changes NS_EscapeURL to take a function that determines if a character
  is blocked. This way the type of the array doesn't matter.

Differential Revision: https://phabricator.services.mozilla.com/D12210

--HG--
extra : moz-landing-system : lando
2018-11-24 12:04:34 +00:00
..
base Bug 1508627: Remove dangerous assertion from nsCOMPtr r=froydnj 2018-11-21 14:50:58 +00:00
build Bug 1507002 - Use the name of the service r=nika 2018-11-14 23:54:36 +00:00
components Bug 1471535 - pt12 - Hook up RDD process and Remote decoding. r=jya,spohl 2018-11-14 18:07:28 +00:00
doc
ds Bug 1508142 - Remove remains of tree cell-based selection code. r=bzbarsky,bgrins 2018-11-22 09:59:02 +00:00
glue Bug 1489944 - Fixed some std::move warnings - r=froydnj 2018-09-10 15:51:48 +00:00
idl-parser Bug 662341. Add support for [notxpcom] annotations on xpidl attributes. r=nika 2018-11-15 05:07:20 +00:00
io Bug 1502097 - (Part 2) Define IDN blocklist as ranges of characters [ {firstChar, lastChar}* ] r=jfkthame,dragana 2018-11-24 12:04:34 +00:00
libxpt/xptcall
reflect Bug 1508180 - Use uppercase high-order macro names in xptinfo. r=nika 2018-11-19 17:31:14 +00:00
rust Bug 1507833 - fixed an unused #[macro_use] warning in our rust code; r=nika 2018-11-16 19:27:54 +00:00
string Bug 1499212 - document that Literal parameters must have a null terminator r=dbaron 2018-10-19 01:26:21 +00:00
system Bug 1471535 - pt6 - Add GeckoProcessType_RDD. r=jya 2018-11-14 18:05:53 +00:00
tests Bug 1493458 - Free string buffer using Truncate() after testing SetCapacity(). r=erahm 2018-11-21 15:27:04 +00:00
threads Bug 1435091 - p4. Use profiler_thread_is_being_profiled() instead of profiler_is_active() around profiler_add_marker()s - r=mstange 2018-11-19 06:29:15 +00:00
windbgdlg Bug 1090497 - Re-enable warnings as errors on clang-cl. r=froydnj 2018-07-31 22:10:07 +09:00
xpidl Bug 1459721 - part 7 - remove dist_idl install manifest; r=chmanchester 2018-05-15 10:05:23 -04:00
moz.build Bug 1489340 - Remove xpcom/typelib r=froydnj 2018-09-07 13:55:38 +00:00
xpcom-config.h.in
xpcom-private.h.in