Zack Weinberg
|
7fd5fe000b
|
Bug 345681: Remove the vestigial nsICheckboxControlFrame and nsIRadioControlFrame interfaces. r=roc
|
2010-02-09 14:06:37 -08:00 |
|
Boris Zbarsky
|
6a1a36dba1
|
Bug 453929. Cache getElementsBy(Class)Name return values. r=jst
|
2010-02-09 12:09:06 -05:00 |
|
Olli Pettay
|
3a431b9f1b
|
Bug 518122, improve textarea.value+= performance, r=bz
|
2010-02-07 21:44:32 +02:00 |
|
Daniel Holbert
|
020287d441
|
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 |
|
Ms2ger@gmail.com
|
8ac5baea31
|
Bug 41464 - Implement textarea.wrap. r=bz
|
2010-02-06 09:51:10 +01:00 |
|
Dão Gottwald
|
5bf54b4622
|
Backed out changeset 8c2e7ae5cceb because of test_bug398289.html failure
|
2010-02-04 17:16:39 +01:00 |
|
Michael Ventnor
|
2b0c157e9a
|
Bug 542361 - Fix and remove the GetUsedX assertions. r=roc,dbaron
|
2010-02-04 14:58:02 +01:00 |
|
Henri Sivonen
|
eab704aec8
|
Bug 543959 - Weaken test_bug486741.html not to test if document.open() creates a root element. r=bzbarsky.
|
2010-02-03 17:39:20 +02:00 |
|
Henri Sivonen
|
f30b1cc096
|
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
|
c4b0f9199e
|
Bug 533381 - Use the old parser for about:blank when HTML5 parser enabled. r=bzbarsky.
--HG--
extra : rebase_source : 7e1cea763fbb444ab46b4324e2960b34ecd00a9a
|
2010-02-02 09:39:26 +02:00 |
|
Henri Sivonen
|
d46d25ad26
|
Bug 539687 - Add </label> tags in test_bug353415-2.html to make type=hidden not be a child of label. r=bzbarsky.
--HG--
extra : rebase_source : 25803ae79266841d1bc104fe74593a1cb92a4a9b
|
2010-01-28 16:24:41 +02:00 |
|
Henri Sivonen
|
5d3057fd75
|
Bug 539882 - Make test_bug324378.html not expect that attributes on second <head> move to head. r=bzbarsky.
--HG--
extra : rebase_source : 9e8f9d43c6f59751cec60e657b91bcc3422a32f0
|
2010-01-18 15:38:43 +02:00 |
|
Olli Pettay
|
bd950481d6
|
Bug 540462 - Move GetDocument from nsIDocumentViewer to nsIContentViewer, r=bz
|
2010-01-23 13:41:41 +02:00 |
|
Henri Sivonen
|
e57b659dd4
|
Bug 537557 - Thread-unsafe refcounting in the HTML5 parser when chardet enabled. r=bnewman.
|
2010-01-12 15:15:10 +02:00 |
|
Henri Sivonen
|
f956b447b8
|
Bug 539891 - test_bug478251.html fails with the HTML5 parser. r=bzbarsky.
|
2010-01-18 15:38:44 +02:00 |
|
Aryeh Gregor
|
86317086bb
|
Bug 535043 - Support maxlength on textarea. r=smaug, sr=jst
|
2010-01-18 16:53:59 +01:00 |
|
Peter Van der Beken
|
7d8645e4ca
|
Fix for bug 428229 (Unable to override addEventListener), remove custom addEventListener code. r=bz.
--HG--
extra : rebase_source : 4e679da2100075a1e3c4ad557b92a3c86a5cf7be
|
2010-01-13 14:50:01 +01:00 |
|
Robert O'Callahan
|
dd13d8b675
|
Bug 526394. Part 9: More conversion for nsEventStateManager and nsImageDocument. r=smaug
|
2010-01-12 10:45:04 +13:00 |
|
Robert O'Callahan
|
b74462ae4f
|
Bug 526394. Part 1: Make a couple of tests more descriptive when they fail.
|
2010-01-12 10:45:00 +13:00 |
|
Bernd
|
f4a1800dfb
|
bug 43178 - replace incorrect border, frame and rules handling code in content by css rules, initial patch - fantasai, a lof of input - bz r=bzbarsky
|
2010-01-09 16:33:03 +01:00 |
|
Olli Pettay
|
63fd91b1fa
|
Bug 534226 - Remove support for multiple presshells, r=bz, sr=roc
|
2010-01-07 12:36:11 +02:00 |
|
Robert O'Callahan
|
71c9bda876
|
Bug 528703. NotifyOwnerDocumentActivityChanged() should call mDecoder->Play() regardless of mReadyState. r=doublec
|
2010-01-07 14:13:27 +13:00 |
|
L. David Baron
|
46b22b7ca0
|
DeCOMify nsHTMLCSSStyleSheet. (Bug 239008) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
|
Boris Zbarsky
|
cb8ca909a6
|
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 |
|
Robert Sayre
|
b567cced3a
|
Merge.
|
2009-12-22 12:08:43 -05:00 |
|
Metal Sonic
|
4c1b34d634
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00:00 |
|
Peter Van der Beken
|
53d577ff22
|
Bug 535638. DNS prefetch cache should hold weak references. r=bz, sr=sicking
|
2009-12-21 12:43:05 -05:00 |
|
Robert O'Callahan
|
bd5fde6807
|
Bug 526323. nsCrossSiteListenerProxy for media loads should not treat 416 'range not satisfiable' as an error. r=doublec
|
2009-12-16 09:08:59 +13:00 |
|
Geoff Lankow
|
2c4db9a0a2
|
Bug 500885 - DOMActivate is fired twice for input[type=file] if user clicks on browse button, r=Olli.Pettay sr=jonas
|
2009-11-24 18:12:00 -08:00 |
|
Saint Wesonga
|
53aac44029
|
Bug 340017. Make document.formName work in XHTML. r=bzbarsky
|
2009-12-11 22:36:33 -08:00 |
|
Henri Sivonen
|
e8f639313e
|
Bug 527896 - Freeze script deferredness and asyncness upon insertion to tree by HTML5 parser. r&sr=sicking.
--HG--
extra : rebase_source : a070df9af738e1716929cecf6163f82b74ab4e1d
|
2009-11-17 10:52:30 +02:00 |
|
Olli Pettay
|
2f4c5ea761
|
Bug 487667 - Clone documents for printing, r=roc+jst+joe+dbaron
--HG--
extra : rebase_source : dbab242066ba97c0d7f34a2fb701a1c465f26ec4
|
2009-12-10 20:02:13 -08:00 |
|
Robert O'Callahan
|
f5ad5f28f5
|
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 |
|
Robert O'Callahan
|
69068c403d
|
Bug 528493 preliminary. Don't MaybeLoadImage on bind if image loading for this node is disabled. r=bzbarsky
|
2009-11-19 23:39:11 -05:00 |
|
Boris Zbarsky
|
1ccc263d2e
|
Bug 529859. Need to submit empty file inputs too. r=smaug
|
2009-11-19 15:58:46 -05:00 |
|
Boris Zbarsky
|
85e02cc64e
|
Bug 529819. Don't double-add a node to form.elements['foo']. r=smaug
|
2009-11-19 15:58:46 -05:00 |
|
Henri Sivonen
|
1d34c84c65
|
Bug 515257 - Remove bogus assertion on optgroup child removal. r=bnewman.
--HG--
extra : rebase_source : ea5f2690286d4dedefcc657472f3f56bf68ff5b6
|
2009-10-21 17:03:01 +03:00 |
|
Henri Sivonen
|
62853870ee
|
Bug 503473 - Prevent document.write() in the HTML5 parser where prohibited by HTML5. r=bnewman, sr=sicking.
--HG--
extra : rebase_source : 0f574695c4d6fad936e9d0960f07261aa192b13d
|
2009-10-15 14:29:11 +03:00 |
|
Bernd
|
c7ee49f5cc
|
Bug 527464. Go back to ignoring nowrape in quirks mode if a nonzero width is set in the width attribute. r=bzbarsky
|
2009-11-17 17:50:06 -05:00 |
|
Jonas Sicking
|
b5ab92b578
|
Bug 527370: Fix bug in test. r=bustage-fix
|
2009-11-16 22:07:49 -08:00 |
|
Chris Jones
|
f0661e7597
|
Merge backout. CLOSED TREE
|
2009-11-16 23:50:52 -06:00 |
|
Chris Jones
|
8cce8d8541
|
Backout b68f602ce949
|
2009-11-16 23:49:22 -06: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 |
|
Chris Jones
|
75d8b06554
|
bug 527590: make it an error to hide a virtual method declaration by overloading it in a derived class. (use |using base::method;| if you really mean to do that). rs=bsmedberg
|
2009-11-16 17:57:21 -06:00 |
|
Jonas Sicking
|
b801bd247a
|
Bug 503481: Implement async attribute
|
2009-11-09 17:04:24 -08:00 |
|
Jonas Sicking
|
f84ddd9e6b
|
Bug 521668: Fire DOMLinkAdded asynchronously to avoid unexpected recursion. r=bent sr=jst
|
2009-11-06 15:30:24 -08:00 |
|
Mike Kristoffersen
|
b359cbacab
|
Bug 525898 - White spaces at EOL in nsHtmlMediaElement.h. r=chris.double
--HG--
extra : rebase_source : 9775a2db54c962ae1bacdb219e1af8335c1142b9
|
2009-11-06 08:34:00 +01:00 |
|
Mike Kristoffersen
|
67ee431a58
|
Bug 525923 - White spaces at EOL in nsHtmlMediaElement.cpp. r=chris.double
--HG--
extra : rebase_source : ead218be45e58a8005c401826179af2daf806bae
|
2009-11-06 08:32:52 +01:00 |
|
Jonas Sicking
|
7892ff1c09
|
Bug 293347: Disable document.write for XSLT result docs. r/sr=jst
|
2009-11-05 20:27:30 -08:00 |
|
Shawn Wilsher
|
a99c022038
|
Bug 461199 - Create an API for asynchronous isVisited checks that content/layout can use (Step 1 of at least 3)
This first step simply refactors all link elements to use the same base class
to make future patches simpler and more obvious.
r=sicking
sr=bz
|
2009-10-13 15:13:41 -07:00 |
|