Edmund Wong
|
86bd3c0eec
|
Bug 834693 - Fix some mingw warnings in nsWindowsShellService (Port |Bug 829288| to SeaMonkey) r=Neil
|
2013-01-27 10:05:01 +08:00 |
Philip Chee
|
3b4c70e265
|
Bug 824272 Get the executable path directly from the directory service instead of guesswork r=Neil.
|
2013-01-17 00:47:38 +08:00 |
stefanh@inbox.com
|
4cb253339e
|
Bug 433254 - bustage fix (patch wasn't updated to handle changes from bug 794602).
|
2012-10-06 01:09:22 +02:00 |
stefanh@inbox.com
|
190a456c95
|
Bug 433254 - Implement Mac shell service for SeaMonkey. r=mcsmurf, r=Mnyromyr.
|
2012-10-05 19:55:11 +02:00 |
Neil Rashbrook
|
a3b63383ff
|
Bug 783908 Implement remaining parts of GNOME shell service r=IanN
|
2012-09-02 17:50:34 +01:00 |
Ehsan Akhgari
|
eafa99c563
|
Bug 579517 - Part 6: Automated conversion of NSPR numeric types to stdint types in Gecko; r=mconley
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 "*/mozilla*" \
! -wholename "*ldap/sdks/c-sdk*" \
! -wholename "*/.hg*" \
! -wholename "obj-tb-dbg*" \
! -wholename "obj-sm-dbg*" \
-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 12:14:35 -04:00 |
Mark Banner
|
388656230a
|
Part of Bug 781446 - Port bug 774032 (bonus only), bug 763987, bug 742795 to comm-central. Port the bonus part of bug 774032 - Use @DEPTH@ and @relativesrcdir@ replacements in Makefile.in. r=KaiRo
|
2012-08-17 08:56:10 +01:00 |
Neil Rashbrook
|
5ba96b54ea
|
Bug 779300 Implement GNOME desktop background colour r=IanN
|
2012-08-05 16:58:17 +01:00 |
Mike Conley
|
c494852a33
|
Bug 776630 - Switch comm-central from using nsnull to nullptr. rs=Standard8.
|
2012-08-02 10:26:36 -04:00 |
Frank Wein
|
5a0c10175b
|
Bug 773990 - r=Neil
|
2012-07-18 00:30:27 +02:00 |
Neil Rashbrook
|
dc80931f1e
|
Bug 774130 Implement desktop background on GNOME r=IanN
|
2012-07-17 21:40:12 +01:00 |
Neil Rashbrook
|
80eb044072
|
Bug 773999 Add support for new Windows 7 background constants r=IanN f=Ratty
|
2012-07-16 12:27:35 +01:00 |
Neil Rashbrook
|
2ea07265ae
|
Bug 771954 Rename the shell feed service r=IanN
|
2012-07-10 08:44:47 +01:00 |
Neil Rashbrook
|
3da2ccc47f
|
Bug 771941 Port bug 526717 (canSetDesktopBackground attribute) r=IanN
|
2012-07-09 21:50:22 +01:00 |
Geoff Lankow
|
c512c6fc3b
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=Fallen,Neil sr=Standard8
|
2012-06-06 14:24:01 +12:00 |
Gervase Markham
|
d9160e1ab8
|
Bug 757018 - upgrade license to MPL 2.
|
2012-05-30 17:48:24 +01:00 |
Murali SR
|
6427098ef8
|
Bug 722370 - Remove obsolete Windows SDK target checks. f=sgautherie, r=dbienvenu
|
2012-04-03 19:29:13 -04:00 |
Serge Gautherie
|
801429c399
|
Bug 451871. (Bv1) Remove obsolete BUILD_STATIC_SHELL (and MOZILLA_INTERNAL_API). r=Callek.
|
2012-02-15 03:03:28 +01:00 |
Justin Wood
|
37223123ae
|
Bug 560772 - Make use of mozilla::services for comm-central. r=Standard8 a=Standard8 for CLOSED TREE
|
2012-01-02 01:21:21 -05:00 |
Mark Banner
|
3cc27447f1
|
Bug 695256 - Switch from PRBool to bool and replace PR_TRUE/PR_FALSE with true/false in comm-central. r=bienvenu
|
2011-12-30 12:07:39 +00:00 |
Serge Gautherie
|
b0732b7da9
|
Bug 686278. (Bv1-SM) Remove useless '-DMOZ_MAIL_NEWS'. r=mbanner.
|
2011-12-12 17:49:29 +01:00 |
Mark Banner
|
c389b2224b
|
Bug 686278 - Drop --disable-mailnews. r=gozer,a=Callek for checkin to CLOSED TREE
|
2011-11-03 16:09:42 +00:00 |
Michael Wu
|
027bb89991
|
Bug 681188 - Switch from PRBool to bool on a CLOSED TREE , r=standard8
|
2011-09-29 00:02:19 -07:00 |
Ian Neal
|
ea496f3d7a
|
Bug 659205 - tier_platform_dirs doesn't include APP_LIBXUL_DIRS (mailnews/ etc) -- mailnews, xpfe autocomplete etc aren't getting built - Fix BUILD_STATIC_LIBS rs=standard8
|
2011-06-03 21:43:40 +01:00 |
Frank Wein
|
2ae311a266
|
Bug 581526 - Add SeaMonkey support for the Windows 7 jump list, r=Neil
|
2011-03-25 21:40:56 +01:00 |
Manuel Reimer
|
5334d5d601
|
Bug 606998 "Helper Applications" panel in preferences window unusable on a "non Gnome" system. r=Neil
|
2010-11-11 01:48:49 +08:00 |
Neil Rashbrook
|
873fb1b98a
|
Bug 576900 Make suite XPCOM components use new manifests and data tables. Feed Shell Smile JS Components. r=Callek r=IanN a=Callek CLOSED TREE
|
2010-07-10 18:41:56 +08:00 |
Neil Rashbrook
|
21e5106a31
|
Bug 576900 C++ fixes for new XPCOM registration r=Callek a=IanN for checkin to a CLOSED TREE
|
2010-07-04 23:50:50 +01:00 |
Justin Wood
|
adfa1840d8
|
Bug 512490 - Remove REQUIRES from comm-central. r=KaiRo, r=Standard8
|
2010-06-12 03:11:30 -04:00 |
Neil Rashbrook
|
b595828d41
|
Bug 471346 Centralise strings and improve CID usage and naming r=IanN
|
2010-06-20 23:51:04 +01:00 |
Frank Wein
|
10cdb4babf
|
Bug 471346 - Port GetDefaultFeedReader to SeaMonkey shell service, r=Standard8, Callek, IanN
|
2009-04-15 15:05:51 +02:00 |
Serge Gautherie
|
b2fa337a75
|
Bug 546487 - Remove 1.9.2 ifdefs from suite/ on comm-central; (Av1) The non-installer part.
r+sr=neil.
|
2010-02-20 01:03:06 +01:00 |
Serge Gautherie
|
2a7b0a4630
|
Bug 496225 - Replace MOZ_DISABLE_VISTA_SDK_REQUIREMENTS in comm-central; (Av1-SM) Just replace it.
r=kairo.
|
2009-12-19 15:40:55 +01:00 |
Serge Gautherie
|
c84dc60fe7
|
Remove obsolete cases.
Bug 523820 - Remove old MOZILLA_1_9_1_BRANCH ifdefs from comm-central code; (Av1a-SM).
r=kairo
|
2009-11-02 23:41:38 +01:00 |
Serge Gautherie
|
90635fc5c4
|
Bug 516195 - Port |Bug 435296 - imagelib should support decode-on-draw| to SeaMonkey; (Av1a) Support both m-1.9.2 and m-c (+ Create MOZILLA_1_9_2_BRANCH support)
r+a-seamonkey2.0=standard8
|
2009-09-17 16:21:30 +02:00 |
Neil Rashbrook
|
c781fd8b4f
|
Bug 505525 again this time resolving a circular logic dependency by duplicating the logic in the Makefiles rather than using app-config.mk r=mcsmurf
|
2009-08-02 17:52:26 +01:00 |
Neil Rashbrook
|
86342b66c8
|
Bug 505525 again. Third time lucky? r=KaiRo,mcsmurf
|
2009-07-30 15:00:22 +01:00 |
Frank Wein
|
04b59ff2e6
|
Bug 505525 Fix nsWindowsShellService.cpp trunk build C++ changes r=Neil Makefile changes r=KaiRo
|
2009-07-22 20:22:26 +01:00 |
Serge Gautherie
|
f05ff91cbe
|
Bug 477355 - nsWindowsShellService::SetDefaultClientVista is not used and can be removed; r=bugzilla@mcsmurf.de sr=neil
|
2009-02-10 23:07:58 +01:00 |
Neil Rashbrook
|
4a9e749388
|
Remove unnecessary include rs=Standard8 (no bug)
|
2009-01-23 10:14:23 +00:00 |
Frank Wein
|
fdc2e6d3c3
|
Bug 468379 - Setting SeaMonkey as default news application does not work, r=Standard8
|
2009-01-01 13:04:10 +01:00 |
Justin Wood
|
e5d371b145
|
No Bug, Use correct shell service contract for suite, two files.
Credit to Asrail for noticing, r=mcsmurf over irc
|
2008-12-28 18:00:40 -05:00 |
Frank Wein
|
1cf671fbd1
|
Bug 453797 - Port Bug 392303 (Simplify installer changes) to SeaMonkey installer, move code to set as default app to installer code, r=Neil, blocking2.0a2=IanN
|
2008-12-01 09:24:27 +01:00 |
Neil Rashbrook
|
2b36d52f4d
|
Bug 463385 Sprinkle magic PARALLEL_DIRS fairy dust about the build system r=gozer sr=bienvenu also hg removes for bug 462736 r=KaiRo
|
2008-11-10 15:51:37 +00:00 |
Ian Neal
|
2f2c08be7b
|
Bug 255834 - port Thunderbird RSS/Atom reader to SeaMonkey
r=neil sr=bienvenu
--HG--
rename : mail/extensions/newsblog/Makefile.in => mailnews/extensions/newsblog/Makefile.in
rename : mail/extensions/newsblog/content/Feed.js => mailnews/extensions/newsblog/content/Feed.js
rename : mail/extensions/newsblog/content/FeedItem.js => mailnews/extensions/newsblog/content/FeedItem.js
rename : mail/extensions/newsblog/content/am-newsblog.js => mailnews/extensions/newsblog/content/am-newsblog.js
rename : mail/extensions/newsblog/content/am-newsblog.xul => mailnews/extensions/newsblog/content/am-newsblog.xul
rename : mail/extensions/newsblog/content/debug-utils.js => mailnews/extensions/newsblog/content/debug-utils.js
rename : mail/extensions/newsblog/content/edittree.xml => mailnews/extensions/newsblog/content/edittree.xml
rename : mail/extensions/newsblog/content/feed-parser.js => mailnews/extensions/newsblog/content/feed-parser.js
rename : mail/extensions/newsblog/content/feed-properties.js => mailnews/extensions/newsblog/content/feed-properties.js
rename : mail/extensions/newsblog/content/feed-properties.xul => mailnews/extensions/newsblog/content/feed-properties.xul
rename : mail/extensions/newsblog/content/feed-subscriptions.js => mailnews/extensions/newsblog/content/feed-subscriptions.js
rename : mail/extensions/newsblog/content/feed-subscriptions.xul => mailnews/extensions/newsblog/content/feed-subscriptions.xul
rename : mail/extensions/newsblog/content/file-utils.js => mailnews/extensions/newsblog/content/file-utils.js
rename : mail/extensions/newsblog/content/toolbar-icon.xul => mailnews/extensions/newsblog/content/newsblogOverlay.js
rename : mail/extensions/newsblog/content/utils.js => mailnews/extensions/newsblog/content/utils.js
rename : mail/extensions/newsblog/jar.mn => mailnews/extensions/newsblog/jar.mn
rename : mail/extensions/newsblog/js/newsblog.js => mailnews/extensions/newsblog/js/newsblog.js
rename : mail/extensions/newsblog/rss.rdf => mailnews/extensions/newsblog/rss.rdf
rename : mail/locales/en-US/chrome/messenger-newsblog/am-newsblog.dtd => suite/locales/en-US/chrome/mailnews/newsblog/am-newsblog.dtd
rename : mail/locales/en-US/chrome/messenger-newsblog/am-newsblog.properties => suite/locales/en-US/chrome/mailnews/newsblog/am-newsblog.properties
rename : mail/locales/en-US/chrome/messenger-newsblog/feed-properties.dtd => suite/locales/en-US/chrome/mailnews/newsblog/feed-properties.dtd
rename : mail/locales/en-US/chrome/messenger-newsblog/feed-subscriptions.dtd => suite/locales/en-US/chrome/mailnews/newsblog/feed-subscriptions.dtd
rename : mail/locales/en-US/chrome/messenger-newsblog/newsblog.properties => suite/locales/en-US/chrome/mailnews/newsblog/newsblog.properties
rename : mail/themes/pinstripe/mail/newsblog/feed-subscriptions.css => suite/themes/classic/messenger/newsblog/feed-subscriptions.css
rename : mail/themes/pinstripe/mail/newsblog/feed-subscriptions.css => suite/themes/modern/messenger/newsblog/feed-subscriptions.css
|
2008-11-04 17:42:25 +00:00 |
Frank Wein
|
22be2dba24
|
Bug 455823 - No icon displayed for HTML and EML files and links to websites under Windows, r=Neil, a2.0a1=KaiRo
|
2008-09-23 20:48:02 +02:00 |
Frank Wein
|
9b920d0a75
|
Bug 455803 - Rename SeaMonkey.url.(mailto|news) registry keys, r/sr=Neil, a2.0a1=KaiRo
|
2008-09-18 20:20:05 +02:00 |
Frank Wein
|
f35d3d7826
|
Bug 447637, fix pref name
|
2008-08-14 00:10:06 +02:00 |
Frank Wein
|
8cdeebb443
|
Bug 447637 - New shell service should not be hardcoded to check for browser and mail as default apps, r=Neil
|
2008-08-13 23:27:29 +02:00 |
hg@mozilla.org
|
cc78336489
|
bug 437643 - Build Thunderbird and SeaMonkey from comm-central, initial import of code from CVS tag HG_COMM_INITIAL_IMPORT at 2008-07-22 05:18:47 PST, imported and tagged cvs.mozilla.org modules: mozilla/directory/xpcom/ mozilla/mailnews/ mozilla/mail/ mozilla/suite/ mozilla/other-licenses/branding/thunderbird/
|
2008-07-22 14:21:15 +02:00 |