mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9481222b1c
This patch introduces the concepts of the "crash data store" and "crash event files." The "crash data store" is a data store containing information about crashes. Data is added to this store directly through a JavaScript API or by the presence of "crash event files." A "crash event file" is simply an individual file containing information about a crash event. These files are periodically scanned and their contents are merged into the store. Currently, no specific event files types are defined. This patch merely begins to implement the infrastructure for dealing with them. Support for specific crash events will be added in subsequent patches. --HG-- extra : rebase_source : c58017b514f31c2823bc8ef4158a42bba758a9ab
6 lines
243 B
Makefile
6 lines
243 B
Makefile
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
TESTING_JS_MODULES := CrashManagerTest.jsm
|