Replace the various interfaces in web/interfaces.js with proper classes#20607
Replace the various interfaces in web/interfaces.js with proper classes#20607timvandermeij merged 6 commits intomozilla:masterfrom
web/interfaces.js with proper classes#20607Conversation
|
/botio-linux unittest |
From: Bot.io (Linux m4)ReceivedCommand cmd_unittest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/b863d6c2b84914c/output.txt |
|
/botio integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/de6b77d90071f39/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 1 Live output at: http://54.241.84.105:8877/d020f2ea067cbbb/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/b863d6c2b84914c/output.txt Total script time: 2.96 mins
|
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/d020f2ea067cbbb/output.txt Total script time: 21.88 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/de6b77d90071f39/output.txt Total script time: 44.94 mins
|
bbb4767 to
2f28bfd
Compare
Given that `SimpleLinkService` now extends the regular `PDFLinkService` class, see PR 18013, it should no longer be necessary to keep the interface-definition. This should help reduce the maintenance burden of the code, since you no longer need to remember to update separate code when touching the `PDFLinkService` class.
Given that we either use the `L10n` class directly or extend it via `GenericL10n`, it should no longer be necessary to keep the interface-definition. This should help reduce the maintenance burden of the code, since you no longer need to remember to update separate code when touching the `L10n` class.
…ePrintServiceFactory` class This should help reduce the maintenance burden of the code, since you no longer need to remember to update separate code when touching the different `PDFPrintServiceFactory` classes.
…adManager` class This should help reduce the maintenance burden of the code, since you no longer need to remember to update separate code when touching the different `DownloadManager` classes.
…iew` class This should help reduce the maintenance burden of the code, since you no longer need to remember to update separate code when touching the different page/thumbnail classes.
2f28bfd to
aa4d0f7
Compare
|
/botio unittest |
From: Bot.io (Linux m4)ReceivedCommand cmd_unittest from @Snuffleupagus received. Current queue size: 2 Live output at: http://54.241.84.105:8877/70a74eee3c6d290/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_unittest from @Snuffleupagus received. Current queue size: 2 Live output at: http://54.193.163.58:8877/80043790a0b5372/output.txt |
|
/botio-linux integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 3 Live output at: http://54.241.84.105:8877/0490081d2879703/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/70a74eee3c6d290/output.txt Total script time: 2.64 mins
|
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/0490081d2879703/output.txt Total script time: 22.06 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/80043790a0b5372/output.txt Total script time: 8.85 mins
|
No description provided.