Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 'ext-work' | Matt A. Tobin | 2018-02-10 | -100771/+639 |
|\ | ||||
| * | Move WebExtensions enabled Add-ons Manager | Matt A. Tobin | 2018-02-10 | -106/+133 |
| | | ||||
| * | Rename Toolkit's webextensions component directory to better reflect what it is. | Matt A. Tobin | 2018-02-09 | -2/+4 |
| | | ||||
| * | Rename Basilisk's webextensions component directory to better reflect what ↵ | Matt A. Tobin | 2018-02-09 | -1/+19 |
| | | | | | | | | it is. Also, add an Application level configure option to disable webextensions | |||
| * | Move Add-on SDK source to toolkit/jetpack | Matt A. Tobin | 2018-02-09 | -100663/+484 |
| | | ||||
* | | Workaround for cloned videos not retaining their muted state. | wolfbeast | 2018-02-10 | -0/+5 |
|/ | ||||
* | Merge branch 'ported-upstream' | wolfbeast | 2018-02-09 | -2044/+722 |
|\ | ||||
| * | Limit the number of SharedArrayBuffers in normal JS code (not just asm.js). | wolfbeast | 2018-02-09 | -15/+19 |
| | | ||||
| * | Bug 1420507 | wolfbeast | 2018-02-09 | -0/+2 |
| | | ||||
| * | Make XDR decoding more robust. | wolfbeast | 2018-02-08 | -23/+57 |
| | | ||||
| * | WASM: Separate out ToTableIndex() | wolfbeast | 2018-02-08 | -2/+16 |
| | | ||||
| * | Use a static mutex for getting deviceId keys in MediaParent. | wolfbeast | 2018-02-08 | -12/+22 |
| | | ||||
| * | Add more NS_BUILD_REFCNT_LOGGING in AtomicRefCountedWithFinalize. | wolfbeast | 2018-02-08 | -2/+8 |
| | | ||||
| * | Remove unnecessary InvalidateCompilerOutputsForScript call. | wolfbeast | 2018-02-08 | -19/+0 |
| | | ||||
| * | Remove referrers when opening a link in a new private window. | wolfbeast | 2018-02-08 | -0/+6 |
| | | ||||
| * | Update blocklist and remove CRL entries. | wolfbeast | 2018-02-08 | -1960/+479 |
| | | ||||
| * | Use our provisioned blocklist server. | wolfbeast | 2018-02-08 | -1/+1 |
| | | ||||
| * | Add missing sanitization for HTML exporting of bookmarks. | wolfbeast | 2018-02-08 | -1/+1 |
| | | ||||
| * | Make the url bar strip javascript even when preceded by control characters | wolfbeast | 2018-02-08 | -1/+1 |
| | | ||||
| * | Implement "cookie-averse document objects". | wolfbeast | 2018-02-08 | -0/+43 |
| | | | | | | | | | | See: https://html.spec.whatwg.org/multipage/dom.html#cookie-averse-document-object This resolves #196. | |||
| * | Explicitly cancel channel after mixed content redirect. | wolfbeast | 2018-02-08 | -1/+6 |
| | | ||||
| * | Check ScriptExtensions property of combining marks when available. | wolfbeast | 2018-02-08 | -3/+34 |
| | | ||||
| * | Force punycode display for IDNs with a <dotless-i/j, combining mark above> ↵ | wolfbeast | 2018-02-08 | -5/+14 |
| | | | | | | | | sequence. | |||
| * | Don't allow proxies in the proto chain. | wolfbeast | 2018-02-08 | -0/+14 |
| | | ||||
* | | Fix a rare crash with asm.js caching. | wolfbeast | 2018-02-09 | -116/+316 |
| | | ||||
* | | Re-enable asm.js caching | wolfbeast | 2018-02-09 | -18/+4 |
| | | ||||
* | | Restore toolkit/obsolete | Matt A. Tobin | 2018-02-08 | -0/+473 |
| | | ||||
* | | Fix wrong keyword in toolkit/components/jsdownloads/DownloadIntegration.jsm | Matt A. Tobin | 2018-02-08 | -1/+1 |
| | | ||||
* | | Merge branch 'ported-upstream' | wolfbeast | 2018-02-08 | -23/+50 |
|\| | ||||
| * | Fix ReadCompressedIndexDataValuesFromBlob(). | wolfbeast | 2018-02-08 | -2/+10 |
| | | ||||
| * | Avoid potentially unsafe snprintf usage in FPSCounter. | wolfbeast | 2018-02-08 | -6/+21 |
| | | | | | | | | | | | | snprintf returns the number of bytes it would have written when it runs out of space. This patch makes sure we properly handle this unlikely event in FPSCounter. This patch also makes sure we don't print out the contents of an uninitialized buffer. | |||
| * | Stop bypassing the Xray layer when walking the prototype chain. | wolfbeast | 2018-02-08 | -15/+14 |
| | | ||||
| * | Check for integer overflow in AesTask::DoCrypto() (DiD) | wolfbeast | 2018-02-08 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | After calling mResult.SetLength(mData.Length() + 16) we should check that the integer addition didn't overflow. It seems at the moment impossible to create ArrayBuffers of size >= 0x0xfffffff0, however adding a check here doesn't hurt. mResult.Length() is passed to the PK11 API functions as a maxOut parameter and should be checked by the softoken crypto algorithm implementations. AES-ECB and AES-GCM seem to do that correctly. | |||
* | | Merge branch 'ported-upstream' | wolfbeast | 2018-02-08 | -218/+352 |
|\| | ||||
| * | Confirm launch of executables other than .exe on Windows | wolfbeast | 2018-02-08 | -15/+24 |
| | | ||||
| * | Cleanup async mozStorage callback management. | wolfbeast | 2018-02-08 | -140/+88 |
| | | | | | | | | Also avoid raw pointers in mozStorageAsyncStatementExecution.cpp. | |||
| * | Perform LoadURL checks for WebExtensions. | wolfbeast | 2018-02-08 | -0/+7 |
| | | ||||
| * | Add rematerialized frames to the table on JitActivation after ↵ | wolfbeast | 2018-02-08 | -8/+71 |
| | | | | | | | | rematerialization succeeds. | |||
| * | Edit transactions should store their editor instance with strong reference | wolfbeast | 2018-02-07 | -53/+150 |
| | | | | | | | | Edit transactions should store their editor instance with a strong reference, and they should be released when the editor is destroyed. | |||
| * | Bug 1261175. | wolfbeast | 2018-02-07 | -0/+6 |
| | |