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
Taras Glek
fdd896ff6f
Bug 569137 - Avoid pgo bug in gcc4.5 r=ted
2010-05-31 10:13:30 -07:00
Ehsan Akhgari
a687eb65f8
Bug 568373 - Use "Desktop" on all platforms; r=roc
2010-05-31 09:55:06 -04:00
Henri Sivonen
9e503bd46a
Bug 568611 - Remove an unused variable from nsHtml5TreeBuilder. r=dholbert.
2010-05-31 14:46:46 +03: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
386e8357b5
Bug 558761 - Update OS2 patches for libsydney audio (actually with the changes this time...). r=cpearce
2010-05-31 15:21:44 +12:00
Ehsan Akhgari
715b4a1bfb
One more bustage fix for bug 568373
2010-05-30 21:53:03 -04:00
Ehsan Akhgari
ac83b076ef
Bug 568373 - Use "Desktop" for Windows, because apparently we don't have a useful notion of "Home" on Windows
2010-05-30 21:50:11 -04:00
Ehsan Akhgari
4913d26498
Bug 568373 - test bustage fix
2010-05-30 19:44:10 -04:00
Ehsan Akhgari
de19447abd
Bug 568373 - Private browsing saves the path of Uploaded files in Gmail; r=roc
2010-05-30 18:54:34 -04:00
Ehsan Akhgari
5a941e7405
Bug 568362 - Protect IsPreFormatted callers from premature death; r=roc
2010-05-27 21:18:48 -04:00
Chris Pearce
58ff9c0fb0
Bug 558761 - Update OS2 patches for libsydney audio. r=cpearce
2010-05-31 10:22:43 +12: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
Doug Turner
af0cd5bb9d
Bug 564929 - Qt - Conditional jump or move depends on uninitialised value in nsWindow::MakeFullScreen r=romaxa
2010-05-30 11:35:07 -07:00
Doug Turner
90356b7ac3
Bug 568612 - Remove GetURIGeckoFlags/SetURIGeckoFlags because they haven't been used since places landed. r=roc
...
--HG--
extra : rebase_source : 537a482cc6a4da3e39e55cc6aaa0df474308125b
2010-05-30 09:38:42 -07:00
Ehsan Akhgari
0e6bf655d2
Bug 567821 - Timeout in browser_privatebrowsing_downloadmonitor.js with bug 541739 landed; r=gavin
2010-05-25 20:33:26 -04:00
Glenn Randers-Pehrson
b3979b6582
Bug 551438 - "Require system libpng to be at version 1.4.1 or later" [r=joedrew]
...
--HG--
extra : rebase_source : bd1b6257e157ac5109d3dda738a0b1bc4fd8211e
2010-03-12 09:15:00 -05:00
Felipe Gomes
29b447bbef
Bug 550532 - "Panning feedback crash [@ CWindowFeedBackAnimation::RestoreDisplacedWindow() ]" [r=jimm]
...
--HG--
extra : rebase_source : c527e61a12517c665349dadae6b33ebd3a1533e3
2010-05-26 14:53:00 -04:00
Felipe Gomes
027eb6c1e4
Bug 524811 - "add glowing Firefox icon in the taskbar when downloads are completed" [r=sdwilsh ui-r=beltzner]
...
--HG--
extra : rebase_source : 53eb7821e75160557ed7d34e66e1fbcefa7bddd3
2010-05-01 09:55:00 -04:00
Saint Wesonga
3ed57717d1
Bug 492625 - "Stop using underscores to start #defines" [r=vlad]
...
--HG--
extra : rebase_source : d685fb8bc375ba4fcf97742298e9361ebfe9b851
2010-06-01 08:38:00 -04:00
Ehsan Akhgari
91ed398293
Bug 541739 - Flaws in download cancellation checks when switching the private browsing mode; r=sdwilsh
2010-01-26 20:28:51 -05:00
Asaf Romano
38cb95f3c4
Bug 567309 - FAYT is broken. test=gavin,me; r=gavin,dao.
2010-05-30 12:50:39 +03:00
Jesse Ruderman
2f66472c3c
Annotate ignorage of 'ASSERTION: GetMinimumWidgetSize was ignored' with mention of bug 540078. Also, allow 0 assertions for 387745-1.svg, which was orange in the last cycle due to not triggering the assertion.
2010-05-29 23:06:08 -07: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
Jesse Ruderman
0be446555a
Add some crashtests
2010-05-29 20:27:25 -07:00
Jesse Ruderman
80894e0bce
Add reftest for bug 467498
2010-05-29 20:27:24 -07:00
Mats Palmgren
82ea8773c3
Add crashtest for bug 481921
2010-05-29 20:16:41 -07:00
Phil Ringnalda
44e6f240ea
Bug 569057 - Charlton Company trademark attribution in About dialog, r=gavin
2010-05-29 16:38:14 -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
Bas Schouten
c5e57ed188
Numerous whitespace fixes in D3D9 layers code.
2010-05-29 05:27:03 +02:00
Bas Schouten
d36d00181b
Bug 568719: Clear D2D surfaces before use to clear any re-used VRAM. r=jrmuizel
2010-05-29 03:16:24 +02:00
Dan Witte
da1b52ad84
Back out failing tests.
2010-05-28 16:58:06 -07:00
Vladimir Vukicevic
0c765f221e
b=520136; clear canvaselement member on SetCanvasElement; r=joe
2010-05-28 16:41:02 -07:00
Blake Kaplan
f93188d433
Fix bustage.
2010-05-28 16:18:23 -07:00
Dan Witte
d99ca957a2
Try to fix randomly failing test.
2010-05-28 16:00:19 -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
Blake Kaplan
569e36bde1
Bug 517636 - Assigning through wrappers defeats the "fast expando" optimization. r=jst
2010-05-28 15:40:41 -07:00
Blake Kaplan
54ca1d9bd6
Bug 545314 - Force an inner window here so that we return a working location object. r=peterv
2010-05-28 15:40:29 -07:00
Blake Kaplan
b57a6ad5d3
Bug 566846 - Make sure the engine knows that wrapper iterators are real iterators. r=gal
2010-05-28 15:20:52 -07:00
Ian Neal
6cd925c5b1
Bug 567782 - Fix theme for menuitems of type radio that can be both checked and selected
...
f=mstange moa=dao
2010-05-28 23:12:43 +01:00
Robert Strong
f53301ea3d
Bug 567184 - A bootstrap add-on with a target app version less than the current app version is enabled when installed. r=dtownsend
2010-05-28 14:46:38 -07:00
Dan Witte
f294fb5cbf
Fix persistent cookie tests. b=565475
2010-05-28 14:15:14 -07:00
Vladimir Vukicevic
3625225c0f
backing out c60092, due to silly OSX includes
2010-05-28 13:16:03 -07:00
Vladimir Vukicevic
a884b795f3
b=551771; glboolean args to WebGL calls broken on trace (qsgen octet args); r=jorendorff
2010-05-28 12:59:28 -07:00