Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | Issue #618 - Flip on module type scripting. | wolfbeast | 2019-11-10 | -1/+1 | |
| | | | |||||
| * | | Merge pull request #1278 from MoonchildProductions/js-modules | Moonchild | 2019-11-10 | -254/+353 | |
| |\ \ | | |/ | |/| | Partial solution for JS modules | ||||
| | * | Issue #618 - Misc fixes (merge conflicts) | wolfbeast | 2019-11-10 | -4/+8 | |
| | | | |||||
| | * | Merge branch 'master' into js-modules | wolfbeast | 2019-11-10 | -1139829/+854817 | |
| | |\ | | |/ | |/| | | | | | | | # Conflicts: # modules/libpref/init/all.js | ||||
| * | | Issue #447 - Improve the getHSTSPreloadList script | wolfbeast | 2019-11-09 | -12/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use HEAD instead of GET for probe to avoid loading pages - Reduce retries to 2 - Reduce timeout to 10 s (since we're just getting a HEAD this is royal) - Identify ourselves to websites as an automated tool - Improve performance of list merging (O(n^2) was getting too expensive) - Add a total counter and perform GC every 200 requests | ||||
| * | | Issue #447 - Update HSTS preload list. | wolfbeast | 2019-11-09 | -11027/+26141 | |
| | | | |||||
| * | | Issue #1254 - Update SQLite to 3.30.1 | wolfbeast | 2019-11-08 | -3966/+5306 | |
| | | | |||||
| * | | Merge pull request #1276 from MoonchildProductions/cairo-work | Moonchild | 2019-11-08 | -31685/+743 | |
| |\ \ | | | | | | | | | Update the in-tree cairo code. | ||||
| | * | | Issue #1274 - Part 5: Misc fixes and version update. | wolfbeast | 2019-11-07 | -194/+25 | |
| | | | | |||||
| | * | | Issue #1274 - Part 4: Remove some unnecessary checks for old Windows versions. | wolfbeast | 2019-11-07 | -28/+4 | |
| | | | | | | | | | | | | | | | | This gets rid of deprecated GetVersionEx() calls as a bonus. | ||||
| | * | | Issue #1274 - Part 3: Update libpixman licensing | wolfbeast | 2019-11-07 | -0/+55 | |
| | | | | |||||
| | * | | Issue #1274 - Part 2: Update Windows prerequisite defines. | wolfbeast | 2019-11-07 | -18/+24 | |
| | | | | |||||
| | * | | Issue #1274 - Part 1: Adopt the cairo version as our own. | wolfbeast | 2019-11-07 | -31460/+650 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move header licensing from tri-license to MPL 2.0. MPL-compatible other licensing has been retained where originally present. - Remove individual superseded licensing terms. - Remove patches, outdated readmes & incomplete patch summaries. - Remove incomplete cairo release notes (only went up to 1.6.4 anyway). - Rewrite COPYING to indicate the current state of the library in tree. | ||||
| * | | | Merge pull request #1214 from MoonchildProductions/certexception-work | Moonchild | 2019-11-08 | -68/+48 | |
| |\ \ \ | | | | | | | | | | | Fix Certificate Exception dialog logic | ||||
| | * | | | Issue #1064 - Part 3: Fix notifyObservers() call. | wolfbeast | 2019-11-04 | -1/+1 | |
| | | | | | |||||
| | * | | | Issue #1064 - Part 2: Fix shorthand and services module import. | wolfbeast | 2019-11-04 | -3/+6 | |
| | | | | | |||||
| | * | | | Merge branch 'master' into certexception-work | wolfbeast | 2019-11-04 | -26960/+9884 | |
| | |\| | | |||||
| | * | | | No issue: Clean up `exceptionDialog.js` | wolfbeast | 2019-08-17 | -14/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Fix some quoting, comments and inconsistencies and code style - Swap manually grabbing service components out for using `Services.*` | ||||
| | * | | | Issue #1064: Don't get certificate details synchronously. | wolfbeast | 2019-08-17 | -51/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids getting data synchronously on the main thread in an XHR (which has been deprecated for a long time and _may_ actually be blocked in our networking) and attempts to be more predictable by always firing an update request for the dialog from the XHR request handlers. | ||||
| * | | | | Issue #1263 - Part 2: Remove DiskSpaceWatcher tests | wolfbeast | 2019-11-08 | -1011/+0 | |
| | | | | | |||||
| * | | | | Issue #1263 - Part 1: Remove DiskSpaceWatcher | wolfbeast | 2019-11-08 | -537/+3 | |
| | | | | | |||||
| * | | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2019-11-07 | -11/+0 | |
| |\ \ \ \ | |||||
| * | | | | | Issue #1275 - Add pref to disable warning prompts for SuperfluousAuth | wolfbeast | 2019-11-07 | -3/+21 | |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | and AutomaticAuth, and default to not prompting. This resolves #1275. | ||||
| | | | * | Merge branch 'master' into js-modules | wolfbeast | 2018-08-05 | -60666/+30082 | |
| | | | |\ | |||||
| | | | * | | Bug 1330900 - Implement <script nomodule> | wolfbeast | 2018-07-10 | -2/+164 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch implements: - noModule getter/setter for HTMLScriptElement - the nomodule attribute for HTMLScriptElement - the logic in nsScriptLoader that denies the loading of a nomodule script - tests Tag #618 | ||||
| | | | * | | Bug 1340865 - New tests. (not hooked up) | wolfbeast | 2018-07-10 | -0/+29 | |
| | | | | | | |||||
| | | | * | | Bug 1340865 - Handle non-parser-created module scripts. | wolfbeast | 2018-07-10 | -1/+1 | |
| | | | | | | |||||
| | | | * | | Merge branch 'master' into js-modules | wolfbeast | 2018-07-09 | -168/+102 | |
| | | | |\ \ | |||||
| | | | * \ \ | Merge pull request #608 from janekptacijarabaci/_testBranch_js_modules_basic | Moonchild | 2018-07-07 | -251/+158 | |
| | | | |\ \ \ | | | | | | | | | | | | | | | | | Merge branch js modules basic | ||||
| | | | | * \ \ | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵ | janekptacijarabaci | 2018-07-06 | -889946/+299504 | |
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | _testBranch_test_1 | ||||
| | | | | * | | | | Bug 1341298 - Relax expected module state when resolving modules and ↵ | janekptacijarabaci | 2018-04-14 | -5/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | circular module dependencies are present | ||||
| | | | | * | | | | Bug 1341411 - Support circular module dependencies through export* per ES2017 | janekptacijarabaci | 2018-04-14 | -19/+26 | |
| | | | | | | | | | |||||
| | | | | * | | | | Bug 1339986 - Handle export* when checking for duplicate export | janekptacijarabaci | 2018-04-14 | -1/+1 | |
| | | | | | | | | | |||||
| | | | | * | | | | Bug 1341256 - Fix module namespace object get handler | janekptacijarabaci | 2018-04-14 | -2/+7 | |
| | | | | | | | | | |||||
| | | | | * | | | | Bug 1340268 - [[HasProperty]] on module namespace object should work even ↵ | janekptacijarabaci | 2018-04-14 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when binding is uninitialized | ||||
| | | | | * | | | | Bug 1326453 - Part 5: Remove no longer used ListIterator implementation | janekptacijarabaci | 2018-04-14 | -107/+0 | |
| | | | | | | | | | |||||
| | | | | * | | | | Bug 1326453 - Part 4: Return @@toStringTag in [[OwnPropertyKeys]] trap for ↵ | janekptacijarabaci | 2018-04-14 | -3/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | module namespace objects | ||||
| | | | | * | | | | Bug 1326453 - Part 3: Don't throw a TypeError when SetPrototypeOf for module ↵ | janekptacijarabaci | 2018-04-14 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | namespace objects is called with null | ||||
| | | | | * | | | | Bug 1326453 - Part 2: Change @@toStringTag for module namespace objects to ↵ | janekptacijarabaci | 2018-04-14 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-configurable | ||||
| | | | | * | | | | Bug 1326453 - Part 1: Remove @@iterator method from module namespace objects ↵ | janekptacijarabaci | 2018-04-14 | -63/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | per ES2017 | ||||
| | | | | * | | | | Bug 1330682 - Use CORS when loading modules as per current spec | janekptacijarabaci | 2018-04-14 | -9/+21 | |
| | | | | | | | | | |||||
| | | | | * | | | | Bug 1330657 - Enable <script type="module"> behind a pref | janekptacijarabaci | 2018-04-14 | -3/+20 | |
| | | | | | | | | | |||||
| | | | | * | | | | Bug 1320993 - Fix exporting default class expression | janekptacijarabaci | 2018-04-14 | -35/+37 | |
| | | | | | | | | | |||||
| | | | * | | | | | Make the page visibility API pref-controlled. | wolfbeast | 2018-07-07 | -0/+6 | |
| | | | | |/ / / | | | | |/| | | | | | | | | | | | | | | | | | | | This resolves #607. | ||||
* | | | | | | | | Issue #1258 - Part 8: Ifdef MailNews OAuth2 Support | Matt A. Tobin | 2019-11-05 | -23/+193 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use --disable-mailnews-oauth2 to exclude it. Confvars won't be respected. | ||||
* | | | | | | | | Merge branch 'master' into mailnews-work | Matt A. Tobin | 2019-11-05 | -1477/+445 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Issue #1252 - Remove fragile fast path. | wolfbeast | 2019-11-04 | -11/+0 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | This resolves #1252. | ||||
| * | | | | | | Merge branch 'table-sticky-work' | wolfbeast | 2019-11-04 | -1465/+444 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | This resolves #146. | ||||
| | * | | | | | | Bump Goanna version. | wolfbeast | 2019-11-03 | -1/+1 | |
| | | | | | | | | |||||
| | * | | | | | | Issue #146 - Part 7: Remove no longer relevant reftest. | wolfbeast | 2019-11-03 | -62/+0 | |
| | | | | | | | |