Bug 1260556: This is just a test commit to attempt to demonstrate a mozreview bug. r? draft
authorDaniel Holbert <dholbert@cs.stanford.edu>
Tue, 29 Mar 2016 14:16:02 -0700
changeset 345593 ae597f50a03dd3da0c7dc0b2dca5e48a806bf7d5
parent 345496 d5d53a3b4e50b94cdf85d20690526e5a00d5b63e
child 517224 e2a855f1925f9313cc8ac02a627e7051c434a439
push id14123
push userdholbert@mozilla.com
push dateTue, 29 Mar 2016 21:16:11 +0000
bugs1260556
milestone48.0a1
Bug 1260556: This is just a test commit to attempt to demonstrate a mozreview bug. r? MozReview-Commit-ID: 1lzixZtPOm9
layout/base/moz.build
layout/moz.build
layout/svg/moz.build
layout/tables/moz.build
--- a/layout/base/moz.build
+++ b/layout/base/moz.build
@@ -1,14 +1,16 @@
 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
 # vim: set filetype=python:
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+# Here are some edits
+
 with Files('ActiveLayerTracker.*'):
     BUG_COMPONENT = ('Core', 'Layout: View Rendering')
 
 with Files('Display*'):
     BUG_COMPONENT = ('Core', 'Layout: View Rendering')
 
 with Files('FrameLayerBuilder.*'):
     BUG_COMPONENT = ('Core', 'Layout: View Rendering')
--- a/layout/moz.build
+++ b/layout/moz.build
@@ -1,14 +1,17 @@
 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
 # vim: set filetype=python:
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+# Here are some sample edits to this file.
+# Edit edit edit.
+
 with Files('**'):
     BUG_COMPONENT = ('Core', 'Layout')
 
 DIRS += [
     'style',
     'base',
     'generic',
     'forms',
--- a/layout/svg/moz.build
+++ b/layout/svg/moz.build
@@ -1,14 +1,16 @@
 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
 # vim: set filetype=python:
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+# Edits edits edits.
+
 with Files('**'):
     BUG_COMPONENT = ('Core', 'SVG')
 
 EXPORTS += [
     'nsFilterInstance.h',
     'nsSVGEffects.h',
     'nsSVGFilterInstance.h',
     'nsSVGForeignObjectFrame.h',
--- a/layout/tables/moz.build
+++ b/layout/tables/moz.build
@@ -1,14 +1,16 @@
 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
 # vim: set filetype=python:
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+# Sample edits to this file now.
+
 with Files('**'):
     BUG_COMPONENT = ('Core', 'Layout: Tables')
 
 MOCHITEST_MANIFESTS += ['test/mochitest.ini']
 
 EXPORTS += [
     'nsITableCellLayout.h',
 ]