summaryrefslogtreecommitdiffstats
path: root/dom/ipc
Commit message (Collapse)AuthorAgeLines
* Bug 1305458 - Changing -moz-appearence on hover breaks change eventMatt A. Tobin2020-04-14-1/+1
| | | | | | | | | | | | | | | | | | | * Rename nsIDOMEventTarget::PreHandleEvent to nsIDOMEventTarget::GetEventTargetParent * Add nsIDOMEventTarget::PreHandleEvent * Add EventTargetChainItem::GetFirstEventTarget * Call EventTargetChainItem::PreHandleEvent even it sets mCanHandle=false * Move form control frame focus/blur from nsGenericHTMLFormElement::GetEventTargetParent to PreHandleEvent * Move fire change event from HTMLTextAreaElement::GetEventTargetParent to PreHandleEvent * Refine nsXULElement::GetEventTargetParent * Move dispatch XUL command from nsXULElement::GetEventTargetParent to PreHandleEvent * Move fire events and set value from HTMLInputElement::GetEventTargetParent to PreHandleEvent * Add test case * Let HTMLInputElement delegate event handling to it's parent class * Refine EventTargetChain flags to reduce overheads * Refine event target chain creation * Refine assertion in EventTargetChainItem::Create Tag #1375
* Issue #1395 - Remove FlyWeb ServiceMatt A. Tobin2020-02-06-52/+0
|
* Issue #1390 - Get rid of the Presentation APIMatt A. Tobin2020-02-06-101/+0
|
* Remove e10s force-enable/-disable prefs and a11y considerations forwolfbeast2019-06-07-17/+0
| | | | | | starting in e10s mode. This resolves #1130
* Revert "Unregister ProcessHangMonitor as a hang annotator on shutdown."wolfbeast2019-03-23-2/+0
| | | | This reverts commit 68acc67ddbbd1c7a9577498ad41d079e6b9e3eac.
* Unregister ProcessHangMonitor as a hang annotator on shutdown.Nika Layzell2019-03-23-0/+2
|
* Fix a warning about method overrideadeshkp2019-03-14-2/+2
|
* Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTSwolfbeast2019-01-18-1/+0
|
* Telemetry: Remove stubs and related codeadeshkp2019-01-12-45/+0
|
* Remove VR hardware support.wolfbeast2018-11-26-24/+2
| | | | This resolves #881
* Remove all C++ telemetry autotimerswolfbeast2018-09-04-1/+0
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-5/+2
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* Refactor structured clone JSAPI to prevent mismatched scopes.wolfbeast2018-06-07-13/+14
| | | | Roll-up of bugs 1442722, 1455071, 1433642, 1456604 and 1458320.
* Fix build bustage.wolfbeast2018-06-07-1/+1
| | | | Follow-up to f35bf8b65d25f88c7e34263337b05619a78868f6
* Bug 1459206 - Use FileSystemSecurity in ContentParent::RecvGetFilesRequest. ↵Andrea Marchesini2018-06-07-0/+8
| | | | | | | r=ehsan, a=jcristau --HG-- extra : rebase_source : 542dca7fe46dd965ecde4c8387685beaf20ec3de
* Remove support and tests for HSTS priming from the tree. Fixes #384Gaming4JC2018-05-26-5/+4
|
* Remove IPC profile functions.wolfbeast2018-05-24-91/+0
| | | | Resolves #378.
* Remove SPS profiler.wolfbeast2018-05-24-127/+2
| | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.
* Remove stubbed IPC CrashReporter(Parent/Child)wolfbeast2018-05-21-87/+1
|
* Remove GMP, Plugin and IPC crash reporter hooks.wolfbeast2018-05-21-229/+6
| | | | | | Stubs will be removed in follow-up Tag #20.
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-1/+1
| | | | Tag #288.
* Remove MOZ_WIDGET_GONK [1/2]wolfbeast2018-05-12-185/+4
| | | | Tag #288
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12-7/+2
|
* moebius#231: Consider blocking top level window data: URIs (tests) - bug 264588janekptacijarabaci2018-05-06-1/+2
| | | | | https://github.com/MoonchildProductions/moebius/pull/231/files https://bugzilla.mozilla.org/show_bug.cgi?id=1264588
* Remove sandbox ductwork conditional code.wolfbeast2018-05-03-6/+0
|
* Remove content process sandbox code.wolfbeast2018-05-02-414/+0
|
* Bug 1451376 - Properly enforce single PrintingParent per content process. ↵Bob Owen2018-04-19-4/+11
| | | | | | | | r=jld, a=RyanVM --HG-- extra : source : 6e0fe40d8a55a986a26844393853722824918ffe extra : intermediate-source : 8364f4c4f877f5edfb03ddf1304840b9f2cf7b11
* Bug 1344642 - Part 1: Cleanup dom.forms.datepicker related codejanekptacijarabaci2018-04-15-224/+0
|
* Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-480/+0
|
* Bug 1438425 - Delete DocumentRenderer. r=jesup, r=jgilbert, a=RyanVMJeff Muizelaar2018-03-14-149/+0
| | | | It is unused.
* Revert "Bug 1438425 - Delete DocumentRenderer. r=jesup, a=RyanVM"wolfbeast2018-03-14-0/+149
| | | | This reverts commit 5b69e05939c7fd3f917e2dd0f399774b3b15c886.
* Bug 1438425 - Delete DocumentRenderer. r=jesup, a=RyanVMJeff Muizelaar2018-03-14-149/+0
| | | | | | | It is unused. --HG-- extra : histedit_source : b7af9f250f0330f90547114184873ae9971f20fc
* Remove redundant Vista checks in dom/ipcwolfbeast2018-02-19-7/+2
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+37730