Bobby Holley
|
629d0d4121
|
Bug 860438 - Straightforward cases. r=gabor
|
2013-04-18 11:36:03 -04:00 |
|
aceman
|
2d19ac6495
|
Bug 856238 - Remove unused includes of the obsolete nsISupportsArray and nsIEnumerator. r=Neil, r=bsmedberg
|
2013-04-08 14:35:31 -04:00 |
|
Trevor Saunders
|
78c0c89df2
|
bug 829288 - fix some toolkit/ warnings r=ehsan
|
2013-01-10 06:44:15 -05:00 |
|
Ryan VanderMeulen
|
3f97e4a635
|
Bug 787313 - Add back code that was erroneously reverted. r=ochameau
|
2012-09-26 18:56:49 -04:00 |
|
Alexandre Poirot
|
cc7725aed0
|
Bug 787313 - Add /attach-console argument on Windows in order to attach Firefox std IO to parent console. r=ted
|
2012-09-25 12:58:08 -04:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04: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 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03: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 |
|
Alexandre Poirot
|
95752b9fb6
|
Bug 753856 - Use CONOUT$ for stderr on Windows. r=ted
|
2012-05-24 16:11:34 +02:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ms2ger
|
3b04c7d79e
|
Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley
|
2012-05-05 11:00:05 +02:00 |
|
Alexandre Poirot
|
d15656d096
|
Bug 673383 - Output stdout in regular command line on Windows. r=ted
|
2012-04-28 11:04:36 -04:00 |
|
Ms2ger
|
8299fe6b09
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
|
Ms2ger
|
f88fab52fb
|
Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley
|
2012-04-14 15:05:01 +02: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 |
|
Ms2ger
|
36c532ffa2
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
|
Ed Morley
|
99856dd6e9
|
Bug 652445 - Remove WinCE code (incl Faststart & nsSplashScreenWin) from toolkit; r=dtownsend
|
2011-04-29 12:38:26 +02:00 |
|
Jacek Caban
|
49a751843f
|
Bug 569590 - nsNativeAppSupportWin.cpp compilation failure on mingw-w64 due to pointer to int casts loosing precision r=timeless
--HG--
extra : rebase_source : 7d8365f7e7a8a507b55a21c232b1df2d819e4a09
|
2010-06-25 14:09:22 +02:00 |
|
Jesse Ruderman
|
f04ef428cb
|
Remove stray line breaks from NS_ERROR messages, since they interfere with log processing. rs=jst
--HG--
extra : rebase_source : 87421691da969e0ebe5fbfbc44cd8f18617d1351
|
2010-06-17 13:28:38 -07:00 |
|
Michael Kohler
|
9397418412
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02: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 |
|
Zack Weinberg
|
54ad0fb73a
|
Bug 494117: Mechanically change 'ReParent' to 'Reparent' throughout the tree. r=bzbarsky
|
2010-04-01 23:07:43 -07:00 |
|
Brian Crowder
|
3506b796bf
|
Bug 519316 - better math and comments for early remote-start code, r=dolske
|
2009-12-03 08:14:27 -08:00 |
|
Brian Crowder
|
00844eb2f8
|
Bug 519316 - faster remote starting for WinCE, r=mfinkle, blocking-fennec=blassey
|
2009-12-01 07:45:35 -08:00 |
|
kantha kanchiraju
|
50d61c5923
|
bug 486600 - Fennec doesnt restore the window on Omnia running windows mobile 6 r=dougt
|
2009-08-05 12:15:56 -04:00 |
|
Makoto Kato
|
22f819b3a7
|
bug 487888 - Possible crash in nsNativeAppSupportWin::Start() r=bsmedberg
|
2009-04-13 22:49:06 -04:00 |
|
Brad Lassey
|
8946722ee4
|
bug 476711 - Native App support for windows ce, follow up fixing wrong string size parameters to snwprintf
|
2009-02-05 16:20:33 -08:00 |
|
Brad Lassey
|
8610ca7924
|
bug 476711 - Native App support for windows ce r=rs, sr=bsmedberg
|
2009-02-05 15:50:50 -08:00 |
|
Makoto Kato
|
85cef49865
|
Bug 384746 - Win64 build support for mozilla/toolkit. r=neil, sr=benjamin
|
2009-01-14 20:08:40 +09:00 |
|
Ere Maijala
|
b81632d3b5
|
Bug 212316 - Mozilla must handle WM_ENDSESSION message to cleanly unload in case of exiting or restarting windows, r=neil, sr=bsmedberg
|
2008-08-30 11:57:48 +03:00 |
|
benjamin@smedbergs.us
|
96745b866f
|
Bug 410610 - Can't open a local HTML file that has accents (special unicode characters) in its filename, r=luser+Neil
|
2008-01-07 08:38:12 -08:00 |
|
benjamin@smedbergs.us
|
348b951ad0
|
Bug 396052 - Firefox fails to start when run from a directory with non-native characters, r=luser sr=neil
|
2007-12-31 07:15:43 -08:00 |
|
flamingice@sourmilk.net
|
6b85fbfabb
|
Bug 386810, Move quit-application-granted notification to nsAppStartup::Quit, r=benjamin
|
2007-08-09 20:05:53 -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 |
|
flamingice@sourmilk.net
|
08210b353a
|
Bug 333907, XRE quits too abruptly when Windows is shut down, r=benjamin
|
2007-07-17 11:37:40 -07:00 |
|
jwalden@mit.edu
|
e3c4baccae
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|