Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 7831  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Discussion of the google-caja project -- an object capabilities based security model for DHTML applications covering production of safe javascript, HTML, and CSS.

http://code.google.com/p/google-caja/

 

Why doesn't html_sanitizer_minified.js allow target='_blank' and html5 data attrs? 
  Hi Caja developers I'm trying to build Caja so that html_sanitizer_minified.js allows target='_blank' and the new HTML5 data attribute. How can I do that? -- Actually it seems to me that it is not even supposed to work right now? (Correct?) When I read `function sanitizeAttribs(...)` in file ./ant-lib/com/google/caja/plug in/html-sanitizer.js... more »
By Kaj Magnus Lindberg  - May 28 - 2 new of 2 messages    

r4891 committed - run junit in parallel... 
  Revision: 4891 Author: feli...@gmail.com ...Log: run junit in parallel [link] after 'ant clean AllTests', running 'ant runtests' takes about 6 minutes on my laptop. junit tests are independent, they can be run in parallel. with this change, 'ant runtests' takes about 4.5 minutes... more »
By google-c...@googlecode.com  - May 25 - 1 new of 1 message    

run junit in parallel (issue 6252050) 
  Reviewers: metaweta, Jasvir, Description: after 'ant clean AllTests', running 'ant runtests' takes about 6 minutes on my laptop. junit tests are independent, they can be run in parallel. with this change, 'ant runtests' takes about 4.5 minutes Please review this at [link]... more »
By feli...@gmail.com  - May 25 - 2 new of 2 messages    

r4890 committed - shorten the top-level var warning... 
  Revision: 4890 Author: feli...@gmail.com ...Log: shorten the top-level var warning [link] When building caja, one of the warning messages starts [transform] LINT : css-defs.js:46+1 - 777+7: Top level variable declarations incompatiable with Caja. Please rewrite as... more »
By google-c...@googlecode.com  - May 25 - 1 new of 1 message    

shorten the top-level var warning (issue 6244054) 
  Reviewers: Jasvir, metaweta, Description: When building caja, one of the warning messages starts [transform] LINT : css-defs.js:46+1 - 777+7: Top level variable declarations incompatiable with Caja. Please rewrite as window[ 'cssSchema' ] = (function () { and continues for 730 lines.... more »
By feli...@gmail.com  - May 25 - 2 new of 2 messages    

r4889 committed - speed up junit... 
  Revision: 4889 Author: feli...@gmail.com ...Log: speed up junit [link] We're running junit with fork="yes" because we want the junit vm to have different properties than the ant vm. However, we're spawning a new vm for each junit test, which is unnecessary.... more »
By google-c...@googlecode.com  - May 24 - 1 new of 1 message    

speed up junit (issue 6250057) 
  Reviewers: metaweta, ihab.awad, Description: We're running junit with fork="yes" because we want the junit vm to have different properties than the ant vm. However, we're spawning a new vm for each junit test, which is unnecessary. This adds forkmode="once" to the junit tests. This reduces 'ant runtests' on my laptop from about 11 minutes to... more »
By feli...@gmail.com  - May 24 - 2 new of 2 messages    

r4888 committed - replace some minified js with closured js... 
  Revision: 4888 Author: feli...@gmail.com ...Log: replace some minified js with closured js [link] This replaces caja-minified.js and html-sanitizer-minified.js with versions compiled using Closure's advanced optimizations option. This is non-scary because all the relevant tests run fine with the... more »
By google-c...@googlecode.com  - May 24 - 1 new of 1 message    

replace some minified js with closured js (issue 6257051) 
  Reviewers: Jasvir, metaweta, Description: This replaces caja-minified.js and html-sanitizer-minified.js with versions compiled using Closure's advanced optimizations option. This is non-scary because all the relevant tests run fine with the closured versions. Please review this at [link]... more »
By feli...@gmail.com  - May 24 - 6 new of 6 messages    

r4887 committed - Fix handling of 'target' attributes... 
  Revision: 4887 Author: ihab.a...@gmail.com ...Log: Fix handling of 'target' attributes [link] Fixes [link] This change required passing an out-of-band "this attribute was unspecified by the guest programmer" signal from TemplateCompiler to... more »
By google-c...@googlecode.com  - May 23 - 1 new of 1 message    

1 - 10 of 7831   « Newer | Older »

XML       Send email to this group: google-caja-discuss@googlegroups.com