Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/index.html

Issue 29356056: Issue 4223 - Remove more tests migrated to adblockpluscore (Closed) Base URL: https://hg.adblockplus.org/adblockplustests
Patch Set: Created Oct. 6, 2016, 8:20 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/content/common.js ('k') | chrome/content/tests/filterStorage_readwrite.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/index.html
===================================================================
--- a/chrome/content/index.html
+++ b/chrome/content/index.html
@@ -2,18 +2,16 @@
<html>
<head>
<link rel="stylesheet" href="qunit.css"/>
<script src="jquery-1.7.1.min.js"></script>
<script src="qunit.js"></script>
<script src="common.js" type="text/javascript;version=1.7"></script>
<script src="httpd.js" type="text/javascript;version=1.7"></script>
<script type="text/javascript;version=1.7">
- Cu.import("resource://gre/modules/Services.jsm");
-
function getTestFiles()
{
function require(module)
{
let result = {};
result.wrappedJSObject = result;
Services.obs.notifyObservers(result, "adblockplustests-require", module);
return result.exports;
« no previous file with comments | « chrome/content/common.js ('k') | chrome/content/tests/filterStorage_readwrite.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld