Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include about:nightly in Nightly Tester Tools' menupopup in messengerOverlay.xul. Fixes #56. #76

Closed

Conversation

xabolcs
Copy link
Collaborator

@xabolcs xabolcs commented May 30, 2012

Hi!

This is a trivial fix, "based" on @protz work.

Feel free to review it!

@@ -127,4 +127,11 @@ getWindowTitleForMessenger: function(aTab)
return docTitle;
},

openAboutNightly: function() {
document.getElementById("tabmail")
.openTab("contentTab",
Copy link
Contributor

Choose a reason for hiding this comment

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

For better readability I would prefer a temporary variable.

@whimboo
Copy link
Contributor

whimboo commented Jun 3, 2012

hm, while thinking a bit more about this request I wonder why we need this. What is included in about:nightly that users have to open it via a menuitem in the main menu? I don't see any functionality in it which would qualify for such a menu item.

@xabolcs
Copy link
Collaborator Author

xabolcs commented Jun 4, 2012

whimboo wrote:

... have to open via a menuitem in the main menu? ...

Pull request was renamed to Include about:nightly in the nightly-menu Nightly Tester Tools' menupopup in messengerOverlay.xul. Fixes #56.

@xabolcs
Copy link
Collaborator Author

xabolcs commented Jun 4, 2012

Commit updated: temporary variable for "tabmail".

@@ -127,4 +127,11 @@ getWindowTitleForMessenger: function(aTab)
return docTitle;
},

openAboutNightly: function() {
var tabmail = document.getElementById("tabmail");
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: please add a blank between function and the opening bracket.

- space between
- single line
@xabolcs
Copy link
Collaborator Author

xabolcs commented Jun 15, 2012

Adressed comments:

  • a space between function and (
  • single line the tabmail.openTab() stuff

Would You mind to let me fold the changes into one commit after r+?
Thanks!

@whimboo
Copy link
Contributor

whimboo commented Jun 18, 2012

Looks great and I will land it now.

Would You mind to let me fold the changes into one commit after r+?

I will do a merge --squash which will combine all of your commits into a single one on master.

whimboo added a commit that referenced this pull request Jun 18, 2012
@whimboo
Copy link
Contributor

whimboo commented Jun 18, 2012

Pushed:
80cd149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants