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 |
|
Shawn Wilsher
|
40f009e687
|
Backed out changeset 5607b8b76949
|
2010-02-18 09:44:28 -08:00 |
|
Shawn Wilsher
|
5af603aed6
|
Bug 461199 (Part 29) - Fix dom tests.
r=sicking
|
2010-02-17 14:04:34 -08:00 |
|
Justin Lebar
|
e730a1afc6
|
Bug 500328 - Implement History.pushState(), History.replaceState() methods. r=smaug, r=zpao, sr=sicking
|
2009-09-01 09:45:05 -07:00 |
|
Daniel Holbert
|
46ba50b0cb
|
Backed out changeset dc7a04be6904 on suspicion of causing bug 543034.
|
2010-01-29 18:50:46 -08:00 |
|
Justin Lebar
|
a827ba17fc
|
Bug 500328 - Implement History.pushState(), History.replaceState() methods. r=smaug, r=zpao, sr=sicking
|
2009-09-01 09:45:05 -07:00 |
|
Honza Bambas
|
e1a5b71c19
|
Bug 501423 - StorageEvent implementation does not match the spec, r=jst
|
2010-01-28 15:53:53 +01:00 |
|
Justin Lebar
|
a090ac8577
|
Bug 515190 - Hashchange event should be dispatched synchronously. r=smaug
|
2009-11-26 21:01:43 -08:00 |
|
Peter Van der Beken
|
7d8645e4ca
|
Fix for bug 428229 (Unable to override addEventListener), remove custom addEventListener code. r=bz.
--HG--
extra : rebase_source : 4e679da2100075a1e3c4ad557b92a3c86a5cf7be
|
2010-01-13 14:50:01 +01: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 |
|
Metal Sonic
|
4c1b34d634
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00:00 |
|
Olli Pettay
|
19c06de19d
|
bug 531176, r=sicking, sr=jst
|
2009-12-18 21:27:57 +02:00 |
|
Peter Van der Beken
|
7608b7052e
|
Fix error in test.
|
2009-12-13 21:48:20 -08:00 |
|
Peter Van der Beken
|
b169f2dccb
|
Fix for bug 531542 ("ASSERTION: DOM_MIN_TIMEOUT_VALUE lies" with negative setTimeout). r=jst.
|
2009-11-30 10:58:32 +01:00 |
|
Peter Van der Beken
|
110cb44583
|
Fix for bug 534362 (Allow modifications to Location.prototype). r=mrbkap.
--HG--
extra : rebase_source : c860de457e25114244c86ff8063ca6c1390e33ae
|
2009-12-13 16:57:08 -08:00 |
|
enndeakin@gmail.com
|
aa1e6dfe50
|
Bug 525856 - White-space in source code affects how link receive focus from keyboard (tab key), r=smaug, sr=roc
|
2009-11-20 14:09:33 +02:00 |
|
Peter Van der Beken
|
7e0a012c40
|
Back out fix for bug 428229 (Unable to override addEventListener).
|
2009-11-15 17:03:03 +01:00 |
|
Peter Van der Beken
|
aae3f7089b
|
Fix for bug 428229 (Unable to override addEventListener). r=bz.
|
2009-11-09 14:54:18 +01:00 |
|
Doug Turner
|
fcdbd8c8b0
|
Bug 526316 - ClearWatch should not throw when given bad input. Fixing test.
|
2009-11-13 11:30:39 -08:00 |
|
Boris Zbarsky
|
8431b4515a
|
Bug 528259. Fixing broken test that was checked in as part of bug 493615.
|
2009-11-12 15:03:47 -05:00 |
|
Doug Turner
|
2af0681054
|
Bug 493615 - Allow Addons to use the DOM Geolocation API. r=smaug
--HG--
extra : rebase_source : a48f85c5940252a87bfef879663b2d50daed5686
|
2009-11-12 07:14:45 -08:00 |
|
Honza Bambas
|
25cfd349ac
|
Bug 510234 - localStorage.clear() doesn't actually delete its properties, r+sr=jst
|
2009-11-11 21:39:34 +01: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 |
|
Serge Gautherie
|
df6abf6b7c
|
Add |ok(true, ...);|.
Bug 483624 - Mochitest bugs/test_bug479143.html runs fine but needs to check/report success; (Av1).
r+sr=jst
|
2009-11-05 01:46:38 +01:00 |
|
Ben Newman
|
19cb564817
|
Bug 260264 - Popups from a Site that is in the "Allowed List" (whitelist) are blocked, starting with the n-th popup (dom.popup_maximum). r+sr=jst
|
2009-09-16 11:46:05 -07:00 |
|
Paul O’Shannessy
|
920e2ef755
|
Bug 511503 - Need events for window focus / activation. r=Enn
|
2009-10-29 12:11:00 -07:00 |
|
Gijs Kruitbosch
|
41ba1acfa5
|
Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995
--HG--
extra : rebase_source : d8414b8de165cf2fa534719c36416d82d21872c6
|
2009-10-29 14:44:10 +01:00 |
|
Johnny Stenback
|
039b7eb41d
|
Part 2 of fix for bug 459452 (Add support for optional arg count for IDL methods): use [optional_argc] for DOM methods. r=peterv.
--HG--
extra : rebase_source : c0bc25842b2645fe9f42c9ed5d57567f8e6b5279
|
2009-08-10 16:41:12 +02:00 |
|
L. David Baron
|
670f0e6149
|
Work around bug 524037 by sending a mouse up event in addition to the mouse down event so that we don't leak and the tree goes green again.
|
2009-10-23 07:43:24 -04:00 |
|
Honza Bambas
|
ad4fd319b0
|
Bug 367373 - DOM storage quota should exclude offline-app allowed domains, r+sr=jst
|
2009-10-21 12:18:08 +02:00 |
|
Honza Bambas
|
d3ffeeaee1
|
Bug 399526 - let the offline-app permission apply to subdomains, r+sr=jst
|
2009-10-16 16:48:19 +02:00 |
|
Jesse Ruderman
|
e0c6e775cb
|
Fix bug number (in a mochitest)
|
2009-10-14 17:25:46 -07:00 |
|
Johnny Stenback
|
9d74609659
|
Adding missing files from my previous commit.
|
2009-10-06 17:25:56 -07:00 |
|
Johnny Stenback
|
123b209635
|
Fixing bug 504862. Sanitize modal dialog argument handling. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu
|
2009-10-06 17:09:16 -07:00 |
|
Neil Deakin
|
492e487e7d
|
Bug 513299, add a flag to focus events to indicate that a window was raised, fixes issue where text in a field is selected when a window is raised, r=smaug.sr=neil
|
2009-10-01 14:53:10 -03:00 |
|
Neil Deakin
|
d5f240a54b
|
Bug 507592, don't allow refocusing an element during a blur, r=smaug
|
2009-09-28 10:17:04 -04:00 |
|
Neil Deakin
|
22715396a4
|
Bug 516076, pass a contextual window to focus controller methods, so that it retrieves the controller for the right window, r=neil,sr=smaug
|
2009-09-21 13:39:44 -04:00 |
|
Masayuki Nakano
|
7a8364995b
|
Bug 517787 Clicking a partially off-screen link shouldn't scroll the page (again) r=enndeakin
|
2009-09-22 00:58:16 +09:00 |
|
Neil Deakin
|
f0c1f6396a
|
Bug 498799, use waitForFocus for test_focus.xul in various places
|
2009-09-18 13:02:44 -04:00 |
|
Neil Deakin
|
d4ae4f35be
|
Bug 514230, fix up to not refer to elements by id but by reference, also fixes the case when full keyboard access is used because tabs are now focusable, r=smaug
|
2009-09-08 07:24:20 -04:00 |
|
Boris Zbarsky
|
4f2bc6392e
|
Disabling test that makes bogus assumptions about DOM behavior
|
2009-09-02 13:38:49 -04:00 |
|
Johnny Stenback
|
8127d8695e
|
Backed out changeset 105d89f1a33b due to test failures.
|
2009-08-31 15:03:53 -07:00 |
|
Johnny Stenback
|
29b20051c6
|
Fixing bug 504862. Sanitize modal dialog argument handling. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu
|
2009-08-31 14:35:58 -07:00 |
|
Neil Deakin
|
5814a5694d
|
Bug 508477, add a flag to distinguish key focus navigation from other types of focus navigation, allows initial focused textboxes in a dialog to be selected by default, r=smaug
|
2009-08-26 09:19:41 -07:00 |
|
Doug Turner
|
710cbd9853
|
Bug 482260 - Turnning on the new geolocation tests that caused the tree to go orange. The thought here is that the orange was a different check in.
|
2009-08-17 09:04:00 -07:00 |
|
Clint Talbert
|
5d8711f53b
|
Bug 482260 Turning off the new geolocation tests causing the orange in dougt's patch
|
2009-08-14 18:32:20 -07:00 |
|
Clint Talbert
|
167390af0a
|
Bug 482260 Bustage Fix r=ctalbert
|
2009-08-14 16:34:40 -07:00 |
|
Clint Talbert
|
7de978af0c
|
Bug 482260, Add more comprehensive tests, patch=dougt, r=mfinkle,jmaher,ctalbert
|
2009-08-14 16:12:09 -07:00 |
|
Brad Lassey
|
c4cb180942
|
Backed out changeset 08f71a710ae3 due to orange unit tests r=dougt
|
2009-08-12 19:26:03 -07:00 |
|
Doug Turner
|
5c3eea7d6f
|
Bug 482260. Add more tests cases for geolocation. Also fixes max age not being able to be set to zero. r=mfinkle,jmaher.
|
2009-08-12 12:17:33 -07:00 |
|
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 |
|
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 |
|