Commit Graph

69 Commits

Author SHA1 Message Date
Doug Turner
5dc544505a Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns 2013-08-25 16:56:53 -07:00
Andrew Quartey
1c59e2a0ca Bug 878144 - Remove nsExternalHelperAppService::FixFilePermissions. r=paolo 2013-08-14 16:26:07 -04:00
Martin Stransky
516a2b9701 Bug 879746 - Port GTK2 to GTK3 - uriloader fixes. r=karlt 2013-06-10 08:36:26 -04:00
Aryeh Gregor
e78504c9a9 Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger 2013-04-22 14:15:59 +03:00
Chris Coulson
d958db6681 Bug 852540 - Store the file extension on the nsMIMEInfoUnix returned from nsGNOMERegistry::GetFromExtension. r=karlt 2013-03-21 09:51:30 -04:00
Mike Hommey
37203c775f Bug 444440 - Prioritize mailcap application over others in nsMIMEInfoUnix. r=bzbarsky 2013-02-27 14:34:40 +01:00
Trevor Saunders
e2db6e1941 bug 798595 - remove useless prmem.h includes r=ehsan 2012-10-04 02:14:06 -04:00
Randell Jesup
29ac5c0b8c Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
Ehsan Akhgari
8c296bbcd4 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
57c0ad57fb Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
Joshua Cranmer
e1cdfe2f05 Bug 773637 - Kill NS_SCRIPTABLE annotations, Part 1: Remove NS_*PARAM annotations. r=ehsan
--HG--
extra : rebase_source : a0b4bc50fece36d9a90fed61431635948bfa33b5
2012-07-06 15:14:07 -05: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
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
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
Oleg Romashin
7e9e46aeee Bug 658725. NS_EXTERNALSHARINGAPPSERVICE_CID has bogus extra digits. r=dougt 2011-05-23 16:47:03 -04:00
Hiroyuki Ikezoe
3c83113425 Bug 655633 - Code cleanup in nsGNOMERegistry.cpp. r=karlt 2011-05-11 15:10:00 +02:00
Chris Coulson
d04b2e0503 b=639467 Use GIO in HandlerExists and GetAppDescForScheme r=karlt
--HG--
extra : transplant_source : N%94%FAE%F5%F6%C0%13%17%28%E5%7D%F4%09L%D1%01%8D%9D%EF
2011-05-04 16:10:43 +12:00
Wolfgang Rosenauer
e5a6f45ea4 Bug 634942 - HelperApp launch is broken with GIO. r=karlt, a=beltzner 2011-03-01 08:19:23 +01: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
Tero Turtiainen
1ed4371ff3 Bug 582621 - Sharing back-end for MeeGo r=dougt a=blocking-fennec
--HG--
extra : rebase_source : 81386b7a9f512a2d060efcbe7b272bb0f4936fa4
2010-10-18 09:46:42 -07:00
Brad Lassey
854d433e01 bug 582616 - Sharing back-end for Android r=mwu,mfinkle sr=stuart a=blocking-fennec 2010-09-30 11:37:36 -04:00
Brian Crowder
0c7c1cd607 Bug 416743 - kill bogus assertion about aFileExt with leading ".", r=bz, a=NPOTB 2010-08-27 14:20:47 -07: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
Mike Hommey
5ec4997615 Bug 445673 - Rename mType member of class nsMIMEInfoBase to nSchemeOrType to avoid confusion [r=bzbarsky] 2010-05-06 09:22:01 +02: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
Doug Turner
b00e9980ff Bug 528425 - exthandler doesnt compile when using widget=cairo-qt. r=sdwilsh 2009-11-13 11:47:27 -08:00
L. David Baron
325394d7b0 Only call GetFromExtension if we have an extension. (Bug 523672) r=bzbarsky 2009-10-22 16:36:21 -04: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
jhorak@redhat.com
0535295ab4 Bug 402892. Support gio as well as gnome-vfs. r=roc 2009-08-25 11:58:11 -07:00
Wolfgang Rosenauer
e940a4c7d6 Bug 389732 - Remove GetHandlerAppFromPrefs from unix helper app service, r=biesi 2009-08-19 21:29:42 +02:00
Antonio Gomes (tonikitoo)
858e9236ff [Bug 455509] Implement system integration via dbus (open_mime) in Fennec. r=sdwilsh,blassey sr=bz 2009-03-30 14:10:26 -04: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
Brad Lassey
f7f1eae0c2 Bug 437950 - Support for mailto: r=cbiesinger 2008-09-10 12:10:23 -04:00
Oleg Romashin
bc6cd35488 Merging mozilla-central to mozilla-qt. 2008-08-03 20:30:10 +03:00
"Brad Lassey"
81f2872a1b relanding Bug 441636 after bad backout 2008-07-27 09:44:20 -04:00
"Brad Lassey"
8431aba025 Back out of bug 441636 2008-07-27 09:26:54 -04: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
romaxa@romaxa.research.nokia.com
f3780d3b59 Fixed nsGNOMERegistry building in non-gtk configuration 2008-04-19 16:27:21 +03:00
dolske@mozilla.com
7f94bb0264 Bug 423776 - Wrong action shown for protocol in prefs, can't get back to OS default. r=biesi, a=blocking-ff3+ 2008-04-08 16:18:16 -07:00
reed@reedloden.com
2b69f62b77 Bug 421879 - "opening a file with the default helper app can fail by using the wrong app in the end" [p=mh+mozilla@glandium.org (Mike Hommey) r=biesi a=blocking1.9+] 2008-03-12 15:53:18 -07:00
reed@reedloden.com
e7430bcac9 Bug 273524 - "Helper applications with parameters don't work ( GTK2/Gnome )" [p=mh+mozilla@glandium.org (Mike Hommey) r=biesi a1.9=beltzner] 2008-02-26 16:58:15 -08: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