Commit Graph

4463 Commits

Author SHA1 Message Date
Vladimir Vukicevic
8a342dc565 bustage fix for webgl-disabled builds 2010-06-02 14:05:24 -07:00
Masayuki Nakano
d075ac396c Bug 564669 Remove nsIPlaintextEditor::handleKeyPress() r=smaug, sr=roc 2010-06-02 16:24:56 +09:00
Benoit Jacob
c36ca62771 b=567449; fix webgl param getters; r=vlad 2010-06-01 23:09:19 -07:00
Benoit Jacob
4c1b5ed665 b=565404; add WebGLUniformLocation object; r=vlad 2010-06-01 23:09:19 -07:00
Benoit Jacob
d834cb1e8c b=567565; better WebGL buffer validation for element array buffers; r=vlad 2010-06-01 23:09:18 -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
Peter Van der Beken
9d8cde356a Fix for bug 560462 (Use fast unwrapping for more quickstubs), part 3a. r=jst. 2010-04-19 17:41:39 +02: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
Markus Stange
5b01220cdf Bug 426082 - Fix the test to deal with focus rings correctly. 2010-05-31 21:10:55 +02:00
Markus Stange
82e6086d92 Bug 426082, part 4: Test. r=smaug 2010-05-31 19:50:55 +02:00
Markus Stange
77a4281c8d Bug 426082, part 3: Reflect a label's :hover/:active state on its associated natively themed control.
This patch adds an aFollowLabels argument to nsIEventStateManager::GetContentState which defaults to false. Setting it to true will return NS_EVENT_STATE_HOVER / _ACTIVE for labeled controls even if only their label is subject to this state. At the moment this flag is only set by native theming, so there won't be an observable change for the :hover / :active pseudoclasses.
In order to make dynamic state changes on the label work, SetContentState will now always notify the labeled control of state changes when its label changes state.
r=smaug
2010-05-31 19:49:55 +02:00
Markus Stange
5e59cfef32 Bug 426082, part 2: Make nsEventStateManager::GetContentState return the state directly instead of using an outparam. r=dbaron 2010-05-31 19:49:04 +02:00
Markus Stange
ba23dd0663 Bug 426082, part 1: Some refactoring in nsEventStateManager::Get/SetContentState. r=dbaron 2010-05-31 19:47:11 +02:00
Makoto Kato
6fb8d92ebe Fix bustage of Bug 553540. typo fix 2010-05-31 16:07:35 +09:00
Makoto Kato
2c4892eb22 Fix bustage of Bug 553540 2010-05-31 16:01:07 +09:00
Makoto Kato
372b98d06e Bug 553540 - need new flag to nsPlainTextSerializer to support delsp=yes (RFC 3676). r=laurent sr=jst 2010-04-02 18:21:40 +09:00
Chris Pearce
c7317b404d Bug 564720 - Refactor media tests to be backend independent were possible. r=roc
--HG--
rename : content/media/test/test_play.html => content/media/test/test_play_events.html
rename : content/media/test/test_progress2.html => content/media/test/test_progress.html
rename : content/media/test/test_onloadedmetadata.html => content/media/test/test_replay_metadata.html
rename : content/media/test/test_wav_trunc_seek.html => content/media/test/test_seek_out_of_range.html
rename : content/media/test/test_bug495319.html => content/media/test/test_timeupdate_small_files.html
rename : content/media/test/test_bug486646.html => content/media/test/test_video_to_canvas.html
2010-05-31 10:02:06 +12:00
Jesse Ruderman
7868a1eeba Temporarily turn this assertion into a warning because of frequent random orange. Bug 569108 covers turning it back into an assertion. 2010-05-29 21:51:12 -07:00
Vladimir Vukicevic
449d599aa8 b=568526 (related); add env var for switching 2d canvas to image surfaces; r=bz 2010-05-28 21:13:08 -07:00
Vladimir Vukicevic
0c765f221e b=520136; clear canvaselement member on SetCanvasElement; r=joe 2010-05-28 16:41:02 -07:00
Vladimir Vukicevic
1a00421b87 b=551771; WebGL calls broken with boolean args in loop (qsgen octet handling); also rename all WebGL types to avoid conflicts with system GL types; r=jorendroff,joe 2010-05-28 15:52:39 -07:00
Timothy Nikkel
008c2e97a6 Bug 561981. Guard against nsFrameLoader::Show flushing and re-entering or destroying us. r=smaug 2010-05-28 14:34:50 -05: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
Brian Birtles
ce2d671860 Bug 554202 - SVG SMIL: Fix crash due to infinite recursion negotiating cyclic dependencies. r=roc 2010-05-28 21:43:17 +09:00
Robert Longson
4be6c6e0c5 Bug 561726 - make animateTransform work on gradientTransform and patternTransform. r=jwatt 2010-05-28 13:15:56 +01:00
Robert Longson
3829941e78 Bug 564719 - SVG length parsing should indicate an error when it only contains whitespace. r=jwatt 2010-05-28 12:07:06 +01:00
Matt Brubeck
8d97582cb7 Bug 567183 - Add DOMMetaAdded and DOMMetaRemoved events [r=jst] 2010-05-27 15:19:01 -04:00
Boris Zbarsky
618860a145 Bug 564979. Get rid of nsINode::GetSibling and just use GetNext/PreviousSibling instead. r=peterv, sr=sicking 2010-05-17 14:18:25 -04:00
Boris Zbarsky
07c9425ef6 Bug 566416. Make attribute nodes set their mFirstChild correctly. r=sicking 2010-05-27 15:10:33 -04:00
Brandon Sterne
33f71c137b Test for bug 548193, r=sicking 2010-05-27 09:12:32 -07:00
Brandon Sterne
bb944bc397 Bug 548193 - Make CSP send reports as JSON, r=sicking 2010-05-27 09:07:36 -07:00
Masayuki Nakano
8b0678d007 Bug 568135 IME composition string is committed unexpectedly on Gmail when editor flag was changed by some commands r=smaug 2010-05-27 11:04:14 +09:00
Benoit Jacob
dcd971b230 b=525538; webgl readPixels fix; r=vlad 2010-05-26 16:53:15 -07:00
Jonas Sicking
bbac47a058 Fix bustage caused by merge problem in patch for bug 529087. 2010-05-26 15:59:23 -07:00
Jonas Sicking
bc3b36aad9 Bug 529087: Fix crash involving XBL and cloned XUL elements. r=smaug 2010-05-26 15:39:13 -07:00
Felipe CorrĂȘa da Silva Sanches
64332a58a3 Bug 558935: Add ifndef/define/endif guards to header files that lack them, in SVG code. r=jwatt 2010-05-26 13:01:10 -07:00
Olli Pettay
7a25f9c457 Bug 565633 - Inline nsIDocument::GetScriptHandlingObject, r=sicking 2010-05-26 17:36:47 +03: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