L20n/Projects/XUL Language Bindings: Difference between revisions
Jump to navigation
Jump to search
(Created page with '= Status = = Goals = = Non-Goals = = Timelines/Milestone = These are the bugs of interest: {| border="1" |- ! scope="col" | Bug ! scope="col" | Owner ! scope="col" | Status …') |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
= Status = | = Status = | ||
The patch has been written, got round of feedback from mrbkap and pike, has been tested on a separate branch and got performance testing as well. | |||
= Goals = | = Goals = | ||
* Enable XUL to be localized using L20n API | |||
= Non-Goals = | = Non-Goals = | ||
* Remove DTD support (old way) | |||
= Timelines/Milestone = | = Timelines/Milestone = | ||
These are the bugs of interest: | These are the bugs of interest: | ||
Line 10: | Line 19: | ||
! scope="col" | Owner | ! scope="col" | Owner | ||
! scope="col" | Status | ! scope="col" | Status | ||
|- | |||
|[https://bugzilla.mozilla.org/show_bug.cgi?id=566906 Add L20n bindings for XUL] | |||
|gandalf | |||
|ASSIGNED | |||
|- | |||
|[https://bugzilla.mozilla.org/show_bug.cgi?id=595819 L20n's performance impact] | |||
|gandalf | |||
|ASSIGNED | |||
|- | |- | ||
|} | |} | ||
Line 20: | Line 32: | ||
= Dependencies = | = Dependencies = | ||
= Testing = | = Testing = | ||
Testing has been using a branched [http://hg.mozilla.org/users/zbraniecki_mozilla.com/mozilla-central-l20n/ mozilla-central repo] | |||
= Related Projects = | = Related Projects = |
Latest revision as of 16:17, 24 September 2010
Status
The patch has been written, got round of feedback from mrbkap and pike, has been tested on a separate branch and got performance testing as well.
Goals
- Enable XUL to be localized using L20n API
Non-Goals
- Remove DTD support (old way)
Timelines/Milestone
These are the bugs of interest:
Bug | Owner | Status |
---|---|---|
Add L20n bindings for XUL | gandalf | ASSIGNED |
L20n's performance impact | gandalf | ASSIGNED |
Requirements
Dependencies
Testing
Testing has been using a branched mozilla-central repo