Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #134 from janekptacijarabaci/places_error_1 | New Tobin Paradigm | 2018-04-12 | -22/+50 |
|\ | | | | | Places - fix: throws an error: 0x80004005 (NS_ERROR_FAILURE) [nsIEditor.transactionManager] | |||
| * | Places - throws an error: 0x80004005 (NS_ERROR_FAILURE) ↵ | janekptacijarabaci | 2018-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 master | wolfbeast | 2018-04-11 | -42/+85 |
|\ \ | ||||
| * | | Make code style consistent across all AboutRedirector's | Matt A. Tobin | 2018-04-07 | -41/+84 |
| | | | ||||
| * | | Make about:logopage available to any browser that opts into MOZ_PHOENIX | Matt A. Tobin | 2018-04-07 | -1/+1 |
| | | | | | | | | | | | | Follow up to 5e8e0689c | |||
* | | | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 | -39/+0 |
|/ / | ||||
* | | [minor fix] Places - deleting folder of livemarks - nsLivemarkService.js - ↵ | janekptacijarabaci | 2018-03-11 | -38/+47 |
| | | | | | | | | 0x80070057 (NS_ERROR_ILLEGAL_VALUE) | |||
* | | [minor fix] Places - bookmarks - treeView.js - 0x80070057 ↵ | janekptacijarabaci | 2018-03-11 | -1/+3 |
| | | | | | | | | (NS_ERROR_ILLEGAL_VALUE) [nsINavHistoryContainerResultNode.getChildIndex] | |||
* | | Remove testing-only UI components for e10s | wolfbeast | 2018-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_1 | Moonchild | 2018-03-02 | -8/+33 |
|\ \ | | | | | | | Port across devtools enhancements | |||
| * | | DevTools - Browser Console - restore sessions | janekptacijarabaci | 2018-03-01 | -0/+25 |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/112 | |||
| * | | Basilisk - the cmd line - help (the columns alignment, error improvements) | janekptacijarabaci | 2018-02-28 | -8/+8 |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/58 | |||
* | | | Remove MOZ_MULET | Matt A. Tobin | 2018-03-01 | -2/+0 |
|/ / | ||||
* | | Remove unnecessary front-end features and pres when not building EME. | wolfbeast | 2018-02-24 | -1/+7 |
| | | | | | | | | Tag #26. | |||
* | | Add site-specific overrides and remove the overruling global. | wolfbeast | 2018-02-22 | -0/+4 |
| | | ||||
* | | Remove windows-xp and windows-vista from @media(-moz-os-version) | wolfbeast | 2018-02-20 | -3/+1 |
| | | ||||
* | | Remove some obsolete front-end code in Basilisk. | wolfbeast | 2018-02-19 | -12/+2 |
| | | ||||
* | | Remove Windows shell integration checks for Windows Vista. | wolfbeast | 2018-02-19 | -5/+0 |
| | | | | | | | | Tag #22. | |||
* | | Add an option to control automatic filling in of login credentials and ↵ | wolfbeast | 2018-02-18 | -0/+4 |
| | | | | | | | | | | | | switch this off by default. This resolves #272. | |||
* | | Chase the fox out of the shell service. | wolfbeast | 2018-02-18 | -4/+4 |
| | | | | | | | | | | "Welcome to branding hell, boys!" Part 2 for #271. | |||
* | | Rename Options to Preferences and unify location. | wolfbeast | 2018-02-18 | -12/+1 |
|/ | | | | | This also removes OS-specific naming/handling for separate locations. Fixes #270. | |||
* | Un-fold browsercomps.* from libxul | wolfbeast | 2018-02-11 | -41/+52 |
| | | | | This resolves #16. | |||
* | Rename Basilisk's webextensions component directory to better reflect what ↵ | Matt A. Tobin | 2018-02-09 | -1/+3 |
| | | | | it is. Also, add an Application level configure option to disable webextensions | |||
* | Confirm launch of executables other than .exe on Windows | wolfbeast | 2018-02-08 | -1/+7 |
| | ||||
* | Perform LoadURL checks for WebExtensions. | wolfbeast | 2018-02-08 | -0/+7 |
| | ||||
* | De-firefox many things | Matt A. Tobin | 2018-02-05 | -28/+28 |
| | ||||
* | Merge pull request #7 from janekptacijarabaci/devtools_inspector_cssColor4_1 | Moonchild | 2018-02-04 | -8/+4 |
|\ | | | | | Support for css-color-4 (finish) | |||
| * | Support for css-color-4 (finish) | janekptacijarabaci | 2018-02-02 | -8/+4 |
| | | | | | | | | Issue #4 | |||
* | | Remove browser tests - Part 2: Build System | Matt A. Tobin | 2018-02-03 | -128/+0 |
| | | ||||
* | | Remove browser tests - Part 1: The Tests (except for experiments) | Matt A. Tobin | 2018-02-03 | -78552/+0 |
|/ | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+268526 |