Birunthan Mohanathas
|
76ca8ec617
|
Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
|
Birunthan Mohanathas
|
411a8639b4
|
Bug 869836 - Part 3: Use Append('c') instead of AppendLiteral("c") . r=ehsan
|
2014-05-22 06:48:51 +03:00 |
|
Nicholas Nethercote
|
c79e0f8f0d
|
Bug 952650 (part 12) - Remove JSVAL_TO_OBJECT. r=till.
--HG--
extra : rebase_source : 60dcaa2b778d3cf6eb7dc1a4949aab010ed8c130
|
2014-04-27 19:58:52 -07:00 |
|
Birunthan Mohanathas
|
ff8ce9bd42
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
|
Birunthan Mohanathas
|
4de1915f30
|
Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug
|
2014-04-25 12:49:00 -04:00 |
|
Boris Zbarsky
|
3738611b99
|
Bug 993889 part 1. Remove "scope" argument from nsContentUtils::WrapNative. r=bholley
|
2014-04-10 00:58:41 -04:00 |
|
Neil Deakin
|
27ad778ee7
|
Bug 475981, remove titles from a bunch of tests, fixing box wrapped in a block warnings,r=neil
|
2014-04-04 13:11:12 -04:00 |
|
Daniel Holbert
|
7a96dc5322
|
Bug 984786 part 3: Mark refcounted classes RDFBindingSet and DataOwner as MOZ_FINAL and make their destructors private. r=bent
|
2014-04-02 01:10:42 -07:00 |
|
Neil Rashbrook
|
041b6d4b17
|
Bug 514280 Consistently declare and define IID accessors r=bsmedberg
|
2014-03-28 08:45:02 +00:00 |
|
Ehsan Akhgari
|
5b9f45a1a5
|
Bug 798158 - Part 1: Use a pointer-sized type to store refcounts internally; r=bsmedberg
|
2014-03-27 16:38:33 -04:00 |
|
Alessio Placitelli
|
651681f247
|
Bug 950076 - Use the return value of GetNodeTextContent for OOM checks. r=jst
|
2014-03-20 20:51:16 +01:00 |
|
Bob Owen
|
45cde4b66a
|
Bug 978042 - Part 3: AutoPushJSContext in nsXULTemplateBuilder::InitHTMLTemplateRoot. r=bholley
|
2014-03-19 19:47:14 +00:00 |
|
Ryan VanderMeulen
|
c5975cfb88
|
Backed out changesets a17ee88f1fe7, 6e3aee4a9650, 07e5ed676919 (bug 950076) for Werror bustage.
|
2014-03-19 14:00:10 -04:00 |
|
Alessio Placitelli
|
f0971950d5
|
Bug 950076 - Use the return value of GetNodeTextContent for OOM checks. r=jst
|
2014-03-19 13:05:03 -04:00 |
|
Neil Rashbrook
|
c3b2f90f39
|
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
--HG--
extra : rebase_source : f8fb50de9292320eb7589dd28dc566d0f5044da6
|
2014-03-18 00:23:03 +00:00 |
|
Wes Kocher
|
c0dba87922
|
Backed out 2 changesets (bug 514280) for OSX build bustage on a CLOSED TREE
Backed out changeset 2a015b45d808 (bug 514280)
Backed out changeset a01f97c1ed02 (bug 514280)
|
2014-03-17 15:19:53 -07:00 |
|
Neil Rashbrook
|
b07eaa1644
|
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
--HG--
extra : rebase_source : eaca8b2925eaffb49e29a617cd72c0d6686e6d9e
|
2014-03-17 19:07:09 +00:00 |
|
Masayuki Nakano
|
a7a5e56dd5
|
Bug 981261 part.5 Rename nsEventListenerManager to mozilla::EventListenerManager r=smaug
--HG--
rename : dom/events/nsEventListenerManager.cpp => dom/events/EventListenerManager.cpp
rename : dom/events/nsEventListenerManager.h => dom/events/EventListenerManager.h
|
2014-03-17 15:56:53 +09:00 |
|
Kyle Huey
|
7067fb5db1
|
Bug 345123: Remove nsGetterAddRefs<T>'s operator nsISupports**. r=bsmedberg
|
2014-03-15 12:00:17 -07:00 |
|
Kyle Huey
|
510a49016d
|
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
|
2014-03-15 12:00:15 -07:00 |
|
Reuben Morais
|
f954df12ae
|
Bug 458300 - Rename nsINameSpaceManager.h to nsNameSpaceManager.h. r=jst r=hsivonen
--HG--
rename : content/base/public/nsINameSpaceManager.h => content/base/public/nsNameSpaceManager.h
|
2014-02-27 20:04:46 -03:00 |
|
Andrew McCreight
|
537eb6fa81
|
Bug 962608 - Make PL_DHashTableInit infallible by default. r=briansmith,bsmedberg,ehsan,froydnj,jduell,jfkthame,roc,smaug
|
2014-02-27 10:04:09 -08:00 |
|
Andrew McCreight
|
737d0d5fa9
|
Bug 956455, part 1 - WrapNative's holder argument is unnecessary. r=smaug
|
2014-01-06 11:54:43 -08:00 |
|
Ehsan Akhgari
|
ebd358dfd7
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Birunthan Mohanathas
|
759ab69b0a
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
|
2013-12-08 21:52:54 -05:00 |
|
Birunthan Mohanathas
|
2a97f4dc0d
|
Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo
|
2013-12-08 21:52:33 -05:00 |
|
Ehsan Akhgari
|
570ec8b97a
|
Bug 945587 - Move the declarations of kRDFServiceCID to the consumer site
|
2013-12-03 23:57:17 -05:00 |
|
Ehsan Akhgari
|
5b53bc3025
|
Backed out changeset 582c563a8e1a (bug 945587) for bustage on CLOSED TREE
|
2013-12-03 16:10:30 -05:00 |
|
Ehsan Akhgari
|
8de086f44c
|
Bug 945587 - Stop using the kRDFServiceCID name in content/xul; r=bzbarsky
--HG--
extra : rebase_source : 08aeb4bfce11e6d26cf034858f72b2526b15d60e
|
2013-12-03 14:34:18 -05:00 |
|
Boris Zbarsky
|
58a7c3f5a4
|
Bug 945572 part 6. Make NS_NewElement take an Element** outparam instead of an nsIContent** one. r=smaug
|
2013-12-03 09:40:11 -05:00 |
|
Ms2ger
|
69eb22ce8d
|
Bug 925887 - Part b: move mochitests in content/xul/templates into manifests; r=jst
|
2013-11-28 15:03:16 +01:00 |
|
Nathan Froyd
|
86ec57e686
|
Bug 940426 - part 2 - don't observe xpcom-shutdown in nsXULTemplateBuilder; r=bz
|
2013-11-19 20:04:15 -05:00 |
|
Nathan Froyd
|
2ec5630dff
|
Bug 940426 - part 1 - properly stop observing all the sources in nsXULTemplateBuilder; r=bz
|
2013-11-19 11:21:00 -05:00 |
|
Benoit Jacob
|
67aa39c1f3
|
Bug 940720 - Build content/xul/templates in unified mode - r=ehsan
|
2013-11-20 11:29:04 -05:00 |
|
Mike Hommey
|
a65383e1e9
|
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
|
2013-11-19 11:50:54 +09:00 |
|
Mike Hommey
|
8ceb917350
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
9fe772e7fd
|
Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal
|
2013-11-19 11:47:43 +09:00 |
|
Mike Hommey
|
bb6779efe3
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
d7b6f95761
|
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
|
2013-11-19 11:47:14 +09:00 |
|
Nicholas Nethercote
|
ba1e9bce90
|
Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
--HG--
extra : rebase_source : 41fcb0e922a519ef679c1c1b6293c2b638e83a48
|
2013-10-10 15:22:35 -07:00 |
|
Mike Hommey
|
1d566f7586
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Steve Fink
|
0631d8a8db
|
Bug 925916 - Handlify WrapNative in content/, r=smaug
|
2013-10-11 22:02:40 -07:00 |
|
Ehsan Akhgari
|
180798444f
|
Bug 922933 - Don't #include nsIDocument.h in nsIContent.h; r=jst
--HG--
extra : rebase_source : 51f56fa27604224eacc2ba384bb826c49f4f917f
|
2013-10-02 07:40:07 -04:00 |
|
Gregory Szorc
|
cc1da2c22a
|
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:52:01 +02:00 |
|
Ed Morley
|
038cae0901
|
Backed out changeset 68b6b152f51a (bug 920223)
|
2013-09-30 12:50:09 +01:00 |
|
Gregory Szorc
|
483a776413
|
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:52:01 +02:00 |
|
Ehsan Akhgari
|
45d655ec96
|
Bug 919325 - Minimize the #includes in content/ IDL files; r=bzbarsky
--HG--
extra : rebase_source : 923a665eadc62046c9d5398a25187a3331fd8d25
|
2013-09-22 19:23:30 -04:00 |
|
Trevor Saunders
|
6957ef1b01
|
bug 915566 - rm Makefiles in content/ r=ted
|
2013-09-12 03:52:58 -04:00 |
|
Martijn Wargers
|
3dbeb6c4a3
|
Bug 916086 - Remove some more enablePrivilege calls. r=jmaher
CLOSED TREE
--HG--
rename : layout/base/tests/test_bug458898.html => layout/base/tests/chrome/test_bug458898.html
|
2013-09-16 22:12:29 +02:00 |
|
Robert O'Callahan
|
33cdb42706
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|