зеркало из https://github.com/mozilla/gecko-dev.git
Bug 600133 - Fix about:buildconfig unification after bug 538890, and future-proof the process a little bit. r=gavin, a2.0=gavin
This commit is contained in:
Родитель
ed0367984e
Коммит
92bcf43b05
|
@ -126,9 +126,9 @@ sub fixBuildconfig($$$) {
|
|||
# Insert a <hr> between the two files.
|
||||
push (@linesNew, '<hr> </hr>');
|
||||
|
||||
# Copy the second file's content beginning after its leading <h1> and <p>.
|
||||
# Copy the second file's content beginning after its leading <h1>.
|
||||
while ($line = shift(@lines2)) {
|
||||
if ($line eq '<p> </p>') {
|
||||
if ($line eq '<h1>about:buildconfig</h1>') {
|
||||
last;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Seawood <netscape@seawood.org> (original author)
|
||||
# Christian Biesinger <cbiesinger@gmail.com>
|
||||
# Christopher Seawood <cls@seawood.org> (original author)
|
||||
# Christian Biesinger <cbiesinger@web.de>
|
||||
# Ehsan Akhgari <ehsan.akhgari@gmail.com>
|
||||
# Ted Mielczarek <ted.mielczarek@gmail.com>
|
||||
# Steffen Wilberg <steffen.wilberg@web.de>
|
||||
|
@ -39,7 +39,10 @@
|
|||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
#
|
||||
# IMPORTANT: Do not modify this file without checking the results of
|
||||
# build/macosx/universal/fix-buildconfig in a Mac Universal binary.
|
||||
#
|
||||
#filter substitution
|
||||
<html>
|
||||
<head>
|
||||
|
|
Загрузка…
Ссылка в новой задаче