Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(72)

Issue 12616043: fix es53 fatal error on css3 transition-property (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 8 months ago by felix8a
Modified:
12 years, 8 months ago
Reviewers:
MikeSamuel
CC:
google-caja-discuss_googlegroups.com
Base URL:
http://google-caja.googlecode.com/svn/trunk/
Visibility:
Public.

Description

to support css3 transition-property, the css sanitizer has a new atom <property-name> that isn't handled by the es53 css sanitizer, so it throws a SomethingWidgyHappenedError. In this CL I'm just treating <property-name> as a synonym for <identifier>, because the difference is not particularly security-critical, and es53 is going away anyway.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -0 lines) Patch
M src/com/google/caja/plugin/CssValidator.java View 1 chunk +8 lines, -0 lines 1 comment Download
M tests/com/google/caja/plugin/CssValidatorTest.java View 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 3
felix8a
12 years, 8 months ago (2013-08-07 17:51:21 UTC) #1
MikeSamuel
LGTM https://codereview.appspot.com/12616043/diff/1/src/com/google/caja/plugin/CssValidator.java File src/com/google/caja/plugin/CssValidator.java (right): https://codereview.appspot.com/12616043/diff/1/src/com/google/caja/plugin/CssValidator.java#newcode1305 src/com/google/caja/plugin/CssValidator.java:1305: // TODO(felix8a): duplicate the restriction in sanitizecss.js Ah. ...
12 years, 8 months ago (2013-08-07 21:09:14 UTC) #2
felix8a
12 years, 8 months ago (2013-08-07 21:11:13 UTC) #3
@r5536
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b