From d9eeb81652f6bbb3ee0ace9af5fbb52ee8626158 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Wed, 7 Sep 2011 13:47:37 -0700 Subject: [PATCH] Bug 680077 - Define documenttab dimensions on constructor (r=mbrubeck) So that they can be dynamically defined for different modes (e.g. tablets). --- mobile/chrome/content/tabs.xml | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/mobile/chrome/content/tabs.xml b/mobile/chrome/content/tabs.xml index 55e327ebdad4..566bfdb121e1 100644 --- a/mobile/chrome/content/tabs.xml +++ b/mobile/chrome/content/tabs.xml @@ -9,10 +9,10 @@ - - - + + @@ -20,8 +20,24 @@ false - document.getAnonymousElementByAttribute(this, "anonid", "thumbnail"); - this.parentNode.parentNode; + document.getAnonymousElementByAttribute(this, "anonid", "thumbnail"); + document.getAnonymousElementByAttribute(this, "anonid", "reload"); + document.getAnonymousElementByAttribute(this, "anonid", "close-container"); + this.parentNode.parentNode; + + + + +