Commit Graph

648 Commits

Author SHA1 Message Date
Peter Van der Beken
06a36f5286 Fix dom/tests/mochitest/general/file_frameElementWrapping.html to deal with proxies. r=mrbkap 2010-09-28 17:02:43 -07:00
Phil Ringnalda
71b18c8867 Bug 484994 - followup to my push with the wrong bug number, to adjust the number of tests to expect(), a=bustage 2010-10-09 21:00:29 -07:00
Phil Ringnalda
71b5e735f5 Bug 585994 - comment out unreliable "All 3 still in the queue" jQuery test, a=orange 2010-10-09 20:14:57 -07:00
Honza Bambas
876fc924e1 Bug 599479 - Accessing window.localStorage with dom.storage.enabled=false causes NS_ERROR_DOM_SECURITY_ERR, r=jst, a2.0=jst 2010-10-07 16:43:18 +02:00
Marco Bonardo
3346bca0db Bug 598264 - about:home search does not work if cookies behavior is "ask me every time" or "reject". r=mayhemer a=blocking 2010-10-07 10:41:19 +02:00
Mounir Lamouri
f46b7f730e Merging to tip. a=blocking-b7 2010-09-30 17:10:19 -07:00
Phil Ringnalda
c009621657 Bug 492232 - try to reduce failures in test_Scriptaculous.html's testElementMorph by doubling the timeout, a=orange 2010-09-30 07:17:30 -07:00
Henri Sivonen
e956c20f6f Bug 591981 - Make script-inserted inline scripts run right away, make script-inserted external scripts behave like async scripts and make document.write writing an inline script return at a predictable time. r=jonas, a=blocking2.0-beta7. 2010-09-01 14:41:12 +03:00
Doug Turner
f08fa44031 Bug 599591 - Geolocation provider not turned off when navigating away from site. r=jdm a=blocking-fennec 2010-09-27 14:23:35 -07:00
Kyle Huey
ae996a3208 Backing out dougt. a=orange 2010-09-27 22:46:54 -04:00
Kyle Huey
05e7b8f517 Doug Turner Bug 599591 - Geolocation provider not turned off when navigating away from site. r=jdm a=blocking-fennec
Backed out changeset faf497893b28
2010-09-27 22:46:30 -04:00
Jonas Sicking
8f896d8cbe Back out bug 591981 since it causes bug 599583. a=backout 2010-09-27 16:23:33 -07:00
Doug Turner
d5497b76f8 Bug 599591 - Geolocation provider not turned off when navigating away from site. r=jdm a=blocking-fennec 2010-09-27 14:23:35 -07:00
Henri Sivonen
668cb6e435 Bug 591981 - Make script-inserted inline scripts run right away, make script-inserted external scripts behave like async scripts and make document.write writing an inline script return at a predictable time. r=sicking a=blocking2.0-beta7 2010-09-21 12:48:40 -07:00
Jonas Sicking
4072742f09 Back out bug 591981 to see if it caused a performance regression. a=backout 2010-09-20 15:47:57 -07:00
Henri Sivonen
04b1a47a57 Bug 591981 - Make script-inserted inline scripts run right away, make script-inserted external scripts behave like async scripts and make document.write writing an inline script return at a predictable time. r=jonas, a=blocking2.0-beta7. 2010-09-01 14:41:12 +03:00
Johnny Stenback
05c1d1533f Fixing bug 61098. Give users a way out of inifinite modal dialog loops. Original patch by Nochum Sossonko. r=jonas@sicking.cc a=beta7+ 2010-09-16 18:24:14 -07:00
Olli Pettay
95a04d6ebf Bug 585240 - Can't add message handlers by setting the onmessage property, r=jwalden, a=jst 2010-09-15 19:41:50 +03:00
Olli Pettay
93fa1b3eb2 Bug 585240 - Can't add message handlers by setting the onmessage property, r=jwalden, a=jst 2010-09-15 19:08:56 +03:00
Ehsan Akhgari
2c84501dad Bug 650579 - Avoid using flaky timeout values in geolocation tests; r=sicking 2011-04-26 16:27:48 -04:00
Ehsan Akhgari
f8acd0bf40 Bug 650581 - Test for bug 500328 should avoid using flaky timeouts; r=sicking 2011-04-26 16:24:51 -04:00
Ehsan Akhgari
503bf18b3d Bug 650583 - test_postMessage_special.xhtml should not try to duplicate the test harness timeout detection code; r=sicking 2011-04-26 16:24:09 -04:00
Felipe Gomes
2746a26831 Bug 593378. browser_bug559991.js needs to restore original functions before closing tab, and browser_autofocus_background.js shouldn't close all tabs which would close the test window. r=mounir rs=gavin a=blocking-beta6 2010-09-10 15:42:20 -03:00
Marco Bonardo
08f615e501 Bug 592990 - about:home DOM storage is cleared with cookies and private browsing. r=mayhemer a=blocking
* * *
fix bustage. a=bustage
2010-09-09 12:20:05 +02:00
Doug Turner
aa11c50364 Bug 573588 - Implement Desktop Notifications - Tests r=olli, a=beltzner 2010-09-09 22:00:20 -07:00
Mounir Lamouri
96060da62a Bug 369306 - Tests for bug 369306 and fixing broken tests. r=jst a2.0=test-only 2010-09-09 20:20:06 +02:00
Marco Bonardo
649cf73769 Backed out changeset 4b41b425c4fa 2010-09-09 13:29:56 +02:00
Marco Bonardo
50b7cf28b3 Bug 592990 - about:home DOM storage is cleared with cookies and private browsing. r=mayhemer a=blocking 2010-09-09 12:20:05 +02:00
Ian Neal
b5264c61d7 Bug 535903 - [SeaMonkey 2.1] mochitest-browser-chrome: "browser_focus_steal_from_chrome.js | Timed out"
r=bzbarsky a=testing
2010-09-07 13:25:18 +01:00
Henri Sivonen
a4a0f92e67 Bug 585819 - When the context passed to Range.createContextualFragment is "html" in an HTML document, use "body" as the context instead. r=bzbarsky, a=blocking2.0-betaN. 2010-09-01 14:41:07 +03:00
Masayuki Nakano
ba7259edbf Bug 593377 bug 585922 killed all tests in dom/tests/browser r=bzbarsky, a=blocking2.0 final+ 2010-09-04 11:20:09 +09:00
Doug Turner
cfd1a20661 Bug 489813 - Fire timeout error if provider fails to response after initial response. Also cleans up test. r=smaug a=jst 2010-08-31 09:15:52 -07:00
Gavin Sharp
62e3776386 Bustage fix for Mochitest-3 (bug 591026) a=shutupstupidhook 2010-08-27 23:02:18 -04:00
Joel Maher
66966b3623 Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB 2010-08-26 14:47:28 -07:00
Clint Talbert
50d7d4c696 Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout 2010-08-25 14:03:44 -07:00
Joel Maher
653ecb9166 Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field 2010-08-25 11:47:39 -07:00
Joel Maher
b1ad653c4b 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
a513e77839 Merge mozilla-central to tracemonkey. 2010-08-20 10:04:58 -04:00
Robert Sayre
8055d73c4a Merge mozilla-central to tracemonkey. 2010-08-19 11:18:37 -04:00
Robert O'Callahan
a3f1cd16e6 Bug 587317: Fix test_offsets to succeed on all platforms including D2D. r=dbaron 2010-08-16 09:15:03 +02:00
Blake Kaplan
c939924851 Bug 585209 followup -- don't use top incorrectly. 2010-08-10 18:55:08 -07:00
Robert Sayre
515eeaa1cd Merge mozilla-central to tracemonkey. 2010-08-10 15:41:49 -07:00
Blake Kaplan
d4c41a6d67 Bug 585209 - Add a few mochitests about location objects. r=jst 2010-08-06 17:17:33 -07:00
Saint Wesonga
1155091922 Bug 562433 - Change location.host and location.hostname to return "" for host-less URIs instead of throwing. r=bz 2010-08-07 09:11:43 +02:00
Marco Bonardo
f2a2793d3c backout Bug 552023 due to Ts regression and test failure. Trying to reopen a CLOSED TREE 2010-08-09 23:07:57 +02:00
Marco Bonardo
82bf589227 followup to Bug 552023 - Temporarily disable test_bug500328.html while we figure out a contention in adding the visited page. 2010-08-09 20:02:31 +02:00
Neil Deakin
37217ea52b Bug 577316, add preference to allow form elements to be focused when clicked, r=smaug 2010-08-09 12:15:47 -04:00
Kyle Huey
4080b10ee6 Backed out changeset 1d8d2deb3644 2010-08-04 17:36:54 -07:00
Doug Turner
2eefed25ad Bug 489813 - Fire timeout error if provider fails to response after initial response. Also cleans up test. r=olli 2010-08-04 13:58:15 -07:00
Peter Van der Beken
299d69ce75 Fix test_bug396843.html since bug 583225 fixed some todos. 2010-08-01 22:27:35 +02:00