XUL:Priority List: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 11: Line 11:
#a CanvasTag for customized drawing is needed. The HTML canvas is available so this pretty much done. (Enn) I still think a non-retained version would be useful though.
#a CanvasTag for customized drawing is needed. The HTML canvas is available so this pretty much done. (Enn) I still think a non-retained version would be useful though.
#templates need to log syntax errors on the JS console or elsewhere.
#templates need to log syntax errors on the JS console or elsewhere.
#need better debugging for when applications aren't registered in the chrome registry correctly. (NeilRashbrook) For a start the chrome registry should return useful error codes for invalid or unregistered URLs.
#templates should have a means of matching values based on substrings, greater than a value, etc.
#templates should have a means of matching values based on substrings, greater than a value, etc.
#better ways of doing databinding, for instance to XML, components, or JS objects. [https://bugzilla.mozilla.org/show_bug.cgi?id=285631 Bug 285631]
#better ways of doing databinding, for instance to XML, components, or JS objects. [https://bugzilla.mozilla.org/show_bug.cgi?id=285631 Bug 285631]
Line 20: Line 19:
#there needs to be a way of parsing XUL documents and fragments. DOMParser only parses XML. (NeilRashbrook) HTML parsing, too. Currently the best you can do is document.write() (AxelHecht) We need to check for DOM LS, jst, what's the status with that?
#there needs to be a way of parsing XUL documents and fragments. DOMParser only parses XML. (NeilRashbrook) HTML parsing, too. Currently the best you can do is document.write() (AxelHecht) We need to check for DOM LS, jst, what's the status with that?
#fix all the existing XBL implemented elements so that they actually have all the methods of the interfaces they say they implement.
#fix all the existing XBL implemented elements so that they actually have all the methods of the interfaces they say they implement.
#improve chrome URLs so that name collisions aren't going to occur. (AxelHecht) proposal? Not sure what this is supposed to be. (NeilDeakin) BenjaminSmedberg proposed using namespaced package names in http://bdsmedberg.no-ip.org/chrome/
#improve chrome URLs so that name collisions aren't going to occur. (AxelHecht) proposal? Not sure what this is supposed to be. (NeilDeakin) BenjaminSmedberg proposed using namespaced package names in http://bdsmedberg.no-ip.org:8080/chrome/
#popups have a issues with certain content. We need to fix those.
#popups have a issues with certain content. We need to fix those.
#fix various issues with maxsizes in xul box code. (NeilRashbrook) roc fixed some recently, so that minsizes now override maxsizes.
#fix various issues with maxsizes in xul box code. (NeilRashbrook) roc fixed some recently, so that minsizes now override maxsizes.
Line 133: Line 132:
#get non-rectangular windows working on every platform and not just on some configurations of Linux. Often used for audio players, or Apple Dashboard like applications.
#get non-rectangular windows working on every platform and not just on some configurations of Linux. Often used for audio players, or Apple Dashboard like applications.
#custom cursors as in CSS2 might be useful for some applications. (MinhNguyen) This is [https://bugzilla.mozilla.org/show_bug.cgi?id=38447 bug 38447]. (asqueella) ... now fixed.
#custom cursors as in CSS2 might be useful for some applications. (MinhNguyen) This is [https://bugzilla.mozilla.org/show_bug.cgi?id=38447 bug 38447]. (asqueella) ... now fixed.
#need better debugging for when applications aren't registered in the chrome registry correctly. (BenjaminSmedberg) This is now fixed with console logging.
Confirmed users, Bureaucrats and Sysops emeriti
1,217

edits