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 |
|
Brad Lassey
|
29475226ef
|
Backed out changeset 9fde2bdd93ef
|
2008-10-16 14:09:08 -04:00 |
|
Laurent Jouanneau
|
d8485a11a8
|
Bug 424359. Fix OutputBodyOnly to not output a stray </html> and fix newline stuff for doctypes, comments, and the entire XML serializer. Now with passing tests. r=smaug, sr=bzbarsky
|
2008-10-16 11:16:52 -04:00 |
|
Boris Zbarsky
|
32c09cd6d9
|
Unset the zoom, because apparently it can leak out to other mochitests
|
2008-10-14 12:54:49 -04:00 |
|
Boris Zbarsky
|
04e1cee63b
|
Relanding bug 459424 (backing out backout changeset 530f1077cae4). Don't pass null documents to the enumerator. r+sr=roc.
|
2008-10-14 10:24:55 -04:00 |
|
Ben Turner
|
528a45ba6e
|
Backed out changeset b5b7b5523c66 to see if it fixes unit tests.
|
2008-10-13 19:54:46 -07:00 |
|
Boris Zbarsky
|
0293ef22e1
|
Bug 459424. Don't pass null documents to the enumerator. r+sr=roc
|
2008-10-13 16:32:10 -04:00 |
|
Boris Zbarsky
|
69caa46727
|
Backing out changeset 43d8e57c41e9
|
2008-10-13 14:21:31 -04:00 |
|
Laurent Jouanneau
|
a5f3d21b7e
|
Bug 424359. Fix OutputBodyOnly to not output a stray </html> and fix newline stuff for doctypes, comments, and the entire XML serializer
|
2008-10-13 12:49:14 -04:00 |
|
Olli Pettay
|
1b40f24812
|
Bug 456262 - Attribute nodes don't preserve wrappers, r+sr=jst
|
2008-10-13 19:33:27 +03:00 |
|
Jonas Sicking
|
07f04921b1
|
Ensure that documentURI and baseURI is correct for XHR created documents. For cross-site loaded XHR documents make the two URIs that of the loading page, just to be on the safe side.
r/sr=bz b=459470
|
2008-10-11 23:30:14 -07:00 |
|
Olli Pettay
|
12d7219070
|
Bug 454325 - Range.extractContents doesn't clone partially selected nodes, r+sr=sicking
|
2008-10-11 22:46:05 +03:00 |
|
Jonas Sicking
|
2bf6436125
|
Disable Cross-Site XHR tests on mac since the mochitest server freaks out.
|
2008-09-30 22:49:15 -07:00 |
|
Jonas Sicking
|
fdc1916928
|
Remove test that is no longer relevant after cross-site XHR landing. Also disable cross-site XSLT test for now
|
2008-09-30 20:58:03 -07:00 |
|
Jonas Sicking
|
3dcc908655
|
Fix tests since network code or mochitest server can't deal with DELETE and PUT. r/sr=me
|
2008-09-30 17:54:04 -07:00 |
|
Jonas Sicking
|
cce6fbac9b
|
Implement cookieless requests for Access-Control. b=389508 r=biesi sr=jst
|
2008-09-30 17:52:52 -07:00 |
|
Jonas Sicking
|
7a655650a9
|
Ensure that you can't use upload ProgressEvents to do server detection when using Access-Control. b=389508 r=smaug sr=jst
|
2008-09-30 17:51:53 -07:00 |
|
Jonas Sicking
|
6f2a7e0f6b
|
Update Access-Control implementation to match changes in spec. b=389508 r/sr=jst
|
2008-09-30 17:50:42 -07:00 |
|
Boris Zbarsky
|
39cccc23b7
|
Adding some tests
|
2008-09-29 16:36:28 -04:00 |
|
Olli Pettay
|
e3fb190fe1
|
Bug 433533 - Attributes stored using enum value don't keep the 'caseness', r+sr=sicking
|
2008-09-26 13:39:18 +03:00 |
|
Olli Pettay
|
254e405940
|
Bug 382871 - XMLHttpRequest JS wrapper not preserved by its event handlers, r+sr=jst
|
2008-09-25 17:40:30 +03:00 |
|
Olli Pettay
|
a2769ead5a
|
Bug 450160 - DOMImplementation createDocument does not create an HTML document, r+sr=bz
|
2008-09-20 21:55:04 +03:00 |
|
Olli Pettay
|
becb11047e
|
Bug 454326 - Range.surroundContents doesn't throw BAD_BOUNDARYPOINTS_ERR, r+sr=sicking
|
2008-09-16 11:13:11 +03:00 |
|
Dave Townsend
|
8ceb68f79e
|
Bug 368972: Default width/height for plugin placeholders should be 240px/200px (pinstripe fix and mochitest). r+sr=dbaron
|
2008-09-14 12:03:56 -04:00 |
|
Olli Pettay
|
384c28fdaa
|
Bug 445225 - Make progress events to work properly with multipart XHR, r+sr=jst
|
2008-09-11 13:44:15 +03:00 |
|
Dave Townsend
|
3919bf60ce
|
Bug 391728: No placeholder for disabled plugins. r=jst, r=josh, sr=bz
|
2008-09-09 16:43:21 +01:00 |
|
Olli Pettay
|
a4dcb20ef2
|
Bug 454217, httpd.js doesn't handle large body properly, r=sayrer, +change XHR POST test to use request.body
|
2008-09-09 12:32:35 +03:00 |
|
Olli Pettay
|
f3f651e521
|
Bug 453521, range.extractContents should return empty document fragment if range is collapsed, r+sr=sicking
|
2008-09-09 12:17:35 +03:00 |
|
roc@mystery
|
cc723e334a
|
Fix commenting-out of failing test.
|
2008-09-09 12:32:45 +12:00 |
|
Robert O'Callahan
|
60438fd63d
|
Bug 451664. 438519 should be innocent, reenable the test.
|
2008-09-08 14:29:48 +12:00 |
|
Robert O'Callahan
|
6c5aee9b23
|
Bug 451664. Tests for bugs 435425 and 438519 fail a lot.
|
2008-09-08 14:21:46 +12:00 |
|
Boris Zbarsky
|
0b32650b29
|
imported patch bug431701
|
2008-08-28 08:56:45 -04:00 |
|
Alexander Surkov
|
daf87871dd
|
Bug 451376 – IAccessibleText::attributes provides incorrect info after a mis-spelled word, r=Olli.Pettay, MarcoZ, sr=neil
|
2008-08-26 11:04:14 +08:00 |
|
Robert O'Callahan
|
56a8fae008
|
Bug 451256. Fire DOMTitleChanged when a new document loads, even if it has no title. r+sr=jst
|
2008-08-25 20:52:48 +12:00 |
|
Olli Pettay
|
a3e5679dee
|
Bug 451664, improve the test for bug 435425
|
2008-08-24 18:38:08 +03:00 |
|
Jonas Sicking
|
9fb7b3415e
|
Bug 447917: Implement the Implement ElementTraversal. Also implements a .children property that is a NodeList of all element children. This is a subset of the IE property with the same name. r=smaug sr=peterv
|
2008-08-04 17:58:16 -07:00 |
|
Olli Pettay
|
e19975c084
|
Bug 372964, Make XMLHttpRequest to work more like a normal event target, additional patch, r+sr=jst
|
2008-08-19 16:02:02 +03:00 |
|
Robert O'Callahan
|
1499813be0
|
Bug 118704. Get the document title from the DOM instead of storing it in the document object. Relanding with hopeful leak fix. r+sr=jst
|
2008-08-18 14:10:28 +12:00 |
|
Robert O'Callahan
|
65a0e17d1b
|
Backing out bug 118704 to try to fix Windows leak orange
|
2008-08-16 23:27:40 +12:00 |
|
Robert O'Callahan
|
21fbc52690
|
Bug 118704. Get the document title from the DOM instead of storing it as a string in the document. r+sr=jst
|
2008-08-16 21:01:52 +12:00 |
|
Olli Pettay
|
cf78b89d1b
|
Bug 435425, re-enable tests
|
2008-08-14 19:07:50 +03:00 |
|
Olli Pettay
|
3885acdc9e
|
Bug 435425, disable tests for now
|
2008-08-14 16:43:57 +03:00 |
|
Olli Pettay
|
4062b71fa6
|
Bug 435425 – Progress events for XHR, r=sicking, sr=jst
|
2008-08-14 14:07:46 +03:00 |
|
Olli Pettay
|
d5eda7d66b
|
Bug 372964 – Make XMLHttpRequest to work more like a normal event target, r=sicking, sr=jst
|
2008-08-14 14:04:43 +03:00 |
|
Jonas Sicking
|
cfd4e7f824
|
Bug 28293: Implement defer attribute. r/sr=jst
|
2008-07-25 19:42:12 -07:00 |
|
Boris Zbarsky
|
2fd8a11dcd
|
Bug 416317 changing test message to unconfuse tinderbox
|
2008-07-22 09:44:14 -07:00 |
|
Boris Zbarsky
|
4c507815b8
|
Bug 416317. Implement querySelector(All) API. r=dbaron, sr=jst
|
2008-07-21 17:55:52 -07:00 |
|
Johnny Stenback
|
0fc704b4b2
|
Landing tests for bug 132824. Patch by craig.topper@gmail.com, r+sr=jonas@sicking.cc
|
2008-07-21 17:41:05 -07:00 |
|
Robert O'Callahan
|
7834856f06
|
Fix test to not fail randomly
|
2008-07-15 10:52:07 -04:00 |
|
Robert O'Callahan
|
af30232ff4
|
Disabling unreliable test, see bug 431833
|
2008-07-15 20:28:26 +12:00 |
|
Olli Pettay
|
ea7ff0f5b2
|
Bug 444722, XMLHttpRequest.send should handle case when there isn't any parameter, r+sr=bz
|
2008-07-13 22:32:33 +03:00 |
|
Olli Pettay
|
340ccadf64
|
Bug 444030, Crash [@ nsGenericDOMDataNode::FirstLogicallyAdjacentTextNode], r+sr=jst
|
2008-07-13 22:28:22 +03:00 |
|
Adam Barth
|
0e60a09743
|
Bug 429781 - "Update XMLHttpRequest blocked header list" [r+sr=sicking]
|
2008-07-12 18:06:36 -05:00 |
|
Reed Loden
|
478f37cda4
|
Backed out changeset 88a91e1e9a3f
|
2008-07-12 16:32:25 -05:00 |
|
Jeff Walden
|
abf8b90dee
|
Bug 397227 - "Reduce the effort needed to write C++ tests" [r=ted/luser]
|
2008-07-12 16:27:27 -05:00 |
|
Smaug
|
0be1395b5c
|
Bug 199959 – Attribute.specified isn't true when attribute set through Attribute.value='string'. r=sicking, sr=bz
|
2008-07-12 13:05:49 +02:00 |
|
Dietrich Ayala
|
6ebe64c24b
|
imported patch bug-444030-backout
|
2008-07-10 15:14:04 -07:00 |
|
Olli Pettay
|
67170fb8db
|
Bug 444030, Crash [@ nsGenericDOMDataNode::FirstLogicallyAdjacentTextNode] r+sr=jst
|
2008-07-10 21:21:31 +03:00 |
|
Robert O'Callahan
|
cafdc05f67
|
Bug 438519. Make DocumentType.internalSbuset return null when there was no internal subset in the doctype at all. r+sr=sicking. Acid3 progress.
|
2008-06-14 20:24:13 +12:00 |
|
Jeff Walden
|
68d86d0b8c
|
Bug 421765 - Implement DOM 3 replaceWholeText and wholeText. acid3++ r=smaug, sr=jst
|
2008-06-04 13:53:34 -04:00 |
|
bzbarsky@mit.edu
|
2b722b74e1
|
Fix bug 431833: fire DOMFrameContentLoaded on the immediate parent document of the frame. r=bent, sr=sicking, a=beltzner
|
2008-05-04 20:53:42 -07:00 |
|
jonas@sicking.cc
|
b47bc28082
|
Backing out to try to fix orange
|
2008-05-02 19:16:21 -07:00 |
|
jonas@sicking.cc
|
4b1402c163
|
Bug 429781: Update XMLHttpRequest blocked header list to latest spec. Patch by Adam Barth. r/sr=sicking a=damon
|
2008-05-02 17:00:18 -07:00 |
|
Olli.Pettay@helsinki.fi
|
8c5cd9f684
|
Bug 426646, Using location.replace breaks iframe history, r=bz,sr=jst,a=dsicore
|
2008-04-29 00:18:55 -07:00 |
|
bzbarsky@mit.edu
|
b0859e358e
|
Don't report bogus errors when DOMParser is used from chrome. Bug 429785, r+sr=sicking, a=dsicore
|
2008-04-24 14:54:42 -07:00 |
|
Olli.Pettay@helsinki.fi
|
2df44b5dfe
|
Bug 430050, cancel frameloader initialization when docshell starts to load a page, r=sicking, sr=jst, a=dsicore
|
2008-04-24 03:33:22 -07:00 |
|
jonas@sicking.cc
|
2558cdb12f
|
Followup patch to bug 425201. Make sure to throw if xhr.open is called with an illegal uri. Also restore the nsIScriptSecurityManager.CheckConnect API as soap still uses it
|
2008-04-18 10:35:55 -07:00 |
|
jst@mozilla.org
|
940a11a226
|
Fixing bug 428847. Don't show an error page if an XML file references an XSLT stylesheet it doesn't have permission to load. r+sr=jonas@sicking.cc, a=beltzner
|
2008-04-17 15:22:44 -07:00 |
|
mats.palmgren@bredband.net
|
6091930e10
|
Don't trigger "Missing plugin" UI for supported image or document types when there's no URI. b=429157 r+sr=jst a1.9=beltzner
|
2008-04-16 13:07:11 -07:00 |
|
reed@reedloden.com
|
a663ac401d
|
Bug 426308 - "Cross site XHR backout broke redirect handling for privileged code" [p=manish@flock.com (Manish Singh) r+sr=sicking a=blocking1.9+]
|
2008-04-04 02:01:22 -07:00 |
|
jst@mozilla.org
|
8d1013ae5e
|
More fixes to get this test to run more reliably, use onload instead of a timeout...
|
2008-03-27 21:06:48 -07:00 |
|
jst@mozilla.org
|
e0d9bf2561
|
Bumping timeout in test in hope of stabilizing our slowish test boxes.
|
2008-03-27 17:58:39 -07:00 |
|
jst@mozilla.org
|
e0c4d37c12
|
Fixing bug 425013. Make Firefox show the plugin finder UI for unsupported object tags w/o alternate content. r+sr=bzbarsky@mit.edu
|
2008-03-26 16:04:57 -07:00 |
|
jonas@sicking.cc
|
ae0bc39fab
|
Bug 424923: Remove support for cross-site XHR. r/sr=jst for code changes
|
2008-03-25 19:46:08 -07:00 |
|
bzbarsky@mit.edu
|
0275494c4c
|
Adding test
|
2008-03-21 22:28:53 -07:00 |
|
bzbarsky@mit.edu
|
c7132d3d58
|
Don't garbage-collect still-loading Image nodes until their onload/onerror has fired. Bug 421602, r=stuart, sr=sicking
|
2008-03-19 12:07:59 -07:00 |
|
mattwillis@gmail.com
|
3f494f6da0
|
Bug 383430 - Add features to XHR for convenience of background requests. Patch by Manish Singh <manish@flock.com> r/sr=sicking, a1.9=shaver
|
2008-03-18 17:14:38 -07:00 |
|
cbiesinger@gmail.com
|
c3caf5427c
|
bug 422537 use a storage stream instead of a pipe as the upload stream when send()ing a document, to follow the expectations of nsIUploadChannel which wants a seekable stream. r+sr=bz a=beltzner
|
2008-03-18 12:49:20 -07:00 |
|
mattwillis@gmail.com
|
a68fa041af
|
Bug 421622 - Add testcase
|
2008-03-18 11:22:50 -07:00 |
|
Olli.Pettay@helsinki.fi
|
eecf0ccd4b
|
Bug 419527, 'ASSERTION: Wrong root' with XBL, r+sr=sicking
|
2008-03-13 03:12:51 -07:00 |
|
jwalden@mit.edu
|
0bc9489dc2
|
Switch a test from using a Mozilla-specific name for a constant to using the standard one, no semantic change. r=foopy
|
2008-03-12 13:43:09 -07:00 |
|
bent.mozilla@gmail.com
|
820a55f61d
|
Bug 420700 - Calling createContextualFragment affects subsequent setting of innerHTML. r+sr=jst, a=blocking1.9+.
|
2008-03-06 12:14:33 -08:00 |
|
reed@reedloden.com
|
419bed8306
|
Bug 420609 - "XMLHttpRequest no longer able to parse XHTML documents with entity references" [p=trev.moz@adblockplus.org (Wladimir Palant) r+sr=bzbarsky a1.9=sicking a=blocking1.9+]
|
2008-03-05 02:29:32 -08:00 |
|
bzbarsky@mit.edu
|
1201485052
|
Add the charset right after the type, before all other params, if there is no existing charset in the type. Bug 413974, r=biesi, sr=sicking, a=beltzner
|
2008-02-28 20:24:32 -08:00 |
|
roc+@cs.cmu.edu
|
0689f4c34f
|
Bug 417255. Rework getClientRects/getBoundingClientRect/offset* code to use a generic rectangle iterator API which drills down through anonymous blocks, fixing IE compat. r+sr=dbaron
|
2008-02-27 01:26:15 -08:00 |
|
dbaron@dbaron.org
|
47cb93a177
|
Fix todo expected to be fixed by bug 363248.
|
2008-02-26 18:55:20 -08:00 |
|
Olli.Pettay@helsinki.fi
|
cac7a274ea
|
Bug 409380, support 'unconnected' ranges , r+sr+a=sicking
|
2008-02-24 04:46:09 -08:00 |
|
Olli.Pettay@helsinki.fi
|
0ccb4fd6ff
|
Bug 418727, Save as text only includes the email subject, r+sr=peterv, a=beltzner
|
2008-02-21 10:45:57 -08:00 |
|
bent.mozilla@gmail.com
|
46ed7b400a
|
Add missing file from the last checkin, bug 392322
|
2008-02-19 15:27:26 -08:00 |
|
bent.mozilla@gmail.com
|
f22ebbeebe
|
Bug 392322 - "XMLHttpRequest crashes on local file retrieval [@ nsCrossSiteListenerProxy::OnStartRequest]". r+sr=sicking, a=blocking1.9+.
|
2008-02-19 15:12:23 -08:00 |
|
bzbarsky@mit.edu
|
970880603b
|
Don't parse "style" attributes in data documents unless someone asks for .style. Bug 418214, r+sr=peterv, a=schrep
|
2008-02-19 09:52:00 -08:00 |
|
Olli.Pettay@helsinki.fi
|
43062b773a
|
Bug 417384, r+sr=peterv, a=mtschrep
|
2008-02-19 05:17:29 -08:00 |
|
reed@reedloden.com
|
1552b80717
|
Bug 416958 - "Update header names" [p=suryaismail@gmail.com (Surya Ismail) r+sr=sicking a=blocking1.9+]
|
2008-02-16 19:26:13 -08:00 |
|
bent.mozilla@gmail.com
|
8f787b8cbf
|
Backing out bug 392322 due to test failure.
|
2008-02-12 23:23:05 -08:00 |
|
bent.mozilla@gmail.com
|
cda4b76f37
|
Disable test until I can figure out why it won't link.
|
2008-02-12 21:29:12 -08:00 |
|
bent.mozilla@gmail.com
|
93d6b0b5d6
|
Bustage fix?
|
2008-02-12 21:17:17 -08:00 |
|
bent.mozilla@gmail.com
|
14b2a9c165
|
Bug 392322 - "XMLHttpRequest crashes on local file retrieval [@ nsCrossSiteListenerProxy::OnStartRequest]". r+sr=sicking, a=blocking1.9+.
|
2008-02-12 20:54:08 -08:00 |
|
Olli.Pettay@helsinki.fi
|
d05a51ffc3
|
Bug 416383, call nsDOMAttributeMap::DropReference() when unlinking elements ([@nsDOMAttribute::GetValue(nsAString_internal&)]), r+sr=sicking, a=mtschrep
|
2008-02-11 02:36:50 -08:00 |
|
Olli.Pettay@helsinki.fi
|
11b5d3ed3b
|
Bug 415860, Range that selects textContent's last character will select everything when textContent changes, r+sr=sicking, a=mtschrep
|
2008-02-10 05:04:19 -08:00 |
|
surkov.alexander@gmail.com
|
acf68d9dd3
|
Bug 378969 - ###!!! ASSERTION: ReplaceElementAt(negative index): aIndex >= 0, file nsVoidArray.cpp, line 491, r=jwalden+bmo, sr=peterv, a=mtschrep
|
2008-02-09 10:05:13 -08:00 |
|
dcamp@mozilla.com
|
968073116f
|
Bug 414796: nsIDOMFile::getAsText(iso-8859-1) only returns first 8192 chars of file. r/sr/blocking-1.9=sicking
|
2008-02-07 14:45:29 -08:00 |
|