Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #34 from janekptacijarabaci/devtools_import-from-moebius_1 | Moonchild | 2018-03-02 | -29/+49 |
|\ | | | | | Port across devtools enhancements | |||
| * | DevTools - network - security (improvements) | janekptacijarabaci | 2018-03-01 | -8/+27 |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/113 https://github.com/MoonchildProductions/moebius/pull/118 https://github.com/MoonchildProductions/moebius/pull/127 | |||
| * | DevTools - Browser Console - restore sessions | janekptacijarabaci | 2018-03-01 | -5/+5 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/112 | |||
| * | Basilisk - the cmd line - help (the columns alignment, error improvements) - ↵ | janekptacijarabaci | 2018-02-28 | -1/+1 |
| | | | | | | | | | | | | follow up https://github.com/MoonchildProductions/moebius/pull/58 | |||
| * | Basilisk - the cmd line - help (the columns alignment, error improvements) | janekptacijarabaci | 2018-02-28 | -15/+16 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/58 | |||
* | | Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most ↵ | Matt A. Tobin | 2018-03-01 | -23/+11 |
|/ | | | | places | |||
* | Remove non-functional nsDragAndDrop due to refactoring | Matt A. Tobin | 2018-02-27 | -605/+0 |
| | ||||
* | Don't build GMP-clearkey when not building EME. | wolfbeast | 2018-02-24 | -1/+5 |
| | ||||
* | Move --enable-eme out of mozconfigure | wolfbeast | 2018-02-24 | -44/+2 |
| | ||||
* | Restore toolkit/obsolete files and reinstate them to toolkit/content | Matt A. Tobin | 2018-02-23 | -0/+1065 |
| | ||||
* | Revert "Restore toolkit/obsolete" | Matt A. Tobin | 2018-02-23 | -473/+0 |
| | | | | This reverts commit b61927d4cdb92636758c4c80d5050b3266486529. | |||
* | Update various texts and references. | wolfbeast | 2018-02-21 | -11/+11 |
| | ||||
* | Notifications - Run (Desktop) Notifications twice (and more) in a row does ↵ | janekptacijarabaci | 2018-02-21 | -2/+27 |
| | | | | not work | |||
* | Remove Windows XP and Windows Vista theme components and resources. | wolfbeast | 2018-02-20 | -473/+302 |
| | ||||
* | Remove always-false #if WINVER < 0x0600 (Windows Vista) check in toolkit/win. | wolfbeast | 2018-02-19 | -5/+0 |
| | ||||
* | Remove redundant Vista checks in toolkit/xre | wolfbeast | 2018-02-19 | -26/+5 |
| | ||||
* | Remove the use of GetProcAddress() for shell32 | wolfbeast | 2018-02-19 | -54/+10 |
| | | | | | This avoids manually hooking into shell32.dll and using the native shell API instead. Tag #22. | |||
* | Update executable manifests. | wolfbeast | 2018-02-18 | -4/+0 |
| | ||||
* | Prevent installing stand-alone installers on unsupported environments. | wolfbeast | 2018-02-18 | -42/+8 |
| | | | | | - Prevent installers from installing on XP/Vista. - Prevent x64 installers from installing on x86. | |||
* | Stop shipping d3dcompiler_43.dll | wolfbeast | 2018-02-18 | -10/+0 |
| | ||||
* | Split MOZ_DEVTOOLS into MOZ_DEVTOOLS (client) and MOZ_DEVTOOLS_SERVER ↵ | Matt A. Tobin | 2018-02-17 | -1/+3 |
| | | | | (backend) and make both optional | |||
* | Add a configure option to disable including jetpack | Matt A. Tobin | 2018-02-17 | -1/+3 |
| | ||||
* | Don't generate redundant packaging artifacts | Matt A. Tobin | 2018-02-17 | -20/+1 |
| | ||||
* | Put generated installers and mar files in dist root | Matt A. Tobin | 2018-02-17 | -3/+3 |
| | ||||
* | Use BUILDID for package name for Basilisk and ONLY Basilisk | Matt A. Tobin | 2018-02-17 | -0/+4 |
| | ||||
* | Remove stub installer - Part 1: Toolkit | Matt A. Tobin | 2018-02-17 | -24/+0 |
| | ||||
* | Pre-process extensions.js | wolfbeast | 2018-02-12 | -1/+1 |
| | ||||
* | Never show plugin deprecation notice. | wolfbeast | 2018-02-12 | -6/+2 |
| | | | | To-Do: remove this notice. | |||
* | Hic sunt dracones. | wolfbeast | 2018-02-12 | -4/+4 |
| | ||||
* | [regression] Places - proper import bookmarks from HTML containing <HR> ↵ | janekptacijarabaci | 2018-02-12 | -0/+1 |
| | | | | separators | |||
* | Exclude Update stuff from about:support if the updater isn't built. | janekptacijarabaci | 2018-02-12 | -10/+13 |
| | ||||
* | Fix test paths for WebExAM | Matt A. Tobin | 2018-02-11 | -14/+14 |
| | ||||
* | Fix moz.build | Matt A. Tobin | 2018-02-11 | -1/+1 |
| | ||||
* | Add UpdateChannel.jsm | Matt A. Tobin | 2018-02-11 | -0/+50 |
| | ||||
* | Make NPAPI Plugins work | Matt A. Tobin | 2018-02-11 | -7/+53 |
| | ||||
* | Just about almost totally fix GMP | Matt A. Tobin | 2018-02-11 | -4/+13 |
| | ||||
* | Fix for loops in LightweightThemeManager.jsm (SyntaxError: missing ] after ↵ | Matt A. Tobin | 2018-02-10 | -1/+7 |
| | | | | element list) | |||
* | Fix for loops in AddonRepository.jsm (SyntaxError: missing ] after element list) | Matt A. Tobin | 2018-02-10 | -3/+19 |
| | ||||
* | Fix for loops in XPIProvider.jsm (SyntaxError: missing ] after element list) | Matt A. Tobin | 2018-02-10 | -6/+22 |
| | ||||
* | Use the uuid-generator service instead of mangling a random number generator ↵ | Matt A. Tobin | 2018-02-10 | -8/+4 |
| | | | | result to generate a syncGUID | |||
* | Bug 1245141 - Use `new Proxy` for AddonManager.addonTypes (TychoAM) | Matt A. Tobin | 2018-02-10 | -48/+47 |
| | ||||
* | Make the Add-on Manager's binary components build | Matt A. Tobin | 2018-02-10 | -6/+28 |
| | ||||
* | Hook up the Tycho Add-on Manager to the build system | Matt A. Tobin | 2018-02-10 | -12/+141 |
| | ||||
* | Import Tycho's Add-on Manager | Matt A. Tobin | 2018-02-10 | -0/+111377 |
| | ||||
* | Move WebExtensions enabled Add-ons Manager | Matt A. Tobin | 2018-02-10 | -103/+130 |
| | ||||
* | Rename Toolkit's webextensions component directory to better reflect what it is. | Matt A. Tobin | 2018-02-09 | -1/+3 |
| | ||||
* | Move Add-on SDK source to toolkit/jetpack | Matt A. Tobin | 2018-02-09 | -2/+39415 |
| | ||||
* | Merge branch 'ported-upstream' | wolfbeast | 2018-02-09 | -1/+1 |
|\ | ||||
| * | Add missing sanitization for HTML exporting of bookmarks. | wolfbeast | 2018-02-08 | -1/+1 |
| | | ||||
* | | Restore toolkit/obsolete | Matt A. Tobin | 2018-02-08 | -0/+473 |
| | |