Neil Rashbrook
|
b87325632b
|
Bug 818861 Shouldn't allow promising a flat string from a flat string r=dbaron
|
2012-12-22 20:40:37 +00:00 |
|
Benjamin Smedberg
|
fe3cd15957
|
Bug 807757 main part - remove nsIProfileChangeStatus, nsIProfile and remnants of code to support them, r=glandium
--HG--
rename : profile/public/nsIProfileChangeStatus.idl => profile/public/notifications.txt
extra : rebase_source : 89db8a63effc2eab589a184a2b686cfcca3f8f63
|
2012-12-13 12:20:56 -05:00 |
|
Ed Morley
|
408c992b8d
|
Backout 4ebd50016f35 & 9033700cc24f (bug 807757) for failing to build on a CLOSED TREE
|
2012-12-13 18:46:38 +00:00 |
|
Benjamin Smedberg
|
10a23e3550
|
Bug 807757 main part - remove nsIProfileChangeStatus, nsIProfile and remnants of code to support them, r=glandium
--HG--
rename : profile/public/nsIProfileChangeStatus.idl => profile/public/notifications.txt
extra : rebase_source : e7caf9d124a4295ced9d607ab6b75b663b97ed8e
|
2012-12-13 12:20:56 -05:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Landry Breuil
|
038741989a
|
Bug 785738 Part 3: use PRTime instead of int64_t where appropriate; r=ehsan
|
2012-08-30 09:10:35 +02:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Jim Mathies
|
f498589c3c
|
Bug 776914 - msvc nullptr fix for nsProfileLock. r=bbondy
|
2012-07-25 04:22:18 -05:00 |
|
Jim Mathies
|
6058348574
|
backout ec8ca13b54cb CLOSED TREE
|
2012-07-24 17:00:22 -05:00 |
|
Jim Mathies
|
fb60d2aef9
|
Bug 776914 - vc11 nullptr fix for nsProfileLock. r=bbondy
|
2012-07-24 15:07:41 -05:00 |
|
Geoff Lankow
|
00f3a215c9
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Matthew Noorenberghe
|
ad086574ef
|
Bug 294260 - Safe Mode: Auto detect previous start-up failure and offer to start in safe mode r=bsmedberg,Mossop
--HG--
rename : toolkit/components/startup/tests/Makefile.in => toolkit/components/startup/tests/browser/Makefile.in
extra : rebase_source : 8df6b163173362ae80832eb3667e04bb817280b3
|
2011-11-07 21:20:42 -08:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Matheus Kerschbaum
|
5692e9c245
|
Bug 669040 part 1: Remove build-system and toolkit dependency on mork and morkreader. r=mak
|
2011-08-06 17:24:52 +02:00 |
|
Mike Hommey
|
95fbb011b5
|
Bug 658995 part 2 - Use static destructors instead of atexit(). r=bsmedberg
|
2011-06-15 07:32:03 +02:00 |
|
Matt Brubeck
|
28a99ad4d4
|
Back out 6b23b52e68d6 - e92f98e8a335 (bug 632404, 552864, 658995) because of Tp4 regression.
|
2011-06-15 09:00:28 -07:00 |
|
Mike Hommey
|
899e31b0e1
|
Bug 658995 part 2 - Use static destructors instead of atexit(). r=bsmedberg
|
2011-06-15 07:32:03 +02:00 |
|
Ed Morley
|
c24361f216
|
Bug 655498 - Remove WinCE code from profile/* ; r=bsmedberg
|
2011-05-17 16:06:10 +02:00 |
|
Mike Hommey
|
a87fb4b486
|
Bug 593767 - Don't use SA_SIGINFO when unsupported. r=bsmedberg,a=bsmedberg
|
2010-11-07 09:20:50 +01:00 |
|
Justin Lebar
|
b1affb023e
|
Bug 522332 - Make nsProfileLock::FatalSignalHandler async-signal-safe. r=bsmedberg a=blocking2.0
|
2010-07-16 14:12:09 -07:00 |
|
Mitchell Field
|
eb1e793da7
|
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
--HG--
extra : rebase_source : 7fab31a6b7898e05ff828482390846cc9ce2854d
|
2010-07-02 10:27:06 -04:00 |
|
Gavin Sharp
|
ee319504b3
|
Bug 567521: back out part of patch from bug 560095 (changeset 79cbadb26768) to fix winEmbed bustage
--HG--
extra : rebase_source : 7865ac26aa145ae7d05c0e41bd704dddd2d5aa0a
|
2010-05-28 14:58:27 -04:00 |
|
Mitchell Field
|
9818f00bf2
|
Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov
|
2010-04-29 18:59:13 +02:00 |
|
Chris Jones
|
cedd844205
|
Bug 557060: Interpose _Throw() on MSVC and centralize pseudo-throw code in mozalloc. r=ehsan sr=bsmedberg
|
2010-04-20 15:12:02 -05:00 |
|
Ted Mielczarek
|
4f3a2496ae
|
bug 514188 - fix nsProfileLock to use SA_SIGINFO style signal handler, so it can chain to Breakpad's signal handler properly. r=bsmedberg
--HG--
extra : rebase_source : 4684665d9c32a76ad7fffdf9e305b5b617fca58c
|
2009-12-14 06:44:27 -05:00 |
|
Ted Mielczarek
|
a93ca81f73
|
Backed out bug 514188 - fix nsProfileLock to use SA_SIGINFO style signal handler, so it can chain to Breakpad's signal handler properly to try to fix Linux Breakpad bustage.
Backed out changeset 4354c4d85277
|
2009-12-18 15:32:57 -05:00 |
|
Ted Mielczarek
|
d213cc45fb
|
bug 514188 - fix nsProfileLock to use SA_SIGINFO style signal handler, so it can chain to Breakpad's signal handler properly. r=bsmedberg
|
2009-12-14 06:44:27 -05:00 |
|
Benjamin Smedberg
|
2e9438fd2f
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
Josh Aas
|
fea81b99c0
|
64-bit fix for nsProfileLock.cpp. b=489720 sr=roc
|
2009-04-23 16:23:06 -04:00 |
|
Josh Aas
|
a017628a07
|
Stop using FlatCarbon headers on Mac OS X. b=482277 r=bsmedberg
|
2009-03-19 10:41:13 -07:00 |
|
Vladimir Vukicevic
|
b0faff7bbc
|
b=477727; WinCE doesn't have DELETE_ON_CLOSE; r=dougt
|
2009-02-10 15:10:08 -08:00 |
|
Daniel Holbert
|
2a7d88e05a
|
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
|
2009-01-21 22:55:08 -08:00 |
|
Makoto Kato
|
17481011d3
|
Bug 469645 - Remove /mozilla/pref-migrator, r+sr=benjamin
|
2009-01-09 19:51:10 +09:00 |
|
Arpad Borsos
|
c1c477b539
|
Bug 462438 - kill MOZ_PROFILESHARING and MOZ_IPCD; build system cleanup + removes, v2; r+sr=benjamin
|
2008-12-04 15:37:37 +01:00 |
|
Arpad Borsos
|
add5094aff
|
Bug 462438 - kill MOZ_PROFILESHARING and MOZ_IPCD; profile cleanup; r+sr=benjamin
|
2008-12-04 15:22:17 +01:00 |
|
Phil Ringnalda
|
bbe7e1d08a
|
Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg
|
2008-11-03 19:46:28 -08:00 |
|
Walter Meinl
|
a04b09093c
|
Bug 454097 - [OS/2] get rid of VisualAge in configures; m-c part; r=mozilla
|
2008-10-11 03:01:28 +02:00 |
|
Doug Turner
|
996fd0f708
|
Bug 458917 - Windows CE Cleanup. r/sr=stuart+bsmedberg
|
2008-10-08 20:51:54 -07:00 |
|
Daniel Holbert
|
72c410a648
|
Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe
|
2008-10-01 23:49:45 -07:00 |
|
bugzilla@standard8.plus.com
|
7dfdd04f86
|
Bug 420459 Move mailnews-specific profe code. r=benjamin,Neil,sr=dmose,a1.9=beltzner
|
2008-03-17 12:05:24 -07:00 |
|
reed@reedloden.com
|
9afd2a651a
|
Add some missing |#if defined (XP_UNIX)| checks to fix bustage on Windows caused by bug 372081.
|
2008-01-15 19:56:04 -08:00 |
|
reed@reedloden.com
|
3f4e4c8058
|
Bug 372081 - "Toolkit profile Service should understand MOZ_PROFILELOCKING option" [p=romaxa@gmail.com (romaxa) r=bsmedberg a1.9=schrep]
|
2008-01-15 17:57:56 -08:00 |
|
philringnalda@gmail.com
|
b775a235a6
|
Bug 400499 - remove XP_MAC deadcode in profile/, r+sr=neil, a=dsicore
|
2007-11-12 19:20:39 -08:00 |
|
reed@reedloden.com
|
8f20185a5f
|
Bug 396358 - "Removed Old XP_MAC in nsProfileDirServiceProvider.cpp" [p=xfsunoles@gmail.com (Jonathan Steele) r=bsmedberg a1.9=sayrer]
|
2007-10-13 00:41:08 -07:00 |
|
bent.mozilla@gmail.com
|
debee6d6f6
|
Bug 396209 - "Allow applications to specify a profile directory from application.ini". r=luser, a=bsmedberg. Also fixes bugs 396486, 396199, and 386164.
|
2007-09-26 11:35:21 -07:00 |
|
benjamin@smedbergs.us
|
b781252802
|
Bug 389671 - CVS remove old suite-style multi-profile code which is not used anymore, r=luser (NPOB except for removing build-system references to files/options)
|
2007-08-02 11:43:30 -07:00 |
|