Boris Zbarsky
|
6d29cd3275
|
Bug 534526 part 4. Tests.
|
2010-02-23 23:37:47 -05:00 |
Boris Zbarsky
|
b12684acf8
|
Bug 534526 part 2. Move AttributeWillChange out of SetAttrAndNotify, and in particular to before ParseAttribute, since some ParseAttribute implementations actually change the attribute value. Also move it to before we've changed the CSSDeclaration for inline style changes. r=sicking,longsonr,dbaron
|
2010-02-23 23:37:47 -05:00 |
Joel Maher
|
98f2550953
|
bug 541410 - add devicemanager.py to mozilla-central r=ctalbert
|
2010-02-23 11:48:16 -05:00 |
Simon Montagu
|
e38251afc0
|
Tests for bug 267459
|
2010-02-23 01:41:14 -08:00 |
Frédéric Wang
|
fb7cd7fdfd
|
Bug 124709. Treat application/mathml+xml as an XML type. r=bzbarsky
|
2009-11-29 23:18:53 +01:00 |
Frédéric Wang
|
aea2f1e996
|
Bug 530275. Move more MIME types into nsMimeTypes.h so we don't have to hardcode the strings in various places. r=bzbarsky
|
2009-11-21 00:12:42 +01:00 |
Jonathan Kew
|
e01353edd9
|
Bug 546813 - honor the language in the frame's styleContext when selecting fonts in SVG. r=jwatt
|
2010-02-21 11:13:54 -08:00 |
Jonathan Kew
|
abafe1fe29
|
Bug 546813 - reftest for honoring language when selecting fonts in SVG.
|
2010-02-21 11:13:52 -08:00 |
Daniel Holbert
|
bc661fa9ce
|
Bug 547323: Move "svg-integration" reftests dir inside of "svg" dir. r=roc
--HG--
rename : layout/reftests/svg-integration/clipPath-html-01-extref.xhtml => layout/reftests/svg/svg-integration/clipPath-html-01-extref.xhtml
rename : layout/reftests/svg-integration/clipPath-html-01-ref.svg => layout/reftests/svg/svg-integration/clipPath-html-01-ref.svg
rename : layout/reftests/svg-integration/clipPath-html-01.xhtml => layout/reftests/svg/svg-integration/clipPath-html-01.xhtml
rename : layout/reftests/svg-integration/clipPath-html-02-extref.xhtml => layout/reftests/svg/svg-integration/clipPath-html-02-extref.xhtml
rename : layout/reftests/svg-integration/clipPath-html-02-ref.svg => layout/reftests/svg/svg-integration/clipPath-html-02-ref.svg
rename : layout/reftests/svg-integration/clipPath-html-02.xhtml => layout/reftests/svg/svg-integration/clipPath-html-02.xhtml
rename : layout/reftests/svg-integration/clipPath-html-03-extref.xhtml => layout/reftests/svg/svg-integration/clipPath-html-03-extref.xhtml
rename : layout/reftests/svg-integration/clipPath-html-03-ref.svg => layout/reftests/svg/svg-integration/clipPath-html-03-ref.svg
rename : layout/reftests/svg-integration/clipPath-html-03.xhtml => layout/reftests/svg/svg-integration/clipPath-html-03.xhtml
rename : layout/reftests/svg-integration/clipPath-html-04-extref.xhtml => layout/reftests/svg/svg-integration/clipPath-html-04-extref.xhtml
rename : layout/reftests/svg-integration/clipPath-html-04-ref.xhtml => layout/reftests/svg/svg-integration/clipPath-html-04-ref.xhtml
rename : layout/reftests/svg-integration/clipPath-html-04.xhtml => layout/reftests/svg/svg-integration/clipPath-html-04.xhtml
rename : layout/reftests/svg-integration/clipPath-html-05-extref.xhtml => layout/reftests/svg/svg-integration/clipPath-html-05-extref.xhtml
rename : layout/reftests/svg-integration/clipPath-html-05-ref.xhtml => layout/reftests/svg/svg-integration/clipPath-html-05-ref.xhtml
rename : layout/reftests/svg-integration/clipPath-html-05.xhtml => layout/reftests/svg/svg-integration/clipPath-html-05.xhtml
rename : layout/reftests/svg-integration/clipPath-html-06-extref.xhtml => layout/reftests/svg/svg-integration/clipPath-html-06-extref.xhtml
rename : layout/reftests/svg-integration/clipPath-html-06-ref.xhtml => layout/reftests/svg/svg-integration/clipPath-html-06-ref.xhtml
rename : layout/reftests/svg-integration/clipPath-html-06.xhtml => layout/reftests/svg/svg-integration/clipPath-html-06.xhtml
rename : layout/reftests/svg-integration/clipPath-html-zoomed-01.xhtml => layout/reftests/svg/svg-integration/clipPath-html-zoomed-01.xhtml
rename : layout/reftests/svg-integration/filter-html-01-extref.xhtml => layout/reftests/svg/svg-integration/filter-html-01-extref.xhtml
rename : layout/reftests/svg-integration/filter-html-01-ref.svg => layout/reftests/svg/svg-integration/filter-html-01-ref.svg
rename : layout/reftests/svg-integration/filter-html-01.xhtml => layout/reftests/svg/svg-integration/filter-html-01.xhtml
rename : layout/reftests/svg-integration/filter-html-zoomed-01.xhtml => layout/reftests/svg/svg-integration/filter-html-zoomed-01.xhtml
rename : layout/reftests/svg-integration/mask-html-01-extref-01.xhtml => layout/reftests/svg/svg-integration/mask-html-01-extref-01.xhtml
rename : layout/reftests/svg-integration/mask-html-01-extref-02.xhtml => layout/reftests/svg/svg-integration/mask-html-01-extref-02.xhtml
rename : layout/reftests/svg-integration/mask-html-01-ref.svg => layout/reftests/svg/svg-integration/mask-html-01-ref.svg
rename : layout/reftests/svg-integration/mask-html-01-resource.svg => layout/reftests/svg/svg-integration/mask-html-01-resource.svg
rename : layout/reftests/svg-integration/mask-html-01.xhtml => layout/reftests/svg/svg-integration/mask-html-01.xhtml
rename : layout/reftests/svg-integration/mask-html-zoomed-01.xhtml => layout/reftests/svg/svg-integration/mask-html-zoomed-01.xhtml
rename : layout/reftests/svg-integration/reftest.list => layout/reftests/svg/svg-integration/reftest.list
|
2010-02-21 08:43:41 -08:00 |
Geoff Lankow
|
e1a2ff10c4
|
Bug 536567 - call InitUploadLastDir only when needed. r=ehsan
|
2010-02-21 15:52:51 +01:00 |
Alexander Surkov
|
f64a603fd3
|
Bug 534527 - Accessibility needs new DOM API part 2, r=smaug, sr=bz
|
2010-02-20 16:52:50 -08:00 |
Daniel Holbert
|
e5e15fadb9
|
Bug 533291 Patch Z: Enable "don't recompose if we know our animated value can't have changed" optimization, and add tests. r=roc
|
2010-02-20 13:13:11 -08:00 |
Neil Deakin
|
da57c6242a
|
Bug 543065, only scroll one ancestor of menus, r=roc
|
2010-02-20 11:10:35 -05:00 |
Neil Deakin
|
11899f3991
|
Bug 540340, check page length before scrolling, prevents trees such as the cookies list from starting scrolled down a row, r=neil
|
2010-02-20 11:08:40 -05:00 |
Neil Deakin
|
3cb7c0acf7
|
Bug 528491, combine nsFocusController and nsWindowRoot, r=jst,sr=smaug
|
2010-02-20 11:07:03 -05:00 |
Neil Deakin
|
475037e39f
|
Bug 536481, clear the mouse capture when a window is lowered or the containing docshell is hidden, r=smaug
|
2010-02-20 11:06:58 -05:00 |
Boris Zbarsky
|
22e26321c0
|
Bug 538087. Hook up reflow to refresh driver. r=dbaron
|
2010-02-19 12:11:40 -05:00 |
Ehsan Akhgari
|
096f9b88ac
|
Merge backout of changeset e6cf06cfcef9
|
2010-02-18 19:03:52 -05:00 |
Ehsan Akhgari
|
c0c8581846
|
Backed out changeset e6cf06cfcef9
|
2010-02-18 19:03:28 -05:00 |
Ehsan Akhgari
|
a806c0f091
|
Merge backout of changeset 70b1ccb14325
|
2010-02-18 19:02:08 -05:00 |
Ehsan Akhgari
|
0d9aa6d876
|
Backed out changeset 70b1ccb14325
|
2010-02-18 18:52:12 -05:00 |
Jonathan Watt
|
a1a6327f16
|
Bug 540588. Add support for SMIL animation of <integer> attributes in SVG. r=dholbert
|
2010-02-18 21:51:00 +00:00 |
Jonathan Watt
|
cc0f94273c
|
Bug 541884. Add support for SMIL animation of the viewBox attribute in SVG. r=dholbert
|
2010-02-18 21:51:00 +00:00 |
Jonathan Watt
|
ecd0d20033
|
Bug 545042. Add support for SMIL animation of <angle> attributes in SVG. r=dholbert
|
2010-02-18 21:50:59 +00:00 |
Jesse Ruderman
|
ab8e60f148
|
Disable reftest that fails randomly, since it will be a few months before we fix this code (bug 540360)
|
2010-02-18 12:55:30 -08:00 |
Ehsan Akhgari
|
4a51e776e5
|
Bug 221820 - Part 1: Call EnsureEditorInitialized from all places where editor needs to exist; r=bzbarsky
--HG--
extra : rebase_source : 117d5f34a90941543a994107351eb0e34ae7308f
|
2010-02-01 23:00:12 -05:00 |
Ehsan Akhgari
|
c67120ed70
|
Bug 542919 - Refactor the plain text editor initialization to facilitate lazy initialization; r=bzbarsky sr=roc
--HG--
extra : rebase_source : 5c6baa16c4f3c91f8564cfdf394d70c8ea507861
|
2010-02-01 23:00:06 -05:00 |
Jonathan Watt
|
e782d3cf30
|
Reftest for Bug 546785.
|
2010-02-18 12:16:37 -08:00 |
Timothy Nikkel
|
895e60343d
|
Bug 545593. Remove nsViewManager::Enable/DisableRefresh. r=roc
|
2010-02-18 13:23:23 -06:00 |
Shawn Wilsher
|
a0d2ba90db
|
Merge for backout of changeset bca0b6ed92e4
|
2010-02-18 10:03:04 -08:00 |
Shawn Wilsher
|
f968dfb0d2
|
Backed out changeset bca0b6ed92e4
|
2010-02-18 10:02:49 -08:00 |
Shawn Wilsher
|
704ce771a5
|
Merge for backout of changeset a3e287904065
|
2010-02-18 10:02:15 -08:00 |
Shawn Wilsher
|
ea442619c6
|
Backed out changeset a3e287904065
|
2010-02-18 10:01:58 -08:00 |
Shawn Wilsher
|
7fcf2e2919
|
Merge for backout of changeset d03d64716ccd
|
2010-02-18 09:58:57 -08:00 |
Shawn Wilsher
|
c40670ab03
|
Backed out changeset d03d64716ccd
|
2010-02-18 09:58:42 -08:00 |
Shawn Wilsher
|
9837988349
|
Merge for backout of changeset fa7f3d18510d
|
2010-02-18 09:54:34 -08:00 |
Shawn Wilsher
|
68808694c2
|
Backed out changeset fa7f3d18510d
|
2010-02-18 09:54:12 -08:00 |
Shawn Wilsher
|
1ba063cf74
|
Merge for backout of changeset b0c9f8e50057
|
2010-02-18 09:51:16 -08:00 |
Shawn Wilsher
|
282b5db80f
|
Backed out changeset b0c9f8e50057
|
2010-02-18 09:50:59 -08:00 |
L. David Baron
|
d5e88ef60c
|
Ensure square list bullets are always square. (Bug 376690) r=roc
|
2010-02-18 12:26:54 -05:00 |
Shawn Wilsher
|
7e482f6c0f
|
Bug 461199 (Part 27) - Fix test_visited_pref.html so it passes with the new async isVisited API
r?dbaron
|
2010-02-17 14:04:33 -08:00 |
Shawn Wilsher
|
e39a5e6342
|
Bug 461199 (Part 25) - Fix layout reftests to work with the new async isVisited API
r=jwatt
|
2010-02-17 14:04:32 -08:00 |
Ehsan Akhgari
|
85b73fe20f
|
Bug 461199 (Part 20) - Rewrite the private browsing visited link coloring test to make it work with the new async API
r=mconnor
r=sdwilsh
r=bz
|
2010-02-17 14:04:31 -08:00 |
Jonathan Kew
|
4b78f496fe
|
Bug 545989 - don't throw an exception if unable to allocate storage for gfxTextRun creation. r=roc
|
2010-02-18 11:52:34 +00:00 |
Frédéric Wang
|
cfe6666e8d
|
b=536438 Fix creation of keys in GetFontExtensionPref r=karlt
|
2010-02-18 13:51:33 +13:00 |
Ehren Metcalfe
|
f51debd939
|
b=536438 add missing breaks to switch statement r=fred.wang
|
2010-02-18 13:49:56 +13:00 |
Shawn Wilsher
|
c88f581583
|
Bug 461199 (Part 16) - Remove now unused style code testing for Link and HTML Links.
r=bz
sr=dbaron
|
2009-12-15 16:04:15 -08:00 |
Shawn Wilsher
|
35bd533654
|
Bug 461199 (Part 15) - Rely on nsIContent::IntrinsicState instead of nsIContent::GetLinkState in layout.
Layout should call IntrinsicState instead of GetLinkState. Simplifies a lot of
logic, and makes the code easier to follow.
r=bz
sr=dbaron
|
2009-12-15 16:04:12 -08:00 |
Zack Weinberg
|
467d507067
|
Bug 498036: Report malformed URIs in @import rules to the error console, not by setting the parser's low-level error flag. r=bz
|
2010-02-17 13:02:56 -08:00 |
L. David Baron
|
2b05b3b3de
|
Fix spelling of 'horizontal' to cause another round of builds (and talos runs). CLOSED TREE
|
2010-02-17 10:43:39 -05:00 |