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)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
60.59 KB,
patch
|
ddahl
:
review+
mshal
:
review+
|
Details | Diff | Splinter Review |
There's some 70 of those; probably worth separating them.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → Ms2ger
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #791822 -
Flags: review?(mshal)
Attachment #791822 -
Flags: review?(ddahl)
Comment 2•12 years ago
|
||
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 3•12 years ago
|
||
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+
| Assignee | ||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•