Closed
Bug 1496476
Opened 6 years ago
Closed 6 years ago
"uncaught exception: Unrecognized urlbar event: TabSelect" when opening a tab
Categories
(Firefox :: Address Bar, enhancement, P2)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Firefox 64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: dao, Assigned: dao)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•6 years ago
|
Summary: "uncaught exception: Unrecognized urlbar event: TabSelect" when entering customize mode → "uncaught exception: Unrecognized urlbar event: TabSelect" when opening a tab
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → dao+bmo
QA Contact: mak77
Assignee | ||
Comment 1•6 years ago
|
||
Attachment #9014743 -
Flags: review?(standard8)
Comment 2•6 years ago
|
||
Comment on attachment 9014743 [details] [diff] [review]
patch
Review of attachment 9014743 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/components/urlbar/UrlbarController.jsm
@@ +150,5 @@
> + * When switching tabs, clear some internal caches to handle cases like
> + * backspace, autofill or repeated searches.
> + */
> + tabContextChanged() {
> + }
Can you add an XXX or TODO here pointing to bug 1496685, so we can easily find it when we do want it?
Attachment #9014743 -
Flags: review?(standard8) → review+
Assignee | ||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Attachment #9014771 -
Attachment is obsolete: true
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/163877472479
add tabContextChanged stub. r=standard8
Updated•6 years ago
|
QA Contact: mak77
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
You need to log in
before you can comment on or make changes to this bug.
Description
•