summaryrefslogtreecommitdiffstats
path: root/browser
Commit message (Collapse)AuthorAgeLines
* 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
| * DevTools - Browser Console - restore sessionsjanekptacijarabaci2018-03-01-1/+26
| | | | | | | | 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-10/+0
| |
* | Update 7zSFXMatt A. Tobin2018-03-01-1/+1
| |
* | Update configure variable verificationMatt A. Tobin2018-02-28-1/+7
|/
* Merge branch 'master' into EME-workMatt A. Tobin2018-02-24-7/+2
|\
| * WebRTC should be an enable bool in ac configure but enabled in BasiliskMatt A. Tobin2018-02-24-0/+1
| |
| * Developer Tools client should be a disable bool in ac configureMatt A. Tobin2018-02-24-7/+1
| |
* | Remove unnecessary front-end features and pres when not building EME.wolfbeast2018-02-24-11/+22
| | | | | | | | Tag #26.
* | Don't build GMP-clearkey when not building EME.wolfbeast2018-02-24-0/+2
|/
* Fix typo in f3f9b7b06e37f870463a5f2196457cca6b10d700 (caps)wolfbeast2018-02-23-2/+2
|
* Prevent issues and possible leaks with the bookmarks menu bar as a result of ↵wolfbeast2018-02-22-0/+4
| | | | XBL re-binding.
* Bug 1217907: [RTL] Wrong direction in about:preferences#general homepagejanekptacijarabaci2018-02-22-0/+5
|
* Set BASILISK_VERSION override major.minor to 52.9wolfbeast2018-02-22-2/+2
|
* Add site-specific overrides and remove the overruling global.wolfbeast2018-02-22-0/+4
|
* Restore the dynamic release notes URL from prefwolfbeast2018-02-22-1/+1
|
* Strip HHMM from the about dialog displayed version.wolfbeast2018-02-21-1/+1
|
* Update various texts and references.wolfbeast2018-02-21-10/+4
|
* Link about dialog version to general.useragent.appVersionIsBuildID.wolfbeast2018-02-21-1/+7
| | | | | true: YYYY.MM.DD.HHMM false: v{internal version number} (YYYY-MM-DD)
* Provide UA Gecko and Firefox slices by default for web compatibility.wolfbeast2018-02-21-0/+4
|
* Replace display version in about box with build ID.wolfbeast2018-02-21-8/+9
|
* Update UA construction.wolfbeast2018-02-21-2/+2
|
* Remove windows-xp and windows-vista from @media(-moz-os-version)wolfbeast2018-02-20-3/+1
|
* Remove Windows XP and Windows Vista theme components and resources.wolfbeast2018-02-20-372/+152
|
* Remove some obsolete front-end code in Basilisk.wolfbeast2018-02-19-76/+3
|
* Remove Windows shell integration checks for Windows Vista.wolfbeast2018-02-19-5/+0
| | | | Tag #22.
* Prevent installing stand-alone installers on unsupported environments.wolfbeast2018-02-18-52/+16
| | | | | - Prevent installers from installing on XP/Vista. - Prevent x64 installers from installing on x86.
* Stop shipping d3dcompiler_43.dllwolfbeast2018-02-18-9/+0
|
* Merge branch 'master' into ported-moebiuswolfbeast2018-02-18-2354/+150
|\ | | | | | | | | # Conflicts: # browser/installer/windows/nsis/stub.nsi
| * Adjust requirementsMatt A. Tobin2018-02-17-1/+1
| |
| * Basilisk requires devtools client for now so enable it by default but add a ↵Matt A. Tobin2018-02-17-1/+5
| | | | | | | | temporary exportable variable to bypass that
| * Merge branch 'stub-branding-cc'Matt A. Tobin2018-02-17-2246/+144
| |\
| | * Reduce redundencies in Basilisk brandingMatt A. Tobin2018-02-17-122/+143
| | |
| | * Remove stub installer - Part 2: BasiliskMatt A. Tobin2018-02-17-2124/+1
| | |
* | | Update names in installer defines.wolfbeast2018-02-18-5/+5
| | | | | | | | | | | | Having the proper `WindowClass` should resolve #170.
* | | Fix installer build bustage.wolfbeast2018-02-18-3/+0
| | | | | | | | | | | | Follow-up to cdef1d75eabfe6927aa0f4e0c18869653c9f1955