summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
| | * | | Issue #1064 - Part 2: Fix shorthand and services module import.wolfbeast2019-11-04-3/+6
| | * | | Merge branch 'master' into certexception-workwolfbeast2019-11-04-26960/+9884
| | |\| |
| | * | | No issue: Clean up `exceptionDialog.js`wolfbeast2019-08-17-14/+11
| | * | | Issue #1064: Don't get certificate details synchronously.wolfbeast2019-08-17-51/+31
| * | | | Issue #1263 - Part 2: Remove DiskSpaceWatcher testswolfbeast2019-11-08-1011/+0
| * | | | Issue #1263 - Part 1: Remove DiskSpaceWatcherwolfbeast2019-11-08-537/+3
| * | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2019-11-07-11/+0
| |\ \ \ \
| * | | | | Issue #1275 - Add pref to disable warning prompts for SuperfluousAuthwolfbeast2019-11-07-3/+21
| | |_|/ / | |/| | |
| | | | * Merge branch 'master' into js-moduleswolfbeast2018-08-05-60666/+30082
| | | | |\
| | | | * | Bug 1330900 - Implement <script nomodule>wolfbeast2018-07-10-2/+164
| | | | * | Bug 1340865 - New tests. (not hooked up)wolfbeast2018-07-10-0/+29
| | | | * | Bug 1340865 - Handle non-parser-created module scripts.wolfbeast2018-07-10-1/+1
| | | | * | Merge branch 'master' into js-moduleswolfbeast2018-07-09-168/+102
| | | | |\ \
| | | | * \ \ Merge pull request #608 from janekptacijarabaci/_testBranch_js_modules_basicMoonchild2018-07-07-251/+158
| | | | |\ \ \
| | | | | * \ \ Merge branch 'master' of https://github.com/MoonchildProductions/UXP into _te...janekptacijarabaci2018-07-06-889946/+299504
| | | | | |\ \ \
| | | | | * | | | Bug 1341298 - Relax expected module state when resolving modules and circular...janekptacijarabaci2018-04-14-5/+15
| | | | | * | | | Bug 1341411 - Support circular module dependencies through export* per ES2017janekptacijarabaci2018-04-14-19/+26
| | | | | * | | | Bug 1339986 - Handle export* when checking for duplicate exportjanekptacijarabaci2018-04-14-1/+1
| | | | | * | | | Bug 1341256 - Fix module namespace object get handlerjanekptacijarabaci2018-04-14-2/+7
| | | | | * | | | Bug 1340268 - [[HasProperty]] on module namespace object should work even whe...janekptacijarabaci2018-04-14-3/+5
| | | | | * | | | Bug 1326453 - Part 5: Remove no longer used ListIterator implementationjanekptacijarabaci2018-04-14-107/+0
| | | | | * | | | Bug 1326453 - Part 4: Return @@toStringTag in [[OwnPropertyKeys]] trap for mo...janekptacijarabaci2018-04-14-3/+20
| | | | | * | | | Bug 1326453 - Part 3: Don't throw a TypeError when SetPrototypeOf for module ...janekptacijarabaci2018-04-14-1/+5
| | | | | * | | | Bug 1326453 - Part 2: Change @@toStringTag for module namespace objects to no...janekptacijarabaci2018-04-14-2/+2
| | | | | * | | | Bug 1326453 - Part 1: Remove @@iterator method from module namespace objects ...janekptacijarabaci2018-04-14-63/+1
| | | | | * | | | Bug 1330682 - Use CORS when loading modules as per current specjanekptacijarabaci2018-04-14-9/+21
| | | | | * | | | Bug 1330657 - Enable <script type="module"> behind a prefjanekptacijarabaci2018-04-14-3/+20
| | | | | * | | | Bug 1320993 - Fix exporting default class expressionjanekptacijarabaci2018-04-14-35/+37
| | | | * | | | | Make the page visibility API pref-controlled.wolfbeast2018-07-07-0/+6
| | | | | |/ / / | | | | |/| | |
* | | | | | | | Issue #1258 - Part 8: Ifdef MailNews OAuth2 SupportMatt A. Tobin2019-11-05-23/+193
* | | | | | | | Merge branch 'master' into mailnews-workMatt A. Tobin2019-11-05-1477/+445
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Issue #1252 - Remove fragile fast path.wolfbeast2019-11-04-11/+0
| |/ / / / / /
| * | | | | | Merge branch 'table-sticky-work'wolfbeast2019-11-04-1465/+444
| |\ \ \ \ \ \
| | * | | | | | Bump Goanna version.wolfbeast2019-11-03-1/+1
| | * | | | | | Issue #146 - Part 7: Remove no longer relevant reftest.wolfbeast2019-11-03-62/+0
| | * | | | | | Issue #146 - Part 6: Allow `position: sticky` on table elements.wolfbeast2019-11-03-20/+7
| | * | | | | | Issue #146 - Part 5: Treat table row groups as containing blocks.wolfbeast2019-11-03-0/+11
| | * | | | | | Issue #146 - Part 4: Adjust tests for fixes.wolfbeast2019-11-03-4/+41
| | * | | | | | Issue #146 - Part 3: Create nsDisplayTableBackgroundImage to avoidwolfbeast2019-11-03-7/+75
| | * | | | | | Issue #146 - Part 3: Create nsDisplayTableFixedPosition to avoid displaywolfbeast2019-11-03-8/+108
| | * | | | | | Issue #146 - Part 2: Remove custom table painting component.wolfbeast2019-11-02-1162/+0
| | * | | | | | Issue #146 - Part 1: Draw each table's background on their own displaywolfbeast2019-11-02-223/+223
| * | | | | | | Merge pull request #1272 from g4jc/libcubebNew Tobin Paradigm2019-11-03-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Issue #1271 - Fix build failure in current in-tree libcubeb sndio moduleGaming4JC2019-11-03-1/+1
| |/ / / / / / /
* | | | | | | | Issue #1258 - Part 7: UXP Specific fixesMatt A. Tobin2019-11-03-37/+54
* | | | | | | | Issue #1258 - Part 6: Add MOZ_MOVEMAIL to MOZ_MAILNEWS configure logicMatt A. Tobin2019-11-03-1/+8
* | | | | | | | Issue #1258 - Part 5: Only IceDove cares about Thunderbird's baby mode accoun...Matt A. Tobin2019-11-03-6/+6
* | | | | | | | Issue #1258 - Part 4: Remove Add IM Account from Account ManagerMatt A. Tobin2019-11-03-11/+0
* | | | | | | | Issue #1258 - Part 3: Make mailnews and friends buildMatt A. Tobin2019-11-03-8/+90
* | | | | | | | Merge branch 'master' into mailnews-workMatt A. Tobin2019-11-03-9262/+5502
|\| | | | | | |