Zack Weinberg
|
2b2a256867
|
Bug 558235 part 1: Mechanically rename nsComputedDOMStyle::Get* to nsComputedDomStyle::DoGet* where the former name conflicts with a nsIDOM*CSS2Properties method name. r=dbaron
|
2010-07-14 13:58:55 -07:00 |
Ehsan Akhgari
|
e544506475
|
Bug 289384 - Midas Editor: Shortcut command + left/right should go to beginning/end of line; r=masayuki,bzbarsky
|
2010-07-11 17:48:46 -04:00 |
Jonathan Kew
|
f759645c9b
|
bug 511339 - part 1 - implement -moz-font-feature-settings and -moz-font-language-override in CSS. r=dbaron
|
2010-07-13 21:30:42 +01:00 |
Ehsan Akhgari
|
fca8e16540
|
Backout bug 289384 because of crashtest assertion failures
|
2010-07-11 17:43:27 -04:00 |
Ehsan Akhgari
|
fec4e4b058
|
Bug 289384 - Midas Editor: Shortcut command + left/right should go to beginning/end of line; r=masayuki,bzbarsky
--HG--
extra : rebase_source : d533ad700d2e3e5d50dc0f03b57b14723e12c7eb
|
2010-06-25 14:58:25 -04:00 |
Boris Zbarsky
|
114fc178e0
|
Bug 575467. Improve the detection of whether we're in the transition's initial state. r=dbaron
|
2010-07-08 09:50:33 -07:00 |
Boris Zbarsky
|
e71804ab92
|
Bug 576658. Simplify AppendRuleToTagTable. r=dbaron
|
2010-07-08 09:50:18 -07:00 |
Neil Deakin
|
1998eeabf2
|
Bug 553576, change -moz-resize to resize, r=dbaron
|
2010-07-05 10:41:04 -04:00 |
L. David Baron
|
4096d67a47
|
Make nsStyleAnimation::ComputeDistance not crash when given -moz-transform: none. (Bug 576761) (pending review)
--HG--
extra : transplant_source : _hY%B1%23%2Cb%D2%19R%BB%24%A4%9C%1B%16R%5C%8Ee
|
2010-07-03 12:25:37 -07:00 |
L. David Baron
|
27caf3147c
|
Implement animation of -moz-transform property. (Bug 531344) r=dholbert
|
2010-07-02 21:18:56 -07:00 |
L. David Baron
|
a86e76780f
|
Move ReadTransforms from nsRuleNode to nsStyleTransformMatrix. (Bug 531344) r=dholbert
|
2010-07-02 21:18:56 -07:00 |
L. David Baron
|
90f567bba6
|
Add support for calc() expressions in translate functions of -moz-transform. (Bug 531344) r=bzbarsky
|
2010-07-02 21:18:56 -07:00 |
L. David Baron
|
0ae2f42d47
|
Fix weird SetCoordToValue signature. (Bug 531344) r=dholbert
|
2010-07-02 21:18:56 -07:00 |
L. David Baron
|
f2698a6614
|
Allow CSS parser to forbid min()/max() within certain calc() expressions. (Bug 531344) r=bzbarsky
|
2010-07-02 21:18:56 -07:00 |
L. David Baron
|
b2a30bc3cc
|
Create a common function for setting pieces of a transform matrix for a translation. (Bug 531344) r=dholbert
|
2010-07-02 21:18:56 -07:00 |
L. David Baron
|
b05f26deef
|
Add some helper functions for common CSS value to CSS value interpolations. (Bug 531344) r=dholbert
|
2010-07-02 21:18:56 -07:00 |
L. David Baron
|
10b592ad8c
|
Make the style struct store the specified transform list so that we can animate matching lists without matrix decomposition. (Bug 531344) r=dholbert
|
2010-07-02 21:18:56 -07:00 |
L. David Baron
|
6ffc9bce67
|
Handle computed-value calc() expressions in computed style. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:56 -07:00 |
L. David Baron
|
acd1a50bda
|
Convert calc() serialization code to a template so it can also be used for nsStyleCoord. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
L. David Baron
|
6d89485bb6
|
Add API to compute length, percentage or calc() style coords. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
L. David Baron
|
48839160e2
|
Add API to compute computed-value calc() expressions to lengths. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
L. David Baron
|
8b3a8f5ce4
|
Add additional template parameter expectations to ComputeCalc so that its input can be nsCSSValue or nsStyleCoord. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
L. David Baron
|
4f166703a8
|
Add code to compute a computed-value calc() expression from a specified-value calc() expression, and make it reachable from SetCoord in nsRuleNode. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
L. David Baron
|
70fcc02dd8
|
Switch calc() to saturating operations on nscoord. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
L. David Baron
|
831132699c
|
Fix namespace usage in nsRuleNode. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
L. David Baron
|
11d2ddf087
|
Add storage for calc() expressions to nsStyleCoord. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
L. David Baron
|
c83baa0f7c
|
Add nsStyleCoord::Array type. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
L. David Baron
|
6256eb489d
|
Add nsStyleContext::Alloc for allocations scoped to the lifetime of the style context. (Bug 363249) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
L. David Baron
|
0f41b5999d
|
Fire transitionend events only for transitions on elements (not pseudo-elements). (Bug 537140) r=bzbarsky
|
2010-07-02 21:18:55 -07:00 |
Boris Zbarsky
|
343611389a
|
Bug 576136. Use arrays of rulevalues, not linked lists, for slightly better cache locality. r=dbaron
|
2010-07-02 16:56:09 -04:00 |
Jesse Ruderman
|
d7cb16f9a4
|
Add bug numbers for all remaining asserts() annotations in crashtests and reftests
|
2010-07-01 19:33:56 -07:00 |
Benjamin Smedberg
|
dfed11844b
|
Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691.
|
2010-07-01 11:55:57 -04:00 |
Benjamin Smedberg
|
94ef4d2ac3
|
Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
|
2010-06-30 14:23:23 -04:00 |
Benjamin Smedberg
|
b54a384bb8
|
Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module.
|
2010-06-25 19:41:09 -04:00 |
Daniel Holbert
|
1ff3d04ed2
|
Bug 574750: Use size_t for counter, in loops over contents of an nsCSSValue::Array. r=bz
|
2010-06-25 12:38:57 -07:00 |
Benjamin Smedberg
|
f56445a420
|
Merge mozilla-central into the static-xpcom-registration branch.
|
2010-06-23 17:26:25 -04:00 |
Ms2ger
|
f764186684
|
Implement the figure element. r=jst+timeless+ehsan (Bug 573356)
|
2010-06-23 10:08:56 -07:00 |
Ivan Enderlin ext:(%2C%20Mounir%20Lamouri%20%3Cmounir.lamouri%40gmail.com%3E%2C%20Ms2ger%20%3Cms2ger%40gmail.com%3E)
|
cc3200fac2
|
Implement the mark element. r=jonas+timeless (Bug 485377)
|
2010-06-23 10:08:56 -07:00 |
Benjamin Smedberg
|
f441694e42
|
Bug 573739 - Don't get the private browing service during layout module initialization: delay until profile-after-change.
|
2010-06-22 12:59:57 -04:00 |
Boris Zbarsky
|
513e98b4dd
|
Adding bug 573127 test
|
2010-06-23 01:43:17 -04:00 |
Boris Zbarsky
|
cda3e888a0
|
Bug 573241. When reparenting a style context, don't include any transition rules the old context might have had in the new one, since that can confuse transitions. r=dbaron
|
2010-06-23 00:46:27 -04:00 |
L. David Baron
|
ceaa9d3ba8
|
Switch test_transitions_per_property to testing interpolation 1/4 of the way through instead of 1/2, so it will catch getting the halves backwards.
|
2010-06-26 11:58:06 -07:00 |
L. David Baron
|
7f24396bd7
|
Adjust comment as followup to bug 574059.
|
2010-06-26 11:58:06 -07:00 |
Boris Zbarsky
|
a48dad7a26
|
Bug 555627. Make transitions actually work correctly on :before and :after. r=dbaron
|
2010-06-30 18:54:29 -07:00 |
Boris Zbarsky
|
4a6232781c
|
Bug 571347. In HasAttributeDependentStyle when the class attribute is changing, walk only selectors with classes that might be relevant. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
L. David Baron
|
dbfe884efa
|
Add test for bug 573255.
--HG--
extra : transplant_source : Y%E3o%C5%F1H8t%AF%3E%1Cu%5B%EA%E0%2B%27%08%EA%C2
|
2010-06-19 14:11:20 -07:00 |
L. David Baron
|
5d22b7c58a
|
Backed out changeset a6e3300a3bac (bug 571347) for causing bug 573255 because the optimization is invalid given :not() selectors.
|
2010-06-19 14:16:38 -07:00 |
Boris Zbarsky
|
58ada244ab
|
Bug 571347. In HasAttributeDependentStyle when the class attribute is changing, walk only selectors with classes that might be relevant. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
Boris Zbarsky
|
2702b0b972
|
Bug 569006. Skip probing for ::before/::after during reresolve if we're not redoing matching on kids, since those can't appear/disappear without either a reframe or a change in what selectors we match. r=dbaron
|
2010-06-18 12:23:05 -04:00 |
Boris Zbarsky
|
05d0d37d81
|
Bug 494117 part 2. Don't force selector matching on the whole subtree rooted at an element when the element's style changes. r=dbaron
|
2010-06-18 12:23:05 -04:00 |