mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
no bug - Remove some header block r=julienw,perftest-reviewers,devtools-reviewers,places-reviewers,sparky,Standard8 DONTBUILD
We don't use the blocks elsewhere in the code. Differential Revision: https://phabricator.services.mozilla.com/D222777
This commit is contained in:
parent
e227a45167
commit
e4e0538fb4
@ -3,14 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<!--
|
<!--
|
||||||
***** BEGIN LICENSE BLOCK *****
|
|
||||||
* Any copyright is dedicated to the Public Domain.
|
* Any copyright is dedicated to the Public Domain.
|
||||||
* http://creativecommons.org/publicdomain/zero/1.0/
|
* http://creativecommons.org/publicdomain/zero/1.0/
|
||||||
*
|
*
|
||||||
* Contributor(s):
|
* Contributor(s):
|
||||||
* Patrick Walton <pcwalton@mozilla.com>
|
* Patrick Walton <pcwalton@mozilla.com>
|
||||||
*
|
*
|
||||||
* ***** END LICENSE BLOCK *****
|
|
||||||
-->
|
-->
|
||||||
<title>Test for bug 597136: external script errors</title>
|
<title>Test for bug 597136: external script errors</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# ***** BEGIN LICENSE BLOCK *****
|
|
||||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Mozilla Public License Version
|
# The contents of this file are subject to the Mozilla Public License Version
|
||||||
@ -35,8 +34,6 @@
|
|||||||
# the provisions above, a recipient may use your version of this file under
|
# the provisions above, a recipient may use your version of this file under
|
||||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||||
#
|
#
|
||||||
# ***** END LICENSE BLOCK *****
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# GCC-compatible wrapper for cl.exe and ml.exe. Arguments are given in GCC
|
# GCC-compatible wrapper for cl.exe and ml.exe. Arguments are given in GCC
|
||||||
# format and translated into something sensible for cl or ml.
|
# format and translated into something sensible for cl or ml.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* ***** BEGIN LICENSE BLOCK *****
|
/*
|
||||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||||
*
|
*
|
||||||
* The contents of this file are subject to the Mozilla Public License Version
|
* The contents of this file are subject to the Mozilla Public License Version
|
||||||
@ -34,8 +34,7 @@
|
|||||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||||
* the provisions above, a recipient may use your version of this file under
|
* the provisions above, a recipient may use your version of this file under
|
||||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||||
*
|
*/
|
||||||
* ***** END LICENSE BLOCK ***** */
|
|
||||||
|
|
||||||
/* globals AppConstants, Services, XPCOMUtils */
|
/* globals AppConstants, Services, XPCOMUtils */
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
<!--
|
||||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||||
-
|
-
|
||||||
- The contents of this file are subject to the Mozilla Public License Version
|
- The contents of this file are subject to the Mozilla Public License Version
|
||||||
@ -34,7 +34,7 @@
|
|||||||
- the provisions above, a recipient may use your version of this file under
|
- the provisions above, a recipient may use your version of this file under
|
||||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||||
-
|
-
|
||||||
- ***** END LICENSE BLOCK ***** -->
|
-->
|
||||||
|
|
||||||
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
|
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; -*- */
|
||||||
/* ***** BEGIN LICENSE BLOCK *****
|
/*
|
||||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||||
*
|
*
|
||||||
* The contents of this file are subject to the Mozilla Public License Version
|
* The contents of this file are subject to the Mozilla Public License Version
|
||||||
@ -32,8 +32,7 @@
|
|||||||
* and other provisions required by the GPL or the LGPL. If you do not delete
|
* and other provisions required by the GPL or the LGPL. If you do not delete
|
||||||
* the provisions above, a recipient may use your version of this file under
|
* the provisions above, a recipient may use your version of this file under
|
||||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||||
*
|
*/
|
||||||
* ***** END LICENSE BLOCK ***** */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
From mozilla/toolkit/content
|
From mozilla/toolkit/content
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script src="../htmlrunner.js"></script>
|
<script src="../htmlrunner.js"></script>
|
||||||
<script>
|
<script>
|
||||||
/* ***** BEGIN LICENSE BLOCK *****
|
/*
|
||||||
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||||
*
|
*
|
||||||
* The contents of this file are subject to the Mozilla Public License Version
|
* The contents of this file are subject to the Mozilla Public License Version
|
||||||
@ -38,7 +38,7 @@
|
|||||||
* the provisions above, a recipient may use your version of this file under
|
* the provisions above, a recipient may use your version of this file under
|
||||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||||
*
|
*
|
||||||
* ***** END LICENSE BLOCK ***** */
|
*/
|
||||||
|
|
||||||
// From: http://lxr.mozilla.org/mozilla/source/extensions/xml-rpc/src/nsXmlRpcClient.js#956
|
// From: http://lxr.mozilla.org/mozilla/source/extensions/xml-rpc/src/nsXmlRpcClient.js#956
|
||||||
|
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
/* vim:set ts=2 sw=2 sts=2 et: */
|
/* vim:set ts=2 sw=2 sts=2 et: */
|
||||||
/* ***** BEGIN LICENSE BLOCK *****
|
/*
|
||||||
* Any copyright is dedicated to the Public Domain.
|
Any copyright is dedicated to the Public Domain.
|
||||||
* http://creativecommons.org/licenses/publicdomain/
|
http://creativecommons.org/publicdomain/zero/1.0/
|
||||||
* ***** END LICENSE BLOCK ***** */
|
*/
|
||||||
|
|
||||||
var complete = false;
|
var complete = false;
|
||||||
|
|
||||||
function run_test() {
|
function run_test() {
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
|
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
|
||||||
/* vim:set ts=2 sw=2 sts=2 et: */
|
/* vim:set ts=2 sw=2 sts=2 et: */
|
||||||
/* ***** BEGIN LICENSE BLOCK *****
|
/*
|
||||||
Any copyright is dedicated to the Public Domain.
|
Any copyright is dedicated to the Public Domain.
|
||||||
http://creativecommons.org/publicdomain/zero/1.0/
|
http://creativecommons.org/publicdomain/zero/1.0/
|
||||||
* ***** END LICENSE BLOCK ***** */
|
*/
|
||||||
|
|
||||||
// This test ensures that the date and site type of |place:| query maintains
|
// This test ensures that the date and site type of |place:| query maintains
|
||||||
// its quantifications correctly. Namely, it ensures that the date part of the
|
// its quantifications correctly. Namely, it ensures that the date part of the
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
|
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
|
||||||
/* vim:set ts=2 sw=2 sts=2 et: */
|
/* vim:set ts=2 sw=2 sts=2 et: */
|
||||||
/* ***** BEGIN LICENSE BLOCK *****
|
/*
|
||||||
Any copyright is dedicated to the Public Domain.
|
Any copyright is dedicated to the Public Domain.
|
||||||
http://creativecommons.org/publicdomain/zero/1.0/
|
http://creativecommons.org/publicdomain/zero/1.0/
|
||||||
* ***** END LICENSE BLOCK ***** */
|
*/
|
||||||
var testData = [
|
var testData = [
|
||||||
{
|
{
|
||||||
isVisit: true,
|
isVisit: true,
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/expect
|
#!/usr/bin/expect
|
||||||
# ***** BEGIN LICENSE BLOCK *****
|
|
||||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Mozilla Public License Version
|
# The contents of this file are subject to the Mozilla Public License Version
|
||||||
@ -35,7 +34,6 @@
|
|||||||
# the provisions above, a recipient may use your version of this file under
|
# the provisions above, a recipient may use your version of this file under
|
||||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||||
#
|
#
|
||||||
# ***** END LICENSE BLOCK *****
|
|
||||||
#send_user $argv
|
#send_user $argv
|
||||||
spawn hdiutil attach -readonly -mountroot /tmp -private -noautoopen [lindex $argv 0]
|
spawn hdiutil attach -readonly -mountroot /tmp -private -noautoopen [lindex $argv 0]
|
||||||
expect {
|
expect {
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# ***** BEGIN LICENSE BLOCK *****
|
|
||||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||||
#
|
#
|
||||||
# The contents of this file are subject to the Mozilla Public License Version
|
# The contents of this file are subject to the Mozilla Public License Version
|
||||||
@ -35,7 +34,6 @@
|
|||||||
# the provisions above, a recipient may use your version of this file under
|
# the provisions above, a recipient may use your version of this file under
|
||||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||||
#
|
#
|
||||||
# ***** END LICENSE BLOCK *****
|
|
||||||
|
|
||||||
# Unpack a disk image to a specified target folder
|
# Unpack a disk image to a specified target folder
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user