Skip to content

Commit

Permalink
Bug 632893 - Remove useless Cc/Ci/Cr/Cu/Services.jsm from Firefox tes…
Browse files Browse the repository at this point in the history
…ts; (Cv1) /components/places/tests/browser/.

r=mak77 (a=test-only).
  • Loading branch information
Serge Gautherie committed Feb 22, 2011
1 parent 64909ee commit 6ea5b94
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
* Tests Library Left pane view for liveupdate.
*/

const Cc = Components.classes;
const Ci = Components.interfaces;

var gLibrary = null;

function test() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 6ea5b94

Please sign in to comment.