Masatoshi Kimura
|
46dd5e3c28
|
Bug 1091608 - Attach the console if the process is running the GTest. r=ted
|
2014-11-03 22:22:39 +09:00 |
Nicholas Nethercote
|
c24a781566
|
Bug 1080302 (part 2) - Convert all mentions of -foo options to --foo options in comments, help messages and error messages. r=glandium.
|
2014-10-23 17:35:27 -07:00 |
Nicholas Nethercote
|
6180a7bf12
|
Bug 1080302 (part 1) - Add support for --foo and /foo options where it's not already present. r=glandium.
|
2014-10-23 17:25:19 -07:00 |
Panos Astithas
|
a770ad057a
|
Bug 1024110 - Change Aurora's default profile behavior to use channel-specific profiles. r=bsmedberg f=gavin,markh
|
2014-09-23 21:49:03 +03:00 |
Ehsan Akhgari
|
eb9b9958f1
|
Bug 1038212 - Give nsNativeAppSupportWin a private destructor; r=bjacob
|
2014-07-15 14:59:20 -04:00 |
Trevor Saunders
|
78966cf36b
|
bug 966059 - add nsIDocShell::GetWindow and GetDocument r=smaug
|
2014-01-09 21:03:47 -05:00 |
Ehsan Akhgari
|
1b83407ce9
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
Trevor Saunders
|
d43c55ca0e
|
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
|
2013-12-12 20:50:01 -05:00 |
Jacek Caban
|
ae12308871
|
Bug 944913 - Fixed char16_t/wchar_t mismatch in tollkit/. r=ehsan
--HG--
extra : rebase_source : c33427dd7c1c2db3d2741b8c2e0d1b4a0359a0a4
|
2013-12-03 16:07:22 +01:00 |
Birunthan Mohanathas
|
b2658eb131
|
Bug 784739 - Switch from NULL to nullptr in toolkit/; r=ehsan
|
2013-10-10 16:36:42 -04:00 |
Bobby Holley
|
cfe137c733
|
Bug 860438 - Straightforward cases. r=gabor
|
2013-04-18 11:36:03 -04:00 |
aceman
|
839310031c
|
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
|
75a2afd932
|
bug 829288 - fix some toolkit/ warnings r=ehsan
|
2013-01-10 06:44:15 -05:00 |
Ryan VanderMeulen
|
f88ee14247
|
Bug 787313 - Add back code that was erroneously reverted. r=ochameau
|
2012-09-26 18:56:49 -04:00 |
Alexandre Poirot
|
91d710b076
|
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
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
Ehsan Akhgari
|
e368dc9c85
|
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
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Geoff Lankow
|
5cefea8480
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
Alexandre Poirot
|
d970453a08
|
Bug 753856 - Use CONOUT$ for stderr on Windows. r=ted
|
2012-05-24 16:11:34 +02:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Ms2ger
|
a147767a14
|
Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley
|
2012-05-05 11:00:05 +02:00 |
Alexandre Poirot
|
e6abaf3f94
|
Bug 673383 - Output stdout in regular command line on Windows. r=ted
|
2012-04-28 11:04:36 -04:00 |
Ms2ger
|
77ca860259
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
Ms2ger
|
5a2d0a8476
|
Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley
|
2012-04-14 15:05:01 +02:00 |
Ehsan Akhgari
|
92064e6d3f
|
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
|
d2b70213ac
|
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
|
8c78d3f478
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
Ed Morley
|
1dc65abc0d
|
Bug 652445 - Remove WinCE code (incl Faststart & nsSplashScreenWin) from toolkit; r=dtownsend
|
2011-04-29 12:38:26 +02:00 |
Jacek Caban
|
289901d403
|
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
|
9478c01a40
|
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
|
6c0f59f4a6
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
Mitchell Field
|
f544d71a9d
|
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
|
ca65e30e9c
|
Bug 494117: Mechanically change 'ReParent' to 'Reparent' throughout the tree. r=bzbarsky
|
2010-04-01 23:07:43 -07:00 |
Brian Crowder
|
19238046a9
|
Bug 519316 - better math and comments for early remote-start code, r=dolske
|
2009-12-03 08:14:27 -08:00 |
Brian Crowder
|
92426ad0f4
|
Bug 519316 - faster remote starting for WinCE, r=mfinkle, blocking-fennec=blassey
|
2009-12-01 07:45:35 -08:00 |
kantha kanchiraju
|
708022a3cb
|
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
|
1ae8ef4ad6
|
bug 487888 - Possible crash in nsNativeAppSupportWin::Start() r=bsmedberg
|
2009-04-13 22:49:06 -04:00 |
Brad Lassey
|
76f5895aa2
|
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
|
7a653723ec
|
bug 476711 - Native App support for windows ce r=rs, sr=bsmedberg
|
2009-02-05 15:50:50 -08:00 |
Makoto Kato
|
2d61d68b12
|
Bug 384746 - Win64 build support for mozilla/toolkit. r=neil, sr=benjamin
|
2009-01-14 20:08:40 +09:00 |
Ere Maijala
|
9fb6373ff1
|
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
|
a1d42219e2
|
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
|
fd5b74bf13
|
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
|
41b10bc718
|
Bug 386810, Move quit-application-granted notification to nsAppStartup::Quit, r=benjamin
|
2007-08-09 20:05:53 -07:00 |
benjamin@smedbergs.us
|
f2b2525026
|
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
|
63193a345b
|
Bug 333907, XRE quits too abruptly when Windows is shut down, r=benjamin
|
2007-07-17 11:37:40 -07:00 |
jwalden@mit.edu
|
6d7584839a
|
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 |
rob_strong%exchangecode.com
|
6264b3f99e
|
Landing of interdependent bugs for Vista support. Bug 354005 Setting the app as the OS default is broken on Vista. r=sspitzer, r=dougt, sr=bsmedberg. Bug 351949 � Automatic Update is not working for Vista users with limited account privilege and UAC (User Account Control) enabled. r=sspitzer, r=rstrong. Bug 354226 � nsPostUpdateWin.js fails to update registry keys / log files after an update has been applied. r=rstrong.
|
2007-01-30 05:14:50 +00:00 |
mozilla.mano%sent.com
|
b2ceeaebee
|
Bug 296394 - Firefox should not complain about -console command line argument. patch from Dave Townsend (Mossop) <mossop.bugzilla@blueprintit.co.uk>, r=bsmedberg.
|
2007-01-28 00:33:10 +00:00 |