reviewboard.reviews.ui.ReviewUI sandboxing

Review Request #6551 — Created Nov. 2, 2014 and submitted — Latest diff uploaded

Information

Review Board
master
f65c7f4...

Reviewers

Extensions that create a FileAttachmentReviewUI subclass (using the ReviewUIHook) can throw exceptions inside Reviewboard. The parts of Reviewboard that call those methods have been sandboxed.

Now when a FileAttachmentReviewUI subclass from an extension throws an exception; Reviewboard logs the errors with enough information to find which method in the FileAttachmentReviewUI subclass threw the exception.

Unit tests have been written to make sure that functions from an FileAttachmentReviewUI subclass have been called, and when an exception is thrown it gets logged.

The tests fail without the sanboxing, and succeed with it.

    Loading...