| Commit message (Expand) | Author | Age | Lines |
* | Update NSS symbol file.FullFunction_CP1Checkpoint_1 | wolfbeast | 2018-02-11 | -0/+3 |
* | Merge branch 'ext-work'FF_Checkpoint_1 | Matt A. Tobin | 2018-02-11 | -17/+111691 |
|\ |
|
| * | Make Devtools function without WebExtensions | Matt A. Tobin | 2018-02-11 | -1/+8 |
| * | Make Basilisk function without WebExtensions | Matt A. Tobin | 2018-02-11 | -3/+12 |
| * | Make NPAPI Plugins work | Matt A. Tobin | 2018-02-11 | -7/+53 |
| * | Just about almost totally fix GMP | Matt A. Tobin | 2018-02-11 | -4/+13 |
| * | Hard-code the version number for Mozilla's GMP service. | Matt A. Tobin | 2018-02-11 | -1/+1 |
| * | Fix for loops in LightweightThemeManager.jsm (SyntaxError: missing ] after el... | Matt A. Tobin | 2018-02-10 | -1/+7 |
| * | Fix for loops in AddonRepository.jsm (SyntaxError: missing ] after element list) | Matt A. Tobin | 2018-02-10 | -3/+19 |
| * | Fix for loops in XPIProvider.jsm (SyntaxError: missing ] after element list) | Matt A. Tobin | 2018-02-10 | -6/+22 |
| * | Use the uuid-generator service instead of mangling a random number generator ... | Matt A. Tobin | 2018-02-10 | -8/+4 |
| * | Bug 1245141 - Use `new Proxy` for AddonManager.addonTypes (TychoAM) | Matt A. Tobin | 2018-02-10 | -48/+47 |
| * | Add newChannel2 back to NetUtil.jsm | Matt A. Tobin | 2018-02-10 | -0/+35 |
| * | Make the Add-on Manager's binary components build | Matt A. Tobin | 2018-02-10 | -6/+28 |
| * | Hook up the Tycho Add-on Manager to the build system | Matt A. Tobin | 2018-02-10 | -14/+150 |
| * | Import Tycho's Add-on Manager | Matt A. Tobin | 2018-02-10 | -0/+111377 |
* | | Un-fold browsercomps.* from libxul | wolfbeast | 2018-02-11 | -43/+55 |
* | | Don't bust when addon-sdk dir exists but is empty (e.g. after pull) | wolfbeast | 2018-02-11 | -1/+1 |
|/ |
|
* | 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 it... | Matt A. Tobin | 2018-02-09 | -1/+19 |
| * | 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 |
| * | 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> se... | wolfbeast | 2018-02-08 | -5/+14 |
| * | 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 |
| * | Stop bypassing the Xray layer when walking the prototype chain. | wolfbeast | 2018-02-08 | -15/+14 |