Closed Bug 1446314 Opened 6 years ago Closed 6 years ago

Rename mIsBusy to _isBusy

Categories

(Firefox :: Tabbed Browser, enhancement, P3)

enhancement

Tracking

()

RESOLVED FIXED
Firefox 61
Tracking Status
firefox61 --- fixed

People

(Reporter: dao, Assigned: vivek3zero, Mentored)

References

(Blocks 1 open bug)

Details

(Keywords: good-first-bug, Whiteboard: [lang=js])

Attachments

(1 file, 1 obsolete file)

59 bytes, text/x-review-board-request
dao
: review+
Details
Comment on attachment 8959544 [details]
Bug 1446314 - Rename mIsBusy to _isBusy

https://reviewboard.mozilla.org/r/228346/#review234242

::: browser/base/content/tabbrowser.js:1033
(Diff revision 1)
>      const nsIWebProgressListener = Ci.nsIWebProgressListener;
> -    if (newTab.hasAttribute("busy") && !this.mIsBusy) {
> -      this.mIsBusy = true;
> +    if (newTab.hasAttribute("busy") && !this._isBusy) {
> +      this._isBusy = true;
>        this._callProgressListeners(null, "onStateChange",
>                                    [webProgress, null,
>                                    nsIWebProgressListener.STATE_START |

I just touched this in bug 1446332, so this might cause conflicts when trying to land this... You might have rebase after that bug.
Attachment #8959544 - Flags: review?(dao+bmo) → review+
Assignee: nobody → vivek3zero
Okay thanks for letting me know! I have a quick question:

- Do I wait for bug 1446332 to be marked as resolved and then pull central and rebase? Or am I supposed to do something else?
Flags: needinfo?(dao+bmo)
(In reply to Vivek from comment #3)
> Okay thanks for letting me know! I have a quick question:
> 
> - Do I wait for bug 1446332 to be marked as resolved and then pull central
> and rebase? Or am I supposed to do something else?

That's the easiest way, yes.
Flags: needinfo?(dao+bmo)
Would you mind updating the patch so we can land it? Thanks!
Flags: needinfo?(vivek3zero)
Attachment #8959544 - Attachment is obsolete: true
Just pushed a new patch since I'm on a different machine now.
Flags: needinfo?(vivek3zero)
Comment on attachment 8964052 [details]
Bug 1446314 - Rename mIsBusy to _isBusy

https://reviewboard.mozilla.org/r/232848/#review238312

Looks good, thanks!
Attachment #8964052 - Flags: review?(dao+bmo) → review+
https://hg.mozilla.org/mozilla-central/rev/ed6b21793386
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: