summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Issue #1441 - Guard appomni/greomni with UXP_CUSTOM_OMNI env var.wolfbeast2020-04-14-34/+39
| | | | | | This adds an addition to the environment set up for child processes (plugin container) so that it may still be able to pass the omni parameters there as-needed.
* Revert "Issue #1441 - Guard appomni/greomni with UXP_CUSTOM_OMNI env var."wolfbeast2020-04-14-38/+34
| | | | This reverts commit 2bdbca39b210e3f13ae42ccae36935d30b36eb31.
* [IndexedDB] Ensure that strong references to newly created cursors areSimon Giesecke2020-04-14-2/+4
| | | | | | | kept until the DOM Binding is created. This fixes random crashes on websites that use IndexedDB cursors. See also BZ bug 1599420
* [Parser] Move setting context to null to the correct location.Henri Sivonen2020-04-14-4/+4
|
* Issue #1441 - Guard appomni/greomni with UXP_CUSTOM_OMNI env var.wolfbeast2020-04-14-34/+38
|
* [Layers] Clear WrappingTextureSourceYCbCrBasic::mTexture correctlysotaro2020-04-14-0/+8
|
* [Network] Bump http channel default Firefox CompatMode init value.wolfbeast2020-04-14-1/+1
|
* Fix a whitespace issue in nsComputedDOMStyle.cppwolfbeast2020-04-14-3/+3
|
* [CSS] Add stub for font-variation-settingswolfbeast2020-04-14-0/+45
| | | | | | | | | | | | This stub is added because websites insist on considering this very hardware-dependent and O.S.-variable low-level font-control as a "critical feature" which it isn't as there is 0 guarantee that font variation settings are supported or honored by any operating system used by the client. On top this is a WD status feature that sites shouldn't be using, and the feature itself is strongly discouraged for use in favor of standard CSS font manipulation keywords like `font-weight`.
* [CSP] Allow not having a Port for RessourceURI if the Scheme has nowolfbeast2020-04-14-1/+15
| | | | Default Port
* Issue #65 - Correct nsHelperAppDlg.js for bad preprocessing conversionMatt A. Tobin2020-04-14-34/+36
|
* Issue #80 - Stop building non-generated dom/binding files as UNIFIED_SOURCESMatt A. Tobin2020-04-14-3/+13
| | | | Also fix deprot
* Directly assign PrimitiveConversions.h to the generated binding of ↵Matt A. Tobin2020-04-14-0/+6
| | | | | | | | KeyframeAnimationOptions. This is a hack to deal UnifiedBindings trying to deal with an incomplete codegen implementation so it was worked around with a hack back in Firefox 30-something. If we have anymore of this non-sense crop up as stuff is added or removed from DOM then extend this conditional. Least until something better comes along.
* Issue #1355 - Do less work for columns not in the desired set in ↵win7-72020-04-14-12/+26
| | | | | | | | | | PaintRowGroupBackgroundByColIdx Do less work in PaintRowGroupBackgroundByColIdx for cells that are not in our desired set of columns. crash fix: Guard against empty column groups when building a display list for a table.
* Issue #65 - Don't split in the middle of assignment statements in ↵Matt A. Tobin2020-04-14-3/+2
| | | | createProfileWizard.js
* Issue #65 - Correct fallthough case in profileSelection.jsMatt A. Tobin2020-04-14-1/+1
|
* Issue #65 - Remove AppConstants from toolkit/components/passwordmgrMatt A. Tobin2020-04-14-18/+20
|
* Issue #65 - Remove AppConstants from toolkit/components/alertsMatt A. Tobin2020-04-14-5/+9
|
* Issue #65 - Remove AppConstants from toolkit/components/placesMatt A. Tobin2020-04-14-3/+7
|
* Issue #65 - Remove AppConstants from toolkit/components/apppickerMatt A. Tobin2020-04-14-22/+20
|
* Issue #65 - Remove AppConstants from toolkit/components/thumbnailsMatt A. Tobin2020-04-14-3/+4
|
* Issue #65 - Remove AppConstants from toolkit/components/printingMatt A. Tobin2020-04-14-3/+7
|
* Issue #65 - Remove AppConstants from toolkit/components/satchelMatt A. Tobin2020-04-14-26/+29
|
* Issue #65 - Remove AppConstants from toolkit/components/jsdownloadsMatt A. Tobin2020-04-14-17/+18
|
* Issue #65 - Remove AppConstants from toolkit/mozapps/downloadsMatt A. Tobin2020-04-14-138/+141
|
* Issue #65 - Remove AppConstants from toolkit/mozapps/extensionsMatt A. Tobin2020-04-14-8/+11
|
* Issue #65 - Remove AppConstants from toolkit/mozapps/updateMatt A. Tobin2020-04-14-143/+152
|
* Issue #65 - Remove AppConstants from toolkit/profileMatt A. Tobin2020-04-14-13/+11
|
* fix whitespacewin7-72020-04-14-1/+1
| | | | fix whitespace.
* Issue #1386 - Devirtualize GetRowSpan/GetColSpanwin7-72020-04-14-64/+41
| | | | It's at ~1.5% on the perf log for the Netflix use case, which seems a bit too much.
* Issue #1395 - Part 2: Remove the rest of FlyWebMatt A. Tobin2020-04-14-4419/+0
|
* Issue #1395 - Remove FlyWeb ServiceMatt A. Tobin2020-04-14-244/+0
|
* Issue #1390 - Get rid of the Presentation APIMatt A. Tobin2020-04-14-29305/+0
|
* Issue #1390 - Remove secondscreen modules from toolkitMatt A. Tobin2020-04-14-855/+0
|
* [AM] Remove shared theme leftovers for webextensionswolfbeast2020-04-14-1271/+0
|
* Issue #1392 - Change --enable-eme to MOZ_ARG_ENABLE_BOOL and remove ↵Matt A. Tobin2020-04-14-19/+7
| | | | MOZ_EME_MODULES
* Update UXP Coding Style.mdMoonchild2020-04-14-1/+1
| | | Be more explicit about paranthesis spacing
* Update UXP Coding Style.mdMoonchild2020-04-14-2/+2
| | | Minor typo
* Issue #26 - Part 2c: Remove dependence on gmp/widevine-adapter/*wolfbeast2020-04-14-5/+11
|
* Issue #26 - Part 2b: Stub out GMPDecryptorProxy functions.wolfbeast2020-04-14-1/+35
| | | | | | | | If EME isn't built, these functions would have no use and the callback structures are unavailable. Stubbing these out will still allow the callers to work unchanged, but in effect simply always return without dispatching a promised task. This fixes the dependency issue from part 2a.
* Issue #26 Part 2a: make more EME code conditional.wolfbeast2020-04-14-21/+126
| | | | | | - Exclude missed MediaKey functions and CDMProxy code. - Exclude EME APIs frm being built (webidl change) - Fix tests in --disable-eme state
* [Installer] Updated the 7-zip stub binary to make sure it doesn't hangwolfbeast2020-04-14-0/+0
| | | | on older versions of Windows but instead provides a usable error message
* Issue #1384 - Match standard for colSpan/rowSpanwin7-72020-04-14-19/+59
| | | | | | HTML standardizes proper behavior of colSpan and rowSpan: The main thing is that getting the .rowSpan and .colSpan IDL properties will now return the actual clamped value that we use.
* Issue #1382 - Remove invalid assertion.wolfbeast2020-04-14-8/+9
| | | | | | | | | | There is flexibility in exactly the value the initialized length must hold, i.e. if an array is completely empty, it is valid for the initialized length to be any value between zero and the length of the array, as long as the in-memory values below the initialized length have been initialized with a hole value. In the case of 0, the array is packed and the move operation would be a nop, so simply convert the assert to a condition to save some cycles.
* Issue #1355 - Hit testing in large tables has become extremely slowwin7-72020-04-14-7/+30
| | | | Add dirty rect intersection checks so that we don't build unnecessary table part display items.
* Revert "Issue #1355 - Hit testing in large tables has become extremely slow"wolfbeast2020-04-14-29/+7
| | | | This reverts commit f7b2f0a66536e8e74a0b2dc071a098b7693acecb.
* Issue #1355 - Hit testing in large tables has become extremely slowwin7-72020-04-14-7/+29
| | | | Add dirty rect intersection checks so that we don't build unnecessary table part display items.
* Fix preprocessor directive in UserAgentUpdates.jsmNew Tobin Paradigm2020-04-14-1/+1
|
* Issue #1378 - Follow-up: make sure background items remain table-aligned.wolfbeast2020-04-14-1/+1
|
* Issue #65 - Remove AppConstants from toolkit/modulesMatt A. Tobin2020-04-14-168/+174
| | | | Except for secondscreen