Ms2ger
|
1d0f55b3ef
|
Bug 109445. Allow imagemap references by id in text/html. r=jst
|
2010-05-13 12:56:10 +12:00 |
|
Peter Van der Beken
|
07d0bbc670
|
Back out fixes for bug 560462 to fix orange.
|
2010-05-11 19:20:03 +02:00 |
|
Peter Van der Beken
|
6650d77869
|
Try to fix orange from e2c5f6be2148
|
2010-05-11 18:27:44 +02:00 |
|
Peter Van der Beken
|
dca3cee645
|
Fix for bug 560462 (Use fast unwrapping for more quickstubs) - add non-addrefing GetElementById and GetBody, add nsContentList-returning GetElementsByTagName(NS) and GetElementsByName. r=jst.
|
2010-04-19 17:41:38 +02:00 |
|
Mayank Gupta
|
6a85f4f697
|
Bug 548828. Implement HTMLDocument.head. r=bzbarsky
|
2010-05-02 13:32:21 +05:30 |
|
Boris Zbarsky
|
cd27fc6a1c
|
Bug 562971. Include Element.h as mozilla/dom/Element.h and don't use 'using namespace' quite as much. r=jst
|
2010-05-05 14:18:05 -04:00 |
|
Peter Van der Beken
|
ff7255aaa2
|
Part 1 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - add nsINode::GetBaseURI. r=sicking.
|
2010-04-19 17:40:15 +02:00 |
|
Boris Zbarsky
|
945c1b92c2
|
Bug 562688 part 5. Change the document id and named item table APIs to use Element. r=jst
|
2010-04-30 09:12:05 -04:00 |
|
Boris Zbarsky
|
b799eebaa2
|
Bug 562688 part 4. Change GetRootContent and the like to return Elements. r=jst, sr=sicking
|
2010-04-30 09:12:05 -04:00 |
|
Ben Newman
|
b4d3ccac07
|
Replace direct instantiations of nsRunnableMethod with calls to the templatized NS_NewRunnableMethod function (part 3/3 of bug 558498). r=dwitte sr=dbaron
|
2010-04-20 16:21:35 -07:00 |
|
Jonas Sicking
|
896b731723
|
Bug 515401: Make implementation of <base> HTML5 compliant, and clean it up. r=benjamn a=dholbert
|
2010-04-23 09:10:07 -07:00 |
|
Timothy Nikkel
|
e84acac3ef
|
Bug 502937. Part 0. Make sure onload blocker is in place with document.open(). r=bzbarsky
|
2010-01-18 03:07:08 -06:00 |
|
Peter Van der Beken
|
ca30200583
|
Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst.
|
2010-01-12 14:08:43 +01:00 |
|
Ms2ger
|
eef705f827
|
Bug 554707. Throw the right exception when document.open/close/write/writeln happen on an XHTML document. r=bzbarsky
|
2010-04-01 22:09:05 -04:00 |
|
Ehsan Akhgari
|
6932723db6
|
Bug 555851 - nsHTMLFragmentContentSink::AddTextToContent is dead code; r=jst
|
2010-03-31 17:44:47 -04:00 |
|
Peter Van der Beken
|
ae990636ad
|
Fix for bug 556241 (HTMLContentSink needs to participate in cycle collection). r=jst.
|
2010-03-31 13:35:20 +02:00 |
|
Peter Van der Beken
|
0ae62d1769
|
Fix for bug 552716 (Remove NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO). r=jst.
|
2010-03-17 16:09:05 +01:00 |
|
Henri Sivonen
|
587ef33ea3
|
Bug 541078 - Turn editing off in BeginLoad(). r=bzbarsky.
|
2010-03-12 12:29:46 +02:00 |
|
Jonas Sicking
|
d7c0532397
|
Bug 549452: Clean up nsGlobalWindow::SetNewDocument. r=mrbkap sr=jst
|
2010-03-12 16:59:18 -08:00 |
|
Jonas Sicking
|
6b5d698011
|
Bug 534136 Part 3: Optimize atom-using code for the fact that atoms store 16bit strings. Also take advantage of new nsAtomString API. r=bz
|
2010-03-08 07:45:00 -08:00 |
|
Jonas Sicking
|
6859a5ac8e
|
Bug 534136 Part 2: Use 16bit-char buffers inside atoms. r=bz sr=mrbkap
|
2010-03-08 07:45:00 -08:00 |
|
Zack Weinberg
|
09642046d8
|
Bug 544112 part 2: DeCOMtaminate and devirtualize nsCSSLoader. r=bzbarsky sr=dbaron
|
2010-03-02 13:00:53 -08:00 |
|
Jae-Seong Lee-Russo
|
613f8e2874
|
Bug 530373. Use NS_MIN/NS_MAX instead of PR_MIN/PR_MAX in DOM code. r=bzbarsky
|
2010-02-22 14:41:19 -05:00 |
|
Timothy Nikkel
|
1a75ee1031
|
Bug 545593. Remove nsViewManager::Enable/DisableRefresh. r=roc
|
2010-02-18 13:23:23 -06:00 |
|
Timothy Nikkel
|
13c441d2fb
|
Backed out changeset 93c7b23284b8 (Bug 545593) for causing Md oth failures on linux.
|
2010-02-12 16:46:04 -06:00 |
|
Timothy Nikkel
|
1b46df99a8
|
Bug 545593. Remove nsViewManager::Enable/DisableRefresh. r=roc
|
2010-02-11 18:14:59 -06:00 |
|
Boris Zbarsky
|
65aa736d88
|
Bug 453929. Cache getElementsBy(Class)Name return values. r=jst
|
2010-02-09 12:09:06 -05:00 |
|
Daniel Holbert
|
6b26a2c8cd
|
Bug 543497, Patch B: Fix "warning: suggest parentheses around comparison in operand of !=" in nsHTMLDocument.cpp. r=smaug
|
2010-02-06 13:33:53 -08:00 |
|
Henri Sivonen
|
562092a9ce
|
Bug 543930 - Assertion misplaced after code additions above a disconnected #ifdefed else branch. r=bzbarsky.
|
2010-02-03 10:53:58 +02:00 |
|
Henri Sivonen
|
38b558cb43
|
Bug 533381 - Use the old parser for about:blank when HTML5 parser enabled. r=bzbarsky.
|
2010-02-02 09:39:26 +02:00 |
|
Olli Pettay
|
5daa5ba3ba
|
Bug 540462 - Move GetDocument from nsIDocumentViewer to nsIContentViewer, r=bz
|
2010-01-23 13:41:41 +02:00 |
|
Henri Sivonen
|
2c50e9c1d6
|
Bug 537557 - Thread-unsafe refcounting in the HTML5 parser when chardet enabled. r=bnewman.
|
2010-01-12 15:15:10 +02:00 |
|
Robert O'Callahan
|
2ac42163fe
|
Bug 526394. Part 9: More conversion for nsEventStateManager and nsImageDocument. r=smaug
|
2010-01-12 10:45:04 +13:00 |
|
Olli Pettay
|
539642a108
|
Bug 534226 - Remove support for multiple presshells, r=bz, sr=roc
|
2010-01-07 12:36:11 +02:00 |
|
Boris Zbarsky
|
5a874cb49b
|
Bug 500882 part 4. Switch content module to using the new GetPrimaryFrame API. r=smaug, sr=roc
|
2009-12-24 16:20:05 -05:00 |
|
Saint Wesonga
|
44025d5ffb
|
Bug 340017. Make document.formName work in XHTML. r=bzbarsky
|
2009-12-11 22:36:33 -08:00 |
|
Robert O'Callahan
|
ca6a3c4957
|
Bug 528493 preliminary number 2. Don't call a function that needs to flush while we might be under a scriptblocker. r=bzbarsky
|
2009-11-19 23:39:11 -05:00 |
|
Henri Sivonen
|
ea4c02a066
|
Bug 503473 - Prevent document.write() in the HTML5 parser where prohibited by HTML5. r=bnewman, sr=sicking.
|
2009-10-15 14:29:11 +03:00 |
|
Jonas Sicking
|
56453e75c2
|
Bug 293347: Disable document.write for XSLT result docs. r/sr=jst
|
2009-11-05 20:27:30 -08:00 |
|
Olli Pettay
|
ed8065455a
|
Bug 523080 - Unlink HTMLDocument members, r=peterv
|
2009-10-21 12:41:18 +03:00 |
|
Nochum Sossonko
|
7de428843c
|
Bug 498648 - Start private browsing while editing a message, cancel, doesn't cancel private browsing; r=bz,jst,ehsan
|
2009-10-20 10:19:43 -04:00 |
|
Robert O'Callahan
|
687052fc68
|
Bug 512367. Don't reset fullZoom level when zooming in/out of an image loaded in an <iframe>. r=smaug
|
2009-10-15 15:20:50 +13:00 |
|
Jonas Sicking
|
90b687402b
|
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 |
|
David Zbarsky
|
aadd6cf119
|
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
|
2009-08-24 16:02:07 -04:00 |
|
David Zbarsky
|
836ac861dc
|
Bug 507762: Parse CSS style sheets independently of case-sensitivity, and instead check case correctly when using the stylesheets. r=dbaron
|
2009-09-28 23:07:45 -07:00 |
|
|
|
decf212084
|
Bug 516359 - document.(open|write|writeln|close) in XHTML throws the wrong error. r=smaug
|
2009-09-27 11:20:30 +02:00 |
|
Daniel Holbert
|
8aa4b4c203
|
bustage fix for Bug 371976
|
2009-09-25 14:20:53 -07:00 |
|
Neil Rashbrook
|
be209ddac2
|
Bug 371976 Create synthetic plugin document content later (like image documents) r=smaug
|
2009-09-25 21:58:47 +01:00 |
|
Henri Sivonen
|
2b8f6a2e36
|
Bug 499642 - Split the HTML5 parser into stream parser, doc.write parser and tree op executor. r=bnewman, sr=mrbkap.
|
2009-09-18 12:21:47 +03:00 |
|
Josh Aas
|
2807b75578
|
Gecko should use NPAPI directly, remove nsplugindefs.h abstractions. b=516661 r/sr=jst
|
2009-09-16 21:30:26 -04:00 |
|