Makoto Kato
|
256f2577f8
|
Bug 182954 - Content should use the newer nsIPrefService APIs instead of nsIPref. r=jst
|
2010-02-08 11:49:18 +09:00 |
|
Boris Zbarsky
|
3e7aa47200
|
Bug 500882 part 6. Switch remaining modules to using the new GetPrimaryFrame API. r=smaug,roc
|
2009-12-24 16:20:06 -05:00 |
|
Metal Sonic
|
4c1b34d634
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00:00 |
|
Olli Pettay
|
19c06de19d
|
bug 531176, r=sicking, sr=jst
|
2009-12-18 21:27:57 +02:00 |
|
Masayuki Nakano
|
cb4ed98fcc
|
Bug 125282 Webpage-JS can steal focus from URLbar / chrome r=enndeakin
|
2009-12-12 14:17:40 +09:00 |
|
enndeakin@gmail.com
|
aa1e6dfe50
|
Bug 525856 - White-space in source code affects how link receive focus from keyboard (tab key), r=smaug, sr=roc
|
2009-11-20 14:09:33 +02:00 |
|
Paul O’Shannessy
|
920e2ef755
|
Bug 511503 - Need events for window focus / activation. r=Enn
|
2009-10-29 12:11:00 -07:00 |
|
Neil Deakin
|
605ff17f62
|
Bug 511449, when a window is shown, update the system focus, as the focus may have been put into an about:blank page loaded beforehand, test by mstange, r=smaug
|
2009-10-16 10:32:05 -04:00 |
|
Rich Walsh
|
bdab68be3d
|
[OS/2] Bug 516274 - fix plugin focus issues, r=pweilbacher
|
2009-10-12 11:10:38 +02:00 |
|
Neil Deakin
|
492e487e7d
|
Bug 513299, add a flag to focus events to indicate that a window was raised, fixes issue where text in a field is selected when a window is raised, r=smaug.sr=neil
|
2009-10-01 14:53:10 -03:00 |
|
David Zbarsky
|
8d8553ee41
|
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
|
2009-08-24 16:02:07 -04:00 |
|
Neil Deakin
|
d5f240a54b
|
Bug 507592, don't allow refocusing an element during a blur, r=smaug
|
2009-09-28 10:17:04 -04:00 |
|
Neil Deakin
|
20a030ca4a
|
Bug 502123 - Switching focus out of a windowed plugin raises the toplevel window. r=mozbugs.
|
2009-09-26 21:05:34 -05:00 |
|
Neil Deakin
|
22715396a4
|
Bug 516076, pass a contextual window to focus controller methods, so that it retrieves the controller for the right window, r=neil,sr=smaug
|
2009-09-21 13:39:44 -04:00 |
|
Doug Turner
|
28775e3c33
|
Bug 511534 - Poor interaction with the software keyboard. r=masayuki/enndeakin
|
2009-08-26 13:43:41 -07:00 |
|
Neil Deakin
|
5814a5694d
|
Bug 508477, add a flag to distinguish key focus navigation from other types of focus navigation, allows initial focused textboxes in a dialog to be selected by default, r=smaug
|
2009-08-26 09:19:41 -07:00 |
|
Boris Zbarsky
|
36622c6995
|
Backed out changeset 4aa19414e651 (bug 488249) to fix test orange.
--HG--
extra : rebase_source : ae1c0155ec32b0887eff27ded77c6ba2b37dda64
|
2009-08-24 20:51:57 -04:00 |
|
David Zbarsky
|
932e28482f
|
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
|
2009-08-24 16:02:07 -04:00 |
|
L. David Baron
|
ed026ed2f0
|
Don't QI a node to nsIDOMElement and back to nsIContent for every call to nsEventStateManager::GetContentState. (Bug 509889) r=enndeakin
|
2009-08-13 19:09:49 -07:00 |
|
timeless@mozdev.org
|
257aa32007
|
Bug 506649 nsFocusManager::GetSelectionLocation has unreachable code block due to shadowed local variable
r=smaug r=enndeakin
|
2009-08-12 11:49:55 +02:00 |
|
Neil Deakin
|
653c684b5b
|
Bug 344850, shift+tab from input with tabindex set fails, r=smaug
|
2009-08-04 14:03:39 -04:00 |
|
Ehsan Akhgari
|
9141fc8cda
|
Backed out changeset 8366e5cc9f57 (bug 125282) because of four windows unit test oranges in a row (all timed out when running mochitest-plain)
|
2009-08-02 15:10:37 +04:30 |
|
Masayuki Nakano
|
ded4cf29cb
|
Bug 125282 Webpage-JS can steal focus from URLbar / chrome r=enn, sr=smaug
|
2009-08-02 10:51:17 +09:00 |
|
Neil Deakin
|
580a81af12
|
Bug 504224, crash in GetCommonAncestor, caused because child frame is still focused. Move focus when frame content is removed, and add warnings, r=smaug
|
2009-07-29 10:36:03 -04:00 |
|
Robert O'Callahan
|
1b6c301e4d
|
Bug 352093. Part 5: the focus manager should use GetRootWidget so it works with documents that don't have their own widgets. r=enndeakin
|
2009-07-22 12:45:05 +12:00 |
|
Robert O'Callahan
|
41b0dc9d84
|
Bug 339548. Part 9: Create nsRootPresContext::UpdatePluginGeometry, and use it. Make nsObjectFrame manage its widget directly.
|
2009-07-22 12:45:00 +12:00 |
|
Neil Deakin
|
239ca1d9ee
|
Bug 500224, don't focus elements during unload events, r=bz
|
2009-07-13 07:55:56 -04:00 |
|
Neil Deakin
|
7b8ec28dbe
|
Bug 592383, focus the child widget not the top-level when raising on Windows, r+sr=roc
|
2009-07-13 07:55:56 -04:00 |
|
Hiroyuki Ikezoe
|
533c84f598
|
b=497934; fennec crashes in nsFocusManager (undefined C++ behaviour); r=enn, sr=smaug
|
2009-06-22 17:40:55 -07:00 |
|
Neil Deakin
|
6100699909
|
Bug 497633, 497878, fix two crashes with similar tests that remove frames during blur, r+sr=smaug
|
2009-06-22 15:49:10 -04:00 |
|
Neil Deakin
|
347ca246cc
|
Bug 498609 and 498643, clear focused element when not in document, sr=smaug
|
2009-06-20 20:04:04 -04:00 |
|
Neil Deakin
|
622c67863a
|
Bug 498075, two clicks required to switch away from focused plugin, also fixes ususual minimzing behaviour where it immediately restores again, r+sr=smaug
|
2009-06-16 14:34:13 -04:00 |
|
Neil Deakin
|
f3a3945b39
|
Bug 497593, assertion should be allowing null values, r+sr=smaug
|
2009-06-15 11:05:47 -04:00 |
|
Ginn Chen
|
bd6190501e
|
Fix bustage on Solaris caused by Bug 178324
|
2009-06-11 14:40:41 +08:00 |
|
Neil Deakin
|
79321ef1f8
|
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
|
2009-06-10 14:00:39 -04:00 |
|