summaryrefslogtreecommitdiffstats
path: root/browser
Commit message (Collapse)AuthorAgeLines
* Merge pull request #351 from janekptacijarabaci/aboutSessionRestore_error_2Moonchild2018-05-14-1/+3
|\ | | | | about:welcomeback - fix an error "invalid 'in' operand gTreeData[idx]" in aboutSessionRestore.js
| * about:welcomeback - fix an error "invalid 'in' operand gTreeData[idx]" in ↵janekptacijarabaci2018-05-13-1/+3
| | | | | | | | aboutSessionRestore.js
* | Merge pull request #350 from janekptacijarabaci/aboutSessionRestore_error_1Moonchild2018-05-14-0/+3
|\| | | | | about:sessionrestore - fix an error "treeView.treeBox is null" in aboutSessionRestore.js
| * about:sessionrestore - fix an error "treeView.treeBox is null" in ↵janekptacijarabaci2018-05-13-0/+3
| | | | | | | | aboutSessionRestore.js
* | Add AMO override.wolfbeast2018-05-14-1/+2
| |
* | Bug 1449548.wolfbeast2018-05-10-36/+33
|/
* Add UTF-8 as a default fallback encoding for unknown encodingsjanekptacijarabaci2018-05-09-1/+3
| | | | Issue #315
* Use application specific application.iniMatt A. Tobin2018-05-05-0/+50
|
* Rename VisualElementsManifest for Basilisk unofficial brandingMatt A. Tobin2018-05-05-0/+0
|
* Merge branch 'intl-ICU-emoji-work'wolfbeast2018-05-04-4/+1
|\
| * Issue #325 Part 10: Remove non-Intl conditionals from installer files.wolfbeast2018-05-04-4/+1
| |
* | Remove unused XREShellDatawolfbeast2018-05-03-2/+1
| |
* | Remove sandbox ductwork conditional code.wolfbeast2018-05-03-82/+1
| |
* | Remove content process sandbox code.wolfbeast2018-05-02-74/+0
|/
* [TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't ↵Matt A. Tobin2018-05-01-0/+2
| | | | | | actually built This does not cover the previous case of an application dropping jetpack support.. This follows the WebExtension route. A new case will have to be redeveloped if an existing application drops jetpack support.
* Bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within ↵janekptacijarabaci2018-05-01-11/+25
| | | | utilityOverlay.js
* Bug 1333726 - use serializeToString instead of non-existant serializePrincipaljanekptacijarabaci2018-05-01-1/+1
|
* Bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ↵janekptacijarabaci2018-05-01-5/+27
| | | | ctrl-click and open link in new tab
* Bug 1332595 - remove useless click handlingjanekptacijarabaci2018-05-01-49/+3
|
* Bug 1348801: Teach TriggeringPrincipal about OA when opening link in private ↵janekptacijarabaci2018-04-30-0/+13
| | | | window
* Bug 1343279 - Use SystemPrincipal when loading canvasToBlobURLjanekptacijarabaci2018-04-30-1/+3
|
* Bug 1232432 - Convert feeds/feedConverter to use asyncOpen2()janekptacijarabaci2018-04-30-1/+1
|
* Bug 1307736 - Store triggeringPrincipal with all history entriesjanekptacijarabaci2018-04-30-6/+17
|
* Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal (without an ↵janekptacijarabaci2018-04-30-1/+4
| | | | hard e10s)
* Merge pull request #287 from SpockMan02/patch-1Moonchild2018-04-29-1/+1
|\ | | | | Issue #286 - Incorrect filepath
| * Issue #286 - Incorrect filepathSpockMan022018-04-28-1/+1
| |
* | Create a 1px overlap between tab center and start/end backgrounds.wolfbeast2018-04-29-2/+3
|/ | | | | This visual overlap prevents gaps due to rounding of pixel borders when rounded tab "borders" are exactly flush. This resolves #268.
* Merge pull request #269 from adeshkp/button_messagesMoonchild2018-04-26-14/+34
|\ | | | | Improve some button labels in preferences
| * [Basilisk] Change button labels in cookies dialogadeshkp2018-04-26-14/+34
| |
* | Honor browser.safebrowsing.UI.enabledwolfbeast2018-04-25-2/+18
| | | | | | | | This resolves #266
* | Merge pull request #259 from janekptacijarabaci/error_CloudSync_2Moonchild2018-04-24-5/+9
|\ \ | | | | | | moebius#209: Throws an error - "CloudSync is not defined"
| * | moebius#209: Throws an error - "CloudSync is not defined"janekptacijarabaci2018-04-24-5/+9
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/209
* | | Merge pull request #258 from janekptacijarabaci/forgetAboutSite_1Moonchild2018-04-24-1/+2
|\ \ \ | | | | | | | | moebius#30 and #37: ForgetAboutSite.jsm - promise - serialize vs. parallel + a comment
| * | | moebius#30 and #37: ForgetAboutSite.jsm - promise - serialize vs. parallel + ↵janekptacijarabaci2018-04-24-1/+2
| |/ / | | | | | | | | | | | | | | | | | | a comment https://github.com/MoonchildProductions/moebius/pull/30 https://github.com/MoonchildProductions/moebius/pull/37
* | | Re-introduce some required overrides (why were ALL of them cleared?!)wolfbeast2018-04-24-2/+5
| | |
* | | Hard-code the version number for Mozilla's version checker for add-ons.wolfbeast2018-04-23-2/+2
|/ /
* | Merge pull request #231 from janekptacijarabaci/security_blocking_data_1Moonchild2018-04-23-1/+7
|\ \ | | | | | | moebius#223, #224, #226, #230: DOM - consider blocking top level window data: URIs
| * | moebius#230: Consider blocking top level window data: URIs (part 3/3 without ↵janekptacijarabaci2018-04-22-1/+7
| | | | | | | | | | | | | | | | | | tests) https://github.com/MoonchildProductions/moebius/pull/230
* | | Merge pull request #232 from janekptacijarabaci/webextensions_shortcut_space_1Moonchild2018-04-23-1/+5
|\ \ \ | | | | | | | | moebius#221: WebExtensions - commands API does not support shortcuts with space or numbers
| * | | moebius#221: WebExtensions - commands API does not support shortcuts with ↵janekptacijarabaci2018-04-23-1/+5
| |/ / | | | | | | | | | | | | | | | space or numbers https://github.com/MoonchildProductions/moebius/pull/221
* | | Merge pull request #234 from janekptacijarabaci/about_errors_1Moonchild2018-04-23-29/+38
|\ \ \ | | | | | | | | moebius#65: Fix: various "about:..." system pages errors
| * | | moebius#65: Fix: "about:..." - throws an errorsjanekptacijarabaci2018-04-23-29/+38
| |/ / | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/65
* | | Remove undesired system add-ons (all except PDFjs)wolfbeast2018-04-22-11311/+0
| | |
* | | Disable Mozilla health report service.wolfbeast2018-04-22-1/+1
|/ /
* | Use preprocessor for "chrome://devtools/skin/devtools-browser.css" in ↵janekptacijarabaci2018-04-22-0/+2
| | | | | | | | browser.xul
* | Disable grabbing geo-specific search engines from Mozilla servers.wolfbeast2018-04-21-4/+0
| |
* | Remove region-specific overrides for search engines.wolfbeast2018-04-21-30/+0
| |
* | Define vendorFullName in Official Brandingwolfbeast2018-04-21-0/+1
| |
* | moebius#219: WebExtensions - add-on throws error on load when suggested_key ↵janekptacijarabaci2018-04-20-11/+12
| | | | | | | | | | | | is null / missing https://github.com/MoonchildProductions/moebius/pull/219
* | moebius#84: Fix: The profile - resettingjanekptacijarabaci2018-04-19-1/+2
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/184