Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bug 1168376: Show transferred size in request summary instead of ↵ | janekptacijarabaci | 2018-02-28 | -70/+177 |
| | | | | | | | decompressed size https://github.com/MoonchildProductions/moebius/pull/93 - without: DOMContentLoaded and load | |||
* | basilisk -jsdebugger - Import Console.jsm before calling console.[something] | janekptacijarabaci | 2018-02-28 | -0/+2 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/250 | |||
* | Basilisk - the cmd line - help (the columns alignment, error improvements) - ↵ | janekptacijarabaci | 2018-02-28 | -1/+1 |
| | | | | | | follow up https://github.com/MoonchildProductions/moebius/pull/58 | |||
* | DevTools - Scratchpad - fix an old bug (Shift+Alt+R / Reload and Run) - ↵ | janekptacijarabaci | 2018-02-28 | -1/+1 |
| | | | | | | follow up (Ctrl+Alt+R does not work) https://github.com/MoonchildProductions/moebius/pull/50 | |||
* | Bug 1309194: Implement summary info in Net Panel Toolbar; Bug 1317205: CSS ↵ | janekptacijarabaci | 2018-02-28 | -240/+333 |
| | | | | | | improvement for summary button Required for: https://github.com/MoonchildProductions/moebius/pull/93 | |||
* | DevTools - inspector - data URL source links and their tooltips are unreadable | janekptacijarabaci | 2018-02-28 | -14/+44 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/95 | |||
* | [partial fix] DevTools - network - proxy - throws an errors (remoteAddress) | janekptacijarabaci | 2018-02-28 | -2/+18 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/63 | |||
* | Basilisk - the cmd line - help (the columns alignment, error improvements) | janekptacijarabaci | 2018-02-28 | -32/+38 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/58 | |||
* | DevTools - gcli commands - cookie | janekptacijarabaci | 2018-02-28 | -9/+13 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/55 | |||
* | DevTools - Inspector - tooltip get element width/height wrong when browser ↵ | janekptacijarabaci | 2018-02-28 | -4/+50 |
| | | | | | | zoomed https://github.com/MoonchildProductions/moebius/pull/54 | |||
* | Remove non-functional nsDragAndDrop due to refactoring | Matt A. Tobin | 2018-02-27 | -605/+0 |
| | ||||
* | Merge branch 'EME-work' | wolfbeast | 2018-02-24 | -60/+167 |
|\ | ||||
| * | Merge branch 'master' into EME-work | Matt A. Tobin | 2018-02-24 | -17/+12 |
| |\ | |/ |/| | ||||
* | | WebRTC should be an enable bool in ac configure but enabled in Basilisk | Matt A. Tobin | 2018-02-24 | -5/+6 |
| | | ||||
* | | Developer Tools client should be a disable bool in ac configure | Matt A. Tobin | 2018-02-24 | -12/+6 |
| | | ||||
| * | Fix up leftover merge conflicts. | wolfbeast | 2018-02-24 | -16/+3 |
| | | | | | | | | Tag #26 | |||
| * | Remove unnecessary front-end features and pres when not building EME. | wolfbeast | 2018-02-24 | -11/+28 |
| | | | | | | | | Tag #26. | |||
| * | Don't build EME-specific subroutines without EME. | wolfbeast | 2018-02-24 | -2/+90 |
| | | | | | | | | | | | | | | | | | | | | | | - Checks for restricted or encrypted content - Dispatching 'encrypted' events - Dispatching 'key needed' events - HTML Media Element media keys system - EME telemetry - HTML Media Element EME API This is the main bulk for #26, isolating EME-specific code. | |||
| * | Don't include MediaKeySystemAccess without EME. | wolfbeast | 2018-02-24 | -0/+20 |
| | | | | | | | | | | | | This also removes checks for EME content in documents. This removes practical use of EME by no longer having a keying system. (no-op) tag #26 | |||
| * | Don't build GMP-clearkey when not building EME. | wolfbeast | 2018-02-24 | -1/+7 |
| | | ||||
| * | Move --enable-eme out of mozconfigure | wolfbeast | 2018-02-24 | -45/+34 |
|/ | ||||
* | Merge branch 'TLS-1.3' | wolfbeast | 2018-02-24 | -16468/+35049 |
|\ | ||||
| * | Activate TLS 1.3 by default. | wolfbeast | 2018-02-24 | -1/+1 |
| | | | | | | | | This resolves #15. | |||
| * | Merge branch 'security_tls_1-3_1' into TLS-1.3 | wolfbeast | 2018-02-23 | -100/+401 |
| |\ | ||||
| | * | Style clean up | janekptacijarabaci | 2018-02-11 | -1/+0 |
| | | | ||||
| | * | 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 |
| | | | |