mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
1dd7d1f247
There was a hard-coded date in test_crash_manager.js of around August 3, 2013. This meant that about a year later we would start to run into boundary issues since we weren't wrapping Date.now() inside CrashManager.jsm. It turns out the actual value of DUMMY_DATE doesn't really matter. So, the test has been changed to produce a value that is reasonably modern. While I was debugging this, I noticed we're not getting logging in the tests. So I added that. --HG-- extra : rebase_source : 4e5534f5df70b01268790396481bdd3236dd8e8e extra : amend_source : d73ea0a333fa9b0b9c65d890d6f34cb923861acd |
||
---|---|---|
.. | ||
docs | ||
tests/xpcshell | ||
CrashManager.jsm | ||
CrashManagerTest.jsm | ||
CrashService.js | ||
CrashService.manifest | ||
moz.build | ||
nsICrashService.idl |