Noel Cragg
|
f35b15e003
|
Bug 964902 - Make sure log is initialized in nsXULRunnerApp.cpp. r=bsmedberg
|
2014-04-02 15:21:44 -04:00 |
|
Ehsan Akhgari
|
82ebdc883f
|
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
|
2014-02-10 17:57:01 -05:00 |
|
Alex Vincent
|
b3b42e5c40
|
Bug 747597 - Part 2: Remove --install-app from XULRunner. r+sr=bsmedberg
|
2012-04-21 22:22:46 -07:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
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 |
|
Birunthan Mohanathas
|
de354c9745
|
Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan
--HG--
extra : rebase_source : 9335e9b4b0ac02e8066fbb79797bbc0d3fd73874
|
2013-10-23 16:36:09 -04:00 |
|
Randell Jesup
|
29ac5c0b8c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Mike Hommey
|
7020996fe3
|
Bug 764237 - Add snprintf and strcasecmp definitions in nsXULRunnerApp.cpp for windows. r=bsmedberg
|
2012-06-14 08:14:55 +02:00 |
|
Mike Hommey
|
f0b5e3a818
|
Bug 756786 - Use XPCOM standalone glue in nsXULRunnerApp.cpp. r=bsmedberg
|
2012-06-07 10:41:59 +02:00 |
|
Mike Hommey
|
a0fae25a64
|
Bug 756786 - Remove NSPR usage from nsXULRunnerApp.cpp. r=bsmedberg
|
2012-06-07 10:41:59 +02:00 |
|
Geoff Lankow
|
1214b72681
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Jim Mathies
|
20eb979e64
|
Bug 750911 - Add a third 'flags' parameter to XRE_main and add support for WindowsEnvironmentType. r=bsmedberg
|
2012-05-25 05:01:29 -05:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01: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 |
|
Dave Townsend
|
b526826917
|
Bug 642795 - Remove support for finding system XULRunner in the standalone glue [r=mark.finkle]
|
2011-05-04 10:36:00 -07:00 |
|
Ed Morley
|
a69a262691
|
Bug 654736 - Remove WinCE code from XULRunner; r=mfinkle
|
2011-05-05 09:40:04 -07:00 |
|
Benjamin Smedberg
|
57f55bb3bb
|
Bug 642795 - Remove support for registering and finding "system XULRunner" via config files or the registry. r=glandium
--HG--
extra : rebase_source : d42aa76683b6bb7de5df1b49b47f422a469201f4
|
2011-04-01 13:28:33 -04:00 |
|
Sean Bright
|
ec1ac80f7c
|
Bug 618694 - xulrunner help dialog text has trailing garbage, r+a=bsmedberg
|
2010-12-12 08:09:00 -08:00 |
|
Doug Turner
|
4eff22b11e
|
Bug 420928, 457331. Fixes main entry point on windows ce. minor windows mobile fixes in XR. r=bsmedberg
|
2008-09-30 14:34:55 -07:00 |
|
reed@reedloden.com
|
fc03af34f4
|
Bug 420373 - "need a way to distinguish GREs based on architecture in nsGREGlue" [p=mozilla@rosenauer.org (Wolfgang Rosenauer) r=bsmedberg a1.9b5=schrep]
|
2008-03-21 21:25:34 -07: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 |
|
reed@reedloden.com
|
289dfb1316
|
Bug 407559 - "Allow XUL apps launched with Firefox to override name & vendor" [p=mark.finkle@gmail.com (Mark Finkle) r=bsmedberg a1.9=schrep]
|
2007-12-19 03:23:22 -08:00 |
|
mark.finkle@gmail.com
|
508a1f5af9
|
b=404134. r=bsmedberg. a=dsicore. Allow XULRunner apps to override application.ini
|
2007-11-29 09:20:54 -08:00 |
|
reed@reedloden.com
|
21f260985d
|
Backout patch from Roland Boon in bug 386826 due to RLk increase.
|
2007-10-12 22:47:04 -07:00 |
|
reed@reedloden.com
|
f24bbd1750
|
Bug 386826 - "First run of XULRunner fails on Windows Vista, showing the Usage dialog instead" [p=roland.boon@tomtom.com (Roland Boon) r=bsmedberg a1.9=sayrer]
|
2007-10-12 21:19:33 -07:00 |
|
benjamin@smedbergs.us
|
17cded1abf
|
Bug 388833 - Give the Firefox binary the ability to kinda-sorta launch XR apps (mainly meant for webrunner experimentation right now), r=luser
|
2007-07-25 13:24:37 -07:00 |
|
benjamin@smedbergs.us
|
75dc0cfd4c
|
Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi
|
2007-07-02 11:20:24 -07:00 |
|
benjamin@smedbergs.us
|
5ebfce3c70
|
Reverting bug 383167 again for linux test bustage :-(
|
2007-06-26 12:22:51 -07:00 |
|
benjamin@smedbergs.us
|
bd5749568a
|
Bug 383167 trying again, reviews by luser and biesi, sr=jst
|
2007-06-26 09:35:01 -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 |
|