Today
-
-
-
issue 1107
(Require a version of the testbed without dependency on apple...) Status changed by jasvir
-
-
r3912
(Sub-class caja runtime exceptions so they are easier to trac...) committed by jasvir
- Sub-class caja runtime exceptions so they are easier to track and distinguish
http://codereview.appspot.com/129056
Creates a new subclass of RuntimeException which the cajoler throws
when there it can no longer proceed.
Added explanations for a number of these exceptions
R=mikesamuel@gmail.com
Sub-class caja runtime exceptions so they are easier to track and distinguish
http://codereview.appspot.com/129056
Creates a new subclass of RuntimeException which the cajoler throws
when there it can no longer proceed.
Added explanations for a number of these exceptions
R=mikesamuel@gmail.com
Yesterday
-
-
-
r3910
(Moved CajaWebToolsServlet.main into a separate class so that...) committed by mikesamuel
- Moved CajaWebToolsServlet.main into a separate class so that it doesn't interact badly with
appengine.
Moved CajaWebToolsServlet.main into a separate class so that it doesn't interact badly with
appengine.
-
-
Debugging
(How to debug Caja applications) Wiki page edited by ihab.awad
- Revision r3908
Edited wiki page through web user interface.
Revision r3908
Edited wiki page through web user interface.
-
-
Debugging
(How to debug Caja applications) Wiki page edited by ihab.awad
- Revision r3904
Edited wiki page through web user interface.
Revision r3904
Edited wiki page through web user interface.
-
Debugging
(How to debug Caja applications) Wiki page edited by ihab.awad
- Revision r3903
Edited wiki page through web user interface.
Revision r3903
Edited wiki page through web user interface.
-
Debugging
(How to debug Caja applications) Wiki page edited by ihab.awad
- Revision r3902
Edited wiki page through web user interface.
Revision r3902
Edited wiki page through web user interface.
-
r3901
(A applet-free testbed
http://codereview.appspot.com/116069
...) committed by jasvir
- A applet-free testbed
http://codereview.appspot.com/116069
A caja testbed that uses the cajoling service instead of an applet to perform the cajoling.
(See http://10.latest.caja.appspot.com for an example of it running).
* Adds a series of examples of the attacks caja prevents and interactions it supports
* Adds gwt libraries needed to use the front-end during development
* The changes to Normalizer are needed to handle the varing availability of java's Normalizer
depending on the version of Java and on AppEngine
* Adds support for HTTP POST
* Adds the original cajoling service to the war
R=ihab.awad@gmail.com
A applet-free testbed
http://codereview.appspot.com/116069
A caja testbed that uses the cajoling service instead of an applet to perform the cajoling.
(See http://10.latest.caja.appspot.com for an example of it running).
* Adds a series of examples of the attacks caja prevents and interactions it supports
* Adds gwt libraries needed to use the front-end during development
* The changes to Normalizer are needed to handle the varing availability of java's Normalizer
depending on the version of Java and on AppEngine
* Adds support for HTTP POST
* Adds the original cajoling service to the war
R=ihab.awad@gmail.com
-
-
issue 1029
(Css UriLiterals do not clone properly if URI has no scheme) Status changed by mikesamuel
-
-
-
issue 1156
(JSON.parse infinite loop in browsers with native JSON) changed by mikesamuel
-
Status:
Accepted
Owner:
mikesamuel
Status:
Accepted
Owner:
mikesamuel
-
-
Last 7 days
-
r3900
(bad html attributes downgraded to a warning
http://coderevie...) committed by felix8a
- bad html attributes downgraded to a warning
http://codereview.appspot.com/164070
Prior to r3844, html with an invalid attr like
<div title='bob's foo'>
would have the bad "foo'" attribute deleted with a warning.
r3844 changed that to be a fatal error.
Bad attributes are unfortunately common, for many reasons.
Usually because they're typos of some sort.
This CL downgrades the error to a warning.
R=mikesamuel@gmail.com
bad html attributes downgraded to a warning
http://codereview.appspot.com/164070
Prior to r3844, html with an invalid attr like
<div title='bob's foo'>
would have the bad "foo'" attribute deleted with a warning.
r3844 changed that to be a fatal error.
Bad attributes are unfortunately common, for many reasons.
Usually because they're typos of some sort.
This CL downgrades the error to a warning.
R=mikesamuel@gmail.com
-
-
-
r3899
(Issue 1165: fixed testCustomEvent on opera
http://codereview...) committed by mikesamuel
- Issue 1165 : fixed testCustomEvent on opera
http://codereview.appspot.com/167059
Opera supports both addEventListener and attachEvent but events
created using the DOM standard mechanism can only be dispatched to
listeners added using addEventListener.
R=felix8a@gmail.com
Issue 1165 : fixed testCustomEvent on opera
http://codereview.appspot.com/167059
Opera supports both addEventListener and attachEvent but events
created using the DOM standard mechanism can only be dispatched to
listeners added using addEventListener.
R=felix8a@gmail.com
-
issue 1177
(NPE in Namespaces.java:131) changed by mikesamuel
-
Status:
Accepted
Owner:
mikesamuel
Status:
Accepted
Owner:
mikesamuel
-
-
r3898
(Issue 1174 - <button>.cloneNode fails on IE
http://coderevie...) committed by mikesamuel
- Issue 1174 - <button>.cloneNode fails on IE
http://codereview.appspot.com/165098
http://code.google.com/p/google-caja/issues/detail?id=1174
ie[67] doesn't let you change a button's type after it's created.
it's the same as the <input> type problem, you have to specify the
type in createElement. bridal's cloneNode handles <input> correctly
but not <button.
This change fixes constructClone in bridal.js. I also checked
html4-attributes-defs.json to see whether there are any other nodes
with a "type" or "value" attribute that need to be fixed up. The only
other ones are PARAM and LI, UK, OL, and disallowed elements like
OBJECT and LINK, none of which are inputs.
R=felix8a@gmail.com
Issue 1174 - <button>.cloneNode fails on IE
http://codereview.appspot.com/165098
http://code.google.com/p/google-caja/issues/detail?id=1174
ie[67] doesn't let you change a button's type after it's created.
it's the same as the <input> type problem, you have to specify the
type in createElement. bridal's cloneNode handles <input> correctly
but not <button.
This change fixes constructClone in bridal.js. I also checked
html4-attributes-defs.json to see whether there are any other nodes
with a "type" or "value" attribute that need to be fixed up. The only
other ones are PARAM and LI, UK, OL, and disallowed elements like
OBJECT and LINK, none of which are inputs.
R=felix8a@gmail.com
-
-
-
-
issue 1165
(domita_test testCustomEvent fails on opera 10) changed by mikesamuel
-
Status:
Pending
Owner:
mikesamuel
Status:
Pending
Owner:
mikesamuel
-
issue 1176
(Ant build target "demos" fails with build.xml format error) Status changed by mikesamuel
-
-
-
-
-
-
-
issue 1174
(bridal <button> clone in ie[67]) changed by mikesamuel
-
Status:
Pending
Owner:
mikesamuel
Status:
Pending
Owner:
mikesamuel
-
issue 1176
(Ant build target "demos" fails with build.xml format error) changed by mikesamuel
-
Status:
Pending
Owner:
mikesamuel
Status:
Pending
Owner:
mikesamuel
-
issue 1176
(Ant build target "demos" fails with build.xml format error) commented on by mikesamuel
-
-
-
-
-
-
-
issue 1175
(Make available a deterministic version of Cajita) commented on by erights
-
-
issue 1175
(Make available a deterministic version of Cajita) commented on by erights
-
Last 30 days
-
FinallySkipped
(finally blocks can fail to execute in one script block and c...) Wiki page edited by mikesamuel
- Revision r3895
Edited wiki page through web user interface.
Revision r3895
Edited wiki page through web user interface.
-
FinallySkipped
({{{finally}}} blocks can fail to execute in one script block...) Wiki page added by mikesamuel
- Revision r3894
Created wiki page through web user interface.
Revision r3894
Created wiki page through web user interface.
-
AttackVectors
(Interpreter&Browser properties that can be exploited to esca...) Wiki page edited by mikesamuel
- Revision r3893
Edited wiki page through web user interface.
Revision r3893
Edited wiki page through web user interface.
|