summaryrefslogtreecommitdiffstats
path: root/browser
Commit message (Collapse)AuthorAgeLines
* 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
* 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
* Bug 1452075 - Backport some upstream pdf.js fixes.Ryan VanderMeulen2018-04-19-42/+60
|
* Error out on missing or searchplugin or empty list.wolfbeast2018-04-19-2/+2
|
* Merge branch 'html_input_datetime_1'wolfbeast2018-04-15-4/+7
|\ | | | | | | This is almost everything needed for #162.
| * Bug 1390794 - Use 'norolluponanchor' to avoid closing the picker when the ↵janekptacijarabaci2018-03-31-2/+4
| | | | | | | | anchored input box is clicked
| * moebius#92: HTML - input - datetimejanekptacijarabaci2018-03-30-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + native in moebius: Bug 1317600: https://bugzilla.mozilla.org/show_bug.cgi?id=1317600 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1283385: https://bugzilla.mozilla.org/show_bug.cgi?id=1283385 Bug 1323109: https://bugzilla.mozilla.org/show_bug.cgi?id=1323109 Bug 1314544: https://bugzilla.mozilla.org/show_bug.cgi?id=1314544 Bug 1286182: https://bugzilla.mozilla.org/show_bug.cgi?id=1286182 Bug 1325922: https://bugzilla.mozilla.org/show_bug.cgi?id=1325922 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1320225: https://bugzilla.mozilla.org/show_bug.cgi?id=1320225 Bug 1341190: https://bugzilla.mozilla.org/show_bug.cgi?id=1341190
| * Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-03-30-3428/+1036
| |\ | | | | | | | | | html_input_datetime_1
| * | Bug 1341190: Date picker panel and email input validation popup close ↵janekptacijarabaci2018-02-14-1/+0
| | | | | | | | | | | | immediately after opening
* | | Fix a build warning for BrowserComponents.manifestjanekptacijarabaci2018-04-14-4/+1
| | | | | | | | | | | | | | | [drive]:/[path]/browser/components/BrowserComponents.manifest: WARNING: no useful preprocessor directives found
* | | Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.wolfbeast2018-04-13-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - `--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.
* | | Merge pull request #134 from janekptacijarabaci/places_error_1New Tobin Paradigm2018-04-12-39/+66
|\ \ \ | | | | | | | | Places - fix: throws an error: 0x80004005 (NS_ERROR_FAILURE) [nsIEditor.transactionManager]
| * | | Places - throws an error: 0x80004005 (NS_ERROR_FAILURE) ↵janekptacijarabaci2018-02-13-39/+66
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-7317/+220
|\ \ \
| * | | [PALEMOON] Fix depth for toolkit osx shared.incMatt A. Tobin2018-04-11-1/+1
| | | |
| * | | Only enable general.useragent.appVersionIsBuildID for Basilisk by defaultMatt A. Tobin2018-04-11-0/+2
| | | |
| * | | Merge pull request #108 from ↵New Tobin Paradigm2018-04-08-1/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | janekptacijarabaci/devtools_browser_cleanUp_followUp_3 [DevTools] Use preprocessing for: a global variable "gDevTools" and the context menu - a function "Inspect Element"
| | * | | [DevTools] Use preprocessing for: a global variable "gDevTools" and the ↵janekptacijarabaci2018-04-08-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | context menu - a function "Inspect Element" Follow up: #106
| * | | | Fix packaging after bf6bb14trav902018-04-08-2/+0
| |/ / /
| * | | Merge pull request #106 from ↵New Tobin Paradigm2018-04-08-0/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | janekptacijarabaci/devtools_browser_cleanUp_followUp_2 [DevTools] Follow up: A function "Inspect Element" (nsContextMenu.js)
| | * | | [DevTools] Follow up: A function "Inspect Element" (nsContextMenu.js)janekptacijarabaci2018-04-08-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Issue #95 Follow up: #99
| * | | | Remove telemetry experiments frameworkwolfbeast2018-04-08-6801/+0
| |/ / /
| * | | Remove unused variables (DevTools) in browser.jsjanekptacijarabaci2018-04-08-41/+0
| | | | | | | | | | | | | | | | Issue #95
| * | | 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-3/+4
| | | | | | | | | | | | | | | | Follow up to 5e8e0689c
| * | | Instate unofficial branding (`Serpent`)wolfbeast2018-04-06-40/+111
| | | |
| * | | Remove about:home snippets.wolfbeast2018-04-06-380/+5
| | | |
| * | | Take the following project_flags out of moz.configure: and put them back ↵Matt A. Tobin2018-04-05-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into old-configure MOZ_PLACES MOZ_SOCIAL MOZ_SERVICES_HEALTHREPORT MOZ_SERVICES_SYNC MOZ_SERVICES_CLOUDSYNC
| * | | Remove unused XRE_DONT_SUPPORT_XPSP2wolfbeast2018-04-05-5/+0
| | | |
| * | | Change embedded emoji font from EmojiOne to Twemoji.wolfbeast2018-04-04-4/+4
| | |/ | |/|
* / | Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-272/+10
|/ /
* | Blocklist update (follow up for "AntiVirus for Firefox")janekptacijarabaci2018-03-19-2/+2
| | | | | | | | Issue https://github.com/MoonchildProductions/Pale-Moon/issues/1644
* | Use origin instead of documentURI for WebRTC permission requests, when ↵wolfbeast2018-03-17-1/+8
| | | | | | | | available.
* | Set up the "DRM not available" messages in a saner way.wolfbeast2018-03-17-30/+28
| |
* | Blocklist updatewolfbeast2018-03-14-1/+5
| |
* | Bug 1424709 - Force disable the OSX system "nano allocator". r=spohl, a=RyanVMMike Hommey2018-03-14-0/+5
| | | | | | | | | | | | | | | | | | | | | | We're not actually using it, and it messes up with the zone allocator in mozjemalloc after fork(). See the lengthy analysis in https://bugzilla.mozilla.org/show_bug.cgi?id=1424709#c34 and following. --HG-- extra : rebase_source : b191048290a907cc7668ad7ab6369ef8661f31dc extra : intermediate-source : 45c5d467a46077dcc3ccd59feafd0c2784432fef extra : source : bf1efa161edb20a83fe8db2f96c51f4e66880153
* | Hard-disable the use of sponsored tiles.wolfbeast2018-03-13-24/+7
| |
* | Remove Rust URL parser CAPIwolfbeast2018-03-13-1/+0
| | | | | | | | Part 2 for #58
* | Remove Rust MP4 parserwolfbeast2018-03-13-1/+0
| | | | | | | | Part 1 for #58
* | Adjust error number for WebExtensions on TychoAM and add the string to BasiliskMatt A. Tobin2018-03-12-0/+3
| | | | | | | | Pale Moon l10n will need an adjustment as well from -5 to -9
* | [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]
* | Fix configure on Mac OS Xadeshkp2018-03-05-2/+2
| |
* | Remove testing-only UI components for e10swolfbeast2018-03-03-157/+2
| | | | | | | | | | 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-9/+34
|\ \ | | | | | | Port across devtools enhancements