Chromium Code Reviews
DescriptionLet deferred load work from worker isolates.
If we try to load a deferred library from a worker-isolate we cannot
inject a script tag because we do not have access to the dom. Instead we
make an XMLHttpRequest object and load the code with that.
I tried to take some care of error handling introducing a new exception.
R=floitsch@google.com
Committed: https://code.google.com/p/dart/source/detail?r=32693
Committed: https://code.google.com/p/dart/source/detail?r=32695
Committed: https://code.google.com/p/dart/source/detail?r=32698
Committed: https://code.google.com/p/dart/source/detail?r=32700
Patch Set 1 #
Total comments: 12
Patch Set 2 : #Patch Set 3 : Fix status file #
Total comments: 4
Patch Set 4 : Fix status file ... again. #Patch Set 5 : Fix test, so it fails on the VM instead of timeout. #Messages
Total messages: 11 (0 generated)
|