This sentence is seen on the Mozilla documentation for XUL. What does the word chrome mean in this context?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is a euphemism for the graphical framework and elements surrounding the content, and thus means different things depending on the context.
In the context of a web browser it is the navigation, toolbar etc.
In the context of a website it is navigation, ad-space and other fixed aspects of the design.
The term “user interface chrome” is synonymous with “graphical user interface” or GUI for short, a term you are probably more familiar with.
In the context your are referring to in the
browser.typedocumentation, it is actually just a way for the XUL framework to load privileged content via a URI. The name here may seem a little misused, but for the most part, this is the way the XUL framework loads all graphcis used to build the browser chrome, and as such it goes well with the first context i described.