Bug 632893 - Remove useless Cc/Ci/Cr/Cu/Services.jsm from Firefox tests; (Cv1) /components/places/tests/browser/.

r=mak77 (a=test-only).
This commit is contained in:
Serge Gautherie 2011-02-22 18:34:48 +01:00
parent 64909ee7be
commit 6ea5b946df
6 changed files with 0 additions and 19 deletions

View File

@ -39,9 +39,6 @@
* Tests the bookmarks Properties dialog.
*/
const Cc = Components.classes;
const Ci = Components.interfaces;
// DOM ids of Places sidebar trees.
const SIDEBAR_HISTORY_TREE_ID = "historyTree";
const SIDEBAR_BOOKMARKS_TREE_ID = "bookmarks-view";

View File

@ -39,10 +39,6 @@
* Bug 392497 - search in history sidebar loses sort
*/
const Cc = Components.classes;
const Ci = Components.interfaces;
const Cr = Components.results;
var hs = Cc["@mozilla.org/browser/nav-history-service;1"].
getService(Ci.nsINavHistoryService);
var bh = hs.QueryInterface(Ci.nsIBrowserHistory);

View File

@ -39,9 +39,6 @@
* Tests middle-clicking items in the Library.
*/
const Cc = Components.classes;
const Ci = Components.interfaces;
const ENABLE_HISTORY_PREF = "places.history.enabled";
var gLibrary = null;

View File

@ -39,9 +39,6 @@
* Tests Library Left pane view for liveupdate.
*/
const Cc = Components.classes;
const Ci = Components.interfaces;
var gLibrary = null;
function test() {

View File

@ -6,9 +6,6 @@
* Tests that visits across frames are correctly represented in the database.
*/
const Cc = Components.classes;
const Ci = Components.interfaces;
const BASE_URL = "http://mochi.test:8888/browser/browser/components/places/tests/browser";
const PAGE_URL = BASE_URL + "/framedPage.html";
const LEFT_URL = BASE_URL + "/frameLeft.html";

View File

@ -39,9 +39,6 @@
* Tests Places views (menu, toolbar, tree) for liveupdate.
*/
const Cc = Components.classes;
const Ci = Components.interfaces;
let toolbar = document.getElementById("PersonalToolbar");
let wasCollapsed = toolbar.collapsed;