Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Issue mcp-graveyard/UXP#1594 - restore UAC elevation in the uninstaller. | Moonchild | 2020-06-14 | |
| | | | | | | Effectively backs out BZ 1333789 which was uplifted to Firefox before we forked for UXP. Resolves #1594 | |||
* | Follow up to Issue mcp-graveyard/UXP#1578 - Preprocess the popup binding | Matt A. Tobin | 2020-06-09 | |
| | ||||
* | Merge pull request #1584 from Lootyhoof/global-menu | Moonchild | 2020-06-09 | |
|\ | | | | | Add global menubar support for GTK | |||
| * | Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTK | Lootyhoof | 2020-06-09 | |
| | | ||||
* | | Issue mcp-graveyard/UXP#439 - Remove, fix and clean up automated tests | Moonchild | 2020-06-08 | |
|/ | | | | | | | With the big amount of code churn around DOM a lot of tests broke severely enough that they caused build bustage. This commit cleans up, removes or otherwise fixes tests that are broken, no longer relevant or obsolete. | |||
* | Issue mcp-graveyard/UXP#361 - Remove dead Android code. | Ascrod | 2020-05-25 | |
| | | | | See Bug 1629030, part 3. | |||
* | Bug 1154295 - use normal formatting for plaintext documents in reader mode | Trushita | 2020-05-25 | |
| | | | | | | Before this change the plain text document in reader mode was not formatted/styled properly. Tag mcp-graveyard/UXP#361. | |||
* | Bug 1621479 - Fix typo in reader mode CSS class preservation list. | Cameron McCormack | 2020-05-25 | |
| | | | | Tag mcp-graveyard/UXP#361. | |||
* | Issue mcp-graveyard/UXP#361 - Update Readability from upstream. | Ascrod | 2020-05-25 | |
| | | | | (git rev 52ab9b5c8916c306a47b2119270dcdabebf9d203) | |||
* | Issue mcp-graveyard/UXP#1538 - remove speech recognition engine | Moonchild | 2020-05-20 | |
| | | | | | | | | | | | | | | | This removes speech recognition, pocketsphinx, training models and the speech automated test interface. This also re-establishes proper use of MOZ_WEBSPEECH to work for the speech API (synthesis part only) that was a broken mess before, with some synth parts being always built, some parts being built only with it enabled and recognition parts being dependent on it. I'm pretty sure it'd be totally busted if you'd ever have tried building without MOZ_WEBPEECH before. Tested that synthesis still works as-intended. This resolves #1538 | |||
* | Merge pull request #1535 from g4jc/VFS_telemetry_nuke | Moonchild | 2020-05-09 | |
|\ | | | | | Remove TelemertyVFS | |||
| * | Issue mcp-graveyard/UXP#21 - Remove TelemertyVFS | Gaming4JC | 2020-05-06 | |
| | | | | | | | | This reverts m-c Bug 668378 and completely removes Telemetry SQLite IO. As a bonus this fixes a potential crash in newer SQLite versions without the need for updating this useless telemetry shim. | |||
* | | Hyperbola IceDove should use the toolkit SearchService | Matt A. Tobin | 2020-05-06 | |
|/ | ||||
* | [AM] Clean up addon-signing build leftovers. | wolfbeast | 2020-04-21 | |
| | ||||
* | Issue mcp-graveyard/UXP#576 - Remove IdentityService and ↵ | Matt A. Tobin | 2020-04-19 | |
| | | | | ContextualIdentityService | |||
* | Issue mcp-graveyard/UXP#65 - Remove AppConstants from ↵ | Matt A. Tobin | 2020-04-19 | |
| | | | | | | toolkit/prompts/content/tabprompts.xml This file not only somehow escaped my pass through here but was also mocking me by using AppConstants in a preprocessed file BUT ALSO right AFTER a preprocessor directive. | |||
* | Merge pull request #1518 from MoonchildProductions/shadowdom-merge | Moonchild | 2020-04-17 | |
|\ | | | | | Incremental shadowdom-merge | |||
| * | Bug 1377978 - Make nsRange use uint32_t to offset | Matt A. Tobin | 2020-04-17 | |
| | | | | | | | | Tag mcp-graveyard/UXP#1375 | |||
* | | Issue mcp-graveyard/UXP#251 - Move MOZ_AV1 back to ac configure for everyone ↵ | wolfbeast | 2020-04-16 | |
|/ | | | | to use. | |||
* | Issue mcp-graveyard/UXP#1516 - Part 1: Add a global build define to ↵ | Matt A. Tobin | 2020-04-14 | |
| | | | | determine if the client can draw in the titlebar and update consumers of the local define | |||
* | Take files out of preprocessing that no longer require it | Matt A. Tobin | 2020-04-07 | |
| | ||||
* | Follow up to d0eee8f01 - Run precomplete cmd during package staging | Matt A. Tobin | 2020-04-07 | |
| | ||||
* | Align mar generation on Windows with other platforms | Matt A. Tobin | 2020-04-07 | |
| | | | | This makes mar generation dependent on packaging not installer | |||
* | Issue mcp-graveyard/UXP#1508 - Redirect moz://a to http://thereisonlyxul.org/ | wolfbeast | 2020-04-03 | |
| | ||||
* | Issue mcp-graveyard/UXP#65 - Fix unprocessed directives in WebRequest.jsm | JustOff | 2020-04-01 | |
| | ||||
* | Issue mcp-graveyard/UXP#1280 - Un-bust certerror pages and ForgetAboutSite | wolfbeast | 2020-03-31 | |
| | ||||
* | Properly fix crash in nsDownloadManager when repeatedly pausing and resuming ↵ | Matt A. Tobin | 2020-03-29 | |
| | | | | | | a download This applies only to applications that do not use JSDownloads and is based on Bug 1224326 | |||
* | Merge pull request #1472 from JMadgwick/master | Moonchild | 2020-03-28 | |
|\ | | | | | Fix building on sparc64 Linux | |||
| * | Issue mcp-graveyard/UXP#1471 - Fix building on sparc64 Linux | JMadgwick | 2020-03-09 | |
| | | | | | | | | | | Correct various pre-processor defines for sparc64 and in mozjemalloc use the JS arm64 allocator on Linux/sparc64. This corrects build problems opn Linux sparc64 and is in line with bugzilla bug #1275204. | |||
* | | Issue mcp-graveyard/UXP#1499 - Re-import ExtensionStorage.jsm | Matt A. Tobin | 2020-03-26 | |
| | | ||||
* | | Issue mcp-graveyard/UXP#1467 - Part 4: Rename NSS_SQLSTORE to ↵ | wolfbeast | 2020-03-19 | |
| | | | | | | | | | | | | MOZ_SECURITY_SQLSTORE. Rename the build config option accordingly. | |||
* | | Issue mcp-graveyard/UXP#1467 - Part 2: Make the PBKDF rounds adaptive to ↵ | wolfbeast | 2020-03-17 | |
| | | | | | | | | choice of NSS db | |||
* | | Issue mcp-graveyard/UXP#1470 - Part 3: Remove now unused update.locale | Matt A. Tobin | 2020-03-05 | |
| | | | | | | | | This requires changes to package-manifest in all applications | |||
* | | Issue mcp-graveyard/UXP#1470 - Part 2: Change calls from ↵ | Matt A. Tobin | 2020-03-05 | |
| | | | | | | | | UpdateUtils.getUpdateChannel() to UpdateUtils.UpdateChannel in telemetry modules | |||
* | | Issue mcp-graveyard/UXP#1470 - Part 1: Refactor UpdateUtils.jsm | Matt A. Tobin | 2020-03-05 | |
|/ | ||||
* | Remove exposed bug from UpdateUtils.jsm | New Tobin Paradigm | 2020-03-04 | |
| | ||||
* | Revert "Issue mcp-graveyard/UXP#190 - Part 1: Remove XP_IOS conditional code" | Matt A. Tobin | 2020-02-28 | |
| | | | | This reverts commit 6a3d5769d01ec1a8dd56ea79aec2df91b801ce02. | |||
* | Issue mcp-graveyard/UXP#190 - Part 1: Remove XP_IOS conditional code | Matt A. Tobin | 2020-02-28 | |
| | ||||
* | Issue mcp-graveyard/UXP#251 - Move --disable-dbm to ac configure | Matt A. Tobin | 2020-02-28 | |
| | | | | Also Tag mcp-graveyard/UXP#1467 | |||
* | No Issue - Always build marionette until it can be tracked down and killed | Matt A. Tobin | 2020-02-26 | |
| | ||||
* | Issue mcp-graveyard/UXP#1053 - Remove android preprocessor directive from ↵ | Matt A. Tobin | 2020-02-25 | |
| | | | | toolkit/locales/jar.mn | |||
* | Issue mcp-graveyard/UXP#1053 - Remove android support from toolkit | Matt A. Tobin | 2020-02-25 | |
| | | | | 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 | |
| | ||||
* | Issue mcp-graveyard/UXP#439 - Remove tests from toolkit/ | Matt A. Tobin | 2020-02-25 | |
| | ||||
* | Reclassify heapsnapshot and nsJSInspector as not part of devtools | Matt A. Tobin | 2020-02-22 | |
| | | | | This resolves Issue mcp-graveyard/UXP#316 | |||
* | Issue mcp-graveyard/UXP#1383 - Remove "Copy raw data to clipboard" button | wolfbeast | 2020-02-20 | |
| | | | | This resolves #1383 | |||
* | Merge pull request #1455 from JustOff/issue1445_details_url | Moonchild | 2020-02-19 | |
|\ | | | | | Add a link to details on using Firefox extensions in Pale Moon | |||
| * | Issue mcp-graveyard/UXP#1445 - Add a link to details on using Firefox ↵ | JustOff | 2020-02-19 | |
| | | | | | | | | extensions in Pale Moon | |||
* | | Issue mcp-graveyard/UXP#1454 - Add MOZ_PKG_SPECIAL to UpdateUtils | Matt A. Tobin | 2020-02-19 | |
|/ | ||||
* | Issue mcp-graveyard/UXP#1445 - strings cleanup | JustOff | 2020-02-19 | |
| |