Closed
Bug 1446314
Opened 7 years ago
Closed 7 years ago
Rename mIsBusy to _isBusy
Categories
(Firefox :: Tabbed Browser, enhancement, P3)
Firefox
Tabbed Browser
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)
Comment hidden (mozreview-request) |
Reporter | ||
Comment 2•7 years ago
|
||
mozreview-review |
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+
Reporter | ||
Updated•7 years ago
|
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?
Reporter | ||
Comment 4•7 years ago
|
||
(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)
Reporter | ||
Comment 5•7 years ago
|
||
Would you mind updating the patch so we can land it? Thanks!
Flags: needinfo?(vivek3zero)
Comment hidden (mozreview-request) |
Attachment #8959544 -
Attachment is obsolete: true
Just pushed a new patch since I'm on a different machine now.
Flags: needinfo?(vivek3zero)
Reporter | ||
Comment 8•7 years ago
|
||
mozreview-review |
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+
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ed6b21793386
Rename mIsBusy to _isBusy r=dao
Comment 10•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
You need to log in
before you can comment on or make changes to this bug.
Description
•