Friday, January 17, 2014

Re: GWT and CAJA

Even when I reduce the GWT project to the very bare minimum :

public class TemplateBuilder implements EntryPoint {
public void onModuleLoad() {
Window.alert("hello world");
}
}

The log output remains the same :

Problem ignored by configuration (Unsafe spec violation): Array.prototype.push does not throw on a frozen array ses-single-frame.opt.js?debug=1:43
Problem ignored by configuration (Unsafe spec violation): Extending an array can modify read-only array length ses-single-frame.opt.js?debug=1:43
Problem ignored by configuration (Unsafe spec violation): SyntaxErrors aren't always early ses-single-frame.opt.js?debug=1:43
Problem ignored by configuration (Unsafe spec violation): Array.prototype.unshift ignores sealing ses-single-frame.opt.js?debug=1:43
Problem ignored by configuration (Unsafe spec violation): Array.prototype.splice ignores sealing ses-single-frame.opt.js?debug=1:43
Problem ignored by configuration (Unsafe spec violation): Array.prototype.shift ignores sealing ses-single-frame.opt.js?debug=1:43
Repaired: Non-deletable RegExp statics are a global communication channel ses-single-frame.opt.js?debug=1:43
Repaired: Date.prototype is a global communication channel ses-single-frame.opt.js?debug=1:43
Not repaired: Eval breaks masking of named functions in non-strict code ses-single-frame.opt.js?debug=1:43
Repaired: Array.prototype.push ignores sealing ses-single-frame.opt.js?debug=1:43
Repair skipped: Array.prototype.push does not throw on a frozen array ses-single-frame.opt.js?debug=1:43
Repaired: Array.prototype.push ignores frozen ses-single-frame.opt.js?debug=1:43
Repaired: Freezing an array does not make .length immutable ses-single-frame.opt.js?debug=1:43
Not repaired: Extending an array can modify read-only array length ses-single-frame.opt.js?debug=1:43
Not repaired: [[ThrowTypeError]] has normal function properties ses-single-frame.opt.js?debug=1:43
Not repaired: SyntaxErrors aren't always early ses-single-frame.opt.js?debug=1:43
Repaired unsafely: Array.prototype.unshift ignores sealing ses-single-frame.opt.js?debug=1:43
Repaired: Array.prototype.unshift ignores freezing ses-single-frame.opt.js?debug=1:43
Repaired unsafely: Array.prototype.splice ignores sealing ses-single-frame.opt.js?debug=1:43
Repaired: Array.prototype.splice ignores freezing ses-single-frame.opt.js?debug=1:43
Repaired unsafely: Array.prototype.shift ignores sealing ses-single-frame.opt.js?debug=1:43
Repaired: Array.prototype.shift ignores freezing ses-single-frame.opt.js?debug=1:43
Repaired: Array methods as functions operate on global object ses-single-frame.opt.js?debug=1:43
Max Severity: Safe spec violation(1). ses-single-frame.opt.js?debug=1:43
Max Severity: Safe spec violation(1). ses-single-frame.opt.js?debug=1:43

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment