Closed Bug 903080 Opened 12 years ago Closed 12 years ago

Move CSP tests in content/base/test into a subdir

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla26

People

(Reporter: Ms2ger, Assigned: Ms2ger)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

There's some 70 of those; probably worth separating them.
Assignee: nobody → Ms2ger
Attachment #791822 - Flags: review?(mshal)
Attachment #791822 - Flags: review?(ddahl)
Comment on attachment 791822 [details] [diff] [review] Move CSP tests in content/base/test into a subdir; Review of attachment 791822 [details] [diff] [review]: ----------------------------------------------------------------- Looks good, all tests and all content tests pass. ::: content/base/test/csp/moz.build @@ +1,5 @@ > +# -*- 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/. I assume the moz.build file just has to exist to tell the build system to work with this directory? sorry for my ignorance here.
Attachment #791822 - Flags: review?(ddahl) → review+
Comment on attachment 791822 [details] [diff] [review] Move CSP tests in content/base/test into a subdir; >diff --git a/content/base/test/moz.build b/content/base/test/moz.build >--- a/content/base/test/moz.build >+++ b/content/base/test/moz.build >@@ -1,15 +1,19 @@ > # -*- 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/. > >-DIRS += ['chrome', 'websocket_hybi'] >+DIRS += [ >+ 'chrome', >+ 'csp', >+ 'websocket_hybi' >+] nit: Add trailing comma to 'websocket_hybi', to match multi-line style. moz.build/Makefile changes look good to me.
Attachment #791822 - Flags: review?(mshal) → review+
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Depends on: 915824
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: