Closed
Bug 481438
Opened 16 years ago
Closed 16 years ago
browser_ui_history_sidebar.js is throwing
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
FIXED
Firefox 3.6a1
People
(Reporter: mak, Assigned: mak)
References
Details
(Keywords: fixed1.9.1)
Attachments
(1 file)
7.62 KB,
patch
|
dietrich
:
review+
|
Details | Diff | Splinter Review |
see bug 481406 for more informations.
chrome://mochikit/content/browser/browser/components/places/tests/perf/browser_ui_history_sidebar.js
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/browser/components/places/tests/perf/browser_ui_history_sidebar.js | [JavaScript Error: "gSearchBox is undefined" {file: "chrome://browser/content/places/history-panel.js" line: 42}]
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/browser/components/places/tests/perf/browser_ui_history_sidebar.js | [JavaScript Error: "gSearchBox is undefined" {file: "chrome://browser/content/places/history-panel.js" line: 105}]
Assignee | ||
Comment 1•16 years ago
|
||
makes sense, our load handler is called before the sidebar load handler, we must executeSoon, so we run after it and we also take in count the time needed to setup the sidebar.
Updated•16 years ago
|
Attachment #365501 -
Flags: review?(dietrich) → review+
Assignee | ||
Comment 2•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.2a1
Assignee | ||
Comment 3•16 years ago
|
||
Keywords: fixed1.9.1
Updated•16 years ago
|
Flags: in-testsuite+
Updated•16 years ago
|
Comment 4•16 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•