Henri Sivonen
|
c8ab351234
|
Test for bug 503473 - Address review comments from bnewman accidentally left unaddressed in the previous push.
|
2009-11-18 14:44:17 +02:00 |
|
Henri Sivonen
|
0e0bd230cf
|
Test for bug 513194 - HTML5 parser ends up parsing inline stylesheets twice. r=bzbarsky.
--HG--
extra : rebase_source : 337ce649c3a52b98929ff3a5ee30c1a15e2e4947
|
2009-11-06 15:06:48 +02:00 |
|
Henri Sivonen
|
3d0ac8ccf0
|
Test for bug 503473 - Prevent document.write() in the HTML5 parser where prohibited by HTML5. r=bnewman.
--HG--
extra : rebase_source : febd7b2f4fd44960d4a38bcc0d8d8e494833730f
|
2009-11-04 12:16:40 +02:00 |
|
Jonas Sicking
|
25cdb8e6bf
|
Bug 527623: Add some temporary logging code in order to figure out the intermittent oranges in test_bug503481b.html. This code will be backed out once we have a log of a failing test. r=jst
|
2009-11-16 19:07:22 -08:00 |
|
Jonas Sicking
|
5ec37643ae
|
Bug 527370: More File API renames. Also adds tests for the FileReader.readyState property. r=jst
|
2009-11-16 18:01:40 -08:00 |
|
Jonas Sicking
|
b5f9a0dd35
|
Bug 527623: Fix more intermittant problems by making the test code deal with necko re-ordering requests. r=jst
|
2009-11-10 14:30:38 -08:00 |
|
Jonas Sicking
|
d2c6405853
|
Bustage fix, bug 527623. Relying on speculative parsing in tests doesn't seem like a good idea. r=bustage-fix
|
2009-11-10 07:14:32 -08:00 |
|
Jonas Sicking
|
b801bd247a
|
Bug 503481: Implement async attribute
|
2009-11-09 17:04:24 -08:00 |
|
Jonas Sicking
|
ff9260ceaf
|
Bug 527370: Rename some things in order to match the latest File API spec. Specifically FileRequest -> FileReader and .response -> .result. r=smaug sr=jst
--HG--
rename : content/base/public/nsIDOMFileRequest.idl => content/base/public/nsIDOMFileReader.idl
rename : content/base/src/nsDOMFileRequest.cpp => content/base/src/nsDOMFileReader.cpp
rename : content/base/src/nsDOMFileRequest.h => content/base/src/nsDOMFileReader.h
|
2009-11-09 12:05:16 -08:00 |
|
Laurent Jouanneau
|
f13301ad46
|
Bug 524975 - Copy-Paste of simple HTML adds extra space not present in original content. r=Mats Palmgren sr=Olli Pettay
|
2009-11-09 15:41:12 +01:00 |
|
Robert O'Callahan
|
c0b9d5e5ea
|
Backed out changeset 9eda936adc30
|
2009-11-04 09:04:13 +13:00 |
|
liucougar
|
bd52c29922
|
Bug 396392. Test Range.getClientRects/getBoundingClientRect in RTL and mixed-direction situations. r=roc
|
2009-11-04 07:39:43 +13:00 |
|
liucougar
|
7f7b01d793
|
Bug 436703 - select all + Copy/paste in contenteditable div pastes the editable div inside itself, r=peterv
|
2009-11-01 15:43:18 -08:00 |
|
Honza Bambas
|
6d9c76510f
|
Bug 475156 - correcting cache behavior when using custom conditional request headers, r=bzbarsky
|
2009-10-21 12:18:08 +02:00 |
|
Olli Pettay
|
2735d10abd
|
Bug 333673 - document.implementation != document.implementation, r=peterv
--HG--
extra : rebase_source : eb0ce55653b586242f6da43e0c95f6aaf914342b
|
2009-10-18 19:39:52 +03:00 |
|
Boris Zbarsky
|
c3214c55a5
|
Backed out changeset c5fe17b1caa9 (bug 489925)
|
2009-10-13 15:39:31 -04:00 |
|
Matin Movassate
|
4bb47ecb1e
|
Bug 507805: Support FileRequest API for reading Files. r/sr=sicking
|
2009-10-07 01:30:26 -07:00 |
|
Matin Movassate
|
f08a105d74
|
Bug 491201 - Turn on XHR::Send tests, wrap the call to nsIFile.remove in try/catch to avoid orange on Windows machines.r+sr=sicking
|
2009-09-15 16:53:32 -07:00 |
|
Jonas Sicking
|
0d2f92b52e
|
Bug 518104 - Implement HTML5 changes to <script defer>. r=hsivonen, sr=mrbkap. (Tests fixed and code merged to tip by hsivonen.)
|
2009-10-02 14:13:59 +03:00 |
|
Ms2ger
|
4985076329
|
Bug 520353. querySelector(), querySelectorAll() and mozMatchesSelector() handle null and undefined incorrectly. r=bzbarsky
|
2009-10-05 19:16:22 -04:00 |
|
Henri Sivonen
|
bc5244f7c3
|
Test for bug 505783 - Do not ignore xml:base in HTML DOMs. r=sicking.
|
2009-10-02 19:46:23 +03:00 |
|
Robert O'Callahan
|
34fb2c86a0
|
Bug 396392. Fix test to not assume that the height of a block matches the height of the text inside it.
--HG--
extra : rebase_source : a733ab3f27f2c54a09ad28c8274c119ac0edbe11
|
2009-09-25 17:18:21 +12:00 |
|
Ben Newman
|
c68af46729
|
Bug 518003 - implement function to check whether element matches a CSS selector. r+sr=bzbarsky
--HG--
extra : rebase_source : 67a7867a5cca52c867a8ee7daeea1bd1e613f1bc
|
2009-09-30 15:17:14 -07:00 |
|
Henri Sivonen
|
08400cbd56
|
Bug 500937 - Make the output of XMLSerializer more HTML-friendly. r=laurent, sr=jst.
|
2009-09-28 10:59:52 +03:00 |
|
Serge Gautherie
|
a7ec56131c
|
Bug 396392 - Support for getClientRects and getBoundingClientRect in DOM Range; (Cv1) Actually disable test ;-<
|
2009-09-25 04:24:47 +02:00 |
|
Serge Gautherie
|
c8bf6f032f
|
Bug 396392 - Support for getClientRects and getBoundingClientRect in DOM Range; (Bv1) Disable test (which fails on MacOSX, Windows)
|
2009-09-24 18:57:47 -07:00 |
|
liucougar
|
5104b445c7
|
Bug 396392 - Support for getClientRects and getBoundingClientRect in DOM Range
r=roc sr=(jonas, roc)
|
2009-09-24 23:01:48 +02:00 |
|
Boris Zbarsky
|
51e7cd5b8d
|
Bug 478251. Implement the Null and Undefined annotations from webidl in quickstubs. r=jst,bsmedberg,jorendorff
|
2009-09-24 13:59:43 -04:00 |
|
Olli Pettay
|
732cba625e
|
backout Bug 313646
--HG--
extra : rebase_source : 5ff7e3a019f140ef26f5ac14210e19ad382e65f8
|
2009-09-15 18:44:35 +03:00 |
|
Olli Pettay
|
c6fd8f3e85
|
Bug 313646 - synchronous XMLHttpRequest does not fire readystatechange event, r=justin.lebar,sicking, sr=jst
|
2009-09-15 12:27:12 +03:00 |
|
Olli Pettay
|
953e093b84
|
Bug 514487 - Cloning a document doesn't update the ID map, r=bz
--HG--
extra : rebase_source : 5b3003c47cdc47a3a9998dc4bfbe374c096a8690
|
2009-09-10 16:23:40 +03:00 |
|
Johnny Stenback
|
15c83e7c77
|
Disabling tests until we can figure out what's going on with windows orange.
|
2009-09-08 23:49:46 -07:00 |
|
Matin Movassate
|
70e24f808d
|
Remove recently added test that somehow fails on Windows only, fallout from the fix for bug 491201.
|
2009-09-08 21:04:25 -07:00 |
|
Matin Movassate
|
9d1c520e2b
|
Fixing orange from the fix for bug 491201.
|
2009-09-08 18:28:52 -07:00 |
|
Matin Movassate
|
d6945be650
|
Fixing bug 491201. Adding ability for XMLHttpRequest.send() to accept a File object. r+sr=jonas@sicking.cc, r=cbiesinger@gmail.com
|
2009-09-08 16:29:41 -07:00 |
|
Boris Zbarsky
|
182d27a809
|
Bug 489925. getElementById should not return anonymous nodes. r=jst
|
2009-09-02 11:32:02 -04:00 |
|
Johnny Stenback
|
dae61e5c95
|
Backed out changeset 7d5e1bcb4729 due to mochitest errors.
|
2009-08-31 14:57:45 -07:00 |
|
Matin Movassate
|
fb202885f6
|
Resolving bug 491201. Added ability for XMLHttpRequest.send() to accept an nsIDOMFile. r+sr=jonas@sicking.cc, r=cbiesinger@gmail.com
|
2009-08-31 14:07:16 -07:00 |
|
Benjamin Smedberg
|
2e9438fd2f
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
L. David Baron
|
d2fe19f12a
|
Backed out changeset 3a829715fd39 (Bug 482935) on suspicion of causing mochitest-plain leaks.
|
2009-08-20 12:22:30 -07:00 |
|
Bjarne
|
b52baf2375
|
Bug 482935 - Cancel() from OnStopRequest should not cause cache entry to be doomed, r=jduell.mcbugs
|
2009-08-20 17:45:38 +02:00 |
|
Zack Weinberg
|
1afe956ac2
|
Bug 444377 - preserve string form of color attributes; r=bzbarsky
|
2009-08-19 17:05:14 +02:00 |
|
Mats Palmgren
|
663acda6e0
|
Bug 498240 - Range.insertNode() causing NS_ERROR_DOM_INDEX_SIZE_ERR. r+sr=peterv
|
2009-08-19 02:18:24 +02:00 |
|
Adam Barth
|
58a157fb07
|
Bug 509714 - Add TestGetURL executable for testing network stack; r=dwitte
|
2009-08-14 16:10:17 +02:00 |
|
Olli Pettay
|
cb4754240f
|
Bug 501257 - Implement HTML 5's HTMLElement.classList property, p=sylvain.pasche@gmail.com, r=smaug, sr=sicking
--HG--
extra : rebase_source : cbbd5a5679af57f97122082213f44491431d87e3
|
2009-08-12 11:55:14 +03:00 |
|
Michal Novotny
|
43788e16f6
|
Testcase for bug 466409 - uncached non-utf8 document loads forever (hangs) with auto-detect -> universal
|
2009-07-14 16:55:03 +02:00 |
|
Peter Van der Beken
|
9bad060002
|
Fix for bug 485881 (test_bug409380.html has unbound variable r). r/sr=smaug.
--HG--
extra : rebase_source : 355574ce1a831e8ea1e06891b6d0a7b3b6cc57ed
|
2009-07-14 16:04:55 +02:00 |
|
Jonathan Griffin
|
57454ce4ed
|
Actually run the test for bug 493881
|
2009-06-29 20:26:57 +02:00 |
|
Jonathan Griffin
|
79cb929745
|
Test for bug 493881. r=zweinberg
|
2009-06-29 18:25:38 +02:00 |
|
Henri Sivonen
|
857e3285d1
|
Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas
|
2009-06-29 01:28:32 +02:00 |
|
Olli Pettay
|
5f157c4ca7
|
Bug 500243 - range.surroundContents() adds an extraneous empty text node, r=ajvincent@gmail.com, sr=sicking
|
2009-06-28 22:48:05 +03:00 |
|
Johnny Stenback
|
eb2ed73403
|
Backed out changeset 168dd0eb7283
|
2009-06-28 11:47:11 -07:00 |
|
Henri Sivonen
|
af98547431
|
Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas
|
2009-06-29 00:44:22 +02:00 |
|
Henri Sivonen
|
28fcb8397f
|
Merge trunk into HTML5 repo
|
2009-06-26 18:22:48 +03:00 |
|
Wladimir Palant
|
4107ec47a5
|
Bug 478528 - making sure test_bug375314.html removes its binding to prevent memory leak
|
2009-06-25 17:58:56 -04:00 |
|
Henri Sivonen
|
ed38c9a3c6
|
Make test_bug417255.html use <div> instead of <p> because HTML5 parser closes <p> earlier than the test needs
|
2009-06-24 09:56:37 +03:00 |
|
Robert Strong
|
21cc8c0b17
|
Bug 487571 - add xpcshell tests for network offline and connection refused. r=sicking
|
2009-06-22 12:28:34 -07:00 |
|
Olli Pettay
|
6fe7954588
|
Bug 478528 - mochitest-plain: test_bug419527.xhtml intermittently leaks 300 kB, r=bz
--HG--
extra : rebase_source : 02d7944dd0eaa99717a2902d77b00a93b2580570
|
2009-06-22 21:40:55 +03:00 |
|
Peter Van der Beken
|
b5c0609477
|
Testcase for bug 498897.
--HG--
extra : rebase_source : a70554700d208221bfa8c7349cb11f879341e317
|
2009-06-19 18:31:49 +02:00 |
|
Christian Biesinger
|
75d4cbb2e8
|
bug 498433 Add [ ] to the EscapeURI whitelist, so that IPv6 literals get
serialized correctly.
r+sr=bz
|
2009-06-16 15:15:57 +02:00 |
|
Olli Pettay
|
0909c69d98
|
Bug 384003 - XPathEvaluator does not accept a Node as NSResolver, r=sicking, sr=peterv
|
2009-06-14 21:06:22 +03:00 |
|
Henri Sivonen
|
2b33dab370
|
Bug 468708 - namespaceURI for HTML elements should be http://www.w3.org/1999/xhtml (also make localName return in lower case) r=sicking, sr=peterv, a=beltzner
|
2009-06-09 10:41:19 +03:00 |
|
Jonas Sicking
|
f3ab6311bc
|
Add prefs to disable CORS, as well as fix compliance issue in Access-Control-Request-Headers header. r/sr/a=jst
|
2009-05-20 16:07:18 -07:00 |
|
Zack Weinberg
|
d1ad418dbf
|
Bug 488649: Unify document.body.{bgColor,text,link,vLink,aLink} with the <body> attributes of the same names. Do not default to prescontext/CSS for these. Remove the unsafe function NS_RGBToHex().
|
2009-05-19 22:11:01 -04:00 |
|
Boris Zbarsky
|
7ffb5c2980
|
Fixing test
--HG--
rename : content/base/test/test_bug490760.xhtml => content/base/crashtests/490760-1.xhtml
|
2009-05-17 13:12:20 -04:00 |
|
Boris Zbarsky
|
87baef0972
|
Add the crashtest for bug 490760
|
2009-05-17 10:22:55 -04:00 |
|
Boris Zbarsky
|
096c04f43f
|
Fix the test now that bug 480452 is fixed
|
2009-05-11 23:54:41 -04:00 |
|
Robert O'Callahan
|
388684b649
|
Disable test_plugin_freezing.html for now since it causes focus problems
--HG--
extra : rebase_source : 5d2a0e81b7c39993a666b6dc4841ae1ba0097dac
|
2009-05-09 21:12:11 +12:00 |
|
Robert O'Callahan
|
0d7d241faf
|
Bug 480819. Explicitly track all elements that need to be frozen when a document enters bfcache. r+sr=jst
--HG--
extra : rebase_source : cf8294ebf52bf91b067dc065ccf92098c529a445
|
2009-05-08 13:32:32 +12: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 |
|
Serge Gautherie
|
3f32fc862d
|
Bug 397227 - Reduce the effort needed to write C++ tests; (Cv1) Remove leftover LOCAL_INCLUDES; r=ted.mielczarek
|
2009-04-29 00:48:29 +02:00 |
|
laurent@xulfr.org
|
cca4eaa78d
|
Bug 422403 - improvements to the XML and XHTML serializers, r=smaug, sr=sicking
--HG--
extra : rebase_source : ead8a81eb95c4aec6122850ca58c20399f94758b
|
2009-04-25 12:00:14 +03:00 |
|
Olli Pettay
|
d904a27d07
|
Bug 489812 - Suspending timeouts doesn't clear mFiringDepth, r=bent, sr=jst
|
2009-04-25 02:53:25 +03:00 |
|
L. David Baron
|
d02e7ef8c8
|
Mark the tests that were just disabled more clearly in the makefiles.
|
2009-04-24 15:45:34 -07:00 |
|
Bob Clary
|
2f2727d90c
|
bug 419132 - disable test due to time required to run.
|
2009-04-24 14:54:24 -07:00 |
|
Bob Clary
|
fe4e68d945
|
bug 419132 - mochikit test by Martijn Wargers.
|
2009-04-24 10:08:22 -07:00 |
|
Ginn Chen
|
a1c0b74a0c
|
Bug 478845 Disable mochitest of test plugin if test plugin is absent r=ted.mielczarek, jwalden
|
2009-04-23 14:27:04 +08:00 |
|
Serge Gautherie
|
c2aea06438
|
Bug 471122 - test_CrossSiteXHR.html : improve thrown exceptions from file_CrossSiteXHR_server.sjs; (Bv1) file_CrossSiteXHR_server.sjs: Add missing |var|; r=jonas
|
2009-04-10 12:30:27 +02:00 |
|
Serge Gautherie
|
f38eb3e93e
|
Bug 450160 - DOMImplementation createDocument does not create an HTML document; (Bv1) Remove blank lines in log; r=Olli.Pettay
|
2009-04-04 23:08:58 +02:00 |
|
Robert O'Callahan
|
d0c58fb22f
|
Bug 340571. Removing getBoxObjectFor from non-XUL documents. r+sr=bzbarsky
--HG--
extra : rebase_source : a57cb7c4ebee2149a2cdc009400c133d4904409d
|
2009-03-30 13:44:48 +13:00 |
|
Olli Pettay
|
e511e04fa7
|
Bug 484658 - element.focus() handing when called during event suppression, r+sr=jst
|
2009-03-25 16:11:11 +02:00 |
|
Ted Mielczarek
|
dcc2d8f492
|
bug 482085 - fix all xpcshell tests to not reference files from the srcdir. r=bsmedberg,waldo
--HG--
rename : toolkit/components/downloads/test/downloads.empty.sqlite => browser/components/privatebrowsing/test/unit/downloads.empty.sqlite
rename : dom/src/json/test/fail1.json => dom/src/json/test/unit/fail1.json
rename : dom/src/json/test/fail10.json => dom/src/json/test/unit/fail10.json
rename : dom/src/json/test/fail11.json => dom/src/json/test/unit/fail11.json
rename : dom/src/json/test/fail12.json => dom/src/json/test/unit/fail12.json
rename : dom/src/json/test/fail13.json => dom/src/json/test/unit/fail13.json
rename : dom/src/json/test/fail14.json => dom/src/json/test/unit/fail14.json
rename : dom/src/json/test/fail15.json => dom/src/json/test/unit/fail15.json
rename : dom/src/json/test/fail16.json => dom/src/json/test/unit/fail16.json
rename : dom/src/json/test/fail17.json => dom/src/json/test/unit/fail17.json
rename : dom/src/json/test/fail18.json => dom/src/json/test/unit/fail18.json
rename : dom/src/json/test/fail19.json => dom/src/json/test/unit/fail19.json
rename : dom/src/json/test/fail2.json => dom/src/json/test/unit/fail2.json
rename : dom/src/json/test/fail20.json => dom/src/json/test/unit/fail20.json
rename : dom/src/json/test/fail21.json => dom/src/json/test/unit/fail21.json
rename : dom/src/json/test/fail22.json => dom/src/json/test/unit/fail22.json
rename : dom/src/json/test/fail23.json => dom/src/json/test/unit/fail23.json
rename : dom/src/json/test/fail24.json => dom/src/json/test/unit/fail24.json
rename : dom/src/json/test/fail25.json => dom/src/json/test/unit/fail25.json
rename : dom/src/json/test/fail26.json => dom/src/json/test/unit/fail26.json
rename : dom/src/json/test/fail27.json => dom/src/json/test/unit/fail27.json
rename : dom/src/json/test/fail28.json => dom/src/json/test/unit/fail28.json
rename : dom/src/json/test/fail29.json => dom/src/json/test/unit/fail29.json
rename : dom/src/json/test/fail3.json => dom/src/json/test/unit/fail3.json
rename : dom/src/json/test/fail30.json => dom/src/json/test/unit/fail30.json
rename : dom/src/json/test/fail31.json => dom/src/json/test/unit/fail31.json
rename : dom/src/json/test/fail32.json => dom/src/json/test/unit/fail32.json
rename : dom/src/json/test/fail33.json => dom/src/json/test/unit/fail33.json
rename : dom/src/json/test/fail34.json => dom/src/json/test/unit/fail34.json
rename : dom/src/json/test/fail4.json => dom/src/json/test/unit/fail4.json
rename : dom/src/json/test/fail5.json => dom/src/json/test/unit/fail5.json
rename : dom/src/json/test/fail6.json => dom/src/json/test/unit/fail6.json
rename : dom/src/json/test/fail7.json => dom/src/json/test/unit/fail7.json
rename : dom/src/json/test/fail8.json => dom/src/json/test/unit/fail8.json
rename : dom/src/json/test/fail9.json => dom/src/json/test/unit/fail9.json
rename : dom/src/json/test/json2.js => dom/src/json/test/unit/json2.js
rename : dom/src/json/test/pass1.json => dom/src/json/test/unit/pass1.json
rename : dom/src/json/test/pass3.json => dom/src/json/test/unit/pass3.json
rename : testing/xpcshell/example/location_load.js => testing/xpcshell/example/unit/location_load.js
rename : toolkit/components/commandlines/test/unit/unix/test_bug410156.js => toolkit/components/commandlines/test/unit_unix/test_bug410156.js
rename : toolkit/components/commandlines/test/unit/win/test_bug410156.js => toolkit/components/commandlines/test/unit_win/test_bug410156.js
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug257155/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug257155/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_a_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_a_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_a_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_a_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_b_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_b_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_b_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_b_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_c_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_c_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_c_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_c_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_d_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_d_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_d_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_d_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_e_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_e_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_e_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_e_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_f_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_f_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_f_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_f_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_g_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_g_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_g_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_g_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug335238_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug335238_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug335238_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug335238_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_10/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_10/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_11/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_11/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_12/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_12/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_13/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_13/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug394300_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug394300_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug394300_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug394300_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_a_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_a_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_a_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_a_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_b_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_b_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_b_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_b_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_c_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_c_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_c_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_c_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_d_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_d_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_d_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_d_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug397778/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug397778/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug425657/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug425657/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_1/README => toolkit/mozapps/extensions/test/addons/test_bug428341_1/README
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug436207/install.js => toolkit/mozapps/extensions/test/addons/test_bug436207/install.js
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_9/install.rdf
|
2009-03-21 11:20:00 -04:00 |
|
Neil Rashbrook
|
9f1a8d5171
|
Remove the view-source: part of the URL to stop the test leaking; most of the patch to bug 206691 is still tested anyway
|
2009-03-20 15:04:10 +00:00 |
|
Neil Rashbrook
|
6111226d47
|
Test for bug 206691 r=bz
--HG--
rename : content/base/test/chrome/test_bug467123.xul => content/base/test/chrome/test_bug206691.xul
|
2009-03-20 10:07:33 +00:00 |
|
Serge Gautherie
|
ef2881d1c0
|
Bug 483985 - Mochitest test_bug422537.html runs fine but needs to check/report success; (Av1) Add |ok(true, ...);|; r=cbiesinger
|
2009-03-18 16:56:57 +01:00 |
|
Serge Gautherie
|
866ca52645
|
Bug 483981 - Mochitest test_bug448993.html runs fine but needs to check/report success; (Av1) Add |ok(true, ...);|; r+sr=Olli.Pettay
|
2009-03-18 16:56:55 +01:00 |
|
Jonas Sicking
|
53e008e58c
|
Bug 478889: Make script-defer work in xhtml. r/sr=peterv
--HG--
extra : rebase_source : 4e2abc2b35c72f7c5831f58b0f1c6940b1824de7
|
2009-03-15 17:53:09 -07:00 |
|
Boris Zbarsky
|
bf8fc66ad9
|
Bug 481777. Don't fire DOMTitleChanged events to content. r+sr=smaug
|
2009-03-06 13:12:23 -05:00 |
|
Boris Zbarsky
|
e2cb5e61e3
|
Bug 480323. Always create a trailing inline for {ib} splits. r+sr=dbaron
|
2009-03-04 07:55:29 -05:00 |
|
Olli Pettay
|
2219417624
|
Bug 333198 - Suppress Input events for web content during synchronous XMLHttpRequest loads, r=bz, sr=jst
|
2009-03-03 22:11:14 +02:00 |
|
Olli Pettay
|
cb57be346c
|
backout 333198
|
2009-03-02 22:21:46 +02:00 |
|
Olli Pettay
|
e6f01244a1
|
Bug 333198 - 'Suppress Input events for web content during synchronous XMLHttpRequest loads'. r=bz, sr=jst, a=blocking1.9.1+
|
2009-02-26 14:00:30 -08:00 |
|
Jonas Sicking
|
fea9eede61
|
Bug 479521: Don't follow unsafe same-site to cross-site redirects. Also fix a bug where reusing a XHR object that had been used cross site could result in the second request being more restrictive than it should be. r/sr=jst
|
2009-02-24 11:46:51 -08:00 |
|
Jonas Sicking
|
b2248a4405
|
Backed out changeset 4130ff1e52f3 (bug 479521) due to test failures.
|
2009-02-24 15:38:40 -08:00 |
|
Jonas Sicking
|
ca2acd2b73
|
Bug 479521: Don't follow unsafe same-site to cross-site redirects. Also fix a bug where reusing a XHR object that had been used cross site could result in the second request being more restrictive than it should be. r/sr=jst
|
2009-02-24 11:46:51 -08:00 |
|
Honza Bambas
|
4b06aa2373
|
Bug 468443 Remove PUT/DELETE support from httpd.js, revert XX in content tests, r=jonas
|
2009-02-18 14:31:30 +01:00 |
|
Jonas Sicking
|
a030b0ea69
|
Bug 476567: Clear Access-Control preflight cache when spec says to. Also rewrite cache test-runner to make it more sane. r/sr=jst
--HG--
extra : rebase_source : d92d2eccd14bc58d3e82dff969e27f00fd185f95
|
2009-02-17 14:10:50 -08:00 |
|
Jonas Sicking
|
8d2deed13d
|
Bug 461555: Don't clear out the parser until all deferred scripts have executed to ensure that a document.write in a deferred script doesn't clear the page. r/sr=mrbkap
|
2009-01-14 17:25:21 -08:00 |
|
Jonas Sicking
|
6a95c287a3
|
Backed out changeset e8023bc83264 due to orange
|
2009-01-26 01:53:20 -08:00 |
|
Jonas Sicking
|
783650f7b1
|
Bug 461555: Don't clear out the parser until all deferred scripts have executed to ensure that a document.write in a deferred script doesn't clear the page. r/sr=mrbkap
|
2009-01-14 17:25:21 -08:00 |
|
Jonas Sicking
|
cd13cb89e5
|
Backed out changeset 41045faa0ef6 due to leaks
|
2009-01-23 15:08:41 -08:00 |
|
Jonas Sicking
|
051c8e95e7
|
Bug 461555: Don't clear out the parser until all deferred scripts have executed to ensure that a document.write in a deferred script doesn't clear the page. r/sr=mrbkap
|
2009-01-14 17:25:21 -08:00 |
|
Jonas Sicking
|
be65469e7c
|
Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz
|
2009-01-21 14:50:28 -08:00 |
|
Peter Van der Beken
|
bedc63e082
|
Merge backout
|
2009-01-22 14:53:06 +01:00 |
|
Peter Van der Beken
|
533783d9ea
|
Backed out changeset 9fc993ac4427 (Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz) to fix orange.
|
2009-01-22 14:52:34 +01:00 |
|
Daniel Holbert
|
2a7d88e05a
|
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
|
2009-01-21 22:55:08 -08:00 |
|
Jonas Sicking
|
e0c26b7454
|
Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz
|
2009-01-21 14:50:28 -08:00 |
|
Jonas Sicking
|
5b04c277ae
|
Backed out changeset 2063e342b8e1 due to failing docshell tests
|
2009-01-21 18:07:29 -08:00 |
|
Jonas Sicking
|
e7e7213705
|
Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz
|
2009-01-21 14:50:28 -08:00 |
|
Gavin Sharp
|
21ff2ffc4c
|
Bug 466751: setting .innerHTML to invalid markup in XHTML causes NS_ERROR_INVALID_POINTER, r+sr=jst
|
2009-01-16 14:19:27 -05:00 |
|
Ben Turner
|
9853f8d27d
|
Backed out changeset 4c4d0bf8622e for failing unit tests.
|
2009-01-14 18:22:41 -08:00 |
|
Jonas Sicking
|
864d6c43fd
|
Bug 461555: Don't clear out the parser until all deferred scripts have executed to ensure that a document.write in a deferred script doesn't clear the page. r/sr=mrbkap
|
2009-01-14 17:25:21 -08:00 |
|
Boris Zbarsky
|
00e66d09cf
|
Bug 453736. Make <svg:script> more like other scripts and fix up a few other minor issues. r=roc, r+sr=sicking
|
2009-01-14 07:49:18 -05:00 |
|
Jonas Sicking
|
ef7a82c353
|
Fix mochitest orange
|
2009-01-14 00:19:16 -08:00 |
|
Jonas Sicking
|
2dc8a2f1eb
|
Bug 464848: XMLHttpRequest doesn't send the right content-type for non-document request bodies. r/sr=bz
|
2009-01-13 22:53:43 -08:00 |
|
Boris Zbarsky
|
788d6a77a8
|
Bug 473162. Make getElementsByClassName case-insensitive in quirks mode, per spec. r+sr=jst
|
2009-01-13 14:32:30 -05:00 |
|
Ben Turner
|
ecdcc79104
|
Bug 470334 - 'Workers: relative urls for XHR are incorrect'. r+sr=jst, a=blocking1.9+
|
2008-12-30 16:24:58 -06:00 |
|
Serge Gautherie
|
ce7842afac
|
Bug 471122 - test_CrossSiteXHR.html : improve thrown exceptions from file_CrossSiteXHR_server.sjs; (Av2) Use setStatusLine(); r+sr=jonas
|
2008-12-28 00:26:59 +01:00 |
|
Serge Gautherie
|
c4cccfac97
|
Bug 471122 - test_CrossSiteXHR.html : improve thrown exceptions from file_CrossSiteXHR_server.sjs; CrLf->Lf Eol; r+sr=jonas
|
2008-12-28 00:26:55 +01:00 |
|
Blake Kaplan
|
eb445f1575
|
Bug 455629 - Test that we actually do wrap the return value of nsISVGDocument::getSVGDocument in a XOW. r=bzbarsky
--HG--
extra : rebase_source : 471ed08d3cc3ab957f44a6b65b8f2bd8c5e7d41d
|
2008-12-19 15:47:19 -08:00 |
|
Josh Aas
|
4c4299efbe
|
Backed out changeset e28cd33a0335
|
2008-12-19 05:30:53 -05:00 |
|
Josh Aas
|
170e6896d3
|
System for testing plugins, take 3. b=386676 r=smichaud sr=roc
|
2008-12-19 04:10:09 -05:00 |
|
Josh Aas
|
c5d2456c12
|
Backed out changeset 7b8ca8c944f2
|
2008-12-19 01:59:15 -05:00 |
|
Josh Aas
|
dd716baaec
|
System for testing plugins, take 2. b=386676 r=smichaud sr=roc
|
2008-12-19 00:47:08 -05:00 |
|
Olli Pettay
|
f8412fdedc
|
Bug 431082 - Crash [@ nsDocShell::DoChannelLoad], r+sr=bz
|
2008-12-13 22:30:02 +02:00 |
|
Olli Pettay
|
c1f1a51313
|
Bug 469020 - range.surroundContents throws a NS_ERROR_INVALID_POINTER, r+sr=sicking
|
2008-12-13 22:09:29 +02:00 |
|
Graeme McCutcheon
|
4d0acd8eae
|
Bug 345339. Make nsPresState not use a hashtable in favor of using less memory and only storing the things it really wants to store. Switch box objects to their own hashtable. r+sr=roc
|
2008-12-12 14:25:22 -05:00 |
|
Blake Kaplan
|
07b49e5e6a
|
Bug 444322 - Ignore OnDataAvailable calls when we're executing a script. r+sr=bzbarsky
|
2008-12-11 14:20:45 -08:00 |
|
Olli Pettay
|
4cf99f9474
|
Bug 467123 - Document.cloneNode() failed in a JS component, r+sr=bz
|
2008-12-05 12:48:27 +02:00 |
|
Jeff Walden
|
2a74f163de
|
The line endings police make another arrest for the offense of gratuitous CRs in every line, just preceding the terminating LF.
|
2008-12-04 23:59:05 -08:00 |
|
Jeff Walden
|
dd48af98d7
|
Reenable test_CrossSiteXHR_cache.html now that the httpd.js server issues that caused it to be disabled have been fixed (bug 465921). We reenabled one of the disabled tests but forgot this one when the server fix was committed. r=sparky
|
2008-12-04 23:57:48 -08:00 |
|
Jeff Walden
|
f9ce0e9aa7
|
Bug 397227 - Reduce the effort needed to write C++ tests. r=ted
|
2008-12-03 22:25:00 -08:00 |
|
Olli Pettay
|
a16f803c95
|
Bug 465767 - document.adoptNode() stops working if node was previously adopted in another document, r+sr=bz
|
2008-12-03 12:25:21 +02:00 |
|
Olli Pettay
|
8680c8b59d
|
Bug 448993 - Crash [@ nsRange::CutContents] using deleteContents after extractContents and GC, r+sr=sicking
|
2008-12-03 12:14:51 +02:00 |
|
Serge Gautherie
|
79d34fc7dd
|
Bug 465573 - Add mochitests for ElementTraversal; bustage fix for changeset a5071bef601d
|
2008-12-02 14:22:41 +01:00 |
|
Joel Maher
|
1b8b34f1b7
|
Bug 465573 - Add mochitests for ElementTraversal; r+sr=jonas
|
2008-12-02 14:05:15 +01:00 |
|
Dave Camp
|
4df38e5c2d
|
Bug 445004 followup: Use parent instead of top for tests. r=roc
|
2008-11-18 17:00:15 -08:00 |
|
Boris Zbarsky
|
127c0998fe
|
Bug 445004. Make the base and document URI of document.written documents be the base and document URI of the document on whose current context our code is running. r+sr=jst, r=dcamp
|
2008-11-18 17:54:36 -05:00 |
|
bjarne@runitsoft.com
|
3da6f6083b
|
Fixing bug 380418. Prevent XMLHttpRequest from reading HTTPOnly cookies. r+sr=jonas@sicking.cc, a=b2 blocker
|
2008-11-13 18:18:01 -08:00 |
|
Boris Zbarsky
|
21d64b0e5f
|
Bug 461735. Use the final channel URI as the script URI. r+sr=jst, a=beltzner
|
2008-11-10 16:09:30 -05:00 |
|
Jeff Walden
|
9ba0796b8f
|
Bug 463254 - httpd.js fails on mac when running test_CrossSiteXHR.html. The problem was that exceptions were causing files not to be closed on OS X, and we were hitting the open-file limit; add some try-finally magic to close in a failsafe manner. r=honzab
|
2008-11-06 12:44:27 -08:00 |
|
Jeff Walden
|
060e9f580e
|
Bug 462864 - Expose request body as a stream, state-machine refactoring in httpd.js. r=honzab
|
2008-11-05 15:31:30 -08:00 |
|
Gavin Sharp
|
d54eed15ff
|
Backed out changeset f014c59ad81d
|
2008-11-04 23:35:39 -05:00 |
|
Jeff Muizelaar
|
d6bc35b4d4
|
Bug 235853: Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution, original patch by shaver@mozilla.org, r+sr=biesi
|
2008-11-04 23:11:31 -05:00 |
|
Laurent Jouanneau
|
c2fdb371f9
|
Bug 424359. Fix OutputBodyOnly to not output a stray </html> and fix newline stuff for doctypes, comments, and the entire XML serializer. Now with even better passing tests. Third time is the charm! r=smaug, sr=bzbarsky
|
2008-10-21 16:41:28 -04:00 |
|
Laurent Jouanneau
|
0e765dd76c
|
Bug 424359. Fix OutputBodyOnly to not output a stray </html> and fix newline stuff for doctypes, comments, and the entire XML serializer. Now with even better passing tests. Third time is the charm! r=smaug, sr=bzbarsky
|
2008-10-21 16:30:09 -04:00 |
|
Olli Pettay
|
8baf566791
|
Bug 444546, disable tests
|
2008-10-20 02:29:13 +03:00 |
|
Olli Pettay
|
6408328b30
|
Bug 444546, disable one part of the tests
|
2008-10-20 02:03:04 +03:00 |
|
Olli Pettay
|
cab9e70226
|
Bug 444546 - Don't dispatch progress event more often than every 350msec, tests
|
2008-10-20 00:28:06 +03:00 |
|
Olli Pettay
|
c14ae01411
|
Bug 460156 - bring back the old behavior of range.isPointInRange(), r=surkov, sr=sicking
|
2008-10-19 23:41:21 +03:00 |
|