L. David Baron
|
156371420c
|
Add a header file for CSS property aliases (and temporarily resurrect the aliases whose DOM properties we forgot to remove). (Bug 730532, patch 1) r=bzbarsky
|
2012-02-24 21:23:14 -08:00 |
Nathan Froyd
|
ac04893f6b
|
Bug 712299 - don't require manual syncing of font data; r=bz
|
2011-12-20 11:49:16 -05:00 |
Jared Wein
|
9bda12367b
|
Bug 700854 - {Media,Image,Video}Document should reference an external stylesheet for use in styling their content. r=roc
|
2011-11-10 15:08:07 -08:00 |
Jared Wein
|
80d13db5c2
|
Backout changeset 40b0d61c132b due to bad commit message
|
2011-11-10 15:07:10 -08:00 |
Jared Wein
|
603a938ed2
|
Bug 700854 - {Media,Image,Video}Document should reference an external stylesheet for use in styling their content
|
2011-11-10 15:02:21 -08:00 |
Matheus Kerschbaum ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
1b406143bc
|
Bug 664924 - Remove MOZ_CSS_ANIMATIONS ifdefs. r=dbaron
|
2011-06-20 16:47:09 -07:00 |
Craig Topper
|
c3d4c659c7
|
Bug 648925 - Part 1: Change uses of nsICSSRule to css::Rule. r=bzbarsky
|
2011-04-07 18:23:46 -07:00 |
L. David Baron
|
eac95bc5f3
|
Implement window.matchMedia for matching of media queries and notification of media query changes. (Bug 542058, patch 3) r=bzbarsky
This is specified at:
http://dev.w3.org/csswg/cssom-view/#extensions-to-the-window-interface
|
2011-04-21 20:17:31 -07:00 |
L. David Baron
|
d177e3432d
|
ifdef CSS animations so that the feature can be backed out by flipping the switches in configure.in and then reverting the changes to the following four files appropriately: nsIDOMCSS2Properties.idl, nsIDOMCSSRule.idl, property_database.js, test_transitions_computed_values.html. (Bug 435442, patch 15) r=bzbarsky
|
2011-04-11 23:18:44 -07:00 |
L. David Baron
|
88867baa75
|
Implement and test animation of css3-animations. (Bug 435442, patch 11) r=bzbarsky
|
2011-04-11 23:18:44 -07:00 |
L. David Baron
|
32f7f568a9
|
Refactor some parts of nsTransitionManager into common base class to be shared with AnimationManager. (Bug 435442, patch 7) r=bzbarsky
|
2011-04-11 23:18:43 -07:00 |
Craig Topper
|
3265d1070e
|
Bug 577974 - Part 2: Remove nsICSSGroupRule, r=bzbarsky
--HG--
rename : layout/style/nsICSSGroupRule.h => layout/style/GroupRule.h
|
2010-08-07 22:28:33 -07:00 |
Boris Zbarsky
|
3b5cba5436
|
Bug 598832 part 5. Move caching of nth-index stuff to the TreeMatchContext. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
L. David Baron
|
6964725cc6
|
Remove nsCSSStruct.h/cpp. (Bug 645620, patch 4) r=bzbarsky
|
2011-03-28 16:07:26 -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 |
Craig Topper
|
5fd4236789
|
Bug 576877 Part 2: Remove nsICSSNameSpaceRule. r=bzbarsky
--HG--
rename : layout/style/nsICSSNameSpaceRule.h => layout/style/NameSpaceRule.h
|
2011-03-17 13:41:52 -04:00 |
Craig Topper
|
678b9c7c11
|
Bug 576831 part 4. Remove nsICSSStyleRule and use mozilla::css::StyleRule instead. r=bzbarsky
--HG--
rename : layout/style/nsCSSStyleRule.cpp => layout/style/StyleRule.cpp
rename : layout/style/nsICSSStyleRule.h => layout/style/StyleRule.h
|
2011-03-10 21:48:57 -05:00 |
L. David Baron
|
d686727e53
|
Eliminate all virtual functions from nsCSSRule to eliminate its vtable pointer. (Bug 596140) r=bzbarsky a2.0=roc
|
2010-09-18 11:43:17 -07:00 |
Zack Weinberg
|
aebfe9eed8
|
Bug 569719 part 4: Move nsCSSExpandedDataBlock::RuleDataPropertyAt into struct nsRuleData. r=dbaron
|
2010-07-23 11:00:21 -07: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 |
Boris Zbarsky
|
fa30dc0437
|
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 |
Craig Topper
|
b08d6c5ef5
|
Remove nsICSSStyleSheet and replace all uses with nsCSSStyleSheet. (Bug 239008) r=dbaron
|
2010-05-11 13:41:47 -07:00 |
Zack Weinberg
|
6ce13b76a5
|
Bug 544112 part 2: DeCOMtaminate and devirtualize nsCSSLoader. r=bzbarsky sr=dbaron
--HG--
rename : layout/style/nsICSSLoader.h => layout/style/nsCSSLoader.h
|
2010-03-02 13:00:53 -08:00 |
Zack Weinberg
|
a5be3ffde2
|
Bug 544112 part 1: Make speculative and chrome style sheet loads go through the document object. Rearrange some C++ unit tests so they'll still link after part 2. r=bzbarsky sr=dbaron
--HG--
rename : layout/html/tests/ParseCSS.cpp => layout/style/test/ParseCSS.cpp
rename : layout/html/tests/TestCSSPropertyLookup.cpp => layout/style/test/TestCSSPropertyLookup.cpp
|
2010-03-02 13:00:39 -08:00 |
Zack Weinberg
|
1fdb0388ba
|
Bug 523496: DeCOMtaminate nsCSSParser. r=bzbarsky sr=dbaron
--HG--
rename : layout/style/nsICSSParser.h => layout/style/nsCSSParser.h
|
2010-03-02 12:59:32 -08:00 |
L. David Baron
|
722b8f18b0
|
DeCOMify nsHTMLCSSStyleSheet. (Bug 239008) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
Taras Glek
|
ac50aeeba7
|
Bug 522649: author styled select widget is missing arrow on button r=bz
--HG--
extra : rebase_source : 74aeb4467822896f4bc0e5ceaf73578de75c2222
|
2009-10-16 11:48:04 -07:00 |
Taras Glek
|
b35bbeb049
|
Bug 522050 - select menus appear huge on bugzilla r=bzbarsky
|
2009-10-14 14:59:21 -04:00 |
Taras Glek
|
1d126be6cd
|
Bug 515777 - move css files, hiddenWindow.html to jar r=bsmedberg sr=bz
--HG--
extra : rebase_source : c6ba6e900ceed210620d47f70c9b962a808a29fe
|
2009-10-12 12:31:50 -07:00 |
Taras Glek
|
387de8cf2e
|
Backed out changeset e22bef491d84
|
2009-10-08 16:43:55 -07:00 |
Taras Glek
|
d07c55d805
|
Bug 515777 - move css files, hiddenWindow.html to jar r=bsmedberg sr=bz
|
2009-10-08 11:22:50 -07:00 |
L. David Baron
|
2ccbe80f89
|
Implement CSS transitions: handle starting and animation of the transitions. (Bug 435441) r=bzbarsky sr=roc
|
2009-10-07 20:22:42 -07:00 |
Daniel Holbert
|
e44e74289c
|
Bug 504652, patch 1: create nsStyleAnimation utility class for shared animation & interpolation code. r=dbaron
|
2009-09-10 12:03:36 -07:00 |
Benjamin Smedberg
|
ba372f3a4c
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
L. David Baron
|
eacfdf386b
|
Remove InspectorCSSUtils, part 4: Remove nsIInspectorCSSUtils and nsInspectorCSSUtils. (Bug 371655) r=bzbarsky
|
2009-08-10 15:52:29 -07:00 |
L. David Baron
|
7fbb9db0a5
|
Separate RuleProcessorData and derived structs into their own header file to reduce include dependencies. (Bug 435441) r=bzbarsky
--HG--
rename : layout/style/nsIStyleRuleProcessor.h => layout/style/nsRuleProcessorData.h
|
2009-08-01 08:53:40 -07:00 |
Peter Van der Beken
|
9a1d5b0850
|
Part 1 of fix for bug 500850 (Make inline style use wrapper cache and slimwrappers). r/sr=bz.
--HG--
extra : rebase_source : 21f9c86dc4024e0e23882226e8395d61d5b0c518
|
2009-07-13 13:14:57 +02:00 |
L. David Baron
|
437c4c67f4
|
Remove nsCSSOMFactory/nsICSSOMFactory. (Bug 376111) r+sr=bzbarsky
|
2009-04-08 13:52:37 -07:00 |
Peter Van der Beken
|
579fe3ede9
|
Fix for bug 460512 (Avoid AddRef/Release in scriptable helper methods for NodeList). r/sr=bz.
|
2008-10-22 16:31:14 +02:00 |
John Daggett
|
37c61248d6
|
Bug 441473. Implement user font set object. r+sr=roc
|
2008-10-01 12:01:53 +09:00 |
Keith Schwarz
|
48a87265ac
|
Bug 435293. Implement CSS transforms. r=dbaron,r+sr=roc
|
2008-09-13 21:42:11 +12:00 |
Ted Mielczarek
|
ff7706a544
|
bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg
|
2008-09-09 13:59:11 -04:00 |
Rob Arnold
|
a0b6a9f699
|
-moz-system-metric selector doesn't update when the theme changes - bug 447045 r+sr=dbaron
|
2008-08-05 13:02:43 -07:00 |
L. David Baron
|
b9b034b9b5
|
Fix media queries calculation of screen size for at least multi-monitor mirroring cases (where test_media_queries fails). (Bug 156716) r+sr=roc
|
2008-07-26 09:14:49 -07:00 |
L. David Baron
|
62b65d2845
|
Implement Media Queries. (Bug 156716) r+sr=bzbarsky
|
2008-07-26 09:14:48 -07:00 |
Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
7d3343e0fa
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 23:30:25 -07:00 |
L. David Baron
|
86c186dbd8
|
Backed out changeset 9b0b2391485c due to linker errors related to nsStyleStructInlines.h not being included enough.
|
2008-07-16 22:59:14 -07:00 |
Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
269c2d355a
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 22:18:38 -07:00 |
jag@tty.nl
|
05cdb6aefe
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
masayuki@d-toybox.com
|
a20d56bd8d
|
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
|
2007-08-22 04:13:46 -07:00 |