Daniel Holbert
|
501666c627
|
Bug 984786 part 1: Add MOZ_FINAL and private destructors to some refcounted classes in layout. r=dbaron
|
2014-03-21 09:16:20 +08:00 |
|
Ms2ger
|
94dd5a9e1d
|
Bug 923251 - Part b: Make Loader::PrepareSheet return void; r=heycam
|
2013-11-11 08:57:53 +01:00 |
|
Robert O'Callahan
|
03e7828db2
|
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 |
|
Mina Almasry
|
c6c9679d1d
|
Bug 713564 - Add an API to declare a stylesheet obsolete. r=bz
|
2013-07-15 17:28:33 -04:00 |
|
Catalin Iacob
|
6f4758d23e
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
--HG--
extra : rebase_source : fc472490dd978d165f02f77ed37f07aed6e5bb61
|
2013-06-23 14:03:39 +02:00 |
|
Cameron McCormack
|
4a4eda5e13
|
Bug 508725 - Part 2: Record on nsCSSStyleSheets whether they are for a <style scoped>. r=dbaron
|
2013-01-09 10:25:47 +11:00 |
|
Cameron McCormack
|
c067646b00
|
Backout bug 508725 (d267bb4b58b5, 50f71edffeb9, 6aec8e22fe60, e62e1f33958a, 0f146c435249, eb959b9f4862, 2b0ee42f3aa0, 02db01cd6796, 2ef0e517d43d, b650588e05c9 and a3c916829d56) for build failure on a CLOSED TREE.
|
2013-01-08 19:36:21 +11:00 |
|
Cameron McCormack
|
894a529cc1
|
Bug 508725 - Part 2: Record on nsCSSStyleSheets whether they are for a <style scoped>. r=dbaron
|
2013-01-08 19:09:22 +11:00 |
|
Boris Zbarsky
|
7cca383dd4
|
Bug 799796. Do memory reporting for stylesheets that only the CSS loader might know about. r=dbaron,njn
|
2012-10-17 17:01:56 -04:00 |
|
Boris Zbarsky
|
ea25893c42
|
Bug 795221 part 4. Hook up <link> elements to cycle collect their stylesheet. r=smaug
--HG--
rename : content/html/content/crashtests/795221-1.html => content/html/content/crashtests/795221-3.html
|
2012-10-07 22:39:09 -04:00 |
|
Kyle Huey
|
65bdaea268
|
Bug 793554: Devirtualize mozilla::css::Loader::[AddRef|Release] r=dbaron
|
2012-09-24 07:29:24 -07:00 |
|
Boris Zbarsky
|
ba7b968a58
|
Bug 732209 part 4. Propagate the CORS state throughout the CSS loading process. r=sicking,dbaron
|
2012-08-28 13:10:08 -04:00 |
|
Boris Zbarsky
|
354cdcc7f6
|
Bug 732209 part 3. Communicate the CORS state of preloads to the CSS loader. r=sicking,hsivonen
|
2012-08-28 13:10:08 -04:00 |
|
Boris Zbarsky
|
23f0b64faa
|
Bug 732209 part 2. Communicate the CORS state of style link loads to the CSS loader. r=sicking
|
2012-08-28 13:10:07 -04:00 |
|
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 |
|
Ehsan Akhgari
|
2050b687cc
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (content parts); r=bzbarsky
--HG--
extra : rebase_source : e25a064995914ca4f7b1db16b5725eb440d3e531
|
2012-06-18 22:30:09 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Boris Zbarsky
|
36ee7fc855
|
Bug 700116. Fix the ordering if IsAlternate calls and sheet state determination so that the hashtable munging IsAlternate can do doesn't mess up our sheet states. r=sicking
|
2011-11-07 23:41:17 -05:00 |
|
Ed Morley
|
909149e93b
|
Backout changeset 27b8e5fb9699 (bug 700116) for reftest failures; a=philor
|
2011-11-08 07:38:22 +00:00 |
|
Boris Zbarsky
|
8ecb4f82d6
|
Bug 700116. Fix the ordering if IsAlternate calls and sheet state determination so that the hashtable munging IsAlternate can do doesn't mess up our sheet states. r=sicking
|
2011-11-07 23:41:17 -05:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
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
|
d2b70213ac
|
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 |
|
Boris Zbarsky
|
a0c82870fe
|
Bug 185236 part 4. Pass along the owning element to all sheet load datas, assuming we have one at all. r=peterv
|
2011-09-26 17:27:00 -04:00 |
|
Boris Zbarsky
|
3752e6e036
|
Bug 185236 part 2. Make sure to remove our SheetLoadData from mPostedEvents before calling SheetComplete on it, so that checking for pending loads from inside SheetComplete will work correctly. r=peterv
|
2011-09-26 17:26:05 -04:00 |
|
Zack Weinberg
|
2f9f710588
|
Bug 541496 part 6: remove no-longer-used stream-processing code from css::Loader and nsCSSParser. r=bzbarsky
|
2011-05-18 21:22:59 -04:00 |
|
Zack Weinberg
|
e89f55ad05
|
Bug 541496 part 3: use the new string-taking API in LoadInlineStyle. r=bzbarsky
|
2011-05-18 21:22:59 -04:00 |
|
Zack Weinberg
|
2e40645748
|
Bug 541496 prelim 2: nuke trailing whitespace in layout/style/Loader.{h,cpp}. rs=dbaron
|
2011-05-06 08:45:36 -07:00 |
|
Craig Topper
|
f73d0bfb43
|
Bug 577002 Part 2: Remove nsICSSImportRule. r=bzbarsky
--HG--
rename : layout/style/nsICSSImportRule.h => layout/style/ImportRule.h
|
2011-03-17 13:41:52 -04:00 |
|
Mihai Sucan
|
743a3b1798
|
Bug 606498 - Make sure the new nsIScriptError2 is used in all possible places- part 3; r=bzbarsky,dbaron,mrbkap sr=jst a=blocking2.0
|
2010-12-20 12:21:59 -04:00 |
|
Zack Weinberg
|
2f4426c2f1
|
Bug 569719 part 2: Move headers for the former nsCSSLoader and nsCSSDeclaration into mozilla/css/. r=dbaron
--HG--
rename : layout/style/nsCSSDeclaration.cpp => layout/style/Declaration.cpp
rename : layout/style/nsCSSDeclaration.h => layout/style/Declaration.h
rename : layout/style/nsCSSLoader.cpp => layout/style/Loader.cpp
rename : layout/style/nsCSSLoader.h => layout/style/Loader.h
|
2010-06-28 15:49:35 -07:00 |
|