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
Brian Birtles
e6b1457fa1
Bug 541297 - SVG SMIL: Fix abort on sampling re-attached animation node, r=roc
...
--HG--
extra : rebase_source : 1f228522d818b31d336558f6a238660c2972b770
2010-05-25 09:38:25 +09:00
Robert Sayre
91c79aee06
Merge tracemonkey to mozilla-central.
2010-05-24 16:27:35 -07:00
Mats Palmgren
ba7b7616e3
Make use of SkipInvisibleContent flag to skip invisible content in Selection.toString(). r=dbaron b=564967
2010-05-25 01:24:15 +02:00
Mats Palmgren
4915b380e1
Bug 39098 - Elements with visibility:hidden, visibility:collapse, or display:none get copied to the clipboard. r=dbaron
2010-05-25 01:24:15 +02:00
Robert Sayre
855a6ca0a4
Get rid of some js_AllocStack usage.
2010-05-24 10:23:47 -07:00
Jonathan Watt
8fb86df3e7
Bug 561654. nsSVGTextPositioningElement should be on the primary inheritance chain. r=longsonr
2010-05-24 16:58:24 +02:00
timeless@mozdev.org
1c329f2e8b
Bug 565393 useless initialization of src in WebGLContext::DOMElementToImageSurface. r=vlad
...
--HG--
extra : rebase_source : fb8c42a04580f12e5d1ca89dd67861f8a2941bc8
2010-05-23 15:36:14 -07:00
timeless@mozdev.org
2f6ba69793
Bug 397744 Can't access to the third account and the local mail [@ nsXULTreeBuilder::RemoveMatchesFor(nsTreeRows::Subtree&)] r=neil,enndeakin
...
--HG--
extra : rebase_source : 9a7cb590fe9a185e829fd90ef5cc086b8531adef
2010-05-23 15:26:34 -07: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
Chris Double
63a38282f4
Bug 567056. Rename mAspectRatio to mPixelAspectRatio. r=kinetik
2010-05-24 09:36:10 +12:00
Ehsan Akhgari
f58add9d96
Bug 336104 - "ASSERTION: no frame, see bug #188946 "; r=roc,dbaron
2010-05-21 16:36:42 -04:00
Vladimir Vukicevic
e976fe877d
b=563701; add memory reporters for imglib, canvas, and some gfx surfaces; r=joe
2010-05-21 21:10:14 -07:00
Jason Duell
84b443f1c0
# User Michal Novotny <michal.novotny@gmail.com>
...
# Date 1272456176 -7200
Bug 549241 - Channel classifier should run in chrome process. r=biesi, sr=jst
2010-05-21 14:03:02 -07:00
Mounir Lamouri
7dcf697f62
Bug 566983 - Intermittent failure in test_bug546995-4.html; r=ehsan
2010-05-21 14:13:09 -04:00
Mats Palmgren
fb69d7564f
Backout bug 39098 due to Tinderbox orange.
2010-05-21 18:28:39 +02:00
Mats Palmgren
b80392e005
Backout bug 564967.
2010-05-21 18:26:33 +02:00