| Commit message (Expand) | Author | Age | Lines |
* | Use a RefPtr to hold owner element ref when moving media resource load | Bryce Van Dyk | 2019-07-18 | -1/+1 |
* | Implement a threadsafe & revised version of http2PushedStream. | wolfbeast | 2019-07-18 | -32/+144 |
* | Merge branch 'nss-work' | wolfbeast | 2019-07-18 | -32/+78 |
|\ |
|
| * | Update NSS version. | wolfbeast | 2019-07-17 | -7/+6 |
| * | Prohibit the use of RSASSA-PKCS1-v1_5 algorithms in TLS 1.3 | wolfbeast | 2019-07-17 | -0/+20 |
| * | Don't unnecessarily strip leading 0's from key material during PKCS11 import. | wolfbeast | 2019-07-17 | -18/+30 |
| * | Apply better input checking discipline. | wolfbeast | 2019-07-17 | -7/+22 |
|/ |
|
* | Don't access gNeckoChild if not on main thread. (DiD) | wolfbeast | 2019-07-16 | -7/+16 |
* | Merge pull request #1181 from win7-7/FrameProperties-fix-comments | Moonchild | 2019-07-15 | -2/+2 |
|\ |
|
| * | Fix comments for Frameproperties | win7-7 | 2019-07-12 | -2/+2 |
* | | Merge pull request #1182 from win7-7/fix-one-hang | Moonchild | 2019-07-15 | -2/+4 |
|\ \ |
|
| * | | Dispatch a PluginRemoved event for actual plugins, not images/unknown/iframe-... | win7-7 | 2019-07-14 | -2/+4 |
| |/ |
|
* | | Merge pull request #1185 from FranklinDM/bk_newaddon-missing | Moonchild | 2019-07-15 | -1/+1 |
|\ \ |
|
| * | | [BASILISK] A prompt should be shown for new foreign add-ons on start up | FranklinDM | 2019-07-15 | -1/+1 |
* | | | Merge pull request #1184 from FranklinDM/am-discoverpane-fix | Moonchild | 2019-07-15 | -1/+1 |
|\ \ \ |
|
| * | | | Issue #1183 - Fix incorrect conditional preventing Discover Error Page from s... | FranklinDM | 2019-07-15 | -1/+1 |
| |/ / |
|
* | | | Block http auth prompt for cross-origin image subresources by default. | wolfbeast | 2019-07-15 | -7/+28 |
* | | | Selectively allow ftp subresources in the blocked mode. | wolfbeast | 2019-07-15 | -1/+21 |
* | | | Add preference to allow the loading of FTP subresources for corner cases | wolfbeast | 2019-07-14 | -0/+19 |
* | | | Follow up to #1177 - Clean up package-manifest.in | Matt A. Tobin | 2019-07-14 | -12/+0 |
* | | | Merge pull request #1177 from MoonchildProductions/remove_webide | New Tobin Paradigm | 2019-07-14 | -13812/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | Remove WebIDE devtools component. | wolfbeast | 2019-07-13 | -13812/+0 |
| |/ |
|
* | | Merge pull request #1175 from MoonchildProductions/deunify_caps | Moonchild | 2019-07-13 | -5/+14 |
|\ \ |
|
| * | | Stop building /caps unified and fix deprot. | wolfbeast | 2019-07-12 | -5/+14 |
| |/ |
|
* | | Merge pull request #1176 from MoonchildProductions/deunify_chrome | Moonchild | 2019-07-13 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Stop building /chrome unified and fix deprot. | wolfbeast | 2019-07-12 | -1/+2 |
|/ |
|
* | Merge pull request #1171 from win7-7/FrameProperties-iterate-once-pr | Moonchild | 2019-07-11 | -36/+80 |
|\ |
|
| * | Iterate the frame property list once to collect which child list properties w... | win7-7 | 2019-07-08 | -36/+80 |
* | | Merge pull request #1174 from JeroenVreeken/master | Moonchild | 2019-07-11 | -7/+51 |
|\ \ |
|
| * | | Make matroska mime type checking more consistent. | Jeroen Vreeken | 2019-07-11 | -5/+10 |
| * | | Allow matroska mime types for video element and MSE | Jeroen Vreeken | 2019-07-10 | -5/+44 |
|/ / |
|
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2019-07-08 | -20/+2 |
|\| |
|
| * | Merge pull request #1164 from g4jc/hotfix-removal | New Tobin Paradigm | 2019-07-08 | -20/+2 |
| |\ |
|
| | * | Issue #1160 - Remove HotFix Preferences from Telemetry | Gaming4JC | 2019-07-05 | -10/+1 |
| | * | Issue #1160 - Remove HotFix preferences from testing | Gaming4JC | 2019-07-05 | -4/+1 |
| | * | Issue #1160 - [Basilisk] Remove unused HotFix preferences | Gaming4JC | 2019-07-05 | -6/+0 |
* | | | Remove e10s info from about:support | wolfbeast | 2019-07-08 | -69/+0 |
|/ / |
|
* | | Avoid type confusion in ArrayJoinDenseKernel | wolfbeast | 2019-07-08 | -1/+1 |
* | | Merge pull request #1168 from win7-7/DisplayItemData-destructor | Moonchild | 2019-07-07 | -2/+7 |
|\ \ |
|
| * | | Avoid multiple hashtable lookups in DisplayItemData destructor | win7-7 | 2019-07-07 | -2/+7 |
|/ / |
|
* | | Merge pull request #1163 from win7-7/nsHtml5HtmlAttributes-clear | Moonchild | 2019-07-07 | -358/+719 |
|\ \
| |/
|/| |
|
| * | Introduce a new non-heap-allocated type for holding nsStringBuffer* in the HT... | win7-7 | 2019-07-05 | -358/+719 |
* | | Merge pull request #1159 from FranklinDM/bk_alltabslist-fix | Moonchild | 2019-07-05 | -14/+15 |
|\ \ |
|
| * | | Issue #1158 - Reinstate `tabcontainer` variable | FranklinDM | 2019-07-05 | -0/+2 |
| * | | Issue #1158 - Remove extraneous closing brace | FranklinDM | 2019-07-05 | -14/+13 |
|/ / |
|
* | | Merge pull request #1149 from kbhasi/master | Moonchild | 2019-07-05 | -2/+4 |
|\ \ |
|
| * | | Issue #1148 - Part 2: Add StartupWMClass to .desktop for official | Kevin Bhasi | 2019-07-01 | -1/+2 |
| * | | Issue #1148 - Part 1: Add StartupWMClass to .desktop for unofficial | Kevin Bhasi | 2019-07-01 | -1/+2 |
* | | | Give Mac an Linux (small sizes) the same treatment | wolfbeast | 2019-07-04 | -0/+0 |
* | | | Add adjusted icon for 2k/XP classic grey toolbar backgrounds. | wolfbeast | 2019-07-04 | -0/+0 |