commit | ed7b2b50aa1744e0bc5a60bef12c61fa91d863b7 | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Tue Sep 22 08:36:17 2015 -0700 |
committer | Tom Sepez <tsepez@chromium.org> | Tue Sep 22 08:36:17 2015 -0700 |
tree | 8661329f66b823af324441fb6accec98a8753cb8 | |
parent | 854a7f65b70d40225a53890a68a57f5c13cf268c [diff] |
XFA: contention between FXJSE and FXJS over isolate data slots This probably broke at 06b60021e when the FXJS slot moved to 0 from 1 unless explicitly overriden by the embedder, which conflicted with the FXJSE_ usage of slot 0. Also simplify some logic used to track global intialization of the underling JS. TEST=run_javascript_tests.py on XFA branch doesn't segv. R=jochen@chromium.org Review URL: https://codereview.chromium.org/1351173002 .