#6017 NORM Future : Web Browser about: doesn't work

Zarro Boogs per Child bugtracker at laptop.org
Thu Jun 19 20:17:55 EDT 2008


#6017: Web Browser about: doesn't work
------------------------------+---------------------------------------------
  Reporter:  LeeColleton      |       Owner:  erikos                           
      Type:  defect           |      Status:  new                              
  Priority:  normal           |   Milestone:  Future Release                   
 Component:  browse-activity  |     Version:  Development build as of this date
Resolution:                   |    Keywords:  browse                           
  Verified:  0                |    Blocking:                                   
 Blockedby:                   |  
------------------------------+---------------------------------------------

Comment(by hp):

 I just debugged this for another xulrunner app and found this bug while
 googling for solutions.

 It was caused by not having something like this in chrome.manifest:
 {{{
   locale branding en-US file:locale/en-US/brand/
 }}}

 This meant that in about.xhtml, where it does:
 {{{
 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
 %brandDTD;
 <!ENTITY % aboutDTD SYSTEM "chrome://global/locale/about.dtd" >
 %aboutDTD;
 <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
 %globalDTD;
 }}}

 There was an error on the first entity where it uses chrome://branding and
 I guess it gave up and did not move on to importing global.dtd.

 You may have seen in the JS console:
 {{{
 No chrome package registered for chrome://branding/content/about.png
 }}}

 That's the root cause of the problem.

 HTH

-- 
Ticket URL: <http://dev.laptop.org/ticket/6017#comment:3>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list