Commit Graph

1494 Commits

Author SHA1 Message Date
Edmund Wong
921721c641 Bug 602766 - Fix 'a the' comments in Core::DOM. r=bz a=comments-only 2010-10-22 15:55:04 -07:00
Timothy Nikkel
1c0a355ea1 Bug 605741. Only send state change notifications when we actually change state for textareas and inputs. f=volkmar r=jst a=dbaron 2010-10-21 19:58:11 -05:00
Joel Maher
431d92c153 Bug 599847 Cleanup unused test files in mochitest/static r=ctalbert a=NPOTB 2010-10-21 13:15:57 -07:00
Mounir Lamouri
eb0b89befa Bug 604737 - nsHTMLFieldSetElement::RemoveChildAt should update mFirstLegend. r=smaug a=blocking 2010-10-21 13:11:01 +02:00
Olli Pettay
5fd6fa43e4 Bug 605242 - No :active state for <button>, r=enndeaking, a=blocking, try: -b o -p all -m none -t none -u mochitests
--HG--
extra : rebase_source : e075f9024515c801996f10b3fff706551c833843
2010-10-20 16:49:53 +03:00
Mounir Lamouri
66067bcb7b Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz 2010-10-20 13:26:32 +02:00
Michal Novotny
ac7049477a Bug 561085 - Make wyciwyg channel work in e10s. r=dwitte sr=biesi
--HG--
rename : content/html/document/public/nsIWyciwygChannel.idl => netwerk/protocol/wyciwyg/nsIWyciwygChannel.idl
rename : content/html/document/src/nsWyciwygChannel.cpp => netwerk/protocol/wyciwyg/nsWyciwygChannel.cpp
rename : content/html/document/src/nsWyciwygChannel.h => netwerk/protocol/wyciwyg/nsWyciwygChannel.h
rename : content/html/document/src/nsWyciwygProtocolHandler.cpp => netwerk/protocol/wyciwyg/nsWyciwygProtocolHandler.cpp
rename : content/html/document/src/nsWyciwygProtocolHandler.h => netwerk/protocol/wyciwyg/nsWyciwygProtocolHandler.h
2010-10-11 13:35:10 +02:00
Mounir Lamouri
88788a3064 Bug 553097 - Do not create a frame and DOM node for placeholder if not needed. r=ehsan,roc a=blocking 2010-10-19 15:11:07 +02:00
Mounir Lamouri
453abc2b01 Bug 595070 - Content tests for input.list. r=sicking a=tests 2010-10-19 15:11:23 +02:00
Jonas Sicking
83ce0df2de Followup fix to test for bug 586763. a=orange 2010-10-18 23:34:40 -07:00
Aryeh Gregor
eed02cddb9 Bug 586763 - Several integer reflected attributes have wrong defaults. r=sicking a=sicking 2010-10-18 22:53:15 -07:00
Ehsan Akhgari
1acdecd31f Bug 604332 - Whitelist attribute names beginning with "_" when pasting HTML into an editable field; r,a=roc 2010-10-18 13:59:34 -04:00
Chris Pearce
b88356b823 Bug 604067 - Ensure media loads-from-channels propagate their errors so the controls work correctly. r=roc a=blocking2.0 2010-10-17 08:57:50 +13:00
Chris Pearce
a94e3056fc Bug 602072 - Ensure media play() overrides preload='none'. r=roc a=blocking2.0 2010-10-17 07:41:53 +13:00
Chris Pearce
d705680125 Bug 602072 - Backed out changeset 5a67103cdf2b a=backout 2010-10-17 10:03:58 +13:00
Chris Pearce
044deec0f1 Bug 602072 - Ensure media play() overrides preload='none'. r=roc a=blocking2.0 2010-10-17 07:41:53 +13:00
Kyle Huey
4eed1ceefe Backing out Bug 598316. a=afrosdwilsh 2010-10-15 12:53:26 -04:00
Kyle Huey
71eb771fbe Backed out changeset ce62f87104e1 2010-10-15 12:53:00 -04:00
Ms2ger
d0d71f707b Bug 598316 - Fix a comparison between signed and unsigned integers in nsHTMLFieldSetElement::InsertChildAt; r=volkmar a=jst 2010-10-15 17:23:06 +02:00
Mounir Lamouri
7d40268f25 Bug 600155 - Let the authors override validation message with x-moz-errormessage attribute. r=sicking a=jst 2010-10-15 15:05:14 +02:00
Mounir Lamouri
6ac0322cd0 Backing out a patch that has been accidentally pushed with a merge. a=backout 2010-10-15 15:05:04 +02:00
Ehsan Akhgari
cc3a98796c Bug 602130 - Caret positioned incorrectly in input[type=text] when hidden and redisplayed; r=bzbarsky a=blocking-final+
--HG--
extra : rebase_source : 673601ada34f5d1eefc61303f7420dd74363e2b3
2010-10-14 15:36:35 -04:00
Mats Palmgren
6a2386e03c Bug 601422 - Crash [@ nsImageDocument::ShrinkToFit] in removed frame. r=Olli.Pettay a=jst 2010-10-15 06:03:33 +02:00
Timothy Nikkel
791652f07c Bug 593491. Add some debugging output to try to diagnose random orange. 2010-10-14 20:03:45 -05:00
Ehsan Akhgari
59f3ed2f55 Backed out changeset a1ee6ca61426 (bug 602130) because of test failure 2010-10-14 16:53:43 -04:00
Ehsan Akhgari
c7f1418903 Bug 602130 - Caret positioned incorrectly in input[type=text] when hidden and redisplayed; r=bzbarsky a=blocking-final+ 2010-10-14 15:36:35 -04:00
Daniel Holbert
646141ff90 Bug 603734: Remove unused variable from nsHTMLSelectElement.cpp. r=sicking a=joe 2010-10-14 09:12:56 -07:00
Blake Kaplan
29e85b9844 Merge mozilla-central into tracemonkey 2010-10-13 17:54:54 -07:00
Jonas Sicking
e7e13b2084 Bug 575946: Implement File.slice. r=khuey sr=biesi a=beltzner 2010-10-13 16:25:33 -07:00
Johnny Stenback
bdc693a467 Bug 580128. Make the editor hold on to the window it's operating on in nsHTMLDocument::EditingStateChanged() so that the window doesn't go away in the middle of this method. r=peterv@propagandism.org 2010-10-10 15:46:10 -07:00
Ehsan Akhgari
52b16445e6 Bug 597331 - Reframing a textarea sets the caret position to the end of its contents; r=bzbarsky a=blocking-final+ 2010-10-13 01:34:05 -04:00
Ehsan Akhgari
16a0dc9a08 Bug 601881 - video and audio should never play automatically in editor; r,a=bzbarsky 2010-10-06 16:31:09 -04:00
Mounir Lamouri
7873baa96e Bug 595606 - "ASSERTION: no common ancestor at all" when removing a subtree with more than one id pointed by @form. r=jst a=blocking
--HG--
rename : content/base/crashtests/595606.html => content/base/crashtests/595606-1.html
2010-10-13 12:52:45 +02:00
Blake Kaplan
a34f91e879 Fix hiding warnings. r=peterv 2010-09-17 14:54:39 -07:00
Mounir Lamouri
7f2eb27039 Bug 596350 - Make object elements focusable when they contain a document and no longer by default. r=smaug,enndeakin a=blocking 2010-10-08 12:20:20 +02:00
Mounir Lamouri
b4aa8d6633 Bug 597744 - Use aNotify when notifying elements that the fieldset disabled state has changed. r=sicking a=blocking 2010-10-08 12:19:34 +02:00
Mounir Lamouri
1d7af1e144 Bug 596785 - Do not update form validity for submit controls when we remove/add an element because of a type change. r=smaug a=blocking 2010-10-08 15:42:09 +02:00
Mounir Lamouri
68417f7637 Bug 598238 - Don't call GetMultiple but use HasAttr. r=smaug a=sicking 2010-10-08 14:15:00 +02:00
Mounir Lamouri
b5b12f9409 Bug 590386 - <input type='file'> should not use more than one filter. r=sicking a=blocking 2010-10-08 12:13:08 +02:00
Mounir Lamouri
50b705b40d Bug 598236 - nsHTMLInputElement should not ask nsFileControlFrame to know the filters for the file picker. r=smaug a=sicking 2010-10-08 12:07:20 +02:00
Mounir Lamouri
b18688f910 Bug 603586 - input.list shouldn't return the element associated with the id if it's not a datalist element. r+a=bz 2010-10-12 18:25:31 +02:00
Ms2ger
78c77cf6be Bug 599558 - Remove support for the :optional pseudo-class on button; f=volkmar r+a=sicking 2010-10-07 23:09:31 +02:00
Ehsan Akhgari
a26e6baee2 Bug 602151 - Too many calls to OnValueChanged; r,a=bzbarsky 2010-10-06 16:31:09 -04:00
Ehsan Akhgari
c05196072c Bug 174823 - Re-enable async reflow and painting for text widgets; r=roc a=blocking-betaN+ 2010-09-23 14:44:27 -04:00
Jonas Sicking
466c50688d Bug 600809: Make HTMLBaseElement.href work properly. r=smaug a=blocker 2010-10-07 09:39:01 -07:00
Justin Wood
bffe84fd6f Bug 597887 - mochitests: "Error: useless setTimeout call (missing quotes around argument?)" at "file_bug546995.html : 28". r=sicking a=tests 2010-10-07 16:22:04 +02:00
Mounir Lamouri
2bb2f039af Follow-up for bug 600813 : cleaning tests. r=sicking a=tests 2010-10-07 12:32:35 +02:00
Mounir Lamouri
faf6652cff Bug 598643 - maxlength should not apply on all input types. r=smaug a=blocking-2.0 2010-10-07 12:01:53 +02:00
Mounir Lamouri
795cd5bd9d Bug 596496 - IsTooLong shouldn't compare maxlength and text length if maxlength isn't set. r=bz a=blocking2.0 2010-10-07 12:02:29 +02:00
L. David Baron
b7ba7ece96 When we set border-radius on <hr>, make the ends circular rather than elliptical. (Bug 597721) r=bzbarsky a2.0=blocking:betaN 2010-10-06 21:25:44 -07:00