fune/toolkit/components
Nicholas Nethercote c0a1cf9b49 Bug 1407103 - Convert wstring attributes to AString in widget/nsIPrint*.idl. r=bobowen.
This avoids a lot of mismatches between nsAString and char16_t*, thus removing
many getter_Copies() and ToNewUnicode() and get() calls, and generally making
things simpler.

Note: the patch removes GetDefaultPrinterNameFromGlobalPrinters() by simply
inlining it at its two callsites, which is easy with the changed types.

--HG--
extra : rebase_source : 9ab9b3694f093fc9b22c7f8e2394a98674d76c11
2017-10-09 10:08:09 +11:00
..
aboutcache
aboutcheckerboard
aboutmemory Bug 1401100 - Remove nsIMemoryReporterCallback. r=erahm. 2017-09-22 08:09:29 +10:00
aboutperformance
addoncompat Bug 1371065: Part 1 - Remove external references to the add-on SDK. r=Mossop,glandium 2017-09-12 11:54:47 -07:00
alerts
apppicker
asyncshutdown
autocomplete Bug 1406229 fix autocomplete crash in panels when window is closed during event, r=mak 2017-10-06 16:58:15 -07:00
backgroundhangmonitor Bug 1403868 (part 4) - Reduce tools/profiler/public/*.h to almost nothing in non-MOZ_GECKO_PROFILER builds. r=mstange. 2017-10-04 09:11:18 +11:00
browser Backed out changeset 8a26cdedeb58 (bug 1401379) 2017-10-02 19:57:11 +02:00
build Bug 1402944: Part 7 - Move traceable channel registration to ChannelWrapper. r=mixedpuppy,ehsan 2017-09-27 18:15:39 -07:00
captivedetect
cloudstorage
commandlines
contentprefs
contextualidentity
crashes Bug 1400294 - Add 'noShell' attribute to nsIProcess to use CreateProcess() for launching a process that doesn't require shell service on Windows. r=froydnj,r=aklotz,r=dmajor 2017-10-03 11:29:14 +08:00
crashmonitor
ctypes
diskspacewatcher
downloads Bug 1402760 - Change nsIApplicationReputationQuery::suggestedFileName from an AString to an AUTF8String. r=gcp. 2017-09-25 14:50:20 +10:00
extensions Bug 1404652: Follow-up: Fix timing issues in webRequest HSTS tests. 2017-10-11 20:03:11 -07:00
feeds
filepicker Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
filewatcher
finalizationwitness
find Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
gfx
jsdownloads Bug 1402279 - Part 2 - Unify the usage of the DownloadPaths module. r=mak,aswan 2017-09-27 12:13:07 +01:00
jsoncpp
lz4 Bug 1396398 - Fix comment for MAGIC_NUMBER. r=Yoric 2017-09-20 18:43:01 +09:00
maintenanceservice Backed out changesets d60d9897fd39 and c508081bb938 (bug 1378834) for various regressions. r=sledru, a=me 2017-10-02 18:33:39 -04:00
mediasniffer
microformats
mozintl Bug 1403318 - Remove mozIntl.PluralRules. r=anba 2017-09-28 15:00:32 +02:00
mozprotocol Bug 1407297 - make moz protocol handler more appropriate for CA locale, r=mconley 2017-10-10 17:46:12 +01:00
narrate Bug 1395890 - Change all ESLint rules that are warnings to errors. r=standard8 2017-09-18 19:07:17 +01:00
osfile Bug 1371065: Part 1 - Remove external references to the add-on SDK. r=Mossop,glandium 2017-09-12 11:54:47 -07:00
parentalcontrols
passwordmgr merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-10-11 11:41:04 +02:00
payments Bug 1402210 - Add payment UI documentation and do minor code cleanup. r=marcosc 2017-09-21 21:35:24 -07:00
perf
perfmonitoring
places Bug 1407164 - Fix strict warnings in Bookmarks.jsm relating to undefined property source - don't delete item properties too soon. r=mak 2017-10-10 09:13:19 +01:00
printing Bug 1397657 - Update tests within toolkit/ to comply with new toplevel data: URI navigation policy. r=francois,dtownsend 2017-09-12 07:06:03 +02:00
printingui Bug 1407103 - Convert wstring attributes to AString in widget/nsIPrint*.idl. r=bobowen. 2017-10-09 10:08:09 +11:00
privatebrowsing
processsingleton
promiseworker
prompts
protobuf
reader
reflect
remote
remotebrowserutils
resistfingerprinting Bug 870698 - Part 4: Replace Equals("") with EqualsLiteral(""). r=erahm 2017-09-06 01:13:45 -07:00
satchel Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
search Bug 1369778 - Reset search expiration on major updates. r=florian 2017-09-28 14:32:47 -05:00
securityreporter
startup Bug 1403868 (part 4) - Reduce tools/profiler/public/*.h to almost nothing in non-MOZ_GECKO_PROFILER builds. r=mstange. 2017-10-04 09:11:18 +11:00
statusfilter
telemetry Backed out 2 changesets (bug 870460) for xperf failures 2017-10-11 13:26:34 -07:00
terminator Bug 1403868 (part 4) - Reduce tools/profiler/public/*.h to almost nothing in non-MOZ_GECKO_PROFILER builds. r=mstange. 2017-10-04 09:11:18 +11:00
thumbnails Bug 1400562 - BackgroundPageThumbs.captureIfMissing leaks when hidden capturing_disabled pref is true r=Mardak 2017-10-10 13:22:54 -04:00
timermanager
tooltiptext Backed out changeset 1c9f780c4e9c (bug 1397229) 2017-09-18 19:41:53 +02:00
typeaheadfind Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
url-classifier Bug 1384405 - Dump request payload for V2 400 responses. r=francois 2017-10-05 08:37:29 +08:00
urlformatter
utils
viewconfig
viewsource merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-09-19 11:15:12 +02:00
windowcreator
windowwatcher
workerloader
xulstore Bug 1398136 - use startup profile dir if necessary, r=MattN 2017-09-12 17:28:41 +01:00
moz.build
nsDefaultCLH.js
nsDefaultCLH.manifest