Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix 124255, 126677 -- modify the regular expression for URL and record the parser errors and warning when loading css file

 

- Summary:
Fix 124255, 126677 -- modify the regular _expression_ for URL and record the parser errors and warning when loading css file
.
- Bugzilla Bug (s) Resolved:
124255, 126677

- Description:
1. Modify the regular _expression_ to validate the input background image in CSS format.

2. Record the message list of parser errors and warnings when loading external style sheet.
- Tests Description  :

- Files Edited:

- Files Added:

 

- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 

 

- Notes to Documentation:  

 

 

    Checking in src/org/eclipse/birt/report/model/css/StyleSheetLoader.java;

    Checking in src/org/eclipse/birt/report/model/css/CssStyleSheet.java;

    Checking in src/org/eclipse/birt/report/model/css/CssParser.java;

    Checking in src/org/eclipse/birt/report/model/css/CssErrorHandler.java;

    Checking in src/org/eclipse/birt/report/model/util/CssPropertyUtil.java;

    Checking in src/org/eclipse/birt/report/model/api/css/CssStyleSheetHandle.java;

    Checking in test/org/eclipse/birt/report/model/css/StyleSheetLoaderTest.java;

    Checking in test/org/eclipse/birt/report/model/css/input/wrong_3.css;

    Checking in test/org/eclipse/birt/report/model/util/CssPropertyUtilTest.java;

 

 


Back to the top