gecko-dev/browser
Aaron Klotz 5690759b5c Bug 1542830: Part 2 - Modify launcher process blocklist to collect information about untrusted module loads; r=mhowell
* We refactor the blocklist code. Code that may possibly run before
  initialization of the Win32 subsystem and the CRT is contained within the
  `freestanding` library.
* The `freestanding` library's static initializers are placed in their own
  section so that they may be manually invoked separately from the remaining
  initializers in the binary.
* `CheckBlockInfo` and `IsDllAllowed` are modified to return a `BlockAction`
  enum instead of a `bool`. This will be used more extensively in the future for
  LSP blocking.
* The launcher process now hooks `LdrLoadDll` in addition to
  `NtMapViewOfSection`. This is necessary so that we can collect timing
  information.
* Telemetry recorders must implement the `LoaderObserver` interface.
* `ModuleLoadFrame` is a RAII class that collects the information about the
  DLL load and dispatches the information to `LoaderObserver`s.
* The launcher process exposes an implementation of the `LoaderAPI` interface
  that may be called by either the launcher process blocklist or the legacy
  blocklist in `mozglue`.
* During startup, the launcher process implements its own `LoaderObserver`.
  Once mozglue is running, it connects its `LoaderObserver` to the launcher
  process, receives a vector containing the module load events, and then
  stores and forwards them into XUL.

Depends on D43155

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

--HG--
rename : browser/app/winlauncher/DllBlocklistWin.cpp => browser/app/winlauncher/DllBlocklistInit.cpp
rename : browser/app/winlauncher/DllBlocklistWin.h => browser/app/winlauncher/DllBlocklistInit.h
rename : browser/app/winlauncher/DllBlocklistWin.cpp => browser/app/winlauncher/freestanding/DllBlocklist.cpp
rename : browser/app/winlauncher/DllBlocklistWin.h => browser/app/winlauncher/freestanding/DllBlocklist.h
rename : browser/app/winlauncher/moz.build => browser/app/winlauncher/freestanding/moz.build
extra : moz-landing-system : lando
2019-09-23 20:17:10 +00:00
..
actors Bug 1553384, update letterboxing to be fission compatible now that findbar isn't using the message manager. Add a findbar open/close test for letterboxing, r=mconley 2019-09-18 09:33:52 +00:00
app Bug 1542830: Part 2 - Modify launcher process blocklist to collect information about untrusted module loads; r=mhowell 2019-09-23 20:17:10 +00:00
base Bug 1578265 - Remove security.ui.identitypopup event telemetry. r=nhnt11 2019-09-23 12:26:03 +00:00
branding Bug 1581204 - Remove unused DTDs from browser, part2. r=mossop 2019-09-16 19:42:13 +00:00
components Bug 1582329 - Correct promises in browser_urlbar_resultSpan.js. r=adw 2019-09-23 19:51:37 +00:00
config Bug 1580899 - Remove MOZ_PGO from mozconfigs; r=glandium 2019-09-18 18:29:00 +00:00
docs Bug 1578938 - Correctly move the urlbar documentation up a folder. r=ahal 2019-09-05 13:28:23 +00:00
extensions Bug 1582724 - Update pdf.js to version 2.3.183. r=bdahl 2019-09-23 17:07:39 +00:00
fonts
fxr Bug 1570120 - Create FxR HTML UI with navigation r=Gijs 2019-09-05 19:25:42 +00:00
installer Bug 1581002 - pass -first-startup flag to Firefox from stub and normal intallers r=mhowell 2019-09-13 15:12:56 +00:00
locales Bug 1583171 - Add new locales (ca-valencia, tl, trs) to shipped-locales r=Pike 2019-09-23 11:50:13 +00:00
modules Bug 1553804: Part 5 - Fix callers which create chrome windows with content openers. r=nika 2019-09-20 04:43:55 +00:00
themes Bug 1572212 - Add sync side button back r=eoger,markh 2019-09-20 17:01:06 +00:00
tools/mozscreenshots Bug 1579420 - Fix remaining ESLint no-async-promise-executor issues in browser/ and toolkit/. r=mossop 2019-09-16 17:26:58 +00:00
.eslintrc.js Bug 1558517 - Pre 3.0: Remove conflicting eslint rules, and turn on "curly: all" everywhere, r=standard8 2019-06-28 17:14:01 +02:00
app.mozbuild
build.mk
confvars.sh Bug 1562952 - Always build signmar when mar is built. r=nalexander 2019-07-16 19:01:03 +00:00
defs.mk
l10n-registry.manifest Bug 1555662 - Register L10nRegistry sources using categories. r=kmag 2019-06-08 04:37:31 +00:00
LICENSE
Makefile.in
moz.build Bug 1567121 - Re-arrange the docs under browser/ so that they all fall under the top-level 'Firefox' docs page. r=ahal 2019-08-20 17:14:50 +00:00
moz.configure Bug 1569330 - Disable telemetry check in Normandy recipe runner r=mythmon,nalexander 2019-08-06 23:54:34 +00:00