codecombat/app/schemas/subscriptions
Phoenix Eliot 663c220eaf Show wev-dev iFrame error messages like Aether's
This heavily refactors SpellView and adds infrastructure for receiving and reporting Errors raised by the web-dev iFrame. The web-dev error system, the Aether error system, and the Ace html-worker avoid disturbing each others' errors/annotations (though currently Aether+web-dev errors won't coexist), and they clear/update their own asynchronously.

Show web-dev iFrame errors as Ace annotations

Add functional error banners (with poor messages)

Improve error banners, don't allow duplicate Problems

Refactor setAnnotations override

Convert all constructor calls for Problems

Add comments, clean up

Clean up

Don't clear things unnecessarily

Clean up error message sending from iFrame

Add web-dev:error schema

Clarify error message attributes

Refactor displaying AetherProblems

Refactor displaying user problem banners

Refactor onWebDevError

Set ace styles on updating @problems

Clean up, fix off-by-1 error

Add comment

Show stale web-dev errors differently
Some web-dev errors are generated by "stale" code — code that's still running in the iFrame but doesn't have the player's recent changes.
This shows those errors differently than if they weren't "stale", and suggests they re-run their code.

Hook up web-dev event schema

Destroy ignored duplicate problems

Functionalize a bit of stuff

Fix ProblemAlertView never loading
2016-08-31 10:59:06 -07:00
..
auth.coffee Refactor FacebookHandler and GPlusHandler 2016-03-18 11:03:55 -07:00
bus.coffee
editor.coffee Refactor editor:save-new-version from a mediator event to a normal Backbone event 2015-10-21 15:34:07 -07:00
errors.coffee
god.coffee Sending goal states to GoalManager and GoalStatusView 2016-07-15 09:11:36 -07:00
ipad.coffee
misc.coffee Implement headless verifier; fix headless client 2016-04-12 19:34:05 -07:00
play.coffee Do not automatically show victory modal for shareable game dev levels 2016-08-10 12:47:34 -07:00
scripts.coffee
surface.coffee
tome.coffee Show wev-dev iFrame error messages like Aether's 2016-08-31 10:59:06 -07:00
web-dev.coffee Show wev-dev iFrame error messages like Aether's 2016-08-31 10:59:06 -07:00
world.coffee