зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
afc495bc63
Коммит
938a09b5cf
|
@ -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";
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -39,9 +39,6 @@
|
|||
* Tests Library Left pane view for liveupdate.
|
||||
*/
|
||||
|
||||
const Cc = Components.classes;
|
||||
const Ci = Components.interfaces;
|
||||
|
||||
var gLibrary = null;
|
||||
|
||||
function test() {
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче