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 |
Mats Palmgren
|
b71c4474af
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-14 17:51:14 +01:00 |
Edmund Wong
|
cdb4fb4c51
|
Bug 783715 - Swithc to new event constructors. r=Neil
|
2012-12-17 13:15:01 +08:00 |
Neil Rashbrook
|
76a1508656
|
Bug 804411 Feed previews should still work when JavaScript is disabled r=IanN
|
2012-10-27 15:15:37 +01:00 |
Philip Chee
|
c413b40aa4
|
Bug 794067 Sync Feed Preview with Firefox as at 2012/09 r=IanN.
|
2012-10-01 18:48:59 +08:00 |
Frank Wein
|
cc1f6cf1f1
|
Bug 792157 Update callers in SeaMonkey code to reflect changes in nsIFaviconService r=ehsan.
|
2012-09-19 11:57:21 +08:00 |
Philip Chee
|
010f24317f
|
Bug 784912 nsIStreamListener.onDataAvailable should handle 64-bit offset Bustage Fix for nsFeedSniffer::OnDataAvailable r=me bustage-fix.
|
2012-09-06 16:41:00 +08:00 |
Randell Jesup
|
f6a52ce972
|
Bug 773151: Convert nsCAutoString->nsAutoCString (comm-central) CLOSED TREE r=bsmedberg
|
2012-09-01 22:37:39 -04:00 |
Neil Rashbrook
|
8b7fe809c8
|
Bug 776577 Update GetCodebasePrincipal callers r=Ratty
|
2012-08-23 22:10:31 +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 |
Mike Conley
|
c494852a33
|
Bug 776630 - Switch comm-central from using nsnull to nullptr. rs=Standard8.
|
2012-08-02 10:26:36 -04:00 |
Neil Rashbrook
|
2ea07265ae
|
Bug 771954 Rename the shell feed service r=IanN
|
2012-07-10 08:44:47 +01:00 |
Neil Rashbrook
|
e35ff4d943
|
Bug 761319 Feed preview is broken in unpackaged build r=IanN
|
2012-06-06 00:39:46 +01:00 |
Neil Rashbrook
|
439fbcc98d
|
Bug 759382 Don't create feed URIs that inherit security context r=IanN
|
2012-06-03 00:59:40 +01:00 |
Gervase Markham
|
d9160e1ab8
|
Bug 757018 - upgrade license to MPL 2.
|
2012-05-30 17:48:24 +01:00 |
Jens Hatlak
|
f4bce57282
|
Bug 750855 - Port |Bug 728168 - Replace old synchronous favicons calls in feeds|. r=Neil
|
2012-05-01 13:05:00 +02:00 |
Neil Rashbrook
|
b4292c8e24
|
Bug 728478 Consolidate about redirectors r=IanN
|
2012-03-04 15:10:03 +00:00 |
Geoff Lankow
|
33babe6aa0
|
Bug 727408 - Remove nsIPrefBranch2 uses from comm-central, Part B - suite/ ; r=Callek
|
2012-02-22 11:46:59 +13: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 |
Justin Wood
|
5f6d410f15
|
Bug 711718 - Mac64 builds failing during packaging. r=Standard8
|
2011-12-17 12:02:57 -05:00 |
Edmund Wong
|
2349e414e5
|
Bug 701683 - Port |Bug #698248 - Remove FORCE_USE_PIC| to SeaMonkey. r=Callek
|
2011-12-10 23:54:28 +08:00 |
Philip Chee
|
1485fa2801
|
Bug 700604 Sync Feed Preview with Firefox as at 2011/11 r=IanN.
|
2011-11-14 05:44:18 +08:00 |
Philip Chee
|
b1a607bd2d
|
Bug 693261 registerContentHandler() fails in SeaMonkey's WebContentConverter.js r=IanN.
|
2011-11-07 12:53:31 +08:00 |
Philip Chee
|
5eed3cf588
|
Bug 690778 Update nsFeedSniffer.cpp (Port part of Bug 589292 Add contentDisposition{Filename} properties to nsIChannel). r=Neil.
|
2011-10-06 23:51:28 +08: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 |
Justin Wood
|
e2a6bb09d4
|
Bug 689152, Regression fix, Feed Preview is broken. rs+=bustage a=bustage
|
2011-09-26 11:13:56 -04:00 |
Justin Wood
|
ae3bf74088
|
Bug 682808 - Improve the way nsIClassInfo is handled in components (Port bug 658632 to SeaMonkey). r=Neil
|
2011-09-18 17:44:05 -04:00 |
Neil Rashbrook
|
2ca6d8a5c4
|
Bug 408599 Feed protocol handler creates horrifying nsIStandardURLs r=IanN
|
2011-05-14 00:10:34 +01:00 |
Philip Chee
|
9165b42a5c
|
Bug 652557 Media file display names should use decodeURIComponent instead of decodeURI. r=Neil
|
2011-04-26 18:13:02 +08:00 |
Philip Chee
|
8eccf01096
|
Back out Bug 652557 wrong patch committed.
|
2011-04-26 18:28:24 +08:00 |
Philip Chee
|
b1ee19e48e
|
Bug 652557 Media file display names should use decodeURIComponent instead of decodeURI. r=IanN
|
2011-04-26 18:13:02 +08:00 |
Mark Banner
|
e135069ba8
|
Bug 643508 - Remove instances of MOZ_META_COMPONENT and META_COMPONENT from comm-central; r=Callek
|
2011-04-07 18:13:02 -07:00 |
Serge Gautherie
|
640931597b
|
Bug 627416 - Port Firefox changes from Jan 20 places merge; (Bv1a) Port bug 621274.
r=neil.
|
2011-02-01 18:51:43 +01:00 |
Jens Hatlak
|
2321d3a9eb
|
Bug 612265 - "Always use Google to subscribe to feeds" setting ignored. r=Neil
|
2010-11-17 18:55:18 +01:00 |
Edmund Wong
|
b4e3cf5d02
|
Bug 602767 - Fix ' a the ' in MailNews Core::BackEnd. r=Callek
a=Callek for CLOSED TREE because I want to see new builds on TBPL.
|
2010-10-12 20:17:00 -04:00 |
Neil Rashbrook
|
f8a1666515
|
Bug 590725 - Convert suite/ files for content XUL being killed. (feed part) r+=Neil
r=Callek
|
2010-08-26 01:51:44 -04:00 |
Robert Kaiser
|
78fca97ebe
|
fix up misport from bug 572454 (should be .leafName, not .fileName), rs=Neil
|
2010-09-03 01:06:23 +02:00 |
Justin Wood
|
37398bf620
|
Bug 538419 - remove nsAboutAbout.js from suite-specific code, reusing the toolkit version. r+=Neil
--HG--
extra : rebase_source : b94a464bbef1c512d11a91c8003ecddf38e6d65f
|
2010-08-09 23:16:06 -04:00 |
Robert Kaiser
|
63fe92ce51
|
bug 580660 - Switch SeaMonkey browser UI to places bookmarks, r=IanN
--HG--
rename : suite/common/history/placesOverlay.xul => suite/common/bookmarks/placesOverlay.xul
|
2010-08-08 22:06:47 +02:00 |
Robert Kaiser
|
869c0cbadb
|
bug 572454 - Clean up SeaMonkey versions of getFileDisplayName, r=IanN
|
2010-07-18 18:59:50 +02: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
|
764fe2de2a
|
Bug 471346 Actually use the code rather than wrapping it in unset #ifdefs r=IanN
|
2010-06-20 23:49:39 +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 |
Philip Chee
|
b8a4f88c16
|
Bug 564692 Sync suite/feeds/ with mozilla-central r=Neil
|
2010-05-25 22:18:29 +08:00 |
Robert Kaiser
|
75ba1e51b3
|
bug 536374 - Places history changes due to async expiration (Port bug 520165), r+sr=Neil
|
2010-02-18 15:00:47 +01:00 |
Philip Chee
|
e340b7eebf
|
Bug 543375 - Undated RSS and Atom feeds result in display of bad date.
r+sr=neil.
|
2010-02-08 00:49:45 +01:00 |
Frank Wein
|
c005582629
|
Bug 474709 - Subscribing to a feed does not do anything when no RSS account is present, r/sr=Standard8
|
2009-08-27 21:51:29 +02:00 |