Closed Bug 525708 Opened 15 years ago Closed 15 years ago

mIconURL shouldn't need to be accessed outside of tabbrowser.xml

Categories

(Firefox :: Tabbed Browser, defect)

defect
Not set
normal

Tracking

()

VERIFIED FIXED
Firefox 3.7a1

People

(Reporter: dao, Assigned: dao)

References

Details

(Keywords: dev-doc-complete)

Attachments

(1 file)

Attached patch patchSplinter Review
Rather than having everybody access browser.mIconURL, this passes the URL to onLinkIconAvailable and also adds a getIcon method, which complements setIcon.
Attachment #409570 - Flags: review?(gavin.sharp)
Comment on attachment 409570 [details] [diff] [review]
patch

s/var/let/ in new code.

r=mano.
Attachment #409570 - Flags: review?(gavin.sharp) → review+
Why does getIcon take a tab? Don't most tabbrowser accessors take <browser>s? It's also easier to get from tab->browser than vice-versa, IIRC.
Some take a tab, some take a browser. setIcon specifically takes a tab.
http://hg.mozilla.org/mozilla-central/rev/600620f684f5
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.7a1
Verified fixed based on check-in and testing with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.3a1pre) Gecko/20091220 Minefield/3.7a1pre ID:20091220030635.

Adding in-testsuite+ because we have a test here.
Status: RESOLVED → VERIFIED
Flags: in-testsuite+
Keywords: dev-doc-needed
Documented browser.getIcon here:

https://developer.mozilla.org/en/XUL/Method/getIcon

And while I was at it, noticed that setIcon() wasn't documented, so wrote it up too:

https://developer.mozilla.org/en/XUL/Method/setIcon

Also added to Firefox 4 for developers.
We'll also need the extra argument for onLinkIconAvailable.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: