Closed
Bug 376725
Opened 17 years ago
Closed 17 years ago
test nsINavHistoryResultViewer
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
FIXED
Firefox 3 alpha8
People
(Reporter: asaf, Assigned: dietrich)
References
Details
Attachments
(1 file, 1 obsolete file)
9.72 KB,
patch
|
moco
:
review+
|
Details | Diff | Splinter Review |
Apparently we don't have tests for the nsINavHistoryResultViewer API.
Flags: blocking-firefox3?
Updated•17 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Target Milestone: --- → Firefox 3 beta1
Assignee | ||
Updated•17 years ago
|
Target Milestone: Firefox 3 M7 → Firefox 3 M8
Assignee | ||
Comment 1•17 years ago
|
||
first bit of tests for exercising NHQRN->NHRV for a history query. need to test the remaining apis for history, and then do the same for a bookmarks query
Assignee: nobody → dietrich
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•17 years ago
|
||
added bookmarks query. a couple of TODOs, but enough done to get this in.
Attachment #275534 -
Attachment is obsolete: true
Attachment #275663 -
Flags: review?(sspitzer)
Comment 3•17 years ago
|
||
Comment on attachment 275663 [details] [diff] [review] v2 r=sspitzer I noticed a couple dump() statements that you probably want to remove or comment out before checking in. + dump("itemReplaced: " + newItem.uri + "\n"); + this.replacedItem = item; + dump("invalidateContainer()\n");
Attachment #275663 -
Flags: review?(sspitzer) → review+
Assignee | ||
Comment 4•17 years ago
|
||
Checking in toolkit/components/places/src/nsNavHistoryResult.cpp; /cvsroot/mozilla/toolkit/components/places/src/nsNavHistoryResult.cpp,v <-- nsNavHistoryResult.cpp new revision: 1.112; previous revision: 1.111 done RCS file: /cvsroot/mozilla/toolkit/components/places/tests/unit/test_nsINavHistoryViewer.js,v done Checking in toolkit/components/places/tests/unit/test_nsINavHistoryViewer.js; /cvsroot/mozilla/toolkit/components/places/tests/unit/test_nsINavHistoryViewer.js,v <-- test_nsINavHistoryViewer.js initial revision: 1.1 done
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 5•14 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
•