Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1053 - Remove android preprocessor directive from toolkit/locales/jar.mn | Matt A. Tobin | 2020-02-25 | -2/+0 |
| | ||||
* | Merge pull request #1461 from MoonchildProductions/ubbo | Moonchild | 2020-02-26 | -803/+8483 |
|\ | | | | | Back out unboxed array/object removals | |||
| * | Revert #1091 Remove unboxed object code phase 1 + extras. | wolfbeast | 2020-02-23 | -102/+1545 |
| | | | | | | | | | | | | This should be the last code backout for this. merging this branch should get us back to the way we were (+ additional code changes for later changes) as fasr as the unused unboxed code is concerned. | |||
| * | Revert #1137 - Remove unboxed arrays | wolfbeast | 2020-02-23 | -630/+3543 |
| | | | | | | | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes. | |||
| * | Revert "Issue #1382 - Remove invalid assertion." | wolfbeast | 2020-02-23 | -9/+8 |
| | | | | | | | | This reverts commit 9c6a8450b3e96442035b84025b0dd13be3a9e5f8. | |||
| * | Revert #1142 - Remove unboxed objects | wolfbeast | 2020-02-22 | -75/+3400 |
| | | | | | | | | - accounting for removal of watch()/unwatch() | |||
| * | Revert 1320408 part 15: Make addDataProperty static | wolfbeast | 2020-02-22 | -21/+21 |
| | | ||||
* | | Issue #1053 - Remove android support from toolkit | Matt A. Tobin | 2020-02-25 | -2315/+105 |
| | | | | | | | | Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm | |||
* | | Bug 1339444 - Remove unused resource://gre/modules/sqlite/sqlite_internal.js | Matt A. Tobin | 2020-02-25 | -331/+0 |
| | | ||||
* | | Issue #439 - Remove tests from toolkit/ | Matt A. Tobin | 2020-02-25 | -246988/+95 |
| | | ||||
* | | Issue #1053 - Remove android support from db | Matt A. Tobin | 2020-02-25 | -8/+1 |
| | | ||||
* | | Issue #1053 - Remove android support from docshell | Matt A. Tobin | 2020-02-25 | -24/+0 |
| | | ||||
* | | Issue #1053 - Remove android support from hal | Matt A. Tobin | 2020-02-23 | -268/+4 |
| | | ||||
* | | Issue #1053 - Remove android support from image | Matt A. Tobin | 2020-02-23 | -209/+0 |
| | | ||||
* | | Issue #1053 - Remove android support from intl/locale/nsLocaleService.cpp | Matt A. Tobin | 2020-02-23 | -5/+0 |
| | | | | | | | | This is the only non-icu file with android code in it. Not going to remove android in icu its self because it remains a 3rd party lib. | |||
* | | Follow-up to 4e2e9be6a - Move HeapSnapshot DevTools-only Modules back to ↵ | Matt A. Tobin | 2020-02-23 | -11/+16 |
| | | | | | | | | | | | | | | | | DevTools I am so done with this. Resolves #316 | |||
* | | Issue #1053 - Remove android support from memory | Matt A. Tobin | 2020-02-23 | -374/+19 |
| | | ||||
* | | Issue #1053 - Remove android support from mfbt | Matt A. Tobin | 2020-02-22 | -181/+1 |
| | | ||||
* | | Issue #1053 - Remove android support from ipc except for ipc/chromium | Matt A. Tobin | 2020-02-22 | -359/+15 |
| | | | | | | | | This does not include android in the imported chromium code as specific research needs done on defines and logic. | |||
* | | Issue #1053 - Remove android support from mozglue | Matt A. Tobin | 2020-02-22 | -2748/+19 |
| | | | | | | | | Yes, I checked for unsaved files this time... | |||
* | | Issue #1053 - Remove android support from ↵ | Matt A. Tobin | 2020-02-22 | -55/+0 |
| | | | | | | | | netwerk/protocol/http/nsHttpHandler.cpp | |||
* | | Issue #1053 - Remove android support from netwerk | Matt A. Tobin | 2020-02-22 | -1404/+16 |
| | | ||||
* | | Issue #1053 - Remove android support from storage/mozStorageConnection.cpp | Matt A. Tobin | 2020-02-22 | -5/+1 |
| | | ||||
* | | Issue #1053 - Remove android support from uriloader | Matt A. Tobin | 2020-02-22 | -927/+2 |
| | | ||||
* | | Issue #1053 - Remove android support from xpcom/threads/nsThread.cpp | Matt A. Tobin | 2020-02-22 | -1/+1 |
| | | | | | | | | Forgot to save.. | |||
* | | 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 |