Bill McCloskey
|
4735655406
|
Bug 1049275 - Don't use IPC for crash reporting after NS_ABORT (r=bsmedberg)
|
2014-09-12 11:44:38 -07:00 |
Carsten "Tomcat" Book
|
d557d05d44
|
merge m-i to m-c a=merge
|
2014-09-12 15:07:38 +02:00 |
Nicholas Nethercote
|
28935b35cb
|
Bug 1065834 - Remove long-busted Solaris stack-walking code. r=froydnj.
|
2014-09-10 19:46:54 -07:00 |
David Rajchenbach-Teller
|
1ef48f4867
|
Bug 918317 - nsIAsyncShutdown companion tools. r=froydnj
|
2014-08-20 04:33:00 -04:00 |
David Rajchenbach-Teller
|
f78f5f62dc
|
Bug 918317 - Implementation of nsAsyncShutdown. r=froydnj, r=glandium
--HG--
rename : toolkit/modules/AsyncShutdown.jsm => toolkit/components/asyncshutdown/AsyncShutdown.jsm
rename : toolkit/modules/tests/xpcshell/test_AsyncShutdown.js => toolkit/components/asyncshutdown/tests/xpcshell/test_AsyncShutdown.js
|
2014-09-11 09:01:00 -04:00 |
Bob Owen
|
61056aa4db
|
Bug 1018988 - Set up a low integrity temp directory when using the Windows content sandbox. r=mrbkap r=tabraldes r=froydnj
|
2014-09-10 12:36:17 +01:00 |
Nicholas Nethercote
|
0b66ceae91
|
Bug 1065258 (part 8) - Rename TempDirMemoryFinishCallback. r=jld.
--HG--
extra : rebase_source : c478218da5d45e091156aa4dc9d64514f71d403d
|
2014-09-10 00:41:50 -07:00 |
Nicholas Nethercote
|
03c5fb0c7d
|
Bug 1065258 (part 7) - Move DumpMemoryReportsToNamedFile earlier. r=jld.
--HG--
extra : rebase_source : b9f6289c6ed0010997d1e21fd461a802d1895cf0
|
2014-09-10 00:40:36 -07:00 |
Nicholas Nethercote
|
90e73486ef
|
Bug 1065258 (part 6) - Factor out code shared by DumpMemoryReportsToNamedFile() and DumpMemoryInfoToTempDir(). r=jld.
--HG--
extra : rebase_source : 2f4c9f6da6202169ec480dcbf52047308c25b840
|
2014-09-10 00:40:10 -07:00 |
Nicholas Nethercote
|
fcdaede7d4
|
Bug 1065258 (part 5) - Make TempDirMemoryFinishCallback a nsIFinishDumpingCallback object. r=jld.
--HG--
extra : rebase_source : 0a16d0a6193c3de9ae7cc1c68991dbda24171dc7
|
2014-09-10 00:34:47 -07:00 |
Nicholas Nethercote
|
70c26f1e8b
|
Bug 1065258 (part 4) - Move FinishReportingCallback earlier. r=jld.
--HG--
extra : rebase_source : e9c5cc0bf8297cfcef9fae1f0b7da5d03afc659c
|
2014-09-10 00:32:58 -07:00 |
Nicholas Nethercote
|
6108d5a9bf
|
Bug 1065258 (part 3) - Remove TempDirMemoryFinishCallback::mIdentifier, which is dead. r=jld.
--HG--
extra : rebase_source : 7db3562208f78be05b855efcbee7f6182df8bf42
|
2014-09-10 00:31:40 -07:00 |
Nicholas Nethercote
|
74321f14ac
|
Bug 1065258 (part 2) - Rename some variables. r=jld.
--HG--
extra : rebase_source : cd1ff03dbf8ad455529ba763c722cb1ec34162b1
|
2014-09-10 00:30:17 -07:00 |
Nicholas Nethercote
|
a461a8bd9b
|
Bug 1065258 (part 1) - Inline TempDirMemoryFinishCallback(). r=jld.
--HG--
extra : rebase_source : 40f0ebd81d3e4061a4bfde932ef1e55cfd5d7332
|
2014-09-10 00:27:45 -07:00 |
Eric Rahm
|
7bee1eeb55
|
Bug 1059593 - logcat entries from console logging should include app name. r=dhylands
--HG--
extra : rebase_source : 8e924b6a97b49eee3bfa0c89e81d15cd3b4dfaef
|
2014-09-09 16:52:08 -07:00 |
Felipe Gomes
|
382f4efc2f
|
Bug 1063848 - Disable e10s in safe mode. r=bsmedberg,ally.
|
2014-09-10 15:53:55 -03:00 |
Bob Owen
|
33eaabbf1f
|
Bug 1063455 - Define MOZ_STACKWALKING when NS_StackWalk is available and replace other instances of the same #if logic. r=mshal, r=froydnj
|
2014-09-08 18:25:20 +01:00 |
Peter Van der Beken
|
0f55a9a70c
|
Bug 982212: Part 4 - Remove explicit from the nsTArray-constructor that takes a r-value and add MoveElementsFrom taking a r-value. r=nfroyd.
--HG--
extra : rebase_source : bf6141fb301fcf19b619c9a4c88ce12f3521a12c
|
2014-09-02 14:20:14 +02:00 |
David Rajchenbach-Teller
|
8d9b6b770a
|
Bug 1061891 - Make it possible to check whether a nsMainThreadPtr<T> is null. r=bholley
|
2014-09-11 12:11:44 +02:00 |
Ehsan Akhgari
|
702b639d86
|
Bug 1065670 - Fix more bad implicit ctors in XPCOM; r=froydnj
|
2014-09-11 16:04:18 -04:00 |
Kyle Huey
|
cfc08137ac
|
Bug 982212: Part 2 - Implement r-value reference support for nsTArray::AppendElement. r=nfroyd
--HG--
extra : rebase_source : a9235411266a5dad466746d6344c3fd0e8fafca1
|
2014-03-15 18:56:00 +01:00 |
Peter Van der Beken
|
9b5d5a69cc
|
Bug 982212: Part 1a - Implement r-value reference support for nsTArray constructors and operator=, make part 1 work on gcc 4.4. r=nfroyd.
--HG--
extra : rebase_source : f188db9d463add8f4622ceef6f0b2332be4acca8
|
2014-09-03 18:33:03 +02:00 |
Kyle Huey
|
668f9a0eb5
|
Bug 982212: Part 1 - Implement r-value reference support for nsTArray constructors and operator=. r=nfroyd
--HG--
extra : rebase_source : 6119f0043a4af61beab08cdeb6ea072222cfac8b
|
2014-03-15 18:55:00 +01:00 |
Nicholas Nethercote
|
b662348a22
|
Bug 1061024 (part 3) - Remove a redundant dmd::ClearReports() call. r=jld.
--HG--
extra : rebase_source : 5c79c9187fbffe2b5a8c63184cc9d3f158877a8e
|
2014-08-31 22:36:01 -07:00 |
Nicholas Nethercote
|
cb8defd2fa
|
Bug 1061024 (part 2) - Some minor DMD clean-ups. r=jld.
--HG--
extra : rebase_source : f780376e8803222c92a5a92bc4155600e068ce0c
|
2014-08-31 22:35:28 -07:00 |
Nicholas Nethercote
|
d64852855e
|
Bug 1061024 (part 1) - Don't run DMD when about:memory's "Measure" button is pressed. r=jld.
--HG--
extra : rebase_source : ddf0236352c64eb9839dfd0a219451a568aba10e
|
2014-08-31 20:36:26 -07:00 |
Jed Davis
|
af04cea2d8
|
Bug 1059038 - Move mozilla::unused from xpcom/glue to mfbt. r=Waldo
--HG--
rename : xpcom/glue/unused.cpp => mfbt/unused.cpp
rename : xpcom/glue/unused.h => mfbt/unused.h
|
2014-08-29 10:11:00 +02:00 |
Valentin Gosu
|
04a675301a
|
Bug 473822 - Square brackets not percent-encoded in URI's query-part. r=jduell
|
2014-09-06 01:32:04 +03:00 |
Andrew McCreight
|
06744b6f48
|
Bug 931285, part 2 - Implement a cycle collected version of nsHashPropertyBag and use it from JS. r=froydnj
|
2014-09-08 09:41:32 -07:00 |
Andrew McCreight
|
1c9fdc95c0
|
Bug 931285, part 1 - Factor out a base class for nsHashPropertyBag that does not implement refcounting. r=froydnj
Also remove the unused NS_NewHashPropertyBag.
|
2014-09-08 09:41:22 -07:00 |
David Zbarsky
|
6813ce3dab
|
Bug 1042654: Remove nsITouchEventReceiver r=bz
|
2014-09-05 23:32:49 -04:00 |
Anuj Agarwal
|
09aa8919f5
|
Bug 1034921 - Remove dangerous public destructor of nsFoo in TestThreadUtils.cpp. r=nfroyd
|
2014-09-04 07:07:00 +02:00 |
Nicholas Nethercote
|
c632d54478
|
Bug 1063321 - Print to the console the paths of all files that DMD opens. r=mccr8.
--HG--
extra : rebase_source : 50a18a0a074f929ab934c5b3eade1c69e6ba4510
|
2014-09-04 20:45:22 -07:00 |
Nicholas Nethercote
|
ab2d367e37
|
Bug 1050601 - Remove fix-linux-stack.pl. r=ted.
--HG--
extra : rebase_source : f344aa5db9e16575835a7de3df34c311635c128b
|
2014-09-03 09:24:38 -07:00 |
Mike Hommey
|
0060683747
|
Bug 1059090 - Don't require SOURCES to be set for CPP_UNIT_TESTS and SIMPLE_PROGRAMS. r=mshal
|
2014-09-03 14:16:37 +09:00 |
Mike Hommey
|
ed70c5f377
|
Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps
|
2014-09-03 14:10:54 +09:00 |
Nicholas Nethercote
|
44c8808fe5
|
Bug 1061385 - Remove |Writer| parameter from CodeAddressService. r=mccr8.
--HG--
extra : rebase_source : 0ed67121aac5c9f63ed647e31cd5321eca0b25b7
|
2014-09-01 20:03:06 -07:00 |
Ehsan Akhgari
|
b1b56df2fe
|
Bug 1061254 - Fix more bad implicit constructors in misc. components; r=bsmedberg
|
2014-09-02 18:24:49 -04:00 |
Ehsan Akhgari
|
5bffafdd26
|
Bug 1061061 - Fix more bad implicit constructors in misc. code; r=bsmedberg
|
2014-09-02 18:24:24 -04:00 |
Trevor Saunders
|
d75ed5bf7f
|
bug 1059490 - mark more classes MOZ_FINAL r=froydnj
|
2014-08-27 14:26:48 -04:00 |
Trevor Saunders
|
99c54d4b34
|
bug 1059429 - fix static constructor for FlushEvent r=froydnj
|
2014-08-27 14:06:55 -04:00 |
Ryan VanderMeulen
|
dfd4efa147
|
Merge inbound to m-c. a=merge
CLOSED TREE
|
2014-09-02 14:23:25 -04:00 |
ffxbld
|
e1ad3b108d
|
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
|
2014-09-02 12:54:33 -04:00 |
Ehsan Akhgari
|
6f002e45f7
|
Bug 1060973 - Fix more bad implicit constructors in XPCOM; r=froydnj
|
2014-09-02 09:50:07 -04:00 |
David Major
|
0509508150
|
Bug 1007534 - Part 4: Save a memory report when close to OOM. r=bsmedberg
|
2014-08-30 17:21:22 +12:00 |
David Major
|
9cb7f94c04
|
Bug 1007534 - Part 1: Add a saveMemoryReport method to nsICrashReporter. r=froydnj
|
2014-08-30 17:21:09 +12:00 |
Ben Turner
|
bbf77ff477
|
Bug 1052740 - Cancel LazyIdleThread timer before shutting down its thread, r=bsmedberg.
|
2014-08-29 11:23:31 -07:00 |
Masayuki Nakano
|
93cf48640e
|
Bug 826657 part.2 Implement NOTIFY_IME_OF_MOUSE_BUTTON_EVENT in XP part r=smaug+ehsan
|
2014-08-29 19:08:43 +09:00 |
Botond Ballo
|
e7dbf26fb2
|
Bug 965022 - Use MOZ_FORMAT_PRINTF for [f]printf_stderr, and fix incorrect usages. r=jrmuizel
--HG--
extra : rebase_source : 667fc18943d84f1ae28579fc23f846f9350e6fe2
|
2014-08-26 17:14:51 -04:00 |
Botond Ballo
|
717d780f6d
|
Bug 965022 - Define MOZ_FORMAT_PRINTF(...) macro which expands to __attribute__(format(printf, ...)) where supported. r=froydnj
--HG--
extra : rebase_source : bbfc41dccba336ac290710a8c3ead77ae0d1df5f
|
2014-08-25 16:00:29 -04:00 |