Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1053 - Remove android support from XPCOM | Matt A. Tobin | 2020-02-22 | -476/+27 |
| | ||||
* | Remove redundant moz.build from db/ | Matt A. Tobin | 2020-02-22 | -11/+0 |
| | ||||
* | Reclassify heapsnapshot and nsJSInspector as not part of devtools | Matt A. Tobin | 2020-02-22 | -15/+19 |
| | | | | This resolves Issue #316 | |||
* | Set module default identification properly. | wolfbeast | 2020-02-21 | -5/+5 |
| | ||||
* | Remove gtest reference to non-existing path of removed component | wolfbeast | 2020-02-21 | -5/+0 |
| | ||||
* | [gfx] Put Skia-specific CTOR init behind Skia-conditional. | wolfbeast | 2020-02-21 | -0/+2 |
| | ||||
* | Merge branch '316' | wolfbeast | 2020-02-21 | -0/+15 |
|\ | ||||
| * | Issue #316 - Make sure MOZ_DEVTOOLS_SERVER is passed down to js. | wolfbeast | 2020-02-21 | -0/+15 |
| | | ||||
* | | Issue #1053 - Remove android support from NPAPI | Matt A. Tobin | 2020-02-20 | -3639/+14 |
| | | ||||
* | | Issue #1053 - Remove conditional android code from widget/ | Matt A. Tobin | 2020-02-20 | -416/+12 |
| | | ||||
* | | Issue #1053 - Remove Android Widget Toolkit specific files | Matt A. Tobin | 2020-02-20 | -24492/+0 |
| | | ||||
* | | Issue #439 - Remove tests from widget/ | Matt A. Tobin | 2020-02-20 | -23742/+8 |
| | | ||||
* | | Merge pull request #1458 from MoonchildProductions/316 | Moonchild | 2020-02-20 | -1/+33 |
|\| | | | | | Fix buildability of builds without devtools-server | |||
| * | Issue #316 - Be more gentle with the CC and nursery. | wolfbeast | 2020-02-20 | -11/+7 |
| | | ||||
| * | Issue #316 - Pre-process Performance.webidl | wolfbeast | 2020-02-20 | -1/+1 |
| | | ||||
| * | Issue #316 - Make the memory GC performance object conditional (WIP) | wolfbeast | 2020-02-20 | -0/+36 |
| | | | | | | | | | | This was only added for GCubench and likely interfering with building without devtools-server. | |||
* | | Issue #1457 - Unfold sqlite3 from nss | Matt A. Tobin | 2020-02-20 | -57/+21 |
|/ | ||||
* | Issue #1383 - Remove "Copy raw data to clipboard" button | wolfbeast | 2020-02-20 | -47/+0 |
| | | | | This resolves #1383 | |||
* | Merge pull request #1455 from JustOff/issue1445_details_url | Moonchild | 2020-02-19 | -0/+10 |
|\ | | | | | Add a link to details on using Firefox extensions in Pale Moon | |||
| * | Issue #1445 - Add a link to details on using Firefox extensions in Pale Moon | JustOff | 2020-02-19 | -0/+10 |
| | | ||||
* | | Issue #1454 - Add MOZ_PKG_SPECIAL to UpdateUtils | Matt A. Tobin | 2020-02-19 | -0/+5 |
|/ | ||||
* | Merge pull request #1452 from JustOff/Issue1445_cleanup | Moonchild | 2020-02-19 | -4/+1 |
|\ | | | | | Issue #1445 - strings cleanup | |||
| * | Issue #1445 - strings cleanup | JustOff | 2020-02-19 | -4/+1 |
|/ | ||||
* | Issue #1445 - remove redundant nativeIndicator | wolfbeast | 2020-02-19 | -21/+0 |
| | | | | This resolves #1445 | |||
* | Issue #1320 - Stop appending cpu arch to the end of %BUILD_TARGET% on ↵ | Matt A. Tobin | 2020-02-17 | -3/+0 |
| | | | | Windows in UpdateUtils.jsm | |||
* | Issue #1445 - Use the detailed string also in the list entries. | wolfbeast | 2020-02-17 | -1/+1 |
| | ||||
* | Issue #1446 - Only match extension add-on types for target applications. | wolfbeast | 2020-02-17 | -6/+9 |
| | | | | This resolves #1446 | |||
* | Merge pull request #1447 from win7-7/optimization-4-pr | Moonchild | 2020-02-17 | -152/+106 |
|\ | | | | | Speed up nsTableColFrame::GetColIndex | |||
| * | Issue #1355 - Make nsTableCellFrame::GetColIndex/GetRowIndex faster | win7-7 | 2020-02-16 | -152/+106 |
| | | | | | | | | We can devirtualize it, remove some branches. | |||
* | | 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 |