summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update NSS to 3.35-RTMwolfbeast2018-02-23
|
* Update NSPR to 4.18wolfbeast2018-02-23
|
* Prevent issues and possible leaks with the bookmarks menu bar as a result of ↵wolfbeast2018-02-22
| | | | XBL re-binding.
* Merge branch 'ported-moebius'wolfbeast2018-02-22
|\
| * Bug 1217907: [RTL] Wrong direction in about:preferences#general homepagejanekptacijarabaci2018-02-22
| |
| * Propagate plugin permissions from top-level to XO iframes.janekptacijarabaci2018-02-22
| |
| * CSP: connect-src 'self' should always include https: and wss: schemesjanekptacijarabaci2018-02-22
| |
| * CSP: Support IDNs in connect-srcjanekptacijarabaci2018-02-22
| |
| * CSP: Ignore nonces on <img> per specjanekptacijarabaci2018-02-22
| |
| * CSP: Upgrade SO navigational requests per spec.janekptacijarabaci2018-02-22
| |
| * CSP 2 - ignore (x-)frame-options if CSP with frame-ancestors directive existsjanekptacijarabaci2018-02-22
| |
* | Enable ALSA support by default on Linux.wolfbeast2018-02-22
| | | | | | | | | | | | | | This will enable PulseAudio by default with a run-time fallback to ALSA (like Firefox <52). This resolves #115. PulseAudio will remain enabled by default -- if at runtime it's not available, it will fall back to ALSA. Building the tree will still require libpulse to be installed, unless using --disable-pulseaudio.
* | Merge branch 'ported-moebius'wolfbeast2018-02-22
|\|
| * Set BASILISK_VERSION override major.minor to 52.9wolfbeast2018-02-22
| |
| * Add site-specific overrides and remove the overruling global.wolfbeast2018-02-22
| |
| * Restore the dynamic release notes URL from prefwolfbeast2018-02-22
| |
| * Strip HHMM from the about dialog displayed version.wolfbeast2018-02-21
| |
| * Update various texts and references.wolfbeast2018-02-21
| |
| * Link about dialog version to general.useragent.appVersionIsBuildID.wolfbeast2018-02-21
| | | | | | | | | | 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
| |
| * Identify as Goanna + set Goanna platform version.wolfbeast2018-02-21
| |
| * Pick up major+minor milestone version from GRE milestone file.wolfbeast2018-02-21
| |
| * Read Firefox UA compatmode from a pref instead of hard-coded.wolfbeast2018-02-21
| | | | | | | | In case of a missing pref, a hard-coded value is still used from the ctor.
| * Replace display version in about box with build ID.wolfbeast2018-02-21
| |
| * Update UA construction.wolfbeast2018-02-21
| |
| * JS - make window.pageYOffset/pageXOffset/scrollX/scrollY doublejanekptacijarabaci2018-02-21
| |
| * DevTools - Scratchpad - fix an old bug (Ctrl+Shift+R / Reload and Run)janekptacijarabaci2018-02-21
| |
| * JS - URL - add toJSON supportjanekptacijarabaci2018-02-21
| |
| * Crypto Services (utils) - Support for SHA224-512janekptacijarabaci2018-02-21
| |
| * Notifications - Run (Desktop) Notifications twice (and more) in a row does ↵janekptacijarabaci2018-02-21
|/ | | | not work
* Merge pull request #27 from MoonchildProductions/theme-workMoonchild2018-02-20
|\ | | | | Remove Windows XP and Windows Vista theme components and resources.
| * Remove windows-xp and windows-vista from @media(-moz-os-version)wolfbeast2018-02-20
| |
| * Remove Windows XP and Windows Vista theme components and resources.wolfbeast2018-02-20
|/
* Fix build bustage: keep MF_WIN7_VERSION namewolfbeast2018-02-20
|
* Clean up Firefox specific considerations from WindowsVersion.hwolfbeast2018-02-20
| | | | Tag mcp-graveyard/UXP#22.
* Remove more obsolete checks in dom/media and ipc.wolfbeast2018-02-20
|
* Remove more Vista checks in ipc codewolfbeast2018-02-20
|
* Remove more Vista checks in dom/mediawolfbeast2018-02-20
|
* Remove DLL blocklist checks for Windows XP.wolfbeast2018-02-19
|
* Remove obsolete WinXPWifiScanner class.wolfbeast2018-02-19
| | | | Tag mcp-graveyard/UXP#22
* Remove Windows XP specific code in netwerk.wolfbeast2018-02-19
|
* Remove some obsolete front-end code in Basilisk.wolfbeast2018-02-19
|
* Remove gfx/thebes checks for Windows 7+.wolfbeast2018-02-19
|
* Remove some gfx/thebes checks for Windows Vista+.wolfbeast2018-02-19
|
* Remove XPCOM checks for Windows Vista and clean up unused header files.wolfbeast2018-02-19
| | | | Tag mcp-graveyard/UXP#22
* Remove Windows shell integration checks for Windows Vista.wolfbeast2018-02-19
| | | | Tag mcp-graveyard/UXP#22.
* Remove StartupSpecialSystemDirectory() workaround.wolfbeast2018-02-19
| | | | | The SHGetKnownFolderPath function declaration is exposed since [85edb1c711f7816ed1a30edd07b37d314fac216a] so we no longer need to GetProcAddress("SHGetKnownFolderPath") and we can call it directly. Also remove a redundant #include <shlobj.h>.
* Use thread_local calls on Win and Mac.wolfbeast2018-02-19
| | | | This resolves #24.
* Remove SEH try blocks from a11y code.wolfbeast2018-02-19
|
* Use GetTickCount64 without a GetProcAddress check in Timestamp_windows.cpp.wolfbeast2018-02-19
| | | | Tag mcp-graveyard/UXP#22.