Commit Graph

15786 Commits

Author SHA1 Message Date
Bob Clary
8239cc8850 JavaScript Tests - update public failures, universe data, bug 399387 2008-07-10 16:10:05 -04:00
Olli Pettay
67170fb8db Bug 444030, Crash [@ nsGenericDOMDataNode::FirstLogicallyAdjacentTextNode] r+sr=jst 2008-07-10 21:21:31 +03:00
Olli Pettay
4f27d29ed8 Bug 199959, Attribute.specified isn't true when attribute set through Attribute.value='string' r=sicking, sr=bz 2008-07-10 20:58:35 +03:00
Dietrich Ayala
5b245f1e80 Bug 444432 - Mozilla2 Tinderbox 'qm-win2k3-moz2-01': test_places/unit/test_419731.js: FAIL (r=beltzner) 2008-07-10 10:41:33 -07:00
Gervase Markham
9d5f37bb67 Bug 438585 - Updates to Public Suffix List. Patch by gerv; r=dwitte. 2008-07-10 18:26:25 +01:00
Dão Gottwald
2519bc8ac1 merge 2008-07-10 18:52:02 +02:00
Benjamin Smedberg
ca9347e54c Backed out changeset e5014dc700ad - appears to cause unit test failures in test_419731.js (windows) or focus issues (mac) but that could just be test wonkiness, but this appeared right after this commit and was mostly green before. 2008-07-10 09:36:24 -04:00
Dão Gottwald
781b3bd81c revert bug 395174, r=gavin 2008-07-10 10:28:52 +02:00
Dão Gottwald
db5272da37 Bug 444304 – Remove onBrowserKeyPress, r=mano 2008-07-10 10:23:03 +02:00
Dão Gottwald
292fb61076 bug 444301 – loadTabs() should use |this| instead of gBrowser in tabbrowser.xml, r=mano 2008-07-10 10:21:01 +02:00
Doug Turner
9b03605052 bug 437948. inital implementation of gelocation. roughly following http://dev.w3.org/geo/api/spec-source.html. r+sr=jst 2008-07-09 20:43:38 -07:00
David Mandelin
86d7eb2610 Bug 444409: outparams.js was trying to analyze 'this' as an outparam for strings, r=bsmedberg 2008-07-09 18:24:57 -07:00
Mats Palmgren
7f961e93b0 Fix and re-enable reftest for bug 433700. 2008-07-09 22:25:29 +02:00
Serge Gautherie
f2f8c90d1b Bug 443672 - Fix a few nits in nsStringBundle.cpp, r=smontagu 2008-07-09 22:21:24 +02:00
David Mandelin
b0ead79f2e Bug 443205: fix for bug in error reporter in outparams.js, r=bsmedberg via irc 2008-07-09 11:48:59 -07:00
Doug Turner
e6ad75abc8 rename spatial-navigation.js to SpatialNavigation.js. b=444373, r=bsmedberg
--HG--
rename : toolkit/spatial-navigation/spatial-navigation.js => toolkit/spatial-navigation/SpatialNavigation.js
2008-07-09 11:30:32 -07:00
Doug Turner
c25fbe2ab3 adding file for bug 444384. r=gavin 2008-07-09 11:17:46 -07:00
Doug Turner
db611e6203 additional snav test case. b=444384, r=gavin 2008-07-09 11:14:46 -07:00
Robert Kaiser
9c0642eca0 fix xpfe autocomplete bustage from bug 438861 to be really in sync with cvs 2008-07-09 19:41:48 +02:00
David Mandelin
1ebc6e6f68 Bug 443205: outparams.js needs to consider void-return funcs as nofail, r=bsmedberg 2008-07-09 10:35:29 -07:00
David Mandelin
45ce356864 Bug 433939: update outparams.js for Treehydra update, r=bsmedberg 2008-07-09 10:33:43 -07:00
Mats Palmgren
dbee45048b Temporarily disable reftest for bug 433700 since it fails on qm-win2k3-03. 2008-07-09 19:19:37 +02:00
Graydon Hoare
7c4aa69e9d Bug 444023, Add JS functions to stop/start callgrind, r=sayrer 2008-07-08 15:58:08 -07:00
Jim Blandy
d2f545575d Bug 439651 - ignore ID file (idutils) and TAGS (etags), r=bsmedberg 2008-07-09 13:03:31 -04:00
Doug Turner
d98350b32d Move SimpleTest.finish() after the tests complete. rs=me 2008-07-09 09:14:05 -07:00
Mats Palmgren
ec97454e5e Don't save applet "code" locally if there is an "archive". b=430283 r+sr=jst 2008-07-09 17:52:23 +02:00
Mats Palmgren
0f868c4acb Reftest for bug 433700. 2008-07-09 17:43:52 +02:00
Mats Palmgren
74d77f1c3f Use the post-reflow GetUsedMargin() value when placing the legend. b=433700 r+sr=dbaron 2008-07-09 17:42:44 +02:00
Alexander Surkov
e56ae07a17 Bug 443881 – take into account separators in xul menus when group attributes are calculating, r=MarcoZ, sr=neil 2008-07-09 23:50:52 +08:00
Blake Kaplan
e66a6ef9c5 Deal with a dead docshell during document.open. bug 435128, r+sr=jst 2008-07-09 15:48:02 +02:00
Olli Pettay
4f3072b44e Bug 443556, svg:use crashes, r+sr=roc 2008-07-09 13:50:48 +03:00
Chris Double
1605a36d6f Bug 382267. Addressing jst review comments. r+sr=roc 2008-07-09 21:50:08 +12:00
Robert O'Callahan
cf7c906882 Fixing bustage 2008-07-09 20:56:02 +12:00
Masayuki Nakano
ae5cc44a87 Bug 442554 layout.word_select.eat_space_to_next_word should not change word selection method r+sr=roc 2008-07-09 17:32:24 +09:00
Chris Double
02ccf2851f Bug 382267. Core implementation of the <video> and <audio> elements. r=jst,r+sr=roc 2008-07-09 20:22:20 +12:00
Doug Turner
f1be945414 modifying the usage comment to reflect that we are now a .js file, and
not a .jsm file.
2008-07-08 23:15:05 -07:00
dougt@dougt-xubuntu
acd28e9265 Renaming spatialnavigation from a .jsm to a .js in a mochitest 2008-07-08 23:06:54 -07:00
Bob Clary
7f04f4a297 JavaScript Tests - remove unreliable test machines from test universe, update public-failures.txt, universe.data, bug 404367 2008-07-08 21:29:27 -04:00
Arpad Borsos
3a10a9bcf4 Bug 434838 - mozStorageConnection uses nsDataHashtable when it should use nsInterfaceHashtable
This makes mozStorageConnection no longer manually AddRef and Release user
defined functions.
r=sdwilsh
r=bent
2008-07-08 18:38:25 -04:00
Shawn Wilsher
ba5b2b1e70 merge to mozilla-central 2008-07-08 18:34:28 -04:00
Shawn Wilsher
d44b32adb4 Backed out changeset 12412df591a0 (bug 443220) 2008-07-08 18:34:01 -04:00
Boris Zbarsky
d8c5e4662d fix typo in previous push (bug 439164) 2008-07-08 18:05:50 -04:00
Boris Zbarsky
cf5e649276 Bug 439164: refactor test_bug413310 to avoid intermittent timing-related failures 2008-07-08 18:04:40 -04:00
Doug Turner
535fc5502d inital implementation of spatial navigation. bug=436084, r=gavin 2008-07-08 14:51:45 -07:00
Shawn Wilsher
239b9d97e6 Bug 437415 - Entering offline mode should pause active downloads
This has the download manager listen to the online and offline observer topics
sent out by necko.  Downloads will now pause when going offline, and resume when
going back online, just like we do with sleep and wakeup notifications.
r=gavin

--HG--
rename : toolkit/components/downloads/test/unit/test_sleep_wake.js => toolkit/components/downloads/test/unit/test_offline_support.js
2008-07-08 17:25:48 -04:00
Kai Engert
c91389877e Bug 442561, enable Entrust Root Certification Authority for EV
r=rrelyea
2008-07-08 23:27:13 +02:00
Alex Vincent
354fff6149 bug 443220 - check-one and check-interactive cannot run tests not in a unit/ directory. r=ted.mielczarek 2008-07-08 17:12:41 -04:00
L. David Baron
01cd70b583 Add reftest for the nesting case in bug 424236. 2008-07-08 13:46:56 -07:00
Kai Engert
b6ac387085 merge commit for bug 429794 2008-07-08 22:45:57 +02:00
Kai Engert
3c85060846 Bug 429794, Lk (trace malloc leaks) test results have become very unstable
r=nelson
2008-07-08 22:42:51 +02:00