Catalin Iacob
|
4f03e5bb1a
|
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 |
|
Boris Zbarsky
|
d5eec49092
|
Bug 867487. Make sure we don't think we're cloning a complete sheet when we're actually cloning a loading one because the complete sheet was dirty. r=dbaron
|
2013-05-23 09:20:52 -04:00 |
|
Boris Zbarsky
|
b4d550d2d0
|
Bug 799816. Try to not have preload sheets (or other unreferenced sheets) hanging out in our mCompleteSheets hashtable. r=dbaron
|
2013-04-24 14:59:14 -04:00 |
|
Masatoshi Kimura
|
145b5b5cd1
|
Bug 860180 - Prefer UTF-16BE/LE to UTF-16. r=hsivonen
|
2013-04-16 21:19:29 +09:00 |
|
Boris Zbarsky
|
f257517c68
|
Bug 846972 part 2. Add the WebIDL APIs for StyleSheet and CSSStyleSheet. r=peterv
|
2013-03-17 10:42:59 -04:00 |
|
David Zbarsky
|
2c3499b66c
|
[Bug 847110] Fix up includes in layout/style r=dbaron
|
2013-03-02 19:31:48 -05:00 |
|
L. David Baron
|
a418f3704b
|
Bug 563195: Fix -Wshadow warnings in layout/style. r=bzbarsky
|
2013-02-17 22:56:32 -08:00 |
|
Cameron McCormack
|
a357d10fde
|
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
|
26873544a3
|
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
|
f8c50ba688
|
Bug 508725 - Part 2: Record on nsCSSStyleSheets whether they are for a <style scoped>. r=dbaron
|
2013-01-08 19:09:22 +11:00 |
|
Patrick McManus
|
bda7430bfa
|
bug 792438 part 1 - identify css and head-based-js as dedicated network resources r=bz
|
2012-12-04 18:06:29 -05:00 |
|
Henri Sivonen
|
d87291162b
|
Bug 796882 - Implement CSS charset handling according to CSS3 Syntax. r=bzbarsky.
|
2012-11-15 10:47:30 +02:00 |
|
Nathan Froyd
|
bd55a07f0e
|
Bug 806618 - rewrite PR_NewLogModule calls to not generate static initializers; r=ehsan
|
2012-10-29 19:32:10 -04:00 |
|
Boris Zbarsky
|
709a7af847
|
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
|
e192ce8c57
|
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
|
0d24c3121d
|
Bug 793554: Devirtualize mozilla::css::Loader::[AddRef|Release] r=dbaron
|
2012-09-24 07:29:24 -07:00 |
|
Ehsan Akhgari
|
b5c39afb4e
|
Bug 792502 - Kill the FunctionTimer code; r=vlad
|
2012-09-19 16:59:38 -04:00 |
|
Ehsan Akhgari
|
a17cac3016
|
Bug 788275 - Part 0: Make nsCORSListenerProxy's constructor not cause the object to be destroyed before it is constructed; r=bzbarsky
That is always a nice property to have!
|
2012-09-18 22:16:23 -04:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Boris Zbarsky
|
76432fce46
|
Bug 732209 part 5. Enforce CORS on stylesheet loads as needed. r=sicking
|
2012-08-28 13:10:08 -04:00 |
|
Boris Zbarsky
|
ccd4da9732
|
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
|
927e2bc32d
|
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
|
41ac1056bf
|
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
|
0fd9123eac
|
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 |
|
Ian Melven
|
06019be17e
|
Bug 341604 - modify CheckMayLoad to allow sandboxed workers to load blob and data URIs r=jst
|
2012-08-20 11:34:33 -07:00 |
|
Aryeh Gregor
|
0923bf00ef
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Ms2ger
|
391cca2e24
|
Bug 777293 - Remove NS_NewCSSStyleSheet; r=dbaron
|
2012-08-04 09:44:01 +02:00 |
|
Ed Morley
|
bba173e66e
|
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
|
2012-08-04 18:05:15 +01:00 |
|
Ms2ger
|
eacd737410
|
Bug 777293 - Remove NS_NewCSSStyleSheet; r=dbaron
|
2012-08-04 09:44:01 +02:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
4f91700da9
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
--HG--
extra : rebase_source : 844b008c5167e6ca39a7ba9eeec8b30672938704
|
2012-05-18 13:30:49 -04:00 |
|
Makoto Kato
|
2c1e47f122
|
Bug 590390 - deCOM nsICharsetAlias. r=smontagu
--HG--
rename : intl/locale/public/nsICharsetAlias.h => intl/locale/public/nsCharsetAlias.h
rename : intl/locale/src/nsCharsetAliasImp.cpp => intl/locale/src/nsCharsetAlias.cpp
|
2012-03-05 12:57:51 +09:00 |
|
Masatoshi Kimura
|
ef45bcacdc
|
Bug 704820 - Simplify nsContentUtils::ReportToConsole. r=smaug
|
2011-12-15 14:47:03 +00:00 |
|
Boris Zbarsky
|
2010c8f7fc
|
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
|
2f9171b753
|
Backout changeset 27b8e5fb9699 (bug 700116) for reftest failures; a=philor
|
2011-11-08 07:38:22 +00:00 |
|
Boris Zbarsky
|
c396c0b176
|
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 |
|
Olli Pettay
|
a86b1a4d43
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 1, r=jst
--HG--
extra : rebase_source : baf1a25cdea68d499a7673fdf96e27b5a12dc83c
|
2011-10-18 13:53:36 +03:00 |
|
Ehsan Akhgari
|
2a602a5685
|
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 |
|
Jeff Walden
|
b7753477cf
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
|
Jeff Walden
|
eb2cb918a4
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
77ebbde4ab
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
|
Boris Zbarsky
|
f47e3f5396
|
Bug 690990. Don't assert that sheets are not modified when it would be just fine for them to be modified. r=peterv
|
2011-10-03 15:11:59 -04:00 |
|
Michael Wu
|
d8e503c38b
|
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
|
f022a015e7
|
Bug 185236 part 5. Fire load and error events on stylesheet linking elements. r=peterv
|
2011-09-26 17:27:13 -04:00 |
|
Boris Zbarsky
|
0d67e51f11
|
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
|
dbbc87145e
|
Bug 185236 part 3. Add a way to differentiate SheetComplete calls for actual loads and for the fake SheetLoadData we use to trigger observer notifications for already-complete sheets. r=peterv
|
2011-09-26 17:26:54 -04:00 |
|
Boris Zbarsky
|
b63dea03b7
|
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 |
|
Boris Zbarsky
|
d5c5425937
|
Bug 645998. Improve the recursion detection in the CSS loader to detect mutual recursion scenarios. r=sicking
|
2011-08-07 22:23:51 -04:00 |
|
Matheus Kerschbaum
|
55aebc79d4
|
Bug 579571 - Remove --enable-timeline support. r=tglek
|
2011-07-17 12:07:42 +02:00 |
|