summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Minor update to UXP coding style guideline.wolfbeast2020-03-10-1/+7
|
* Update README.mdNew Tobin Paradigm2020-03-09-0/+3
|
* Issue #1474 - Prevent the cp detection from starting if preffed off.wolfbeast2020-03-07-4/+4
| | | | | | | | When setting up connectivity, e.g. with new network detection, the pref wouldn't be checked (or honored), resulting in spurious startup calls despite being preffed off. This fixes that. Resolves #1474
* Update UXP coding style guide JS guide.wolfbeast2020-03-07-0/+35
|
* Update UXP coding style guide JS guide.wolfbeast2020-03-06-6/+13
|
* Merge branch 'updateutils-work'Matt A. Tobin2020-03-06-239/+88
|\
| * Issue #1470 - Part 3: Remove now unused update.localeMatt A. Tobin2020-03-05-7/+0
| | | | | | | | This requires changes to package-manifest in all applications
| * Issue #1470 - Part 2: Change calls from UpdateUtils.getUpdateChannel() to ↵Matt A. Tobin2020-03-05-3/+3
| | | | | | | | UpdateUtils.UpdateChannel in telemetry modules
| * Issue #1470 - Part 1: Refactor UpdateUtils.jsmMatt A. Tobin2020-03-05-229/+85
| |
* | Update UXP coding style guide with JS guide.wolfbeast2020-03-06-8/+202
|/
* Remove exposed bug from UpdateUtils.jsmNew Tobin Paradigm2020-03-04-6/+0
|
* Revert "Issue #190 - Part 1: Remove XP_IOS conditional code"Matt A. Tobin2020-02-28-6/+79
| | | | This reverts commit 6a3d5769d01ec1a8dd56ea79aec2df91b801ce02.
* Issue #190 - Part 1: Remove XP_IOS conditional codeMatt A. Tobin2020-02-28-79/+6
|
* Issue #1053 - Remove android-only skia-npapiMatt A. Tobin2020-02-28-734/+0
|
* Issue #1053 - Remove android support from nsNSSComponent.cppMatt A. Tobin2020-02-28-61/+17
|
* Issue #251 - Move --disable-dbm to ac configureMatt A. Tobin2020-02-28-18/+18
| | | | Also Tag #1467
* Remove unused mailnews.mozbuildMatt A. Tobin2020-02-28-16/+0
|
* Mork is not dependent on dbm and never was.Matt A. Tobin2020-02-28-6/+5
|
* Correct typo in mailnews/base/src/moz.buildMatt A. Tobin2020-02-28-1/+1
|
* Issue #1319 - Remove EARLY_BETA_OR_EARLIER conditionMatt A. Tobin2020-02-28-32/+1
|
* Issue #1465 - Implement optional catch binding.wolfbeast2020-02-27-76/+118
|
* Revert "Issue #1355 - Better way to create display items for column backgrounds"wolfbeast2020-02-26-1054/+830
| | | | This reverts commit 44c47c50388f526c2d134e16d5debebe94a0faf8.
* Revert "Layout\reftests\table-background\reftest.list should have only ↵wolfbeast2020-02-26-15/+15
| | | | | | additions to the end of it." This reverts commit efdc2af8ab06c50b85e584ef15deab73b66bec6d.
* [DOM] Add a null checkwolfbeast2020-02-26-1/+1
|
* Merge branch 'master' of https://github.com/MoonchildProductions/UXPMatt A. Tobin2020-02-26-815/+1039
|\
| * Merge pull request #1463 from win7-7/column-backgrounds-prMoonchild2020-02-26-815/+1039
| |\ | | | | | | Better way to create display items for column backgrounds
| | * Layout\reftests\table-background\reftest.list should have only additions to ↵win7-72020-02-26-15/+15
| | | | | | | | | | | | | | | | | | the end of it. Layout\reftests\table-background\reftest.list should have only additions to the end of it. Revert incorrect additions.
| | * Issue #1355 - Better way to create display items for column backgroundswin7-72020-02-25-830/+1054
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part 1: Remove current table item, as it's never set. Part 2: Get rid of generic table painting code, and handle each class separately. Part 4: Hoist outline skipping into col(group) frame code. Part 5: Skip box-shadow for table column and column groups. Part 6: Store column and column group backgrounds separately, and then append them before the rest of the table contents. Part 7: Pass rects in display list coordinates to AppendBackgroundItemsToTop. Part 8: Create column and column group background display items as part of the cell's BuildDisplayList. Part 9: Used cached values instead of calling nsDisplayListBuilder::ToReferenceFrame when possible, since it can be expensive when the requested frame isn't the builder's current frame. Part 10: Make sure we build display items for table parts where only the normal position is visible, since we may need to create background items for ancestors at that position. Part 11: Create an AutoBuildingDisplayList when we create background items for table columns and column groups, so that we initialize the invalidation state correctly.
* | | No Issue - Always build marionette until it can be tracked down and killedMatt A. Tobin2020-02-26-1/+1
|/ /
* | Issue #1053 - Remove android preprocessor directive from toolkit/locales/jar.mnMatt A. Tobin2020-02-25-2/+0
| |
* | Merge pull request #1461 from MoonchildProductions/ubboMoonchild2020-02-26-803/+8483
|\ \ | | | | | | Back out unboxed array/object removals
| * | Revert #1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-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 arrayswolfbeast2020-02-23-630/+3543
| | | | | | | | | | | | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes.
| * | Revert "Issue #1382 - Remove invalid assertion."wolfbeast2020-02-23-9/+8
| | | | | | | | | | | | This reverts commit 9c6a8450b3e96442035b84025b0dd13be3a9e5f8.
| * | Revert #1142 - Remove unboxed objectswolfbeast2020-02-22-75/+3400
| | | | | | | | | | | | - accounting for removal of watch()/unwatch()
| * | Revert 1320408 part 15: Make addDataProperty staticwolfbeast2020-02-22-21/+21
| | |
* | | Issue #1053 - Remove android support from toolkitMatt A. Tobin2020-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.jsMatt A. Tobin2020-02-25-331/+0
| | |
* | | Issue #439 - Remove tests from toolkit/Matt A. Tobin2020-02-25-246988/+95
| | |
* | | Issue #1053 - Remove android support from dbMatt A. Tobin2020-02-25-8/+1
| | |
* | | Issue #1053 - Remove android support from docshellMatt A. Tobin2020-02-25-24/+0
| |/ |/|
* | Issue #1053 - Remove android support from halMatt A. Tobin2020-02-23-268/+4
| |
* | Issue #1053 - Remove android support from imageMatt A. Tobin2020-02-23-209/+0
| |
* | Issue #1053 - Remove android support from intl/locale/nsLocaleService.cppMatt A. Tobin2020-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. Tobin2020-02-23-11/+16
| | | | | | | | | | | | | | | | DevTools I am so done with this. Resolves #316
* | Issue #1053 - Remove android support from memoryMatt A. Tobin2020-02-23-374/+19
| |
* | Issue #1053 - Remove android support from mfbtMatt A. Tobin2020-02-22-181/+1
| |
* | Issue #1053 - Remove android support from ipc except for ipc/chromiumMatt A. Tobin2020-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 mozglueMatt A. Tobin2020-02-22-2748/+19
| | | | | | | | Yes, I checked for unsaved files this time...
* | Issue #1053 - Remove android support from ↵Matt A. Tobin2020-02-22-55/+0
| | | | | | | | netwerk/protocol/http/nsHttpHandler.cpp