Justin Lebar
440ed2aa2a
Bug 685870 - Fix about:memory's smaps breakdown on Android. r=khuey
2011-09-10 11:20:48 -04:00
Justin Wood
69d04a13ec
m-c -> m-i merge
2011-09-09 22:04:09 -04:00
Brian R. Bondy
a8e3aee321
Bug 685847 - Crash in nsLocalFile::RevealUsingShell() on release builds. r=jimm
2011-09-09 15:01:38 -04:00
Rafael Ávila de Espíndola
b45d5dc70d
Bug 684659 - Drop references to really old gcc versions.
2011-09-09 19:38:28 -04:00
Jacek Caban
f1fcf229ca
Bug 680868 - pldhash.cpp fails to compile on mingw-w64 r=benjamin
2011-09-09 15:07:22 +02:00
Shawn Gong
9bc4975c2d
Fixed bug 672641, implemented CharTokenizer which takes arbitrary char as delimiter. r=sicking
2011-07-21 11:13:06 -07:00
Brian R. Bondy
353b6c3e65
Bug 670068 - Open Containing Folder spawns multiple instances of explorer.exe. r=jimm
2011-09-08 11:37:43 -04:00
Felix Fung
0bc71ca85d
Bug 577266 - Correct misspellings in source code
2011-09-06 17:20:35 -07:00
Rafael Ávila de Espíndola
843c75a071
Revert e4c69005dea6 to see if OS X Bm goes green.
...
--HG--
extra : rebase_source : 7a98d5a9472af1c9085c1fbb9ab210649799a9b9
2011-09-07 18:20:55 -04:00
Rafael Ávila de Espíndola
7f5608d831
Bug 684659 - Fix inline asm so that we can drop a use of -fno-omit-frame-pointer.
2011-09-07 15:33:48 -04:00
Andrew McCreight
0fe49482eb
Bug 679779 - Add a #define to always log CC graph. r=bent
2011-08-17 10:35:40 -07:00
Justin Lebar
81a4fe113d
Bug 674290 - Expose contents of /proc/self/maps and smaps in about:memory. r=njn
...
--HG--
extra : rebase_source : 3bbe2f926ba3b0c46a122d51b027a5a6283ae2b0
2011-08-05 18:22:11 -04:00
Matt Brubeck
353c30193a
Back out 6cd3556fc807 (bug 674290) because of unittest leaks
2011-09-06 20:42:09 -07:00
Justin Lebar
b8add9c282
Bug 674290 - Expose contents of /proc/self/maps and smaps in about:memory. r=njn
2011-08-05 18:22:11 -04:00
Atul Aggarwal
61f22a04a4
Bug 661962: Remove mostly-unused variable 'rv' from nsINIParser::Init (moving it inside the #ifdef block where it's used). r=bsmedberg
2011-09-01 03:06:26 +05:30
Justin Lebar
a64e0ef1d8
Bug 684592 - In about:memory, update descriptions of heap-dirty and heap-committed, and only report heap-committed on Windows. rs=njn
...
--HG--
extra : rebase_source : 66b94efceb15920edcb6a27380450e52b25c5847
2011-09-06 11:57:58 -04:00
Ed Morley
ca467ad532
Merge mozilla-central and mozilla-inbound
2011-09-04 20:56:01 +01:00
Rafael Ávila de Espíndola
562cee8ff8
Bug 680277 - Debug builds should always be compiled with frame pointers. r=khuey.
...
This patch creates a new MOZ_FRAMEPTR_FLAGS variable that is used only to
control the frame pointer flags passed to the compiler. It also computes this
flag in a macro so that the toplevel configure and js/src/configure stay in
sync.
2011-09-03 13:36:18 -04:00
Kyle Huey
0a84aec813
Bug 683096: Make arrays of nsQIResults work. r=ted
2011-09-03 09:53:48 -04:00
Matheus Kerschbaum
8695c3c1f0
Bug 680793 - Remove support for Irix. r=ted
2011-09-02 15:41:45 +01:00
Ehsan Akhgari
067609299f
Keep changeset 11247af82311 backed out on the reverted tree
2011-09-02 09:05:37 -04:00
Ehsan Akhgari
44916171a8
Revert to changeset e6fc4594c22e which was the last one to get a green Win7 tp run
2011-09-02 09:03:08 -04:00
Rafael Ávila de Espíndola
a9e50eeac8
revert 11247af82311, e3626f903f9f and 7ee51f8ea940.
...
CLOSED TREE
2011-09-01 22:01:56 -04:00
Rafael Ávila de Espíndola
e28e44916f
Bug 680277 - Debug builds should always be compiled with frame pointers. r=khuey.
...
This patch creates a new MOZ_FRAMEPTR_FLAGS variable that is used only to
control the frame pointer flags passed to the compiler. It also computes this
flag in a macro so that the toplevel configure and js/src/configure stay in
sync.
--HG--
extra : rebase_source : 58a64b71a23812910072c81bbf84b3721b961abb
2011-09-01 12:19:06 -04:00
Ed Morley
c62c25def9
Merge last green changeset on m-i to m-c
2011-09-01 08:41:18 +01:00
Kyle Huey
134b8fad07
Merge m-c to b-s.
2011-08-31 07:52:43 -04:00
Kyle Huey
3ed9181a00
Bug 682852: Remove ancient test gunk. r=me
2011-08-30 13:39:19 -04:00
Atul Aggarwal
39062faea6
Bug 581468 - Fix warning: signed and unsigned type in conditional expression in XPT_DoString; r=bsmedberg
2011-08-31 23:45:31 +01:00
Atul Aggarwal
ad3a0d700c
Bug 581467 - Fix warning: comparison between signed and unsigned integer expressions in XPT_ParseVersionString; r=bsmedberg
2011-08-31 23:45:31 +01:00
Rafael Ávila de Espíndola
16f77da63f
Bug 682066 - Drop NS_DEFCALL. r=benjamin.
...
Having NS_DEFCALL around causes problems for clang since it uses
the regpart attribute when deciding template instantiations. In
particular, it would not use the generic method specialization of
nsRunnableMethodTraits.
2011-08-30 14:22:00 -04:00
Andrew McCreight
cb27fabbd1
Bug 649532 - make cycle collector logging output complete CC graph. r=peterv
2011-06-22 10:41:17 -07:00
Kyle Huey
7b5d330147
Merge m-c to b-s.
2011-08-28 06:00:17 -04:00
Kyle Huey
efb0985745
Bug 681714: Ensure that we've unrolled the entire typedef chain when building typelibs. r=ted
2011-08-28 05:56:24 -04:00
Matt Woodrow
11c1aac810
Bug 505115 - Part 15 - Add 4D Vectors, Quaternions and gfx3DMatrix functions. r=derf
2011-08-27 12:06:03 +12:00
Matheus Kerschbaum
0f5b3e839c
Bug 680625 part 0b: Remove more workarounds for past century compilers. r=ted
2011-08-26 00:35:13 +01:00
Matheus Kerschbaum
5a0a7c6411
Bug 680625 part 0: Remove checks and workarounds for 20th century compilers. r=ted
2011-08-26 00:35:13 +01:00
Matheus Kerschbaum
ca0293b46f
Bug 680792 - Remove support for Irix from our build system. r=ted
2011-08-26 00:34:45 +01:00
Joshua Cranmer
80c76492b3
Bug 681740 - xpidl.py does not resolve references to consts in superinterfaces. r=bsmedberg
...
--HG--
extra : rebase_source : 8b860e76fa0634b408dc15c6e1a3c587ae080cd7
2011-08-25 10:24:58 -07:00
Marco Bonardo
2d3b3ed654
Bug 681660 - [win] GetDiskSpaceAvailable doesn't work on files.
...
r=jimm
2011-08-26 13:29:45 +02:00
Randell Jesup
aa7058dad4
Bug 682031: Add another old nsIURI IID to the hack in nsBinaryStream to fix sessionrestore r=dholbert r=bz
2011-08-26 02:24:43 -04:00
Ted Mielczarek
0e68bfdb2b
bug 677671 - Add unit tests for xpidl.py. r=khuey
2011-08-17 13:26:26 -04:00
Kyle Huey
4a1055ab6c
Merge m-c to b-s.
2011-08-24 08:34:27 -04:00
Michael Wu
09c0b18b41
Bug 676192 - Remove kHashEnumerateRemove and make nsHashtableEnumFunc return PRBool, r=bsmedberg
2011-08-22 19:15:54 -07:00
Julian Reschke
af0dfc9e86
Bug 665706 - Remove historic special handling for semicolons in URIs. r=rjesup
2011-08-22 16:51:52 +02:00
Geoff Brown
fcf5c93a68
Bug 668349 - Changes to xpcshell.ini; r=jmaher
2011-08-22 09:00:50 +01:00
Ed Morley
d64ee026f1
Bug 677787 - Remove unique_pointer from typelib code; r=khuey
2011-08-20 13:44:37 +02:00
Phil Ringnalda
32f48e73ff
Back out 902a7c3eb320 for failing to build on Windows, and 196df669baba for failing to build without it
2011-08-18 20:04:10 -07:00
Daniel Holbert
c38af3c4b3
Bug 679832 followup: add an #include <stdint.h> to fix bustage on Linux Opt QT build.
2011-08-18 16:32:19 -07:00
Daniel Holbert
971e0f2b9f
Bug 679832: Explicitly cast to a pointer-sized integer, when converting between 32-bit ints and void* pointers in nsCheapSets.h. r=bsmedberg
2011-08-18 16:11:55 -07:00
Matheus Kerschbaum
8a4cb927fd
Bug 678155 - Remove NS_COM. r=bsmedberg
2011-08-18 15:46:39 +02:00