Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1446 - Only allow extension add-on types for Firefox compat mode. | wolfbeast | 2020-02-17 | -2/+2 |
| | ||||
* | Issue #1445 - Clarify the status of extensions in the Add-On manager | wolfbeast | 2020-02-16 | -3/+51 |
| | | | | This resolves #1445. | |||
* | [CSS] Only emit non-GC chrome wrapped XUL box warnings in debug builds. | wolfbeast | 2020-02-14 | -0/+2 |
| | ||||
* | Issue #1441 - Guard appomni/greomni with UXP_CUSTOM_OMNI env var. | wolfbeast | 2020-02-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." | wolfbeast | 2020-02-14 | -38/+34 |
| | | | | This reverts commit 2bdbca39b210e3f13ae42ccae36935d30b36eb31. | |||
* | [IndexedDB] Ensure that strong references to newly created cursors are | Simon Giesecke | 2020-02-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 Sivonen | 2020-02-14 | -4/+4 |
| | ||||
* | Issue #1441 - Guard appomni/greomni with UXP_CUSTOM_OMNI env var. | wolfbeast | 2020-02-14 | -34/+38 |
| | ||||
* | [Layers] Clear WrappingTextureSourceYCbCrBasic::mTexture correctly | sotaro | 2020-02-14 | -0/+8 |
| | ||||
* | [Network] Bump http channel default Firefox CompatMode init value. | wolfbeast | 2020-02-14 | -1/+1 |
| | ||||
* | Fix a whitespace issue in nsComputedDOMStyle.cpp | wolfbeast | 2020-02-12 | -3/+3 |
| | ||||
* | [CSS] Add stub for font-variation-settings | wolfbeast | 2020-02-11 | -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 no | wolfbeast | 2020-02-11 | -1/+15 |
| | | | | Default Port | |||
* | Issue #65 - Correct nsHelperAppDlg.js for bad preprocessing conversion | Matt A. Tobin | 2020-02-09 | -34/+36 |
| | ||||
* | Issue #80 - Stop building non-generated dom/binding files as UNIFIED_SOURCES | Matt A. Tobin | 2020-02-08 | -3/+13 |
| | | | | Also fix deprot | |||
* | Directly assign PrimitiveConversions.h to the generated binding of ↵ | Matt A. Tobin | 2020-02-08 | -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. | |||
* | Merge pull request #1393 from win7-7/optimization-3-pr | Moonchild | 2020-02-08 | -12/+26 |
|\ | | | | | Do less work for columns not in the desired set in PaintRowGroupBackgroundByColIdx | |||
| * | Merge branch 'master' into optimization-3-pr | win7-7 | 2020-02-06 | -29/+174 |
| |\ | ||||
| * | | Issue #1355 - Do less work for columns not in the desired set in ↵ | win7-7 | 2020-02-06 | -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. | |||
* | | | Merge pull request #1394 from MoonchildProductions/appconst-work | Moonchild | 2020-02-07 | -399/+428 |
|\ \ \ | | | | | | | | | The rest of removing AppConstants for Platform | |||
| * | | | Issue #65 - Don't split in the middle of assignment statements in ↵ | Matt A. Tobin | 2020-02-07 | -3/+2 |
| | | | | | | | | | | | | | | | | createProfileWizard.js | |||
| * | | | Issue #65 - Correct fallthough case in profileSelection.js | Matt A. Tobin | 2020-02-07 | -1/+1 |
| | | | | ||||
| * | | | Issue #65 - Remove AppConstants from toolkit/components/passwordmgr | Matt A. Tobin | 2020-02-06 | -18/+20 |
| | | | | ||||
| * | | | Issue #65 - Remove AppConstants from toolkit/components/alerts | Matt A. Tobin | 2020-02-06 | -5/+9 |
| | | | | ||||
| * | | | Issue #65 - Remove AppConstants from toolkit/components/places | Matt A. Tobin | 2020-02-06 | -3/+7 |
| | | | | ||||
| * | | | Issue #65 - Remove AppConstants from toolkit/components/apppicker | Matt A. Tobin | 2020-02-06 | -22/+20 |
| | | | | ||||
| * | | | Issue #65 - Remove AppConstants from toolkit/components/thumbnails | Matt A. Tobin | 2020-02-06 | -3/+4 |
| | | | | ||||
| * | | | Issue #65 - Remove AppConstants from toolkit/components/printing | Matt A. Tobin | 2020-02-06 | -3/+7 |
| | | | | ||||
| * | | | Issue #65 - Remove AppConstants from toolkit/components/satchel | Matt A. Tobin | 2020-02-06 | -26/+29 |
| | | | | ||||
| * | | | Issue #65 - Remove AppConstants from toolkit/components/jsdownloads | Matt A. Tobin | 2020-02-06 | -17/+18 |
| | | | | ||||
| * | | | Issue #65 - Remove AppConstants from toolkit/mozapps/downloads | Matt A. Tobin | 2020-02-06 | -138/+141 |
| | | | | ||||
| * | | | Issue #65 - Remove AppConstants from toolkit/mozapps/extensions | Matt A. Tobin | 2020-02-06 | -8/+11 |
| | | | | ||||
| * | | | Issue #65 - Remove AppConstants from toolkit/mozapps/update | Matt A. Tobin | 2020-02-05 | -143/+152 |
| | | | | ||||
| * | | | Issue #65 - Remove AppConstants from toolkit/profile | Matt A. Tobin | 2020-02-05 | -13/+11 |
| | | | | ||||
* | | | | Merge pull request #1388 from win7-7/devirtualize-pr | Moonchild | 2020-02-07 | -64/+41 |
|\ \ \ \ | | | | | | | | | | | Merging this in even without a test performed since the code change looks sane. real-world testing will have to be performed. | |||
| * | | | | fix whitespace | win7-7 | 2020-02-05 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | fix whitespace. | |||
| * | | | | Issue #1386 - Devirtualize GetRowSpan/GetColSpan | win7-7 | 2020-02-03 | -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 FlyWeb | Matt A. Tobin | 2020-02-06 | -4420/+0 |
| | | | | ||||
* | | | | Issue #1395 - Remove FlyWeb Service | Matt A. Tobin | 2020-02-06 | -244/+0 |
| | | | | ||||
* | | | | Issue #1390 - Get rid of the Presentation API | Matt A. Tobin | 2020-02-06 | -29305/+0 |
| | | | | ||||
* | | | | Issue #1390 - Remove secondscreen modules from toolkit | Matt A. Tobin | 2020-02-06 | -855/+0 |
| | | | | ||||
* | | | | [AM] Remove shared theme leftovers for webextensions | wolfbeast | 2020-02-06 | -1271/+0 |
| | | | | ||||
* | | | | Issue #1392 - Change --enable-eme to MOZ_ARG_ENABLE_BOOL and remove ↵ | Matt A. Tobin | 2020-02-06 | -19/+7 |
| |_|/ |/| | | | | | | | | MOZ_EME_MODULES | |||
* | | | Update UXP Coding Style.md | Moonchild | 2020-02-06 | -1/+1 |
| | | | | | | | | | Be more explicit about paranthesis spacing | |||
* | | | Update UXP Coding Style.md | Moonchild | 2020-02-06 | -2/+2 |
| | | | | | | | | | Minor typo | |||
* | | | Merge pull request #1389 from MoonchildProductions/EME_conditional | Moonchild | 2020-02-06 | -26/+171 |
|\ \ \ | |_|/ |/| | | Make building of EME conditional | |||
| * | | Issue #26 - Part 2c: Remove dependence on gmp/widevine-adapter/* | wolfbeast | 2020-02-05 | -5/+11 |
| | | | ||||
| * | | Issue #26 - Part 2b: Stub out GMPDecryptorProxy functions. | wolfbeast | 2020-02-04 | -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. | wolfbeast | 2020-02-03 | -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 hang | wolfbeast | 2020-02-03 | -0/+0 |
|/ | | | | on older versions of Windows but instead provides a usable error message |