Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Fix for bug 823928: the examples are not reflecting the new layout changes #713

Merged
merged 6 commits into from
Jan 17, 2013

Conversation

wbamberg
Copy link
Contributor

@wbamberg wbamberg commented Jan 5, 2013

I've updated all the require statements that I found, and smoke-tested all the examples that were fairly easily executable. In doing that I found a few other bugs in the examples, and fixed those. I've also updated examples that used deprecated modules like window-utils to make them use the replacements.

There are more useful examples of this technique in the Jetpack Wiki's
collection of [third party modules](https://wiki.mozilla.org/Jetpack/Modules).

### <a name="accessing-tabbrowser">Accessing <a href="https://developer.mozilla.org/en/XUL/tabbrowser">tabbrowser</a> ###


The [`tab-browser`](modules/sdk/deprecated/tab-browser.html) module gives
The [`tabs/utils`](modules/sdk/tabs/utils.html) module gives
you direct access to the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure how much is correct saying "The tabs/utils module gives you direct access to the tabbrowser object and the XUL tab objects it contains" Where is true that you can use the tabs/utils to do that, the sentence seems imply it's actually the only thing you can do – where it was true with the old tab-browser module, but not for the tabs/utils.

@ZER0
Copy link
Contributor

ZER0 commented Jan 16, 2013

Looks good to me! Added some comments, nothing blocking however. r+

wbamberg pushed a commit that referenced this pull request Jan 17, 2013
Fix for bug 823928: the examples are not reflecting the new layout changes
@wbamberg wbamberg merged commit 06c9965 into mozilla:master Jan 17, 2013
wbamberg pushed a commit to wbamberg/jetpack-sdk that referenced this pull request Jan 18, 2013
Fix for bug 823928: the examples are not reflecting the new layout changes(cherry picked from commit 06c9965)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants