home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / firefox-3.0.14 / chrome / classic.jar / skin / classic / browser / browser.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-11-07  |  585 b   |  19 lines

  1. <?xml version="1.0"?>
  2.  
  3. <bindings id="globalBindings"
  4.           xmlns="http://www.mozilla.org/xbl"
  5.           xmlns:html="http://www.w3.org/1999/xhtml"
  6.           xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  7.           xmlns:xbl="http://www.mozilla.org/xbl">
  8.  
  9.   <!-- :::/ widgets \ ::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
  10.  
  11.   <binding id="autocomplete-security-wrapper" extends="xul:hbox">
  12.     <content>
  13.       <xul:hbox id="autocomplete-security-wrapper" flex="1">
  14.         <children/>
  15.       </xul:hbox>
  16.     </content>
  17.   </binding>
  18. </bindings>
  19.