gecko-dev/devtools/server
Nicolas Chevobbe ee4dfd3370 Bug 1499070 - Fix timestamp for evaluation result; r=Honza.
When sending a command to the server, a timestamp is
computed before evaluating the string, and is then
sent back to the client in the packet.
However, if top-level await, or somme :commands, the
evaluation takes more time, which means the timestamp
is now innacurate.
For those cases, we update the timestamp before sending
the packet to the client.

Differential Revision: https://phabricator.services.mozilla.com/D8734

--HG--
extra : moz-landing-system : lando
2018-10-18 09:41:53 +00:00
..
actors Bug 1499070 - Fix timestamp for evaluation result; r=Honza. 2018-10-18 09:41:53 +00:00
performance Bug 1484496: Part 5d - Convert devtools/ nsISimpleEnumerator users to use JS iteration. r=bgrins 2018-08-18 19:28:37 -07:00
socket Bug 1454696 - Run eslint --fix for prefer-const;r=yulia 2018-06-01 12:36:09 +02:00
startup Bug 1474980 - Stop exporting ActorPool/OriginalLocation from server/main.js. r=jryans 2018-07-11 10:49:45 -07:00
tests Bug 1488375 - Use target.getFront to instantiate MemoryFront; r=ochameau 2018-10-17 10:36:33 +00:00
main.js Bug 1497226 - Rename WebExtensionActor/WebExtensionTargetActor/AddonTargetActor.id to addonId. r=jdescottes 2018-10-08 20:34:45 +00:00
moz.build Bug 1473513 - move ActorRegistry module to server/actors/utils; r=ochameau 2018-09-26 10:09:15 +02:00