Граф коммитов

50 Коммитов

Автор SHA1 Сообщение Дата
Ehsan Akhgari e368dc9c85 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 d0ad5a7d0c Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
Jonas Sicking 87c1732c26 Bug 774585: Make about: redirectors reset channel owner to null rather than set an explicit principal so that we'll go through the normal code paths in GetChannelPrincipal. r=bz 2012-07-17 22:22:19 -07:00
Gervase Markham 82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Nicholas Nethercote a14057dd8c Bug 702300 (part 8) - Add about:compartments. r=jlebar, ehsan.
--HG--
extra : rebase_source : ad9de010f0b51d5ae7d74b8cbc04c8748767ec0b
2012-02-16 22:10:39 -08:00
Steffen Wilberg ea8e34f343 Bug 678660: Hide about:newaddon from about:about, because it closes itself. r=rstrong 2011-08-14 10:00:25 +02:00
Dave Townsend 308b60ecc8 Bug 476430: Disable third-party add-ons by default and offer them to the user. r=Unfocused, r=robstrong 2011-08-12 13:50:47 -07:00
Steffen Wilberg 7593ba5c1c Bug 641195: Remove about:licence, but keep about:license. r=bsmedberg 2011-06-25 09:56:11 +02:00
Mike Hommey 7dd0ac125f Bug 349985 - Move about: handling to nsAboutRedirector and re-enable release notes link in about:. r=bzbarsky,sr=dveditz,a=jst 2010-10-15 12:28:54 +02:00
Benjamin Smedberg a7e67d32ad Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work. 2010-06-10 14:11:40 -04:00
Blair McBride f0d1a7e4ef Bug 554007: New add-ons manager UI (docshell parts). r=bz 2010-04-29 10:54:32 -07:00
Dave Townsend bfd56a86b8 Backout new add-ons manager due to Ts regression on OSX 10.5
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml => toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml => toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml => toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js => toolkit/mozapps/extensions/test/unit/test_bug404024.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js => toolkit/mozapps/extensions/test/unit/test_bug417606.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js => toolkit/mozapps/extensions/test/unit/test_bug424262.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js => toolkit/mozapps/extensions/test/unit/test_bug449027.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js => toolkit/mozapps/extensions/test/unit/test_bug455906.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js => toolkit/mozapps/extensions/test/unit/test_bug514327_3.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js => toolkit/mozapps/extensions/test/unit/test_bug541420.js
2010-05-01 11:04:44 -07:00
Blair McBride 178190146a Bug 554007: New add-ons manager UI (docshell parts). r=bz 2010-04-29 10:54:32 -07:00
Phil Ringnalda c34e9394d6 Bug 518607 - Move the Troubleshooting Information page into toolkit so other apps like Thunderbird and SeaMonkey can use it, r=gavin 2010-02-20 19:36:46 -08:00
Steffen Wilberg c762cf2060 Bug 538421: Add a nsIAboutModule flag to hide 'about:' pages from about:about. r=mano, sr=bzbarsky 2010-01-23 11:07:48 +01:00
Steffen Wilberg 35fff6553d Bug 220253: Port about:about to Toolkit, but only show useful 'about' pages. ui-r=beltzner, r=mconnor 2009-08-21 21:28:46 +02:00
Vladimir Vukicevic 4e2f8253f5 b=515354; Implement "about:memory"; r=mconnor 2009-10-03 00:21:34 -07:00
Reed Loden bd6d378d05 Bug 349451 - "about:about is File not found error" [r+sr=bzbarsky] 2008-10-24 01:33:02 -05:00
Arpad Borsos 3b08a324be Bug 451909 kill MOZ_XUL_APP now that all apps set it. docshell/toolkit cleanup r=benjamin, makefile cleanups r=ted 2008-09-02 10:45:14 +01:00
dtownsend@oxymoronical.com 8d1bfcdda9 Bug 411490: Add about:crashes for easier access to crash reports. r=mano, a=beltzner 2008-01-24 08:11:09 -08:00
neil%parkwaycc.co.uk 1a9e664592 Bug 363725 Make about:logo work in (some) toolkit apps r+sr=darin 2006-12-18 10:51:10 +00:00
cbiesinger%web.de e3d051eb8b Bug 351874 Move nsAboutRedirector out of necko
r=darin
2006-09-15 22:17:26 +00:00
bzbarsky%mit.edu 6a98c20603 Just store the flags, not various booleans. Bug 342914, r=biesi, sr=darin 2006-09-15 09:52:08 +00:00
bzbarsky%mit.edu cdde1bcdfe Allow about: modules to just set a flag to force script execution to be allowed
for particular about: URIs, instead of hardcoding checks in the security
manager.  Bug 341313, r=darin, sr=jst
2006-09-15 09:52:06 +00:00
bzbarsky%mit.edu fa84d90b52 Move the safe vs unsafe about: distinction out of the security manager and into
nsIAboutModule implementations.  Bug 337746, r=dveditz, sr=darin
2006-09-15 09:52:05 +00:00
gerv%gerv.net c8fd94f182 Bug 322000: update about:licence to fulfil all our obligations with regard to notifications, copyright statements and so on. Patch by gerv; r=mconnor, mscott. 2006-09-15 09:52:04 +00:00
timeless%mozdev.org cf8f55f540 Bug 320498 Fix NewChannel impls to handle null in argument
r=darin sr=darin
2006-09-15 09:52:03 +00:00
dbaron%dbaron.org 868a47a721 Improve consistency of conversion from about URI to about module. b=306261 r=darin sr=bzbarsky 2006-09-15 09:52:02 +00:00
bsmedberg%covad.net 7f1f35c037 Bug 292624 - XUL error pages should not have chrome privileges, r=darin sr=dveditz a=asa 2006-09-15 09:52:01 +00:00
bzbarsky%mit.edu a16c2dc585 Add about:license and about:licence and make about: link to them. Bug 256945,
r=gerv, sr=darin
2006-09-15 09:52:00 +00:00
neil%parkwaycc.co.uk 35853062ba Bug 269827 Redirected about channel has wrong original URI r+sr=darin 2006-09-15 09:51:59 +00:00
ben%bengoodger.com e004e024df 243387 - about:plugins broken by download size reduction changes. Move about:plugins page to global package to remove dependency on defunct "communicator" package. r=mconnor 2006-09-15 09:51:58 +00:00
darin%meer.net ee6b104394 fixes bug 245110 "Crash [@ nsAboutRedirector::NewChannel]" r=biesi 2006-09-15 09:51:57 +00:00
gerv%gerv.net bc18475075 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-09-15 09:51:56 +00:00
caillon%returnzero.com 5655b0e966 about:about
Bug 56061
r=bryner@brianryner.com
sr=darin@meer.net
2006-09-15 09:51:51 +00:00
seawood%netscape.com 188182f9ce Add about:buildconfig
Bug #140034 r=bbaetz sr=darin
2006-09-15 09:51:50 +00:00
kairo%kairo.at d106a223c2 Bug 56863 - make about:plugins localizable, r=biesi, sr=bz 2006-09-15 09:51:49 +00:00
timeless%mozdev.org 2d92353fd4 Bug 52104 about:logo is missing
patch by bugzilla@gemal.dk r=timeless sr=darin
2006-09-15 09:51:48 +00:00
cbiesinger%web.de 2600c208b8 184075 r=darin sr=bz nsAboutRedirector should not use literal number 2006-09-15 09:51:47 +00:00
kairo%kairo.at 9b81f04b30 bug 131477 - Improve design of about:plugins page - this makes about:plugins themeable, plugins.html moved from global to communicator, r=beppe, sr=hewitt 2006-09-15 09:51:46 +00:00
caillon%returnzero.com 7f9d715f0a Bug 155752 - Use the XML parser for XHTML about: services
Patch contributed by Alexey Chernyak <alexey@ihug.com.au>
r=timeless, sr=jst, a=asa
2006-09-15 09:51:45 +00:00
dbaron%fas.harvard.edu 6576211f3f Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2006-09-15 09:51:44 +00:00
cbiesinger%web.de 8124655759 bug 127252 patch partially by mstoltz r=bbaetz/me sr=darin a=asa
make about:config work again
2006-09-15 09:51:43 +00:00
darin%netscape.com 89825d4e4f fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2006-09-15 09:51:42 +00:00
cbiesinger%web.de 2e6aa22327 bug 127252 r=gagan sr=darin a=asa
about:config should use redirector
2006-09-15 09:51:41 +00:00
gerv%gerv.net 83c65749f4 Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2006-09-15 09:51:40 +00:00
jaggernaut%netscape.com fe7f1e7fba Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2006-09-15 09:51:39 +00:00
mstoltz%netscape.com 3b12aaf522 Bug 88087 - giving about: pages loaded from chrome a principal other than
system, to prevent security attacks against these pages. r=bbaetz, sr=waterson
2006-09-15 09:51:38 +00:00
beard%netscape.com 8f79d4b9aa Fix for Mac bustage. r=gagan 2006-09-15 09:51:37 +00:00
gagan%netscape.com 75864ccea7 Not part of the build yet. New files for bug 68086. Implemented a generic fat-free version for cases of about: that redirect to another URL. This will obsolete nsAboutCredits.*, mzAboutMozilla.*, and nsAboutPlugins.* 2006-09-15 09:51:36 +00:00