Rollup of bug 645263 and bug 646259: Switch to mozilla:: sync primitives. r=cjones,dbaron,doublec,ehsan src=bsmedberg
Bug 645263, part 0: Count sync primitive ctor/dtors. r=dbaron Bug 645263, part 1: Migrate content/media to mozilla:: sync primitives. r=doublec Bug 645263, part 2: Migrate modules/plugin to mozilla:: sync primitives. sr=bsmedberg Bug 645263, part 3: Migrate nsComponentManagerImpl to mozilla:: sync primitives. sr=bsmedberg Bug 645263, part 4: Migrate everything else to mozilla:: sync primitives. r=dbaron Bug 645263, part 5: Remove nsAutoLock.*. sr=bsmedberg Bug 645263, part 6: Make editor test be nicer to deadlock detector. r=ehsan Bug 645263, part 7: Disable tracemalloc backtraces for xpcshell tests. r=dbaron Bug 646259: Fix nsCacheService to use a CondVar for notifying. r=cjones
This commit is contained in:
@@ -42,9 +42,9 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "prtypes.h"
|
||||
#include "prinrval.h"
|
||||
#include "prlock.h"
|
||||
#include "nscore.h"
|
||||
#include "nsAutoLock.h"
|
||||
|
||||
#include "nsDebugHelpWin32.h"
|
||||
#include "nsTraceMallocCallbacks.h"
|
||||
|
||||
Reference in New Issue
Block a user