Olli Pettay
|
d3bad03d4f
|
Bug 450160 - DOMImplementation createDocument does not create an HTML document, r+sr=bz
|
2008-09-20 21:55:04 +03:00 |
|
sharparrow1@yahoo.com
|
372e46d47d
|
Bug 42976, cloneNode() HTML Document nodes, r=smaug,sr=jst
|
2008-09-18 14:15:47 +03:00 |
|
Taras Glek
|
74132a5585
|
bug 450777:deCOMtaminate nsNodeInfoManager::GetNodeInfo r+sr=jst
|
2008-09-12 15:32:18 -07:00 |
|
Ted Mielczarek
|
ff7706a544
|
bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg
|
2008-09-09 13:59:11 -04:00 |
|
Boris Zbarsky
|
5863cb9ef2
|
imported patch bug431701
|
2008-08-28 08:56:45 -04:00 |
|
Robert O'Callahan
|
fb7a994159
|
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
|
842b3fea92
|
Backing out bug 118704 to try to fix Windows leak orange
|
2008-08-16 23:27:40 +12:00 |
|
Robert O'Callahan
|
34de2392a2
|
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 |
|
Johnny Stenback
|
21f961cf38
|
Followup cleanup for bug 439034, remove dead code and some silly code too. r+sr=jonas@sicking.cc
|
2008-08-15 16:01:03 -07:00 |
|
Olli Pettay
|
d4087165b0
|
Bug 445330, document.loaded XML documents fire onload before DOMContentLoaded, r+sr=bz
|
2008-07-19 18:20:22 +03:00 |
|
Bobby Holley
|
c7acebb264
|
Viewport meta tag - content tests - bug 436083
|
2008-07-16 20:18:11 -07:00 |
|
Bobby Holley
|
1f347da68c
|
Viewport meta tag - content - bug 436083 r=jst,sr=sicking
|
2008-07-16 20:16:23 -07:00 |
|
Chris Double
|
91826e2fd0
|
Bug 382267. Core implementation of the <video> and <audio> elements. r=jst,r+sr=roc
|
2008-07-09 20:22:20 +12:00 |
|
Robert O'Callahan
|
00c8f1363c
|
Bug 344258. Move ID-content map up from nsHTMLDocument to nsDocument to prepare for using it across all document types. r+sr=jst
|
2008-06-23 11:12:40 +12:00 |
|
reed@reedloden.com
|
00fc3677b8
|
Bug 431703 - "Crash [@ nsXMLContentSink::HandleEndElement] setting innerHTML with SVG, onload" (null check) [p=longsonr@gmail.com (Robert Longson) r+sr=bzbarsky a1.9=beltzner]
|
2008-05-07 03:23:08 -07:00 |
|
jst@mozilla.org
|
4b69a276d4
|
Landing fix for bug 419716. Make us consistently deal how we're pass param tags to object tags when parsing XHTML. Patch by mrbkap@gmail.com and bent.mozilla@gmail.com, r+sr=jonas@sicking.cc, a=beltzner
|
2008-04-17 15:30:51 -07:00 |
|
jst@mozilla.org
|
f36dc677a5
|
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 |
|
bent.mozilla@gmail.com
|
c54db3bb3c
|
Bug 425551 - "Fix async DOM events from keeping link elements alive past unlink". r+sr=sicking, a=beltzner.
|
2008-04-11 10:29:06 -07:00 |
|
jonas@sicking.cc
|
f6bc46eb38
|
Backing out due to test failures
|
2008-04-08 20:20:39 -07:00 |
|
jonas@sicking.cc
|
aedea05d90
|
Bug 425551: Improve script blocker code and use it to prevent async DOM events from keeping link elements alive past CC. Patch by bent. r/sr=sicking
|
2008-04-08 19:06:27 -07:00 |
|
jonas@sicking.cc
|
ec7a19c8b9
|
Allow XMLHttpRequest and document.load load files from subdirectories. r/sr=dveditz
|
2008-04-08 17:38:12 -07:00 |
|
timeless@mozdev.org
|
b0e4df4591
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-04-06 05:28:34 -07:00 |
|
timeless@mozdev.org
|
7f880e43ef
|
reverting, wrong patch, missing AMBIGUOUS
|
2008-03-19 14:55:22 -07:00 |
|
timeless@mozdev.org
|
022712406a
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-03-19 14:19:35 -07:00 |
|
gavin@gavinsharp.com
|
a160da0493
|
Bug 422808: remove forwarding of nsIAuthPrompt for XHR and document.load so that users fall back to the more useful docshell prompts, r=sicking, sr=biesi (r=dolske on tests)
|
2008-03-18 11:18:29 -07:00 |
|
jst@mozilla.org
|
123a96d191
|
Fixing bug 415324. Don't change principals on documents during document.load() now that document principals must remain unchanged. r=jonas@sicking.cc, sr=bzbarsky@mit.edu
|
2008-03-11 16:47:23 -07:00 |
|
bent.mozilla@gmail.com
|
827ac24e1e
|
Bug 420700 - Calling createContextualFragment affects subsequent setting of innerHTML. r+sr=jst, a=blocking1.9+.
|
2008-03-06 12:14:33 -08:00 |
|
jruderman@hmc.edu
|
96be9d6d7d
|
Make nsContentSink, instead of subclasses, be responsible for making sure RemoveObserver is called (bug 420835). r+sr=sicking, a=blocking1.9+.
|
2008-03-04 20:54:21 -08:00 |
|
jst@mozilla.org
|
a3dc822e7f
|
Backing out fix for bug 419848 due to feed code breakage.
|
2008-03-03 21:39:09 -08:00 |
|
jst@mozilla.org
|
d3a7ec65e8
|
Fixing bug 419848. Tighten rules about what JS files content can load. r+sr=jonas@sicking.cc
|
2008-03-03 20:17:33 -08:00 |
|
jonas@sicking.cc
|
28ea51311b
|
Bug 416534: Clean up cross-site xmlhttprequest security checks. With fixes to tests this time. r/sr=peterv
|
2008-02-26 19:45:29 -08:00 |
|
myk@mozilla.org
|
7aff03fc46
|
backing out fix for bug 416534 as potential cause of mochitest failure
|
2008-02-26 19:23:36 -08:00 |
|
jonas@sicking.cc
|
42bbc8327e
|
Bug 416534: Clean up cross-site xmlhttprequest security checks. r/sr=peterv
|
2008-02-26 18:17:49 -08:00 |
|
benjamin@smedbergs.us
|
1141ded71b
|
Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated
|
2008-02-21 12:39:20 -08:00 |
|
jag@tty.nl
|
05cdb6aefe
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
|
benjamin@smedbergs.us
|
c00f226f8e
|
Bug 412320 - generate QI for additional classes which, according to stats, show up in profiles as frequent callers of nsID::Equals, r=biesi,ted,sicking
|
2008-02-12 11:46:26 -08:00 |
|
bent.mozilla@gmail.com
|
588f30c270
|
Bug 386769 - "Make setting innerHTML faster". r=jst, sr=peterv, a=blocking1.9.
|
2008-02-08 14:07:51 -08:00 |
|
jst@mozilla.org
|
275f61abc4
|
Fixing bug 397791. Prevent document principals from ever changing, and make us not use XOWs for same origin document objects. r=jonas@sickin.cc, sr=bzbarsky@mit.edu
|
2008-01-25 13:49:11 -08:00 |
|
roc+@cs.cmu.edu
|
ab982faa16
|
Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron
|
2008-01-09 01:38:28 -08:00 |
|
roc+@cs.cmu.edu
|
96da482e7e
|
backing out bug 355548 due to test failures
|
2008-01-08 15:11:27 -08:00 |
|
roc+@cs.cmu.edu
|
c816d4ca4f
|
Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron
|
2008-01-08 14:36:46 -08:00 |
|
bzbarsky@mit.edu
|
b04d60aa55
|
Fix bug 392338. r=mrbkap, sr=jst, a=schrep
|
2008-01-06 14:07:25 -08:00 |
|
bzbarsky@mit.edu
|
3873a2fe8d
|
Make document classes use QI tables as possible. Bug 408403, r+sr+a=jst
|
2007-12-14 21:43:10 -08:00 |
|
jruderman@hmc.edu
|
bd7d7618a0
|
Add crashtest.
|
2007-12-13 20:28:06 -08:00 |
|
jonas@sicking.cc
|
5d4f2a4212
|
Bug 366200: Fix problems with mRootContent being out of sync with mChildren by removing mRootContent. r/sr=bz
|
2007-12-11 18:26:09 -08:00 |
|
aaronleventhal@moonset.net
|
754ec000fb
|
Bug 398910. Remove support for namespaced ARIA properties since they are no longer official (we are pre-1.0). r=surkov, r=ginn, r=bienvenu, r=mano, r=mconnor, r+sr=neil
|
2007-12-11 18:10:26 -08:00 |
|
jonas@sicking.cc
|
4c1a3910ac
|
bug 394390: Don't report bogus warnings to the error console when using cross-site xmlhttprequest. Patch by Surya Ismail <suryaismail@gmail.com>, r/sr=sicking
|
2007-10-26 18:46:09 -07:00 |
|
Olli.Pettay@helsinki.fi
|
4ecfdfa880
|
Mochitest for bug 399502
|
2007-10-19 10:42:39 -07:00 |
|
Olli.Pettay@helsinki.fi
|
0fd7a1c518
|
Bug 393762, Bug 393761 and Bug 382636, r=jst, sr=peterv
|
2007-10-01 03:02:32 -07:00 |
|
masayuki@d-toybox.com
|
a20d56bd8d
|
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
|
2007-08-22 04:13:46 -07:00 |
|