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 |
|
Gervase Markham
|
ca171eec44
|
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 |
|
Masayuki Nakano
|
0f3527ba9b
|
Bug 666903 uriloader should use mozilla::Preferences r=bz
|
2011-07-01 17:35:28 +09:00 |
|
Masayuki Nakano
|
088288c705
|
back out previous checkin
|
2011-07-01 16:37:06 +09:00 |
|
Masayuki Nakano
|
8693de84dd
|
Bug 666903 uriloader should use mozilla::Preferences r=bz
|
2011-07-01 15:26:10 +09:00 |
|
Jeremias Bosch
|
43d8ca0e70
|
Bug 626595 - Make it possible to build maemo 6 platform version without meegotouch r=romaxa,ted.mielczarek a=approval2.0
--HG--
extra : rebase_source : 435438ae2c39833353a958ba2770f0e44439d7bc
|
2011-02-03 08:31:36 +02:00 |
|
Wolfgang Rosenauer
|
717bd8d70c
|
Bug 562897 - Add required implementation to open files on Maemo 6. r=dougt
--HG--
extra : rebase_source : 49d8fbe234bf447b87486ac4404a148d676e009c
|
2010-07-30 12:46:20 -07:00 |
|
Oleg Romashin
|
23c10bdb88
|
Bug 546074 - nsMIMEInfoUnix and nsOSHelperAppService.cpp does not match to each other. r=dougt
--HG--
extra : rebase_source : ad820f70c9a0958311300dc4b2cd72fed6cf21a1
|
2010-02-19 00:12:33 +02:00 |
|
Doug Turner
|
c5fb72ab64
|
Bug 543976 - Clean up Maemo defines. r=ted
|
2010-02-09 11:02:11 -08:00 |
|
Wolfgang Rosenauer
|
522e07958d
|
Bug 327323 - Can't "Open with" files that are send as application/octet-stream (Linux). r=bzbarsky
|
2009-10-17 09:53:12 +02:00 |
|
Wolfgang Rosenauer
|
e940a4c7d6
|
Bug 389732 - Remove GetHandlerAppFromPrefs from unix helper app service, r=biesi
|
2009-08-19 21:29:42 +02:00 |
|
James Boston
|
091cdf56f0
|
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
|
2009-03-09 12:47:39 -04:00 |
|
Oleg Romashin
|
c2a26c0262
|
Bug 469023 - network.protocol-handler.warn-external-default does not work with hildon platform. r=bugmail,doug
|
2009-02-18 08:41:37 -05:00 |
|
Mike Hommey
|
6f9b0350d9
|
Bug 440840 - "mailcap handling may fail due to race conditions between thread waiting and system()" [p=mh+mozilla@glandium.org (Mike Hommey) r+sr=bzbarsky]
|
2008-07-12 03:46:11 -05:00 |
|
Mike Hommey
|
ace6b3ca98
|
Bug 442629 - "Ignore mailcap entries with needsterminal" [p=mh+mozilla@glandium.org (Mike Hommey) r=bzbarsky]
|
2008-07-12 03:45:22 -05:00 |
|
dmose@mozilla.org
|
130936f242
|
Fix SunOS build bustage + wrongly typed return value in landing of bug 395277, a=build-bustage
|
2008-02-19 22:10:33 -08:00 |
|
dmose@mozilla.org
|
9f7b7b4f8e
|
Add an l10n strategy for web-based protocol handler updating (bug 395277); r=myk, sr=biesi, r=gavin (for browser/ pieces), a=blocking-1.9+; late-l10n checkin
|
2008-02-19 20:46:35 -08:00 |
|
reed@reedloden.com
|
9e74d0068b
|
Bug 373397 - "nsGNOMERegistry could use the mozgnome component" [p=mh+mozilla@glandium.org (Mike Hommey) r=chpe sr=biesi a1.9=beltzner]
|
2008-01-29 20:36:11 -08:00 |
|
sdwilsh@shawnwilsher.com
|
e50a443cd2
|
Bug 389969 - There is no protocol handling dialog. r=cbiesinger, sr=dmose, a=schrep
|
2007-07-30 16:33:16 -07:00 |
|
dmose@mozilla.org
|
e91f12a7a9
|
nsExternalHelperAppService::ExternalProtocolHandlerExists (almost) always sets aHandlerExists to PR_TRUE, enabling gnomevfs protocols, patch by Karl Tomlinson <mozbugs@karlt.net, r+sr=biesi,dmose; a=roc
|
2007-07-27 11:31:13 -07:00 |
|
sdwilsh@shawnwilsher.com
|
c314f7f3d9
|
Linux bustage fix
|
2007-07-25 22:27:43 -07:00 |
|
sdwilsh@shawnwilsher.com
|
04be1f37d0
|
Bustage fix
|
2007-07-25 21:38:56 -07:00 |
|
sdwilsh@shawnwilsher.com
|
95d5347743
|
Bug 385065 - protocol handling dialog. toolkit: r=mano; uriloader: r=cbiesinger, sr=dmose general: ui-r=beltzner
|
2007-07-25 21:24:25 -07:00 |
|
myk@mozilla.org
|
58273b5215
|
bug 388388: (relanding updated patch) differentiate between MIME and protocol nsIHandlerInfo objects by not allowing protocol objects to be QIed to nsIMIMEInfo, and expose the scheme for a protocol object via the new nsIHandlerInfo::type attribute (which also holds the MIME type for a MIME object and deprecates nsIMIMEInfo::MIMEType); r=dmose, sr=biesi
|
2007-07-25 13:40:41 -07:00 |
|
dmose@mozilla.org
|
ee90fd6056
|
Back out MIME/protocol handler work from bug 388388 because of difficult to diagnose unit test lossage on windows. Note that Windows tinderboxen will go and stay red until they are clobbered because of dependency system lossage.
|
2007-07-24 16:38:29 -07:00 |
|
myk@mozilla.org
|
388545f1a3
|
bug 388388: differentiate between MIME and protocol nsIHandlerInfo objects by not allowing protocol objects to be QIed to nsIMIMEInfo, and expose the scheme for a protocol object via the new nsIHandlerInfo::type attribute (which also holds the MIME type for a MIME object and deprecates nsIMIMEInfo::MIMEType); r=dmose, sr=biesi
|
2007-07-24 13:29:50 -07:00 |
|
sdwilsh@shawnwilsher.com
|
0b400b90ca
|
Bug 388701 - nsExternalHelperAppService::GetProtocolHandlerInfo should get OS Specific implementation. r=cbiesinger, sr=dmose
|
2007-07-22 11:40:24 -07:00 |
|
dmose@mozilla.org
|
84faf23079
|
Implement backend changes for web-based protocol handlers a la WhatWG HTML5 draft (bug 380415). r=cbiesinger@gmx.at, sr=jonas@sicking.cc
|
2007-05-25 08:17:44 -07:00 |
|
bzbarsky@mit.edu
|
ee08710031
|
If we have an /etc/mime.types extension for a type, that should NOT make/etc/mailcap override the gnome-vfs handler for that type. Patch partially byMike Hommey <mh+mozilla@glandium.org> and partially by me, r+sr=biesi
|
2007-04-15 13:43:49 -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 |
|