Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 151697--PDF Render performance enhancement

Title: CheckIn: Fix Bugzilla Bug 151697--PDF Render performance enhancement

Summary 

Bugzilla Bug (s) Resolved:

151697--PDF Render performance enhancement

Description:

This performance enhancement is based on         Joao Cunhas suggestion       
This check-in enhances performance on PDF render.

Changes:

1.      Remove all unused calls on setXXX(String value).
2.      Replace all setXXX(String value) with setProperty(int index, CSSValue value)

Test Description:

Manual Test

 

Files Edited:

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/TextArea.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFAbstractLM.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/AbstractArea.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java"

 Notes to Build Team:

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top