# HG changeset patch # Parent 0018f874c3fcdedb517525e8af1358defde79b77 # User Lucas Rocha Bug 680077 - Define documenttab dimensions on constructor (r=mbrubeck) So that they can be dynamically defined for different modes (e.g. tablets). diff --git a/mobile/chrome/content/tabs.xml b/mobile/chrome/content/tabs.xml --- a/mobile/chrome/content/tabs.xml +++ b/mobile/chrome/content/tabs.xml @@ -4,29 +4,45 @@ xmlns="http://www.mozilla.org/xbl" xmlns:xbl="http://www.mozilla.org/xbl" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - - - + + false document.getAnonymousElementByAttribute(this, "anonid", "thumbnail"); + document.getAnonymousElementByAttribute(this, "anonid", "reload"); + document.getAnonymousElementByAttribute(this, "anonid", "close-container"); this.parentNode.parentNode; + + + + +