Cameron McCormack
|
9024ed278d
|
Bug 1180118 - Part 5: Add a RestyleHintData outparam to HasAttributeDependentStyle for use with eRestyle_SomeDescendants. r=bzbarsky
|
2015-08-05 22:42:21 +10:00 |
|
Cameron McCormack
|
7fff04f539
|
Bug 1180118 - Part 1: Add a method to match a single nsCSSSelector (without pseudo-elements) against an Element. r=bzbarsky
|
2015-08-05 22:42:20 +10:00 |
|
Carsten "Tomcat" Book
|
84cfe98999
|
Backed out 13 changesets (bug 1180118) for crashes on a CLOSED TREE
Backed out changeset c65d298d7cfa (bug 1180118)
Backed out changeset 7c5ebadc3fc9 (bug 1180118)
Backed out changeset 91a3e2205388 (bug 1180118)
Backed out changeset 15ad6049b940 (bug 1180118)
Backed out changeset 9b41cd9f2bc5 (bug 1180118)
Backed out changeset 37493f6eef20 (bug 1180118)
Backed out changeset b7ec8d4d2d7e (bug 1180118)
Backed out changeset cfeeae42d514 (bug 1180118)
Backed out changeset 9bcc3233f3c8 (bug 1180118)
Backed out changeset b99c358a6fea (bug 1180118)
Backed out changeset 4a7b79980353 (bug 1180118)
Backed out changeset 20984dfa4302 (bug 1180118)
Backed out changeset ef165b896cf4 (bug 1180118)
|
2015-08-04 12:20:20 +02:00 |
|
Cameron McCormack
|
966619a0d1
|
Bug 1180118 - Part 5: Add a RestyleHintData outparam to HasAttributeDependentStyle for use with eRestyle_SomeDescendants. r=bzbarsky
|
2015-08-04 17:27:53 +10:00 |
|
Cameron McCormack
|
6b0db7331c
|
Bug 1180118 - Part 1: Add a method to match a single nsCSSSelector (without pseudo-elements) against an Element. r=bzbarsky
|
2015-08-04 17:27:52 +10:00 |
|
Cameron McCormack
|
98a05182dd
|
Bug 1177563 - Test that we share agent rule processors across different documents. r=dbaron
|
2015-07-08 15:57:31 +10:00 |
|
Carsten "Tomcat" Book
|
809fb6de52
|
Backed out changeset 42e80a07acd6 (bug 1177563) for bustage on a CLOSED TREE
|
2015-07-08 09:44:16 +02:00 |
|
Cameron McCormack
|
9c51300b2a
|
Bug 1177563 - Test that we share agent rule processors across different documents. r=dbaron
|
2015-07-08 15:57:31 +10:00 |
|
Cameron McCormack
|
c6b944a57a
|
Bug 77999 - Remove stray printf.
|
2015-06-27 02:33:58 +10:00 |
|
Cameron McCormack
|
cb04c74def
|
Bug 77999 - Part 4: Mark nsCSSRuleProcessors as ready for expiration from the RuleProcessorCache once no nsStyleSets are using them. r=dbaron
We want the RuleProcessorCache to start considering a given
nsCSSRuleProcessor as ready for expiration only once no nsStyleSets are
using it.
|
2015-06-26 13:52:47 +10:00 |
|
Cameron McCormack
|
be5e7316ad
|
Bug 77999 - Part 3: Gather document rules and produce an nsDocumentRuleResultCacheKey in nsCSSRuleProcessors. r=dbaron
|
2015-06-26 13:52:47 +10:00 |
|
Cameron McCormack
|
341c732fdb
|
Bug 77999 - Part 2: Add RuleProcessorCache. r=dbaron
|
2015-06-26 13:52:47 +10:00 |
|
Cameron McCormack
|
d27d44b790
|
Bug 1169512 - Add and remove quirk.css rather than enable and disable a clone of it. r=jwatt
|
2015-06-26 13:49:58 +10:00 |
|
Andrea Marchesini
|
f0aa02df0b
|
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
|
2015-04-22 08:29:22 +02:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Daniel Holbert
|
4fa02578fb
|
Bug 1135181: Remove unnecessary 'nsresult' return value from nsCSSRuleProcessor::Startup(), since it always succeeds. r=heycam
|
2015-02-20 22:31:09 -08:00 |
|
L. David Baron
|
33d7a61d85
|
Bug 1089417 patch 7 - Save the previous media query cache key on the rule processor. r=heycam
This depends on patches 5 and 6, and is needed for patch 8.
|
2014-12-05 15:50:00 -08:00 |
|
L. David Baron
|
57696e47bf
|
Bug 1089417 patch 6 - Pass the previous CSS rule processor to the constructor of the new one (when we replace one with another). r=heycam
This is needed for patch 7.
|
2014-12-05 15:50:00 -08:00 |
|
L. David Baron
|
ba3dfb48ef
|
Bug 1089417 patch 5 - Add method to save the current media query result cache key from a rule processor. r=heycam
This is needed for patch 7.
|
2014-12-05 15:50:00 -08:00 |
|
Wes Kocher
|
6d72488ca1
|
Backed out 8 changesets (bug 1089417) for b2g bustage possibly on a CLOSED TREE
Backed out changeset bf9f31312c1a (bug 1089417)
Backed out changeset babf33f8e077 (bug 1089417)
Backed out changeset 47b4f47d2e36 (bug 1089417)
Backed out changeset 11da22489a4f (bug 1089417)
Backed out changeset a39f32b2b2de (bug 1089417)
Backed out changeset fba9c331e036 (bug 1089417)
Backed out changeset b541a037f627 (bug 1089417)
Backed out changeset fc47a51b4f96 (bug 1089417)
|
2014-12-05 12:45:41 -08:00 |
|
L. David Baron
|
48d4dd25a2
|
Bug 1089417 patch 7 - Save the previous media query cache key on the rule processor. r=heycam
This depends on patches 5 and 6, and is needed for patch 8.
|
2014-12-05 11:37:39 -08:00 |
|
L. David Baron
|
59b2c14b5b
|
Bug 1089417 patch 6 - Pass the previous CSS rule processor to the constructor of the new one (when we replace one with another). r=heycam
This is needed for patch 7.
|
2014-12-05 11:37:38 -08:00 |
|
L. David Baron
|
359620f45d
|
Bug 1089417 patch 5 - Add method to save the current media query result cache key from a rule processor. r=heycam
This is needed for patch 7.
|
2014-12-05 11:37:38 -08:00 |
|
Benoit Jacob
|
553e5b2a13
|
Bug 1028588 - Fix dangerous public destructors in layout/ - r=dbaron
|
2014-06-23 18:40:01 -04:00 |
|
Ms2ger
|
7f901a51fa
|
Bug 1022855 - Rename nsCSSStyleSheet to mozilla::CSSStyleSheet; r=heycam
|
2014-06-20 12:32:49 +02:00 |
|
Ms2ger
|
78134e6fa1
|
Backout revision 308e51eae10c for build bustage.
|
2014-06-20 13:00:08 +02:00 |
|
Ms2ger
|
f747edc3e4
|
Bug 1022855 - Rename nsCSSStyleSheet to mozilla::CSSStyleSheet; r=heycam
|
2014-06-20 12:32:49 +02:00 |
|
Andrew McCreight
|
1f8c872155
|
Bug 990160 - Cycle collect nsCSSRuleProcessor. r=bz
|
2014-06-19 14:36:53 -07:00 |
|
Xidorn Quan
|
311ef2f9f9
|
Bug 966166 - Part 1: Parse @counter-style rule. r=dbaron, r=bz
|
2014-06-11 21:10:00 -04:00 |
|
Daniel Holbert
|
21d030b033
|
Bug 985336: Remove unnecessary #includes from headers in layout/style. r=dbaron
|
2014-05-09 08:23:14 -07:00 |
|
Masayuki Nakano
|
00dfc5e0a9
|
Bug 989212 Rename nsEventStates to mozilla::EventStates r=smaug
|
2014-04-03 13:18:36 +09:00 |
|
Cameron McCormack
|
a797ea4b96
|
Bug 922669 - Part 7: Add nsStyleSet::HasStateDependentStyle and nsCSSRuleProcessor:HasStateDependentStyle overrides that work on pseudo-elements. r=bz
|
2013-11-28 17:46:39 +11:00 |
|
Ehsan Akhgari
|
1089e71462
|
Bug 916610 - Minimize the #includes in layout/style; r=roc
|
2013-09-15 21:06:52 -04:00 |
|
L. David Baron
|
99eedbde63
|
Bug 893308: Move hashtable of @keyframes rules (keyed by name) from nsAnimationManager to RuleCascadeData. r=heycam
|
2013-08-14 21:58:37 -07:00 |
|
Catalin Iacob
|
f88cdc0744
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
|
2013-06-23 14:03:39 +02:00 |
|
John Daggett
|
0237527ef8
|
Bug 549861 - reland font-variant subproperties with DOM-peer review. r=khuey
|
2013-05-20 11:59:20 +09:00 |
|
Ms2ger
|
4582dd6af1
|
Backout bug 549861 (changesets 27fb48df15ce:7ecd4e3863b4) for insufficient review.
|
2013-05-19 20:23:19 +02:00 |
|
John Daggett
|
211ddaf3ab
|
Bug 549861. Implement support for @font-feature-values rule. r=dbaron
|
2013-05-13 18:45:37 +09:00 |
|
Joshua Cranmer
|
0a834260da
|
Bug 767563 - Add a clang static checker, part 3: Move the MOZ_MUST_OVERRIDE macro to MFBT. r=Waldo
|
2013-03-23 21:14:43 -05:00 |
|
Cameron McCormack
|
27ece3d947
|
Bug 508725 - Part 3: Create a rule processor for each style scope. r=dbaron
|
2013-01-09 10:25:47 +11:00 |
|
Cameron McCormack
|
7acdf057ce
|
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
|
b525ea3869
|
Bug 508725 - Part 3: Create a rule processor for each style scope. r=dbaron
|
2013-01-08 19:09:22 +11:00 |
|
Brendan Dahl
|
7e5f38db9d
|
Bug 115199 - CSS2 @page rule style support. r=dbaron
|
2012-08-31 14:21:28 -07:00 |
|
Ryan VanderMeulen
|
5240f9d681
|
Backed out changesets 0b6b3d2856a4 and 30776e402787 (bug 115199) for reftest failures.
|
2012-11-13 20:19:18 -05:00 |
|
Brendan Dahl
|
a41fcdd8da
|
Bug 115199 - CSS2 @page rule style support. r=dbaron
|
2012-08-31 14:21:28 -07:00 |
|
Arnaud Sourioux
|
f15f47d318
|
Bug 733186: Annotate ~1000 methods with MOZ_OVERRIDE in /layout r=dholbert r=dbaron
|
2012-09-14 09:10:08 -07:00 |
|
Ehsan Akhgari
|
243c878d26
|
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 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Josh Matthews
|
7e2e5dc340
|
Bug 722853 - Derive private browsing status from docshell when assigning element states. r=dbaron
|
2012-03-30 02:16:22 -04:00 |
|
Ms2ger
|
b18166e17d
|
Backout bug 722853 - changeset f40a17213344; r=orange
|
2012-03-26 18:41:19 +02:00 |
|