Mounir Lamouri
|
717325985e
|
Bug 565904 - "HTMLOptGroupElement and HTMLOptionElement are not form controls but are listed in nsIFormControl" [r=smaug]
|
2010-05-27 06:51:00 -04:00 |
|
Mounir Lamouri
|
e8d689713a
|
Bug 565611 - ""ASSERTION: How did that happen?: 'form == aThisForm'" with <legend>" [r=bz, sr=smaug]
|
2010-05-19 16:33:00 -04:00 |
|
Mounir Lamouri
|
08963e09d2
|
Bug 569955 - Add a test to make sure that autofocus on input elements does not work if they don't have a frame; r=ehsan
|
2010-06-04 13:25:54 -04:00 |
|
Jonas Sicking
|
0a93bbb190
|
Bug 564863: Speed up id/name handling by letting elements register/unregister themselves. r=smaug
|
2010-06-03 18:09:20 -07:00 |
|
Jonas Sicking
|
c46348bf73
|
Bug 564591: Speed up BindToTree/UnbindFromTree by only doing accesskey related work if the accesskey attribute is set. r=smaug
|
2010-06-03 18:08:57 -07:00 |
|
Mounir Lamouri
|
bf14afc236
|
bug 567938 - form.submit() broken if called from <input type='submit'>'s onclick handler. r=bzbarsky
|
2010-06-01 14:42:37 +01:00 |
|
Robert O'Callahan
|
47cd1aaa95
|
Backout bug 566128 to fix test failures
|
2010-06-01 13:53:59 +12:00 |
|
Robert O'Callahan
|
c33a5c439b
|
Backed out changeset 25c7d2e71e57
|
2010-06-01 13:53:43 +12:00 |
|
Robert O'Callahan
|
3c4e6d3c66
|
Backout bug 566128 to fix test failures
|
2010-06-01 13:53:19 +12:00 |
|
Robert O'Callahan
|
61cccc8380
|
Backed out changeset cf9fcc2c89b1
|
2010-06-01 13:53:05 +12:00 |
|
Robert O'Callahan
|
4ec358f9bc
|
Backing out fix for bug 565904 to fix test failures
|
2010-06-01 12:42:08 +12:00 |
|
Robert O'Callahan
|
0aab0d9baa
|
Backed out changeset 95894b2d2c52
|
2010-06-01 12:41:45 +12:00 |
|
Mounir Lamouri
|
736592869f
|
Bug 566128. Tests. r=sicking
|
2010-06-01 11:46:21 +12:00 |
|
Mounir Lamouri
|
7405f05750
|
Bug 566128. 'action' IDL attribute should reflect content attribute. r=sicking
|
2010-06-01 11:45:25 +12:00 |
|
Mounir Lamouri
|
3b80d651d3
|
Bug 566046. Tests. r=sicking
|
2010-06-01 11:44:33 +12:00 |
|
Mounir Lamouri
|
d61581d3cf
|
Bug 566046. 'target' IDL attribute should reflect content attribute. r=sicking
|
2010-06-01 11:43:11 +12:00 |
|
Mounir Lamouri
|
178197b22b
|
Bug 565904. <option> and <optgroup> elements aren't form controls. r=smaug
|
2010-06-01 11:40:57 +12:00 |
|
Mounir Lamouri
|
620c278bb8
|
Bug 567098 - Remove setTimeout's in autofocus tests; r=ehsan
|
2010-05-28 12:28:31 -04:00 |
|
Ehsan Akhgari
|
b9ce9b9635
|
Bug 568120 - Possible intermittent oranges in tests with iframe onload handlers pointing to functions defined later; r=sicking
--HG--
extra : rebase_source : 1f4fd2b78e396303cefbe42f0e4dcf602694ee01
|
2010-05-25 20:33:17 -04:00 |
|
Matt Brubeck
|
8d97582cb7
|
Bug 567183 - Add DOMMetaAdded and DOMMetaRemoved events [r=jst]
|
2010-05-27 15:19:01 -04:00 |
|
Ms2ger@gmail.com
|
1a5ac4849c
|
Bug 567723 - Move nsIFormSubmission.h to nsFormSubmission.h. r=sicking
--HG--
rename : content/html/content/public/nsIFormSubmission.h => content/html/content/public/nsFormSubmission.h
|
2010-05-26 14:49:38 +02:00 |
|
Ehsan Akhgari
|
88a979fa09
|
Test case for bug 564461; r=roc
--HG--
extra : rebase_source : 8f5bea38964e7175667d9a6354a260773290c83b
|
2010-05-22 21:04:09 -04:00 |
|
Michael Kohler
|
5f19df86e0
|
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
|
2010-05-23 12:26:15 -07:00 |
|
Mounir Lamouri
|
e5a9c417cf
|
Bug 551846. Tests
|
2010-05-24 09:36:49 +12:00 |
|
Mounir Lamouri
|
06ad5cda45
|
Bug 551846. <select> size should default to 4 when 'multiple' attribute is present. r=smaug, sr=jst
|
2010-05-24 09:36:49 +12:00 |
|
Ehsan Akhgari
|
f58add9d96
|
Bug 336104 - "ASSERTION: no frame, see bug #188946"; r=roc,dbaron
|
2010-05-21 16:36:42 -04:00 |
|
Mounir Lamouri
|
7dcf697f62
|
Bug 566983 - Intermittent failure in test_bug546995-4.html; r=ehsan
|
2010-05-21 14:13:09 -04:00 |
|
Justin Wood
|
21a58b5a03
|
Bustage fix for Bug 563668, correct typo.
|
2010-05-19 22:49:09 -04:00 |
|
Mounir Lamouri
|
13711c7774
|
Bug 563668 - "Be able to know if a form control is an input element or a button element from nsIFormControl" [r=bzbarsky]
|
2010-05-19 22:30:04 -04:00 |
|
Mounir Lamouri
|
ec44e2fb46
|
Bug 562932 - [Test Part] "Implement control attribute for label element" [r=sicking]
|
2010-05-19 22:28:10 -04:00 |
|
Mounir Lamouri
|
6b57ca1497
|
Bug 562932 - "Implement control attribute for label element" [r=sicking sr=smaug]
|
2010-05-19 22:28:10 -04:00 |
|
Mounir Lamouri
|
8fce62a6c6
|
Bug 377624 - [Test Part] "Implement the accept attribute for the form and file upload controls form "image/*"" [r=sicking, feedback=ehsan]
|
2010-05-19 22:28:08 -04:00 |
|
Mounir Lamouri
|
ee179078cc
|
Bug 546995 - Implement autofocus attribute. r=sicking, sr=smaug
--HG--
extra : rebase_source : b0f233cae75aa9182d6587b6d66d4cbebea1126c
|
2010-05-19 19:52:17 +02:00 |
|
Ehsan Akhgari
|
15c2238119
|
Bug 564461 - Change content editable count from a script runner; r=jst
|
2010-05-12 18:21:24 -04:00 |
|
Peter Van der Beken
|
a3f0b9002e
|
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 |
|
Vladimir Vukicevic
|
b99bb96c47
|
b=561168; convert canvas to use layers for rendering; r=roc,bas
|
2010-05-17 21:04:22 -07:00 |
|
Mounir Lamouri
|
a821ae13af
|
Bug 456229 - Implement <input type="search">. r=smaug sr=sicking
|
2010-05-17 12:20:22 +02:00 |
|
Mounir Lamouri
|
4b22b4cebf
|
Bug 456229 - tests for <input type="search">. r=smaug
|
2010-05-17 12:20:20 +02:00 |
|
Mounir Lamouri
|
c42409c3af
|
Bug 565538 - Add tests for the mozIsTextField API. r=ehsan
|
2010-05-17 12:20:15 +02:00 |
|
Makoto Kato
|
33910f9bb0
|
Bug 52019. Don't treat <font size='+.5'> as <font size='5'>. r=bzbarsky
|
2010-05-14 17:17:56 -04:00 |
|
Ehsan Akhgari
|
99449f62ef
|
Bug 565775 - The editor will not be correctly initialized for <input type=tel> on user events; r=roc
|
2010-05-13 18:56:24 -04:00 |
|
Mitchell Field
|
6ad77bd6db
|
Bug 564950 - Make more use of mozilla::services, r=surkov, jst, neil, smontagu, roc, joshmoz, gavin, shaver
|
2010-05-14 18:24:41 +09:00 |
|
Chris Jones
|
509f3d2bfc
|
Backed out changeset eef17c173aaa
|
2010-05-13 17:24:30 -05:00 |
|
Blake Kaplan
|
24c04cbd78
|
Bug 546573 - EnsureInnerWindow from wrappers. r=jst sr=bzbarsky
|
2010-03-22 15:46:37 -07:00 |
|
Michael Kohler
|
9397418412
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
|
Ms2ger
|
8b88cb6ee7
|
Bug 109445. Allow imagemap references by id in text/html. r=jst
|
2010-05-13 12:56:10 +12:00 |
|
Mounir Lamouri
|
c4da9cad7e
|
Bug 555567. <legend>.form tests. r=jst
|
2010-05-12 15:01:26 -04:00 |
|
Mounir Lamouri
|
0a330cc270
|
Bug 555567. Make <legend>.form follow HTML5 spec. r=jst
|
2010-05-12 15:01:25 -04:00 |
|
Mounir Lamouri
|
cbf74508a5
|
Bug 557620 - Implement <input type="tel">. r=smaug,dolske,dao sr=sicking
|
2010-05-12 09:17:07 +02:00 |
|
Peter Van der Beken
|
7f4e72d2de
|
Back out fixes for bug 560462 to fix orange.
--HG--
extra : rebase_source : afe96ede6fc605c656b746f6388d6144886b18ed
|
2010-05-11 19:20:03 +02:00 |
|