Commit Graph

6582 Commits

Author SHA1 Message Date
Jonas Sicking
51fbd0da83 Bug 544642: Make frames report an error event if the frame src is pointed at a local file url. And don't make setAttribute thrown an exception in that scenario. r=smaug 2010-02-24 18:45:43 -08:00
Robert O'Callahan
ae45815e53 Bug 545581. Stop checking view visibility at content/chrome boundary. r=mats
--HG--
extra : rebase_source : 57383fcc5138b4b4ff27619adaaec33fba38a3a2
2010-02-24 11:37:58 -08:00
Robert O'Callahan
90767618c5 Bug 546865. Stop creating widgets for XUL trees. r=mats
--HG--
extra : rebase_source : 261b3df6a9319699819a3f254fc61c0cc70e8b53
2010-02-24 11:35:43 -08:00
Robert O'Callahan
ec27a13556 Bug 546530. Bound search for previous cluster start. r=smontagu
--HG--
extra : rebase_source : 5b7bca2777b5cfc5495fc9d339eaf0fbe1ff9a64
2010-02-19 14:30:43 +13:00
Robert O'Callahan
2725baa79a Bug 529263. Allow content IFRAMEs in chrome IFRAMEs to not be hooked into the view manager hierarchy. r=bz
--HG--
extra : rebase_source : a7e053e408bb176fc9df068f52157e886b0554b1
2010-02-24 11:16:18 -08:00
Robert O'Callahan
f78f502204 Bug 541406. Temporarily disable showing outlines on focused plugins. r=dbaron
--HG--
extra : rebase_source : 94ac716a6c796c6f6e31f97847c91e56b747566b
2010-02-12 10:45:09 +13:00
Jonathan Kew
3d28b28018 Bug 524107 - part 2 - store language as atom instead of string in gfxFontStyle. r=roc sr=mats 2010-02-24 09:57:57 -08:00
Jonathan Kew
e9d0f828e0 Bug 524107 - part 1 - pass original value of 'lang' to gfx text code rather than only a 'langGroup' value, to allow language-specific font rendering. r=roc sr=mats 2010-02-24 09:57:44 -08:00
Shawn Wilsher
17cfa3d578 Bug 461199 (Part 27) - Fix test_visited_pref.html so it passes with the new async isVisited API
r?dbaron
2010-02-24 08:37:03 -08:00
Shawn Wilsher
843b58d6fe Bug 461199 (Part 25) - Fix layout reftests to work with the new async isVisited API
r=jwatt
2010-02-24 08:37:03 -08:00
Ehsan Akhgari
d14f0f9897 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-24 08:37:02 -08:00
Shawn Wilsher
abba56baee 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
27a2fcd36e 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
Neil Deakin
ae97c93329 Bug 543065, only scroll one ancestor of menus, back out due to scrolling regressions 2010-02-24 10:34:39 -05:00
John Daggett
d33c429bba Bug 533251. Always insert default font if needed when rebuilding font list. r=jkew 2010-02-24 16:18:49 +09:00
Ricardo Bittencourt
e6a3b1a9b5 Bug 431524. Make the 'cursor' set on a file input work for its button too. r=bzbarsky, ui-r=alimi 2010-02-23 23:37:47 -05:00
Boris Zbarsky
066dd6ebce Bug 534526 part 4. Tests. 2010-02-23 23:37:47 -05:00
Boris Zbarsky
ebac0e31a3 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
b4e4a16416 bug 541410 - add devicemanager.py to mozilla-central r=ctalbert 2010-02-23 11:48:16 -05:00
Simon Montagu
21bd7fafdb Tests for bug 267459 2010-02-23 01:41:14 -08:00
Frédéric Wang
e55eb6a822 Bug 124709. Treat application/mathml+xml as an XML type. r=bzbarsky 2009-11-29 23:18:53 +01:00
Frédéric Wang
8b46e8bd69 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
c3e4dd3c2e 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
8ed928be2f Bug 546813 - reftest for honoring language when selecting fonts in SVG. 2010-02-21 11:13:52 -08:00
Daniel Holbert
83e53b70dd 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
532283056f Bug 536567 - call InitUploadLastDir only when needed. r=ehsan 2010-02-21 15:52:51 +01:00
Alexander Surkov
be2b5e3966 Bug 534527 - Accessibility needs new DOM API part 2, r=smaug, sr=bz 2010-02-20 16:52:50 -08:00
Daniel Holbert
1c36459f3b 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
ba67b4365a Bug 543065, only scroll one ancestor of menus, r=roc 2010-02-20 11:10:35 -05:00
Neil Deakin
1c6c60ca84 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
65465d8068 Bug 528491, combine nsFocusController and nsWindowRoot, r=jst,sr=smaug 2010-02-20 11:07:03 -05:00
Neil Deakin
10dc1ef135 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
c050f02b8b Bug 538087. Hook up reflow to refresh driver. r=dbaron 2010-02-19 12:11:40 -05:00
Ehsan Akhgari
1785e4e058 Merge backout of changeset e6cf06cfcef9 2010-02-18 19:03:52 -05:00
Ehsan Akhgari
5f6014baed Backed out changeset e6cf06cfcef9 2010-02-18 19:03:28 -05:00
Ehsan Akhgari
9d92eb48f9 Merge backout of changeset 70b1ccb14325 2010-02-18 19:02:08 -05:00
Ehsan Akhgari
50f48242c4 Backed out changeset 70b1ccb14325 2010-02-18 18:52:12 -05:00
Jonathan Watt
f2e0136d80 Bug 540588. Add support for SMIL animation of <integer> attributes in SVG. r=dholbert 2010-02-18 21:51:00 +00:00
Jonathan Watt
232dae9b42 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
d8f45843d9 Bug 545042. Add support for SMIL animation of <angle> attributes in SVG. r=dholbert 2010-02-18 21:50:59 +00:00
Jesse Ruderman
a60af8671c 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
8b4d5890e9 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
c83636a241 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
a39c8a2527 Reftest for Bug 546785. 2010-02-18 12:16:37 -08:00
Timothy Nikkel
92355591c8 Bug 545593. Remove nsViewManager::Enable/DisableRefresh. r=roc 2010-02-18 13:23:23 -06:00
Shawn Wilsher
626f5420e4 Merge for backout of changeset bca0b6ed92e4 2010-02-18 10:03:04 -08:00
Shawn Wilsher
56b8597aca Backed out changeset bca0b6ed92e4 2010-02-18 10:02:49 -08:00
Shawn Wilsher
0551e5ccda Merge for backout of changeset a3e287904065 2010-02-18 10:02:15 -08:00
Shawn Wilsher
e9bf56797a Backed out changeset a3e287904065 2010-02-18 10:01:58 -08:00
Shawn Wilsher
c49d56d519 Merge for backout of changeset d03d64716ccd 2010-02-18 09:58:57 -08:00