gecko-dev/accessible
Emilio Cobos Álvarez 039592f4d8 Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam
This lifts a bunch of string conversions higher up the stack, but allows
us to make the servo code use utf-8 unconditionally, and seemed faster
in my benchmarking (see comment 0).

It should also make a bunch of attribute setters faster too (like
setting .cssText), now that we use UTF8String for them (we couldn't
because we couldn't specify different string types for the getter and
setters).

Differential Revision: https://phabricator.services.mozilla.com/D99590
2020-12-17 14:04:35 +00:00
..
android Bug 1666739 - Fix android build bustage. 2020-12-04 02:17:00 +01:00
aom Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
atk Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
base Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
generic Bug 1682692 - (re)insert child after previous sibling, not previous insertion candidate. r=Jamie 2020-12-16 09:48:29 +00:00
html Bug 1675987 - No derogatory language: Remove references to "crazy" in accessibility module. r=eeejay 2020-11-10 00:30:00 +00:00
interfaces Bug 1198336 - P1: Introduce live region added/removed events. r=Jamie,morgan 2020-11-16 20:16:33 +00:00
ipc Bug 1677466 - Move ParamTraits specializations with extra dependencies out of IPCMessageUtils.h. r=mccr8 2020-12-10 11:09:21 +00:00
mac Bug 1681072 - Don't recurse into link if it is in more than one offset. r=MarcoZ 2020-12-17 06:09:49 +00:00
other Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
tests Bug 1682692 - (re)insert child after previous sibling, not previous insertion candidate. r=Jamie 2020-12-16 09:48:29 +00:00
windows Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
xpcom Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
xul Bug 1678523 - Prevent unexpected flushes in XULTreeAccessible.cpp. r=emilio 2020-11-26 08:49:56 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00