Johnny Stenback
|
c50fb5d521
|
Fixing bug 572609. Use faster version of GetElementById() from our C++ code. r=jonas@sicking.cc
|
2010-06-21 19:58:50 -07:00 |
|
Mounir Lamouri
|
b19d8dfb73
|
Bug 568515 - xmp and plaintext element should be considered as HTMLElement, not HTMLSpanElement, r=sicking
|
2010-06-22 02:02:07 +02:00 |
|
Jesse Ruderman
|
9b1f9e826d
|
Bug 573188 - Fix string leak in nsTextEditorState::SetValue. r=roc
|
2010-06-21 09:16:06 -07:00 |
|
Neil Deakin
|
0fca4edc6c
|
Bug 564277, fix up various focus ring issues for html elements, r=smaug
|
2010-06-21 08:37:34 -04:00 |
|
Kyle Huey
|
8402fdb96f
|
Backed out changeset f54e6386c113
--HG--
extra : rebase_source : 367bf92e0875df1663e79bd6b968cddd677eeb1c
|
2010-06-19 13:19:25 -07:00 |
|
Mounir Lamouri
|
cb6351e8e1
|
Bug 562008 - HTML5 section DOM elements should be of type HTMLElement; r=mrbkap,sicking,timeless,ehsan sr=jst
|
2010-06-19 11:44:43 -07:00 |
|
Henri Sivonen
|
46234f14c4
|
Bug 566879 - Make innerHTML-inserted from controls not restore their state from history. r=Olli.Pettay.
|
2010-06-09 09:45:32 +03:00 |
|
Boris Zbarsky
|
ab557498b0
|
Bug 571298. Avoid flash of unstyled content in document.write-created documents. r=jst
|
2010-06-18 12:23:05 -04:00 |
|
Boris Zbarsky
|
e59068ace2
|
Bug 479655 part 2. Add element restyle flags. r=dbaron, sr=jst
|
2010-06-18 12:23:04 -04:00 |
|
Boris Zbarsky
|
a7fe40c015
|
Bug 479655 part 1. Add some assertions to catch it if we add too many flags. r=jst
|
2010-06-18 12:23:04 -04:00 |
|
Kyle Huey
|
0d120276b1
|
Bug 508082: Implement a raw video decoder. r=doublec
--HG--
extra : rebase_source : 2ffc36ceb9cb8407531efa6e7b1f0548e81c170c
|
2010-06-17 17:36:57 -07:00 |
|
Ehsan Akhgari
|
bb1dfe2f3e
|
Backed out changeset 2dcce82f9d66 because of mochitest failures
|
2010-06-16 22:14:11 -04:00 |
|
Mounir Lamouri
|
3765af9b82
|
Bug 562008 - HTML5 section DOM elements should be of type HTMLElement; r=mrbkap,sicking,timeless,ehsan sr=jst
|
2010-06-16 20:33:46 -04:00 |
|
Shawn Wilsher
|
39a222a691
|
Bug 572539 - REFTEST TEST-UNEXPECTED-FAIL randomly on href-attr-change-restyles.html
Make the test not care about color since all we care is that it is rendered as a link.
r=sicking
|
2010-06-16 14:57:18 -07:00 |
|
Shawn Wilsher
|
2a4a669f1c
|
Bug 551838 - Adding empty href attribute doesn't add link styling
r=bz
|
2010-06-16 09:59:26 -07:00 |
|
Ehsan Akhgari
|
19551afcc5
|
Bug 571428 - "ASSERTION: Can't be unbound without being bound originally"; r=roc
|
2010-06-11 12:24:28 -04:00 |
|
Ms2ger
|
e9ac3a69c7
|
Bug 560059 - Correct video dimensions on failed load. r=roc
|
2010-06-16 09:53:44 +12:00 |
|
Vladimir Vukicevic
|
476259b7bf
|
b=571287; let canvas participate in cycle collection; r=bz
|
2010-06-15 14:38:05 -07:00 |
|
Ehsan Akhgari
|
d35623d3e5
|
Bug 520189 - Fix copy and test for the HTML editor; f=bzbarsky,dbaron r=sayrer,peterv,bzbarsky sr=roc
|
2010-04-09 17:06:09 -04:00 |
|
Saint Wesonga
|
7fb5135384
|
Bug 571735. Remove unused variable. r=bzbarsky
|
2010-06-14 16:06:48 -04:00 |
|
Ms2ger@gmail.com
|
91e11b4fc1
|
Bug 559834 - Remove support for table@align=abscenter/absmiddle/middle. r=jst
|
2010-06-11 20:47:56 +02:00 |
|
Ehsan Akhgari
|
a6b5d07d03
|
Bug 570566 - Crash [@ nsTextControlFrame::SetInitialChildList] removing type from <input type=image>; r=jst
|
2010-06-09 14:13:56 -04:00 |
|
Henri Sivonen
|
282819b84f
|
Bustage fix for bad merge of bug 569538.
|
2010-06-09 11:23:25 +03:00 |
|
Henri Sivonen
|
d938851670
|
Bug 569538 - Make aFromParser distinguish network, document.write and fragments in the HTML case. r=Olli.Pettay.
--HG--
extra : rebase_source : 2f4804245ff7b235736b882e0f9e84403e4e0ae6
|
2010-06-09 09:44:25 +03:00 |
|
Jesse Ruderman
|
aedb18a96b
|
Add a bunch of crashtests
|
2010-06-08 17:53:08 -07:00 |
|
Chris Double
|
42bf8162f5
|
Bug 566245 - HTMLMediaElement.canPlayType support for WebM. r=roc
|
2010-06-09 11:31:27 +12:00 |
|
Jonas Sicking
|
7b1e51be23
|
Bug 570258: Some more atom usage cleanup. r=jst
|
2010-06-08 16:25:27 -07:00 |
|
Boris Zbarsky
|
ac6b069a25
|
Bug 564569. Speed up the cache-hit case of getElementsBy(Class)Name. r=jst
|
2010-06-08 15:58:26 -04:00 |
|
Ehsan Akhgari
|
39534c1d71
|
Bug 332636 - Handle backspace for Unicode plane 1 characters correctly; r=roc
--HG--
extra : rebase_source : a343610b06983d3328f3ddb2e7025193ab275094
|
2010-06-04 13:28:19 -04:00 |
|
Ehsan Akhgari
|
25c2e69c40
|
Bug 534785 - fix build bustage
(transplanted from 2875f9a693ae9c60cc07b0caf42451760ed6c657)
--HG--
extra : transplant_source : %28u%F9%A6%93%AE%9C%60%CC%07%B0%CA%F4%24Qv%0E%D6%C6W
|
2010-06-05 16:17:42 -04:00 |
|
Ehsan Akhgari
|
6139ffb2b9
|
Bug 534785 - Move the ownership of editor and selection controller from the text frame to the content node; r=roc,jst sr=roc
(transplanted from 2437636244f39bbdc7d20b062e2c978b9d85c239)
--HG--
rename : layout/reftests/forms/placeholder/placeholder-14.html => layout/reftests/forms/placeholder/placeholder-18.html
extra : transplant_source : %247cbD%F3%9B%BD%C7%D2%0B%06.%2C%97%8B%9D%85%C29
|
2010-04-21 16:17:41 -04:00 |
|
Craig Topper
|
213b0d1c3f
|
Bug 566808 - "DeCOMtaminate nsIStyleRule method signatures" [r=dbaron]
(transplanted from 9a7be1835b530c72a46069a5c3951b80b16804a3)
--HG--
extra : transplant_source : %9A%7B%E1%83%5BS%0Cr%A4%60i%A5%C3%95%1B%80%B1h%04%A3
|
2010-05-19 22:28:00 -04:00 |
|
Mounir Lamouri
|
bd24a96b5c
|
Bug 565904 - "HTMLOptGroupElement and HTMLOptionElement are not form controls but are listed in nsIFormControl" [r=smaug]
(transplanted from 8406214f84c8164c7b2583af1d2e8f2be522e75e)
--HG--
extra : transplant_source : %84%06%21O%84%C8%16L%7B%25%83%AF%1D.%8F%2B%E5%22%E7%5E
|
2010-05-27 06:51:00 -04:00 |
|
Mounir Lamouri
|
cb048d56cb
|
Bug 565611 - ""ASSERTION: How did that happen?: 'form == aThisForm'" with <legend>" [r=bz, sr=smaug]
(transplanted from 0c87f407797d0bc7353049a52f5c705fc1d4ae67)
--HG--
extra : transplant_source : %0C%87%F4%07y%7D%0B%C750I%A5/%5Cp_%C1%D4%AEg
|
2010-05-19 16:33:00 -04:00 |
|
Mounir Lamouri
|
2865a66cc7
|
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
|
f2dbba9fe9
|
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
|
76f022838b
|
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
|
9a775a7845
|
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
|
84e3c6fae4
|
Backout bug 566128 to fix test failures
|
2010-06-01 13:53:59 +12:00 |
|
Robert O'Callahan
|
f192fb63c2
|
Backed out changeset 25c7d2e71e57
|
2010-06-01 13:53:43 +12:00 |
|
Robert O'Callahan
|
c487d58ffa
|
Backout bug 566128 to fix test failures
|
2010-06-01 13:53:19 +12:00 |
|
Robert O'Callahan
|
c31b2ab78a
|
Backed out changeset cf9fcc2c89b1
|
2010-06-01 13:53:05 +12:00 |
|
Robert O'Callahan
|
83d6dd40aa
|
Backing out fix for bug 565904 to fix test failures
|
2010-06-01 12:42:08 +12:00 |
|
Robert O'Callahan
|
d191a3abd8
|
Backed out changeset 95894b2d2c52
|
2010-06-01 12:41:45 +12:00 |
|
Mounir Lamouri
|
a99096ae8e
|
Bug 566128. Tests. r=sicking
|
2010-06-01 11:46:21 +12:00 |
|
Mounir Lamouri
|
fbfe5cca10
|
Bug 566128. 'action' IDL attribute should reflect content attribute. r=sicking
|
2010-06-01 11:45:25 +12:00 |
|
Mounir Lamouri
|
34f34579ee
|
Bug 566046. Tests. r=sicking
|
2010-06-01 11:44:33 +12:00 |
|
Mounir Lamouri
|
38b08f99d8
|
Bug 566046. 'target' IDL attribute should reflect content attribute. r=sicking
|
2010-06-01 11:43:11 +12:00 |
|
Mounir Lamouri
|
18ce766a1d
|
Bug 565904. <option> and <optgroup> elements aren't form controls. r=smaug
|
2010-06-01 11:40:57 +12:00 |
|
Mounir Lamouri
|
e7fd5dbe6f
|
Bug 567098 - Remove setTimeout's in autofocus tests; r=ehsan
|
2010-05-28 12:28:31 -04:00 |
|