author | Andrew McCreight <continuation@gmail.com> |
Thu, 09 Apr 2015 10:25:05 -0700 | |
changeset 238380 | f9d2b45fca62d69ae33858109374e5b66faac2d4 |
parent 238379 | e1e70faf3d34d4c43aab09f093963ff47947c7af |
child 238381 | 2328731ef45354daf50eb21607a3c781ab79bc7c |
push id | 58205 |
push user | amccreight@mozilla.com |
push date | Thu, 09 Apr 2015 17:25:20 +0000 |
treeherder | mozilla-inbound@6ba780f5190e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | froydnj |
bugs | 1151541 |
milestone | 40.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
xpcom/base/StaticMutex.h | file | annotate | diff | comparison | revisions | |
xpcom/reflect/xptcall/md/test/stub_test.cpp | file | annotate | diff | comparison | revisions |
--- a/xpcom/base/StaticMutex.h +++ b/xpcom/base/StaticMutex.h @@ -1,8 +1,12 @@ +/* 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/. */ + #ifndef mozilla_StaticMutex_h #define mozilla_StaticMutex_h #include "mozilla/Atomics.h" #include "mozilla/Mutex.h" namespace mozilla {
--- a/xpcom/reflect/xptcall/md/test/stub_test.cpp +++ b/xpcom/reflect/xptcall/md/test/stub_test.cpp @@ -1,8 +1,11 @@ +/* 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/. */ #include <stdio.h> typedef unsigned nsresult; typedef unsigned uint32_t; typedef unsigned nsXPCVariant;