Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-04-13 | -14/+27 |
|\ | ||||
| * | Merge pull request #150 from janekptacijarabaci/about_1 | New Tobin Paradigm | 2018-04-13 | -14/+27 |
| |\ | | | | | | | moebius#173: Fix up "about:" page | |||
| | * | Style clean up in about.dtd | janekptacijarabaci | 2018-04-13 | -1/+1 |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/issues/173 | |||
| | * | moebius#173: Fix up "about:" page | janekptacijarabaci | 2018-04-13 | -13/+26 |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/issues/173 | |||
* | | | Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. | wolfbeast | 2018-04-13 | -5/+12 |
|/ / | | | | | | | | | | | | | | | | | - `--enable-official-branding` implies `MC_OFFICIAL` (no need to specifically set it) - `--enable-official-vendor` can be used to set `MC_OFFICIAL` on builds without `--enable-official-branding` that should still be considered official release versions. - `MC_OFFICIAL` implies `--enable-release`, meaning `DEVELOPER_OPTIONS` isn't set - `MC_OFFICIAL` makes `nsXULAppInfo.getIsOfficial` return `true` - `MC_OFFICIAL` makes `AppConstants.MOZILLA_OFFICIAL` (for compatibility in extensions) and `AppConstants.MC_OFFICIAL` return `true` - Optional, for the time being: `MOZILLA_OFFICIAL` is still present in some places in case someone wants to build a Mozilla-alike official application and has the rights and necessary keys to use Mozilla-official third-party services. This must always be combined with `MC_OFFICIAL` to have a sane combination of defines. This may be removed in the future. | |||
* / | moebius#255: [minor fix] toolkit/themes/linux/global/jar.mn - style clean up ↵ | janekptacijarabaci | 2018-04-13 | -3/+3 |
|/ | | | | | | (the columns alignment) https://github.com/MoonchildProductions/moebius/pull/255 | |||
* | Restyle the findbar | Matt A. Tobin | 2018-04-13 | -361/+270 |
| | ||||
* | Merge pull request #129 from ↵ | New Tobin Paradigm | 2018-04-13 | -2/+16 |
|\ | | | | | | | | | janekptacijarabaci/_native_52ESR_xulWidgets_menulist_editable_1 Editable menulist loosing editable attribute gets focus stuck (menulist.xml) | |||
| * | Editable menulist loosing editable attribute gets focus stuck | janekptacijarabaci | 2018-02-04 | -2/+16 |
| | | | | | | | | | | | | Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1142224 (native in moebius) | |||
* | | Merge pull request #135 from janekptacijarabaci/aboutSupport_improvements_1 | New Tobin Paradigm | 2018-04-13 | -13/+32 |
|\ \ | | | | | | | moebius#57: about:support - "Copy text to clipboard": "Places Database" - "Verify" (results) | |||
| * | | moebius#57: about:support - improvements (Copy text to clipboard) | janekptacijarabaci | 2018-04-12 | -13/+32 |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/57 | |||
* | | | Merge pull request #132 from janekptacijarabaci/notifications_settings_1 | New Tobin Paradigm | 2018-04-12 | -3/+8 |
|\ \ \ | | | | | | | | | moebius#154: Notifications - user settings - the immediate duration of the alert | |||
| * | | | moebius#154: Notifications - user settings - the immediate duration of the alert | janekptacijarabaci | 2018-04-12 | -3/+8 |
| |/ / | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/154 | |||
* | | | Merge pull request #128 from janekptacijarabaci/pm_icons_2_followUp_basilisk | New Tobin Paradigm | 2018-04-12 | -1/+0 |
|\ \ \ | | | | | | | | | Remove an unused (web)extensions icon in jar.mn | |||
| * | | | Remove an unused (web)extensions icon | janekptacijarabaci | 2018-04-12 | -1/+0 |
| |/ / | | | | | | | | | | Follow up: #122 | |||
* | | | Password Mananger has migration capabilities for only Basilisk | Matt A. Tobin | 2018-04-12 | -2/+4 |
| | | | ||||
* | | | Revert "Restore Dict.jsm" | Matt A. Tobin | 2018-04-12 | -286/+0 |
| | | | ||||
* | | | Fix loops in Dict.jsm | Matt A. Tobin | 2018-04-12 | -9/+45 |
| | | | | | | | | | | | | SyntaxError: missing ] after element list | |||
* | | | Restore Dict.jsm | Matt A. Tobin | 2018-04-12 | -0/+250 |
| | | | ||||
* | | | Add missing l10n string | Matt A. Tobin | 2018-04-12 | -0/+1 |
|/ / | ||||
* | | Merge pull request #124 from janekptacijarabaci/pm_about-plugins_1 | New Tobin Paradigm | 2018-04-12 | -3/+2 |
|\ \ | | | | | | | about:plugins - fix "addMessageListener is not a function" (e10s off - revert bug 1068087 - partially) | |||
| * | | [PALEMOON] about:plugins - fix "addMessageListener is not a function" (e10s ↵ | janekptacijarabaci | 2018-04-12 | -3/+2 |
| | | | | | | | | | | | | off - revert bug 1068087 - partially) | |||
* | | | Merge pull request #125 from janekptacijarabaci/pm_loginManager_1 | New Tobin Paradigm | 2018-04-12 | -1/+28 |
|\ \ \ | | | | | | | | | [PALEMOON] Fix Login Manager (Prompter) - basic | |||
| * | | | moebius#117: Login Manager Prompter - auth: Throws an errors | janekptacijarabaci | 2018-04-12 | -1/+28 |
| | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/117 | |||
| * | | | Revert "[PALEMOON] Login Manager Prompter: win.gBrowser is undefined" | janekptacijarabaci | 2018-04-12 | -5/+3 |
| | | | | | | | | | | | | | | | | This reverts commit 263927c717e7eb7146091839930f36424d7bd5bf. | |||
| * | | | [PALEMOON] Login Manager Prompter: win.gBrowser is undefined | janekptacijarabaci | 2018-04-11 | -3/+5 |
| |/ / | ||||
* | | | Merge pull request #122 from janekptacijarabaci/pm_icons_1 | New Tobin Paradigm | 2018-04-12 | -0/+13 |
|\ \ \ | | | | | | | | | [PALEMOON] Update: extension/plugin icons (Windows), passwordmgr icons | |||
| * | | | [PALEMOON] Update: extension/plugin icons (Windows), passwordmgr icons | janekptacijarabaci | 2018-04-12 | -0/+13 |
| |/ / | | | | | | | | | | https://github.com/MoonchildProductions/Pale-Moon/commit/050f33015bb234c42c88c282dc75dc2133727094 | |||
* | | | Rebase on master | wolfbeast | 2018-04-11 | -1657/+199 |
|\ \ \ | ||||
| * | | | Fix aboutSupport.js | wolfbeast | 2018-04-11 | -17/+1 |
| |/ / | | | | | | | | | | | | | | | | Addresses comments: https://github.com/MoonchildProductions/UXP/commit/bf6bb142fc5bcb49b053788e06160af304f639e5#commitcomment-28527974 https://github.com/MoonchildProductions/UXP/commit/0f99df52d5309158c7b916581c5a79496b1844db#commitcomment-28527792 | |||
| * | | [PALEMOON] Fix some paths (deprecated) with Console.jsm (sessionstore, ↵ | janekptacijarabaci | 2018-04-09 | -1/+1 |
| | | | | | | | | | | | | extensions) | |||
| * | | [PALEMOON] [DevTools] Fix some paths with ToolboxProcess.jsm (extensions) | janekptacijarabaci | 2018-04-09 | -3/+3 |
| | | | | | | | | | | | | Issue #102 | |||
| * | | Remove telemetry experiments framework | wolfbeast | 2018-04-08 | -1544/+2 |
| | | | ||||
| * | | Merge pull request #93 from trav90/buildsystem-work | Moonchild | 2018-04-07 | -1/+4 |
| |\ \ | | | | | | | | | Fix a few GCC build warnings | |||
| | * | | Only add -Wno-null-conversion when building with clang | trav90 | 2018-04-06 | -1/+4 |
| | | | | | | | | | | | | | | | | Fixes some GCC warning spam. | |||
| * | | | Make code style consistent across all AboutRedirector's | Matt A. Tobin | 2018-04-07 | -33/+116 |
| | | | | ||||
| * | | | Make about:logopage available to any browser that opts into MOZ_PHOENIX | Matt A. Tobin | 2018-04-07 | -0/+2 |
| | | | | | | | | | | | | | | | | Follow up to 5e8e0689c | |||
| * | | | [WebExAM] Use a special "platform" ID and version number for WebExtensions ↵ | Matt A. Tobin | 2018-04-07 | -3/+7 |
| |/ / | | | | | | | | | | in XPIProvider.jsm | |||
| * | | Port over logopage | Matt A. Tobin | 2018-04-05 | -0/+37 |
| | | | ||||
| * | | Take the following project_flags out of moz.configure: and put them back ↵ | Matt A. Tobin | 2018-04-05 | -24/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into old-configure MOZ_PLACES MOZ_SOCIAL MOZ_SERVICES_HEALTHREPORT MOZ_SERVICES_SYNC MOZ_SERVICES_CLOUDSYNC | |||
| * | | Remove unused XRE_DONT_SUPPORT_XPSP2 | wolfbeast | 2018-04-05 | -4/+0 |
| | | | ||||
| * | | Remove extra "+" signs from jar.nm for Linux theme | trav90 | 2018-04-04 | -23/+23 |
| | | | ||||
| * | | Change embedded emoji font from EmojiOne to Twemoji. | wolfbeast | 2018-04-04 | -4/+3 |
| | | | ||||
* | | | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 | -900/+3 |
|/ / | ||||
* | | Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVM | Tom Ritter | 2018-03-14 | -1/+1 |
| | | | | | | | | | | | | | | MozReview-Commit-ID: 6xhQ71a5rDU --HG-- extra : transplant_source : %C2%D3%A7It%0Cg%92h%BB%3A%95%A2%0D.%86%B9C%9B%2B | |||
* | | Hard-disable the use of sponsored tiles. | wolfbeast | 2018-03-13 | -1/+7 |
| | | ||||
* | | Bump max icon size for search engine icons to 32 KB to cater to more common ↵ | wolfbeast | 2018-03-13 | -1/+1 |
| | | | | | | | | use of HiDPI icons. | |||
* | | Remove Rust from the tree. | wolfbeast | 2018-03-13 | -282/+0 |
| | | | | | | | | Part 4 for #58 | |||
* | | Remove cargo nsstring component | wolfbeast | 2018-03-13 | -21/+0 |
| | | | | | | | | Part 3 for #58 | |||
* | | Remove Rust URL parser CAPI | wolfbeast | 2018-03-13 | -20/+0 |
| | | | | | | | | Part 2 for #58 |