Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | Bug 1344340 - "An unknown error has occurred (804b000c)" appears in the ↵ | janekptacijarabaci | 2018-02-11 | -0/+2 | |
| | | | | | | | | | | | | statusbar when loading some sites | ||||
| | * | Bug 1328955 - When a client tries TLS1.3 with EarlyData and a server falls ↵ | janekptacijarabaci | 2018-02-11 | -3/+8 | |
| | | | | | | | | | | | | back to tls1.2,we should reconnect using tls1.3 without EarlyData | ||||
| | * | Bug 1350388 - Drag&drop some HTTPS links in the download icon displays ↵ | janekptacijarabaci | 2018-02-11 | -0/+2 | |
| | | | | | | | | | | | | wrongly download as failed | ||||
| | * | Bug 1351392 - Fix transport status events for http2 and ftp | janekptacijarabaci | 2018-02-11 | -0/+4 | |
| | | | |||||
| | * | Bug 1344890 - h2 tls 1.3 early data problem with https://echo.filippo.io/foo | janekptacijarabaci | 2018-02-11 | -0/+5 | |
| | | | |||||
| | * | Bug 1322373 - TLS 1.3 early-data for http/2 | janekptacijarabaci | 2018-02-11 | -82/+342 | |
| | | | |||||
| | * | Bug 1345240 - h2 stalls on failed early data hard reload | janekptacijarabaci | 2018-02-11 | -0/+6 | |
| | | | |||||
| | * | Bug 1343600 - Add TLS handshake Start/Stop events | janekptacijarabaci | 2018-02-11 | -15/+33 | |
| | | | |||||
| | * | Bug 1340164 - Fix socket transport status events | janekptacijarabaci | 2018-02-11 | -0/+49 | |
| | | | |||||
| * | | Merge branch '_native_52ESR_http_events_1' into TLS-1.3 | wolfbeast | 2018-02-23 | -0/+49 | |
| |\ \ | |||||
| | * | | Fix socket transport status events | janekptacijarabaci | 2018-02-04 | -0/+49 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1340164 (native in moebius) | ||||
| * | | | Update build system files for NSS 3.35 | wolfbeast | 2018-02-23 | -1/+9 | |
| | | | | |||||
| * | | | Update NSS to 3.35-RTM | wolfbeast | 2018-02-23 | -15971/+34294 | |
| | | | | |||||
| * | | | Update NSPR to 4.18 | wolfbeast | 2018-02-23 | -395/+295 | |
| | | | | |||||
* | | | | Restore toolkit/obsolete files and reinstate them to toolkit/content | Matt A. Tobin | 2018-02-23 | -0/+1065 | |
| | | | | |||||
* | | | | Revert "Restore toolkit/obsolete" | Matt A. Tobin | 2018-02-23 | -473/+0 | |
| | | | | | | | | | | | | | | | | This reverts commit b61927d4cdb92636758c4c80d5050b3266486529. | ||||
* | | | | Fix typo in f3f9b7b06e37f870463a5f2196457cca6b10d700 (caps) | wolfbeast | 2018-02-23 | -2/+2 | |
|/ / / | |||||
* | | | Prevent issues and possible leaks with the bookmarks menu bar as a result of ↵ | wolfbeast | 2018-02-22 | -0/+4 | |
| | | | | | | | | | | | | XBL re-binding. | ||||
* | | | Merge branch 'ported-moebius' | wolfbeast | 2018-02-22 | -53/+844 | |
|\ \ \ | |||||
| * | | | Bug 1217907: [RTL] Wrong direction in about:preferences#general homepage | janekptacijarabaci | 2018-02-22 | -0/+5 | |
| | | | | |||||
| * | | | Propagate plugin permissions from top-level to XO iframes. | janekptacijarabaci | 2018-02-22 | -3/+15 | |
| | | | | |||||
| * | | | CSP: connect-src 'self' should always include https: and wss: schemes | janekptacijarabaci | 2018-02-22 | -11/+168 | |
| | | | | |||||
| * | | | CSP: Support IDNs in connect-src | janekptacijarabaci | 2018-02-22 | -2/+135 | |
| | | | | |||||
| * | | | CSP: Ignore nonces on <img> per spec | janekptacijarabaci | 2018-02-22 | -4/+111 | |
| | | | | |||||
| * | | | CSP: Upgrade SO navigational requests per spec. | janekptacijarabaci | 2018-02-22 | -0/+214 | |
| | | | | |||||
| * | | | CSP 2 - ignore (x-)frame-options if CSP with frame-ancestors directive exists | janekptacijarabaci | 2018-02-22 | -34/+197 | |
| | | | | |||||
* | | | | Enable ALSA support by default on Linux. | wolfbeast | 2018-02-22 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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' | wolfbeast | 2018-02-22 | -159/+357 | |
|\| | | | |||||
| * | | | Set BASILISK_VERSION override major.minor to 52.9 | wolfbeast | 2018-02-22 | -2/+2 | |
| | | | | |||||
| * | | | Add site-specific overrides and remove the overruling global. | wolfbeast | 2018-02-22 | -10/+4 | |
| | | | | |||||
| * | | | Restore the dynamic release notes URL from pref | wolfbeast | 2018-02-22 | -1/+1 | |
| | | | | |||||
| * | | | Strip HHMM from the about dialog displayed version. | wolfbeast | 2018-02-21 | -1/+1 | |
| | | | | |||||
| * | | | Update various texts and references. | wolfbeast | 2018-02-21 | -23/+18 | |
| | | | | |||||
| * | | | Link about dialog version to general.useragent.appVersionIsBuildID. | wolfbeast | 2018-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. | wolfbeast | 2018-02-21 | -0/+4 | |
| | | | | |||||
| * | | | Identify as Goanna + set Goanna platform version. | wolfbeast | 2018-02-21 | -2/+2 | |
| | | | | |||||
| * | | | Pick up major+minor milestone version from GRE milestone file. | wolfbeast | 2018-02-21 | -3/+9 | |
| | | | | |||||
| * | | | Read Firefox UA compatmode from a pref instead of hard-coded. | wolfbeast | 2018-02-21 | -7/+25 | |
| | | | | | | | | | | | | | | | | 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. | wolfbeast | 2018-02-21 | -8/+9 | |
| | | | | |||||
| * | | | Update UA construction. | wolfbeast | 2018-02-21 | -12/+63 | |
| | | | | |||||
| * | | | JS - make window.pageYOffset/pageXOffset/scrollX/scrollY double | janekptacijarabaci | 2018-02-21 | -55/+133 | |
| | | | | |||||
| * | | | DevTools - Scratchpad - fix an old bug (Ctrl+Shift+R / Reload and Run) | janekptacijarabaci | 2018-02-21 | -1/+1 | |
| | | | | |||||
| * | | | JS - URL - add toJSON support | janekptacijarabaci | 2018-02-21 | -1/+16 | |
| | | | | |||||
| * | | | Crypto Services (utils) - Support for SHA224-512 | janekptacijarabaci | 2018-02-21 | -40/+45 | |
| | | | | |||||
| * | | | Notifications - Run (Desktop) Notifications twice (and more) in a row does ↵ | janekptacijarabaci | 2018-02-21 | -2/+27 | |
|/ / / | | | | | | | | | | not work | ||||
* | | | Merge pull request #27 from MoonchildProductions/theme-work | Moonchild | 2018-02-20 | -858/+456 | |
|\ \ \ | | | | | | | | | Remove Windows XP and Windows Vista theme components and resources. | ||||
| * | | | Remove windows-xp and windows-vista from @media(-moz-os-version) | wolfbeast | 2018-02-20 | -13/+2 | |
| | | | | |||||
| * | | | Remove Windows XP and Windows Vista theme components and resources. | wolfbeast | 2018-02-20 | -845/+454 | |
|/ / / | |||||
* | | | Fix build bustage: keep MF_WIN7_VERSION name | wolfbeast | 2018-02-20 | -2/+2 | |
| | | | |||||
* | | | Clean up Firefox specific considerations from WindowsVersion.h | wolfbeast | 2018-02-20 | -73/+4 | |
| | | | | | | | | | | | | Tag #22. |