Commit Graph

287 Commits

Author SHA1 Message Date
Neil Deakin
653c684b5b Bug 344850, shift+tab from input with tabindex set fails, r=smaug 2009-08-04 14:03:39 -04:00
Clint Talbert
99c2687239 Bug 484994 bustage, possible orange fix for jquery [orange] 2009-08-03 17:27:20 -07: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
951de11b1c Bug 503047, element.select() should fire select event, r=bz 2009-07-13 07:55:56 -04:00
Doug Turner
c56708705b Bug 484488 - MakeFullWindow support for windows mobile. r=olli.pettay, sr=vlad 2009-07-08 09:13:13 -07:00
Doug Turner
55fdfb6010 Backing about 484488. 2009-07-05 22:24:56 -07:00
Doug Turner
1cd581a740 Bug 484488/501801 - fixed mochitest fail. r=blassey, sr=vlad 2009-07-01 21:39:20 -07:00
Doug Turner
78afc48ace Bug 484488 - MakeFullWindow support for windows mobile. r=olli.pettay, sr=vlad 2009-07-01 12:01:11 -07:00
Neil Deakin
3e6690f13c Bug 499912, one more fix needed for the test on linux 2009-06-25 14:09:41 -04:00
Honza Bambas
34d8728ad0 Bug 477323 - WHATWG HTML5 drag and drop event handlers could not be set dynamically, new test, r=smaug 2009-06-25 16:51:32 +02:00
Neil Deakin
1e14a2a1a7 Bug 499912, fix test failure on linux 2009-06-25 10:31:47 -04:00
Neil Deakin
928cb466c0 Bug 499912, crash activating window with no root element, r+sr=smaug 2009-06-24 13:12:37 -04: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
Neil Deakin
6c3e72551c Bug 498609 and 498643, clear focused element when not in document, sr=smaug (missed this file) 2009-06-20 20:12:31 -04:00
Neil Deakin
347ca246cc Bug 498609 and 498643, clear focused element when not in document, sr=smaug 2009-06-20 20:04:04 -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
Phil Ringnalda
1511e48aed Bug 495023 - No need to ender dom/tests ifndef ENABLE_TESTS, r+sr=jst 2009-06-13 11:53:38 -07:00
Clint Talbert
6bae4288ca Bug 497053 geolocation/test_timeoutWatch fails intermittently patch by jmaher r=ctalbert 2009-06-12 08:34:14 -07:00
Doug Turner
7e69536472 Bug 488862 - crash while geolocation is retrieving data [@ nsGeolocation::RemoveRequest]. r=dbaron, sr=smaug, r=ctalbert on tests 2009-06-11 17:46:46 -07:00
Neil Deakin
79321ef1f8 Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE) 2009-06-10 14:00:39 -04:00
Joel Maher
f2847c7f2e Bug 489817 - migrate existing geolocation tests from mochitest to browser-chrome; r=(ctalbert + doug.turner) 2009-06-08 21:50:04 +02:00
honzab.moz@firemni.cz
c6954297e3 Fixing bug 495112. Partially revert the fix for bug 455070 to fix session storage regressions. r+sr=jst@mozilla.org 2009-05-28 16:15:26 -07:00
Zack Weinberg
aced039def Bug 495219: nsGlobalWindow::GetInner* report zero when there is no prescontext, to restore old behavior for display:none. r+sr=bzbarsky 2009-05-28 15:19:08 -04:00
Shawn Wilsher
995784bbaf Tests for bug 494453 and bug 485396
r=bz
sr=bz
2009-05-22 19:08:32 -04:00
Johnny Stenback
4aaf4b1104 Fixing orange from bug 455070. Fix case mistake in paths. 2009-05-20 18:05:57 -07:00
Honza Bambas
b4f9d96681 Bug 455070 - Make sessionStorage object conform the WHATWG spec, r+sr=jst 2009-05-21 00:27:31 +02:00
Honza Bambas
c97cbced9b Backed out changeset b2e48c0aa965 2009-05-20 22:30:21 +02:00
Honza Bambas
d683c85eb5 Bug 455070 - Make sessionStorage object conform the WHATWG spec, r+sr=jst 2009-05-20 20:19:38 +02:00
Honza Bambas
3a406782bd Backed out changeset ef25b4175b78 2009-05-20 10:37:31 +02:00
Honza Bambas
f019692628 Bug 455070 - Make sessionStorage object conform the WHATWG spec, r+sr=jst 2009-05-20 10:23:41 +02:00
Honza Bambas
1b8efcdac1 Bug 487695 - Decide on localStorage behavior in session-only cookies or private-browsing mode, test bustage fix 2009-05-18 12:50:43 +02:00
Honza Bambas
1027f32e5c Bug 487695 - Decide on localStorage behavior in session-only cookies or private-browsing mode, r+sr=jst
--HG--
rename : dom/src/storage/nsDOMStorageDB.cpp => dom/src/storage/nsDOMStoragePersistentDB.cpp
rename : dom/src/storage/nsDOMStorageDB.h => dom/src/storage/nsDOMStoragePersistentDB.h
2009-05-18 10:12:14 +02:00
Honza Bambas
b1ee7471c1 Bug 492219 - localStorage's constructor should be Storage, r+sr=jst 2009-05-16 15:59:30 +02:00
Josh Aas
a0852fcab7 Spelling fix to kick off more builds. CLOSED TREE a=me 2009-05-08 17:17:04 -04:00
Olli Pettay
e64efde796 Bug 484775 - DocumentFragments and Attribute nodes should expose nsIDOMEventTarget to JS, r+sr=peterv
--HG--
extra : rebase_source : 7bce078904782a5a907eebbbff7b74a905cfa8c1
2009-05-07 16:59:51 +03:00
Olli Pettay
fc5f3a87aa backout bug484775 2009-05-07 10:19:06 +03:00
Olli Pettay
d9072725ae Bug 484775 - DocumentFragments and Attribute nodes should expose nsIDOMEventTarget to JS, r+sr=peterv
--HG--
extra : rebase_source : 9c6f8f9d3cd1283adb7b69b93440f7da01924326
2009-05-07 09:31:04 +03: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
Dave Townsend
3a27432a29 Bug 427744: List plugin file version number under about:plugins. r=josh, sr=jst 2009-04-22 12:13:10 -07:00
Blake Kaplan
da5b280a51 Bug 484180 - Don't call the class getter (especially not the scriptable helper!) for functions. r+sr=jst
--HG--
extra : rebase_source : 15e927e3a4281a0d5ffd54b528c9c90c76b7c6ee
2009-04-17 16:52:10 -07:00
Doug Turner
d93788b8bd Bug 487467. Support for a Network Geolocation Provider.
Browser bits for sanitizing.  r=gavin
Mochitest. r=ctalbert
Dom bits. r/sr=jst
Provider component. r=gavin, sr=jst
2009-04-14 09:10:20 -07:00
Honza Bambas
43a63f7ec6 Bug 486654 - implement localStorage for 1.9.1, security review comments addressing, r=jst, sr=dveditz 2009-04-14 16:11:47 +02:00
Serge Gautherie
d89efec1e7 Bug 485175 - [SeaMonkey] Some Mochitest geolocation tests time out now (test_allowCurrent.html, test_allowWatch.html); (Dv1a) Fix test_timeoutWatch.html errorCallback(); r=doug.turner 2009-04-10 12:30:33 +02:00
Jeff Walden
76360f9c38 Fix thinko to make a test actually test what it was supposed to test, no bug 2009-04-06 14:14:10 -07:00
Neil Rashbrook
12b48e658e Bug 485175 Make geolocation tests even more reliable r=dougt 2009-04-01 17:43:34 +01:00
Neil Rashbrook
698f5e30c1 Bug 485175 Make geolocation tests more reliable r=dougt 2009-03-31 17:35:55 +01: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
071314c623 merge backout 2009-03-19 00:56:31 -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
Doug Turner
8309f5298e bug 484122. geolocation timeout due to string change. r=bent 2009-03-18 18:55:32 -07: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
Honza Bambas
8d8bbb95c2 Bug 422526 - implement localStorage, p=Honza Bambas+Dave Camp, r=jst+dcamp+bz 2009-03-19 00:43:45 +01:00
Serge Gautherie
e46053fc8e Bug 451949 - Mochitest <geolocation/test_manyWindows.html> fails intermittently, when some previous tests failed (!?); (Av1) Add missing |SimpleTest.waitForExplicitFinish();|; r=doug.turner 2009-03-17 15:22:54 +01:00
Doug Turner
ff0bc343ea Bug 478911. better geolocation mochitests. r=ctalbert/jmaher 2009-03-14 21:03:21 -07:00
Dave Camp
2ddf9e1741 Bug 482370 - after noupdate documents are associated with the wrong application cache. r+sr=jst 2009-03-10 14:58:00 -07:00
Ginn Chen
fe0f1039d7 Bug 480506 test_offsets.xul failed with some GNOME themes r=roc 2009-03-06 14:42:12 +08:00
Dave Camp
c2401372fd Bug 471227 - rework offline update scheduling a bit to avoid losing/misscheduling updates. r+sr=bz 2009-03-04 13:37:29 -08:00
Honza Bambas
762ed65762 Bug 460335 - disallow redirects when updating an application cache, r=dcamp, sr=cbiesinger 2009-02-27 15:09:06 +01:00
Dave Camp
9382bde2f2 More logging for bug 471227. 2009-02-25 21:57:28 -08:00
Dave Camp
7158dac155 Fix up some error reporting in ajax_test.js to help track down bug 471227. 2009-02-23 15:36:08 -08:00
Dave Camp
012f4eb5be Bug 477748 - app cache chooses namespaces in the wrong order. r=honzab, sr=bz 2009-02-22 11:09:10 -08:00
Dave Camp
edf30b277b Bug 477747 - appcache 'noupdate' event fired too early for master entries. r+sr=jst 2009-02-22 11:09:10 -08:00
Ehsan Akhgari
952a3fe41d Bug 463000 - Handle DOM Storage in Private Browsing Mode; r=campd sr=jst 2009-02-19 09:31:00 +03:30
Ben Turner
42dfaf6ce7 Bug 479143 - Fix crash from bug 340345. r+sr=jst, a=blocking1.9.1+ 2009-02-18 19:02:50 -08:00
Honza Bambas
69fd52a1e3 Bug 474696 - Process fallbacks on out-of-domain redirects, r=dcamp 2009-02-18 14:31:32 +01:00
Honza Bambas
51155032ea Bug 468442 - Change tests dep on PUT/DELETE support to use SJS states, r=dcamp 2009-02-18 14:31:30 +01:00
Doug Turner
09de7070dd Bug 466493 - Remove unneeded test file. 2009-02-17 09:41:42 -08:00
Dave Camp
3aeaf47c13 Bug 477666: namespaces broken after an appcache update. r=honzab, sr=bz 2009-02-09 22:40:40 -08:00
Dave Camp
d30d2b8d23 Bug 477692: applicationCache sending obsolete on new cache groups. r+sr=jst 2009-02-09 22:40:40 -08:00
Dave Camp
1981fa22ce Bug 477667: manifest attribute not handled in xhtml. r+sr=jst 2009-02-09 22:40:40 -08:00
Honza Bambas
0d4109c626 Bug 466314 - updatingImplicit.html \(used by test_offlineMode.html and test_updatingManifest.html\) crashes SeaMonkey, r=dcamp, sr=jst 2009-01-29 16:22:53 +01:00
Honza Bambas
86790d781f Backing out bug 466314 changeset b82c1c2d061e 2009-01-28 17:52:10 +01:00
Honza Bambas
62387ee187 Bug 466314 - updatingImplicit.html (used by test_offlineMode.html and test_updatingManifest.html) crashes SeaMonkey, r=dcamp, sr=jst 2009-01-28 16:07:23 +01:00
Dave Camp
ffb861d2ac Bug 475116: prefix some methods removed from the application cache spec with 'moz'. r/sr/b1.9.1=jst 2009-01-25 22:50:44 -08:00
Daniel Holbert
3a925edca6 Bug 458167 - Fix bad usage of "it's" in comments: patch for dom folder. r+sr=jst 2009-01-23 01:04:21 -08:00
Boris Zbarsky
697a3c8f23 Bug 346659 tests 2009-01-22 22:39:50 -05:00
Clint Talbert
0ac4a0cde9 Bug 424814: Update prototype test suite to 1.6.0.2, patch by harthur, r=sdwilsh 2009-01-14 11:19:07 -06: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
Dave Camp
4edd89ab0a Bug 458091: Don't store an mURI in nsDOMStorage. r=bz 2009-01-12 21:52:00 -08:00
Doug Turner
f995a8060d Bug 469715 - Geolocation Coordinates interface. r/sr=jst 2009-01-07 09:44:44 -08:00
Doug Turner
b879e8f224 Bug 469091 - Removes an unused method from the geolocation provider api. r/sr=jst 2009-01-07 09:42:57 -08:00
Justin Dolske
6080289826 Disabled failing test -- Bug 471139 - mochitest failure in test_HTMLDocument12.html 2008-12-25 12:29:50 -08:00
Justin Dolske
68466852d7 Try reenabling dom-level2-html tests to see if they're still problematic (bug 427878) 2008-12-24 21:13:50 -08:00
Neil Deakin
f52dc6eec6 Bug 453649, globalStorage should be static, r+sr=jst 2008-12-10 07:19:17 -08:00
Daniel Holbert
0d917854c3 Backed out changeset 416fbf4fdef3 on suspicion of causing test failures in test_multiple_visits_around_sync.js and head_sync.js on moz2-linux-slave07 2008-12-05 10:07:05 -08:00
Neil Deakin
e3d4e2d625 Bug 453649, globalStorage should be static, r+sr=jst 2008-12-05 11:37:30 -05:00
Doug Turner
c0e2188e07 Bug 466493 Implement PositionOptions::maximumAge. r/sr=jst
Bug 466494 Make geolocation mochitest use PositionError named values. r/sr=jst
2008-12-05 08:29:43 -08:00
Boris Zbarsky
614f8ff1ca Bug 465263. When setting location.hash to empty string, treat that as identical to '#' for compat with IE. r+sr=jst, a=beltzner 2008-11-26 16:52:54 -05:00
Serge Gautherie
ee50c5f6b2 Bug 466314 - updatingImplicit.html (used by test_offlineMode.html and test_updatingManifest.html) crashes SeaMonkey; (Av1) Disable tests
(to CLOSED TREE: bustage fix for changeset 2fa341c1330b)
2008-11-22 20:22:22 +01:00
Honza Bambas
0d154c36aa Bug 463804 - Tests missing in Makefile.in; r=dcamp a191b2=beltzner
(to CLOSED TREE)
2008-11-21 20:02:25 +01:00
Boris Zbarsky
07788efc74 Fixing typo 2008-11-20 12:33:58 -05:00
Boris Zbarsky
fb9120ac11 Bug 465752. Fix Equals() to work right on javascript: URIs. r=dcamp, sr=jst, a=mconnor 2008-11-20 11:49:12 -05:00
Boris Zbarsky
271d645f5a Adding test for bug 132255 2008-11-19 18:05:54 -05:00
Boris Zbarsky
2bbc3166ba Test for bug 49312 2008-11-19 18:05:52 -05:00