This is just some static backup of the original site, don't expect every link to work!

Changeset ad1151


Ignore:
Timestamp:
Jul 21, 2011, 4:38:05 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.8, ng_0.9
Children:
920550
Parents:
880bd5
Message:

re-changed browser-type into chrome

Location:
chrome/content/v_identity
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chrome/content/v_identity/vI_rdfDataTree.xul

    r880bd5 rad1151  
    306306</tabbox>
    307307<!-- <splitter /> -->
    308 <browser id="vI_rdfDataTreeInfoBox" class="vI_htmlTextBox" type="content" cssSource="vI_rdfTreeInfo.css" disablehistory="true" onoverflow="vI_rdfDataTree.overflow();"/>
     308<browser id="vI_rdfDataTreeInfoBox" class="vI_htmlTextBox" type="chrome" cssSource="vI_rdfTreeInfo.css" disablehistory="true" onoverflow="vI_rdfDataTree.overflow();"/>
    309309
    310310    <splitter id="vIDebugBoxSplitter" hidden="true"/>
  • chrome/content/v_identity/v_identity.xml

    r880bd5 rad1151  
    6666    <binding id="vI_identityDataTooltip" extends="chrome://global/content/bindings/popup.xml#tooltip">
    6767    <content onpopuphidden="popuphidden();" onpopupshowing="this.popupshowing();this.resize()" onpopupshown="this.resize()" >
    68             <xul:browser style="overflow:hidden" anonid="tooltipBrowser" type="content" class="vI_htmlTextBox" cssSource="vI_TooltipBrowser.css" flex="1" disablehistory="true" onoverflow="document.getBindingParent(this).resize()"/>
     68            <xul:browser style="overflow:hidden" anonid="tooltipBrowser" type="chrome" class="vI_htmlTextBox" cssSource="vI_TooltipBrowser.css" flex="1" disablehistory="true" onoverflow="document.getBindingParent(this).resize()"/>
    6969            <children />
    7070    </content>
Note: See TracChangeset for help on using the changeset viewer.