summaryrefslogtreecommitdiffstats
path: root/browser/components
Commit message (Collapse)AuthorAgeLines
* Issue #303 Part 1: Move basilisk files from /browser to /application/basiliskwolfbeast2018-06-04-187172/+0
|
* Remove SelfSupportBackend module.Ascrod2018-06-01-4/+0
|
* Merge pull request #424 from Ascrod/UITourMoonchild2018-06-02-2648/+0
|\ | | | | Remove UITour
| * Remove tracking protection tour.Ascrod2018-05-31-14/+0
| |
| * Remove UITour and customize tips.Ascrod2018-05-31-2634/+0
| |
* | Partially revert safebrowsing commits to fix "tracking protection".wolfbeast2018-06-01-3/+1
| | | | | | | | This resolves #425.
* | Pre-process blocklists.jswolfbeast2018-06-01-1/+1
|/
* Remove Social API.Ascrod2018-05-30-55/+0
|
* Revert "Remove the Social API"Moonchild2018-05-25-0/+55
|
* Remove the Social APIAscrod2018-05-24-55/+0
|
* Merge pull request #368 from trav90/safebrowsing-workMoonchild2018-05-16-21/+21
|\ | | | | Make safebrowsing optional at build time
| * Include in-content preferences file security.js in pre-processingtrav902018-05-14-1/+1
| |
| * Make safebrowsing optional at build time - Part 5: preferencestrav902018-05-12-20/+16
| |
| * Fix build bustagetrav902018-05-12-1/+1
| |
| * Make safebrowsing optional at build time - Part 1: browser/trav902018-05-12-0/+4
| |
* | about:welcomeback - fix an error "invalid 'in' operand gTreeData[idx]" in ↵janekptacijarabaci2018-05-13-1/+3
| | | | | | | | aboutSessionRestore.js
* | about:sessionrestore - fix an error "treeView.treeBox is null" in ↵janekptacijarabaci2018-05-13-0/+3
|/ | | | aboutSessionRestore.js
* Add UTF-8 as a default fallback encoding for unknown encodingsjanekptacijarabaci2018-05-09-1/+2
| | | | Issue #315
* 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 #269 from adeshkp/button_messagesMoonchild2018-04-26-4/+17
|\ | | | | Improve some button labels in preferences
| * [Basilisk] Change button labels in cookies dialogadeshkp2018-04-26-4/+17
| |
* | Honor browser.safebrowsing.UI.enabledwolfbeast2018-04-25-2/+18
| | | | | | | | This resolves #266
* | 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
* | 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
* | | moebius#65: Fix: "about:..." - throws an errorsjanekptacijarabaci2018-04-23-23/+29
|/ / | | | | | | https://github.com/MoonchildProductions/moebius/pull/65
* | 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
* | Fix a build warning for BrowserComponents.manifestjanekptacijarabaci2018-04-14-4/+1
| | | | | | | | | | [drive]:/[path]/browser/components/BrowserComponents.manifest: WARNING: no useful preprocessor directives found
* | Merge pull request #134 from janekptacijarabaci/places_error_1New Tobin Paradigm2018-04-12-22/+50
|\ \ | | | | | | Places - fix: throws an error: 0x80004005 (NS_ERROR_FAILURE) [nsIEditor.transactionManager]
| * | Places - throws an error: 0x80004005 (NS_ERROR_FAILURE) ↵janekptacijarabaci2018-02-13-22/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [nsIEditor.transactionManager] Steps to reproduce: 1) The main menu: "Tools" - "Options" - "Privacy" - "History": [x] "Remember my browsing and download history" 2) The main menu: "History" - "Clear Recent History...": "Today"/"Everything" - "Browsing & Download History" - "OK" 3) Go to: "https://www.palemoon.org/" 4) The main menu: "History" - "Show All History" 5) Clicking right mouse button on an item "https://www.palemoon.org" in "History", clicking on "Delete This Page". 6) Clicking on "History": Throws an error in Browser Console: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIEditor.transactionManager] editBookmarkOverlay.js:341
* | | Rebase on masterwolfbeast2018-04-11-42/+85
|\ \ \
| * | | Make code style consistent across all AboutRedirector'sMatt A. Tobin2018-04-07-41/+84
| | | |
| * | | Make about:logopage available to any browser that opts into MOZ_PHOENIXMatt A. Tobin2018-04-07-1/+1
| | | | | | | | | | | | | | | | Follow up to 5e8e0689c
* | | | Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-39/+0
|/ / /
* | | [minor fix] Places - deleting folder of livemarks - nsLivemarkService.js - ↵janekptacijarabaci2018-03-11-38/+47
| | | | | | | | | | | | 0x80070057 (NS_ERROR_ILLEGAL_VALUE)
* | | [minor fix] Places - bookmarks - treeView.js - 0x80070057 ↵janekptacijarabaci2018-03-11-1/+3
| |/ |/| | | | | (NS_ERROR_ILLEGAL_VALUE) [nsINavHistoryContainerResultNode.getChildIndex]
* | Remove testing-only UI components for e10swolfbeast2018-03-03-99/+1
| | | | | | | | | | This removes front-end tools only applicable for testing e10s (open non-e10s window, etc.) This resolves #37
* | Merge pull request #34 from janekptacijarabaci/devtools_import-from-moebius_1Moonchild2018-03-02-8/+33
|\ \ | | | | | | Port across devtools enhancements
| * | DevTools - Browser Console - restore sessionsjanekptacijarabaci2018-03-01-0/+25
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/112
| * | Basilisk - the cmd line - help (the columns alignment, error improvements)janekptacijarabaci2018-02-28-8/+8
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/58
* | | Remove MOZ_MULETMatt A. Tobin2018-03-01-2/+0
|/ /
* | Remove unnecessary front-end features and pres when not building EME.wolfbeast2018-02-24-1/+7
| | | | | | | | Tag #26.
* | Add site-specific overrides and remove the overruling global.wolfbeast2018-02-22-0/+4
| |
* | Remove windows-xp and windows-vista from @media(-moz-os-version)wolfbeast2018-02-20-3/+1
| |
* | Remove some obsolete front-end code in Basilisk.wolfbeast2018-02-19-12/+2
| |
* | Remove Windows shell integration checks for Windows Vista.wolfbeast2018-02-19-5/+0
| | | | | | | | Tag #22.
* | Add an option to control automatic filling in of login credentials and ↵wolfbeast2018-02-18-0/+4
| | | | | | | | | | | | switch this off by default. This resolves #272.