Joel Maher
|
ce269022ab
|
Bug 574189 - Fix chrome tests to work from an extension for android and e10s support a=NPOTB r=ctalbert
|
2010-08-24 10:29:34 -07:00 |
|
Robert Sayre
|
43c1350df6
|
Merge mozilla-central to tracemonkey.
|
2010-08-19 11:18:37 -04:00 |
|
Robert O'Callahan
|
6ac4925a07
|
Bug 587317: Fix test_offsets to succeed on all platforms including D2D. r=dbaron
|
2010-08-16 09:15:03 +02:00 |
|
Neil Deakin
|
cd970262b2
|
Bug 577316, add preference to allow form elements to be focused when clicked, r=smaug
|
2010-08-09 12:15:47 -04:00 |
|
Blake Kaplan
|
275b9f21ac
|
Bug 533635 - Don't automatically wrap iframe elements in XOWs. Rely on XPConnect wrapping for the right security wrappers. r=peterv
|
2010-01-04 23:00:29 -08:00 |
|
Luke Wagner
|
59422fe649
|
Backout 33addcc556b8 to c8bb41305006 (at the request of mrbkap)
|
2010-08-16 21:37:37 -07:00 |
|
Blake Kaplan
|
a17fda2b7d
|
Bug 533635 - Don't automatically wrap iframe elements in XOWs. Rely on XPConnect wrapping for the right security wrappers. r=peterv
|
2010-01-04 23:00:29 -08:00 |
|
Neil Deakin
|
847d6ce201
|
Bug 564277, fix up various focus ring issues for html elements, r=smaug
|
2010-06-21 08:37:34 -04:00 |
|
Felipe Gomes
|
4f32310a9c
|
Bug 489127. Fix and reenable tests.
|
2010-05-13 12:56:10 +12:00 |
|
Neil Deakin
|
438ca72bb6
|
Bug 418521, adjust test to avoid problems on Mac, filed bug 560898 on a real fix
|
2010-04-21 13:37:13 -04:00 |
|
Neil Deakin
|
ceb1712f98
|
Bug 418521, improve the way focus indicators are displayed to correlate better with system behaviour, add -moz-focusring property to apply only when focus rings should be drawn, r=dao,jmathies,dbaron sr=neil
|
2010-04-21 10:53:42 -04:00 |
|
Mark Finkle
|
f5b78b41ee
|
Temporarily disable test_nodesFromRect due to failures
|
2010-04-07 22:06:34 -04:00 |
|
Felipe Gomes
|
5acd9af9e3
|
Bug 489127 - nodesFromRect required for better usability on mobile devices (part 5) [r=roc]
|
2010-04-07 20:31:26 -04:00 |
|
Neil Deakin
|
8f3acb3041
|
Bug 501154, consolidate places where clipboard events are fired from, r=smaug,sr=neil
|
2010-03-19 14:32:13 -04:00 |
|
Boris Zbarsky
|
09f6e100c7
|
Bug 513146. Address review comment about adding a comment. r=gavin
|
2010-02-22 23:02:00 -05:00 |
|
Boris Zbarsky
|
8b813d19e1
|
Bug 513146. Since this test assumes things about the positioning of things on the page but doesn't flush layout before running, we need to make sure to either run it when pageload is done or make it flush layout up front. Do the former. Will get gavin's review.
|
2010-02-19 23:04:09 -05:00 |
|
Justin Lebar
|
a090ac8577
|
Bug 515190 - Hashchange event should be dispatched synchronously. r=smaug
|
2009-11-26 21:01:43 -08:00 |
|
Robert O'Callahan
|
68f4784a75
|
Bug 526394. Part 36: Store the overflow area explicitly whenever it's not exactly equal to the border-box; if they're both empty but with different dimensions or position, we should still store the explicit overflow area. Also fix test_offsets to compute the expected scrolled area correctly. r=mats
|
2010-01-12 10:45:21 +13:00 |
|
Nochum Sossonko
|
b71c54fd4a
|
Bug 524128 - sporadic timeout in /tests/dom/tests/mochitest/general/test_497898.html followed by focus issues. r=enn
|
2009-11-06 11:31:07 +01:00 |
|
Robert O'Callahan
|
152f21c553
|
Bug 507755. Add a test that will fail if anyone adds any enumerable chrome-only properties to 'window'. r=jst
|
2009-08-04 09:42:03 +12:00 |
|
Robert O'Callahan
|
bfe8426ae7
|
Bug 507755. Move the chrome-only property screenPixelsPerCSSPixel out of 'window' to nsIDOMWindowUtils. r=jst
|
2009-08-04 09:41:36 +12:00 |
|
Robert O'Callahan
|
de29a7ff56
|
Bug 486200. Add window.mozInnerScreenX/Y APIs to return usable screen coordinate APIs (as opposed to window.screenX/Y which return window frame coordinates and are unusable). Also adds window.mozScreenPixelsPerCSSPixel which chrome-prileged code can use to convert CSS pixels to actual screen pixels. r=dbaron,sr=jst
--HG--
extra : rebase_source : 30f4c953f3e3866da042b935953ba239ac0a93c4
|
2009-07-30 15:16:44 +12:00 |
|
Michael Kohler
|
39067b5db3
|
Bug 106386 - Correct misspellings in source code (old); Patch 1; r=timeless
|
2009-07-27 10:46:59 +02:00 |
|
Justin Lebar
|
e2b23a8e47
|
Bug 504220: document.body and window should contain onhashchange attribute r=mrbkap, sr=mrbkap
|
2009-07-15 15:46:14 -07:00 |
|
Neil Deakin
|
f2563bc9c9
|
Bug 497633, add tests
|
2009-06-22 16:09:58 -04:00 |
|
Neil Deakin
|
6100699909
|
Bug 497633, 497878, fix two crashes with similar tests that remove frames during blur, r+sr=smaug
|
2009-06-22 15:49:10 -04:00 |
|
Daniel Brooks
|
7414288516
|
Backed out changeset 3ed492a26551
|
2009-06-19 11:57:54 -05:00 |
|
Daniel Brooks
|
6d64d73925
|
Bug 486200 - Need API to compute screen coordinates of DOM elements
r=roc,dbaron, sr=roc,jst
|
2009-06-19 02:24:34 -05:00 |
|
L. David Baron
|
8c38aba811
|
Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer
|
2009-05-06 13:46:04 -07:00 |
|
Gavin Sharp
|
f361caeff0
|
Bug 483634: add scrollX/scrollY getter on nsIDOMWindowUtils that allows avoiding a layout flush, r+sr=roc
|
2009-03-30 08:19:06 -04:00 |
|
Gavin Sharp
|
cebf520399
|
Back out changeset 699fc684188c from bug 483634 due to unit test failures
|
2009-03-19 00:56:19 -04:00 |
|
Gavin Sharp
|
a3164ef919
|
Bug 483634: add a way to get document scroll position without flushing layout to nsIDOMWindowUtils, r+sr=roc
|
2009-03-18 20:22:17 -04:00 |
|
Ginn Chen
|
fe0f1039d7
|
Bug 480506 test_offsets.xul failed with some GNOME themes r=roc
|
2009-03-06 14:42:12 +08:00 |
|
Jeremy Lea
|
1800930122
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
--HG--
extra : rebase_source : a331a9e49fbc5931f546919281fcca7f008ab615
|
2009-01-15 16:27:09 +13:00 |
|
Gavin Sharp
|
326a75031f
|
Bug 461803: add elementFromPoint method on nsIDOMWindowUtils which optionally ignores root scroll frame and lets callers avoid flushing layout, r+sr=bzbarsky
|
2008-11-04 22:58:22 -05:00 |
|
Robert O'Callahan
|
b66bd8b92d
|
Bug 379616. Fix offset tests to not assume getComputedStyle()['width'/'height'] works on SVG elements
|
2008-08-25 21:20:22 +12:00 |
|
Neil Deakin
|
a3d15d68b0
|
Bug 111034, add clientXXX, scrollXXX properties, attempt 2, r+sr=roc, attempt 2 with microformat fix
|
2008-08-15 18:26:37 -04:00 |
|
Ted Mielczarek
|
7118a4b9e3
|
Backed out changeset 2e8dfe209f09 due to unit test bustage
|
2008-08-15 12:59:30 -04:00 |
|
Neil Deakin
|
a31ad2e174
|
Add clientXXX and scrollXXX properties to XUL elements, also add width/height properties to ClientRect, r+sr=roc
|
2008-08-15 11:17:17 -04:00 |
|