summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Remove unnecessary GCC version checkstrav902018-06-29-7/+3
|
* Bump Pale Moon to beta 2PM28.0.0b2_Unstablewolfbeast2018-06-29-1/+1
|
* Revert "Remove unwanted newtab page code"wolfbeast2018-06-29-7/+4732
| | | | This reverts commit 277fa0afdc50b707b3227ca327c29766cdcd20f1.
* Restore Pale Moon's standalone image viewing style.wolfbeast2018-06-29-1/+8
|
* Remove SSL Error Reporting telemetrywolfbeast2018-06-29-462/+1
|
* Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-06-29-2/+2
|\
| * Merge pull request #564 from ↵Moonchild2018-06-29-2/+2
| |\ | | | | | | | | | | | | janekptacijarabaci/devtools_locales_animationinspector_typos-in-comments_1 Fix typos in comments - animationinspector.properties
| | * Fix typos in comments - animationinspector.propertiesjanekptacijarabaci2018-06-29-2/+2
| | |
* | | Issue #562 Part 2: Remove unnecessary grid calculation code.wolfbeast2018-06-29-110/+11
|/ /
* / Remove unused code for managing physical audio devices.Gabriele Svelto2018-06-29-273/+0
|/ | | | This was only used in B2G/Gonk and can go.
* WebRTC: Nullcheck DataChannel SendPacket calls.wolfbeast2018-06-29-2/+5
|
* Convert the button rect to device coordinates correctly instead of casting ↵wolfbeast2018-06-28-1/+3
| | | | | | CSS coordinates. This should the correct fix for #559
* Make sure application confvars.sh files are apart of CONFIG_STATUS_DEPSMatt A. Tobin2018-06-28-0/+1
|
* Merge branch 'define-work'Matt A. Tobin2018-06-28-13/+29
|\
| * Add HYPE_ICEWEASEL where appropriateMatt A. Tobin2018-06-28-5/+17
| |
| * Use MOZ_AUSTRALIS to define common shared Australis featuresMatt A. Tobin2018-06-28-8/+12
| |
* | Add back the Quickdial show/hide control.wolfbeast2018-06-28-3/+25
|/ | | | | This also slightly tweaks the grid design styling. Resolves #563
* Add missing aCurrentBrowser definition in utilityOverlay.jswolfbeast2018-06-28-0/+4
| | | | | Follow-up to cadeea97bbefe42f89d16a4678fdc382c7b74bcd This obsoletes #561.
* Issue #562 Part 1: Transfix the gridwolfbeast2018-06-28-31/+47
|
* Merge pull request #556 from JustOff/PR_sanitize_promisesMoonchild2018-06-28-122/+1
|\ | | | | [PALEMOON] Use Promises.jsm instead of promise.js from jetpack in sanitize.js
| * [PALEMOON] Remove no more required extra copy of promise.jsJustOff2018-06-27-121/+0
| |
| * [PALEMOON] Use Promises.jsm instead of promise.js from jetpack in sanitize.jsJustOff2018-06-27-1/+1
| |
* | Merge pull request #557 from janekptacijarabaci/toolkit_about-support_error_1Moonchild2018-06-28-1/+3
|\ \ | | | | | | Fix "about:support"s "graphics" section when "webgl.disable-extensions" is true
| * | Fix "about:support"s "graphics" section when "webgl.disable-extensions" is truejanekptacijarabaci2018-06-27-1/+3
| | |
* | | Merge pull request #558 from JustOff/PR_devtools_localesMoonchild2018-06-28-0/+3
|\ \ \ | |/ / |/| | [PALEMOON] Include devtools/client when building language packs
| * | [PALEMOON] Include devtools/client/locales conditionallyJustOff2018-06-28-0/+2
| | |
| * | [PALEMOON] Include devtools/client when building language packsJustOff2018-06-27-0/+1
| |/
* | Reorganize some internal pages.wolfbeast2018-06-27-124/+118
| |
* | Enable Intersection Observers in the platform.wolfbeast2018-06-27-0/+4
| | | | | | | | This resolves #249.
* | Stabilize and align Intersection Observerswolfbeast2018-06-27-64/+111
|/ | | | | | | - Fixes several crashes - Aligns the feature with the W3C WD spec Tag #249
* Merge pull request #554 from MoonchildProductions/issue12Moonchild2018-06-27-183/+317
|\ | | | | Resolve potential null deref crashes in the editor
| * Issue #12 Part 5: WidgetEvent shouldn't mark event as consumed if it's not ↵wolfbeast2018-06-26-0/+6
| | | | | | | | | | | | | | | | cancelable. Currently, EventListenerManager calls WidgetEvent::PreventDefault() when the status is nsEventStatus_eConsumeNoDefault. That causes an unexpected state of events. To solve this, WidgetEvent should do nothing when it's not cancelable but PreventDefault() is called.
| * Issue #12 Part 4: Don't access mEditorBase directly.wolfbeast2018-06-26-41/+54
| | | | | | | | | | EditorEventListener should grab mEditorBase in a smaller scope wherever possible and shouldn't access it directly while handling an event. Each event listener method shouldn't access mEditorBase directly when calling its method since it might be changed to another instance.
| * Issue #12 Part 3: EditorEventListener should check if it's removed during a ↵wolfbeast2018-06-26-99/+173
| | | | | | | | | | | | | | | | | | call of editor's method. EditorEventListener doesn't check if mEditorBase is available even after it's removed from the editor. If it becomes nullptr, i.e., it's detached from editor, it shouldn't continue to handle event. This patch changes some methods' nsIDOM*Event argument to WidgetEvent since it's simpler.
| * Issue #12 Part 2: Stop using nsIDOMEvent in IsAcceptableInputEvent.wolfbeast2018-06-26-54/+87
| |
| * Issue #12 Part 1: Stop using nsIDOMEvent in UpdateIMEComposition.wolfbeast2018-06-26-14/+22
| |
* | Merge pull request #551 from janekptacijarabaci/toolkit_restart_normally_2Moonchild2018-06-27-15/+43
|\ \ | | | | | | "about:support" - added support for "Restart normally"
| * | Fix throws an error if "winUtils.supportsHardwareH264Decoding" not availablejanekptacijarabaci2018-06-26-5/+8
| | | | | | | | | | | | | | | | | | | | | After "Restart normally" - throws an error: Troubleshoot data provider failed: graphics [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIDOMWindowUtils.supportsHardwareH264Decoding]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/Troubleshoot.jsm :: graphics :: line 348" data: no] Troubleshoot.jsm:155 TypeError: invalid 'in' operand data aboutSupport.js:204:1
| * | "about:support" - added support for "Restart normally"janekptacijarabaci2018-06-26-5/+30
| | | | | | | | | | | | https://github.com/MoonchildProductions/Pale-Moon/pull/1093 (partially)
| * | [BASILISK] Unify strings for "Restart in Safe Mode" (with toolkit - ↵janekptacijarabaci2018-06-26-3/+3
| | | | | | | | | | | | | | | | | | "about:profiles" and "about:support") https://github.com/MoonchildProductions/Pale-Moon/issues/1563
| * | "about:profiles" and "about:support" - use "Restart in Safe Mode" instead of ↵janekptacijarabaci2018-06-26-2/+2
| | | | | | | | | | | | | | | | | | "Restart with Add-ons Disabled" https://github.com/MoonchildProductions/Pale-Moon/issues/1563
* | | [WebExAM] Remove E10SAddonsRollout.jsmMatt A. Tobin2018-06-26-1078/+0
| | | | | | | | | | | | The associated preferences will have to remain for the time being because of nsAppRunner.cpp reads them.
* | | [WebExAM] Remove unused AddonTestUtils.jsmMatt A. Tobin2018-06-26-1235/+0
| | |
* | | [AllAM] Preprocess extensions.dtd to exclude WebExAM-only stringsMatt A. Tobin2018-06-26-2/+6
| | |
* | | Cleanup WebExAM test dependenciesMatt A. Tobin2018-06-26-3/+0
| | |
* | | [AllAM] Remove Mozilla TestsMatt A. Tobin2018-06-26-161113/+0
| | |
* | | [AllAM] De-duplicate LocalesMatt A. Tobin2018-06-26-614/+23
| | |
* | | [AllAM] De-duplicate blocklist.js, list.js, newaddon.js, and xpinstallConfirm.jsMatt A. Tobin2018-06-26-592/+30
| | |
* | | [AllAM] De-duplicate amContentHander.jsMatt A. Tobin2018-06-26-103/+3
| | |
* | | [AllAM] De-duplicate ChromeManifestParser.jsm and DeferedSave.jsmMatt A. Tobin2018-06-26-467/+34
| | |