Ehsan Akhgari
|
354328adc4
|
Bug 913830 - Remove more unneeded #includes from the xpconnect IDL files; r=bholley
|
2013-09-09 22:37:37 +02:00 |
|
Ed Morley
|
f7bce95a91
|
Backed out changeset 5c9f3fb14995 (bug 910517) for Android talos failures
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryMultiReporterWrapper.h
|
2013-09-09 16:07:48 +01:00 |
|
Nicholas Nethercote
|
cc604f4854
|
Bug 910517 - Remove nsIMemoryReporter, and rename nsIMemoryMultiReporter as nsIMemoryReporter. r=mmcr8.
--HG--
rename : content/canvas/src/WebGLMemoryMultiReporterWrapper.h => content/canvas/src/WebGLMemoryReporterWrapper.h
extra : rebase_source : 76bf96ce8d6e16c8573584d9e8e70c80371f66eb
|
2013-08-27 16:24:51 -07:00 |
|
Robert O'Callahan
|
03e7828db2
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|
Phil Ringnalda
|
26ceee4fb5
|
Back out 4537337759b7 (bug 910517) because nobody expects the talos inquisition
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryMultiReporterWrapper.h
|
2013-09-04 22:42:06 -07:00 |
|
Nicholas Nethercote
|
1f32372424
|
Bug 910517 - Remove nsIMemoryReporter, and rename nsIMemoryMultiReporter as nsIMemoryReporter. r=mmcr8.
--HG--
rename : content/canvas/src/WebGLMemoryMultiReporterWrapper.h => content/canvas/src/WebGLMemoryReporterWrapper.h
extra : rebase_source : 9142be547b2eeef37a8073a710ce23070f98cf65
|
2013-08-27 16:24:51 -07:00 |
|
Wes Kocher
|
545fbb7bd2
|
Merge m-c to inbound
|
2013-09-04 18:04:50 -07:00 |
|
Mike Hommey
|
f8bc7fa754
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
David Rajchenbach-Teller
|
00e7dae5ac
|
Bug 911109 - Statement::internalFinalize now doesn't cause finalization if the connection is already closed. r=asuth
|
2013-09-04 12:51:45 -04:00 |
|
Nicholas Nethercote
|
01c70c8c97
|
Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke.
--HG--
extra : rebase_source : 008ef689989f93b46627b8be8608bdbc544ca3a2
|
2013-08-27 19:59:14 -07:00 |
|
Gregor Wagner
|
0cdde3eb06
|
Bug 870951 - VacuumManager asserts when running in a child process. r=bent
|
2013-08-29 09:10:35 -07:00 |
|
Nicholas Nethercote
|
a7c43d2502
|
Bug 831193 (part 6) - Don't use NS_MEMORY_REPORTER_IMPLEMENT in mozStorageService.cpp. r=mak.
--HG--
extra : rebase_source : e7eb250f4eb64187e025adbc1fc824be29c45b15
|
2013-01-17 16:45:11 -08:00 |
|
David Rajchenbach-Teller
|
007c70de56
|
Bug 874814 - Close AsyncClose() off the main thread and loop until all statements are finalized. r=mak
|
2013-08-27 17:07:04 -04:00 |
|
Geoff Brown
|
fd9a8160b1
|
Bug 865006 - (4) Add more xpcshell tests for android; r=jmaher
|
2013-08-25 10:58:31 -06:00 |
|
Ms2ger
|
f805d8d6eb
|
Merge m-c to inbound
|
2013-08-22 10:38:48 +02:00 |
|
Ms2ger
|
3a103a7e9f
|
Bug 883284 - Part f: Move LIBXUL_LIBRARY into moz.build (p-z); r=glandium
|
2013-08-22 08:56:01 +02:00 |
|
Nicholas Nethercote
|
2585de9a07
|
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
--HG--
extra : rebase_source : 984c61ab12f46be0509b1ce0d458d9a6e5841c64
|
2013-08-17 15:50:18 -07:00 |
|
Trevor Saunders
|
e62a12b52f
|
bug 886526 - remove IS_COMPONENT and MODULE_NAME makefile vars for things in libxul r=bsmedberg r=glandium
|
2013-08-08 20:12:37 -04:00 |
|
Nicholas Nethercote
|
9624be5713
|
Bug 901750 - Change return type of |JSNative| from |JSBool| to |bool|. code=nnethercote,jandem. r=luke,bz.
--HG--
extra : rebase_source : 5b3d7cc339af6d93bde078322e25c6e740d1b617
|
2013-08-02 00:41:57 -07:00 |
|
Jon Coppeard
|
fb6671743e
|
Bug 900986 - Convert JS_*Element API to use MutableHandleValue for out params r=terrence r=bholley r=smaug
|
2013-08-05 14:02:47 +01:00 |
|
Birunthan Mohanathas
|
521d66d83e
|
Bug 784739 - Switch from NULL to nullptr in storage/; r=ehsan
|
2013-07-31 11:44:58 -04:00 |
|
Trevor Saunders
|
108b7dd046
|
backout bug 886526 because it probably made us use a lot more memory to link on windows
|
2013-07-29 11:03:21 -04:00 |
|
Ms2ger
|
10d5739f7a
|
Bug 888643 - Part b: Move CPP_UNIT_TESTS definitions into moz.build files; r=gps
|
2013-07-24 09:23:06 +02:00 |
|
Joshua Cranmer
|
9267a6c925
|
Bug 884061 - Part 3u: Use NS_DECL_THREADSAFE_ISUPPORTS in storage/, r=mak
--HG--
extra : rebase_source : fdc61fe0dad1e88c33325e32c755ed8f2c389af2
|
2013-07-18 21:24:15 -05:00 |
|
Mike Shal
|
1c7eb2843f
|
Bug 889787 - Define XP_LINUX globally; r=ted
|
2013-07-16 17:10:10 -04:00 |
|
Trevor Saunders
|
f33ade0d68
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
|
Roberta De Viti
|
22cd4a9676
|
Bug 865188 - Remove Storage support for profile special database. r=mak
|
2013-07-11 10:00:48 +02:00 |
|
Ryan VanderMeulen
|
03e73d9988
|
Backed out changeset b7d6458d2a3c (bug 887483) for apparently causing Android robocop-2 failures.
|
2013-07-10 13:51:28 -04:00 |
|
Trevor Saunders
|
63ed0e9589
|
bug 887483 - rm a bunch of useless assignments to FORCE_STATIC_LIB r=mshal
|
2013-06-25 14:29:26 -04:00 |
|
Trevor Saunders
|
4fda35a773
|
bug 886526 - disallow MODULE_NAME and IS_COMPONENT for makefiles in libxul r=bsmedberg
|
2013-06-25 11:15:21 -04:00 |
|
Trevor Saunders
|
2af42ae713
|
bug 887854 - remove most useage of pratom.h r=mounir, mcmanus, jrmuizel
|
2013-06-16 03:09:07 -04:00 |
|
David Rajchenbach-Teller
|
286a0ce6e8
|
Bug 702559 - Async tests for mozIStorage[Async]Connection;r=mak
|
2013-06-27 09:00:59 -04:00 |
|
David Rajchenbach-Teller
|
7631a5973e
|
Bug 702559 - First implementation of mozIStorageAsyncConnection;r=mak
* * *
Bug 702559 - Implementation of transaction helper compatible with mozIStorageAsyncConnection;r=mak
|
2013-06-27 09:00:59 -04:00 |
|
Ed Morley
|
67356c3a8c
|
Backed out changeset fa98df7a3493 (bug 702559) for xpcshell orange
|
2013-06-26 12:56:40 +01:00 |
|
Ed Morley
|
5d30720f63
|
Backed out changeset ad1819ab302a (bug 702559)
|
2013-06-26 12:56:17 +01:00 |
|
David Rajchenbach-Teller
|
a9b4cd7c3e
|
Bug 702559 - Async tests for mozIStorage[Async]Connection;r=mak
|
2013-06-26 05:45:49 -04:00 |
|
David Rajchenbach-Teller
|
198d5dbf1f
|
Bug 702559 - First implementation of mozIStorageAsyncConnection;r=mak
|
2013-06-26 05:45:49 -04:00 |
|
Brian O'Keefe
|
11bcc1cd9e
|
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
|
2013-06-17 15:21:01 -04:00 |
|
Nathan Froyd
|
7de7004013
|
Bug 884022 - fix clang warnings about pointer-to-int comparisons in test_AsXXX_helpers.cpp; r=dholbert
|
2013-06-17 17:18:40 -04:00 |
|
Aaron Klotz
|
e9ad1fd893
|
Bug 867762: NSPR and SQLite Main Thread I/O Interposing. r=BenWa
|
2013-06-14 12:01:02 -06:00 |
|
Nathan Froyd
|
87336bb02e
|
Bug 878411 - define xFetch and xUnfetch methods in TelemetryVFS file objects; r=mak
|
2013-06-01 12:26:17 -04:00 |
|
Boris Zbarsky
|
ac87784e7f
|
Bug 877540. Fix remaining unsafe reference hazards in browser code. r=terrence
|
2013-05-30 17:46:48 -04:00 |
|
Mike Shal
|
5169c0a913
|
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
|
2013-04-23 17:54:15 -04:00 |
|
Boris Zbarsky
|
dbe1f3da32
|
Bug 873735 part 2. Change nsIXPConnectJSObjectHolder::GetJSObject to return a JSObject*. r=bholley
|
2013-05-20 08:44:18 -04:00 |
|
Gregory Szorc
|
1b12175ba0
|
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
|
2013-05-17 16:20:11 -07:00 |
|
Ehsan Akhgari
|
0b00dc2f2d
|
Bug 873038 - Remove the old MSVC PGO exclusions across the tree; r=glandium
|
2013-05-16 11:16:30 -04:00 |
|
Joey Armstrong
|
26736a0ee2
|
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
|
2013-05-13 16:24:07 -04:00 |
|
Ed Morley
|
5256152aa1
|
Backed out changeset 496846474ed3 (bug 864774)
|
2013-05-13 10:05:49 +01:00 |
|
Mike Shal
|
954221d9c9
|
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey
From 140b9201e3b5d2d8efe7af286d279c2411dbc197 Mon Sep 17 00:00:00 2001
|
2013-04-23 17:54:15 -04:00 |
|
Ehsan Akhgari
|
6d99ac01ba
|
Bug 871317 - Fix more rooting hazards in the storage code; r=till
|
2013-05-12 18:32:13 -04:00 |
|