Граф коммитов

2212 Коммитов

Автор SHA1 Сообщение Дата
stefanh@inbox.com 040bf5f585 Bug 476226 - Beep when closing prefwindow with cmd+w in apps without own close key defined. r=gavin. 2009-01-31 14:56:25 +01:00
Philip Chee 7b2a2c42b3 Bug 471508 - Make the toolboxChanged() callback return useful information. r=gavin. 2009-01-30 23:05:44 +01:00
Ehsan Akhgari 2826b54e7c Bug 437844 - [RTL] about:plugins is hardcoded to LTR; r=bz 2009-01-30 11:43:17 +03:30
Justin Dolske 42235be07b Test for bug 464377 - <video> fires load events twice 2009-01-29 17:45:58 -08:00
Gavin Sharp 63d7dbd3fc Bug 474964: fix tabbrowser mousewheel scrolling (tabbrowser needs to override default scrollbox behavior since bug 457651), r=mano/Natch 2009-01-25 03:06:45 -05:00
Justin Dolske d0dc263917 Bug 462113 - Implement progress bar / scrubber for video controls. r=enn, ui-r=boriss 2009-01-24 21:21:32 -08:00
Daniel Holbert c755eee8e7 Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
arno renevier 2526f22c16 Bug 474309 - error using zoomValues. r=gavin 2009-01-21 16:46:16 +01:00
stefanh@inbox.com 6f7a6ec95e Bug 473444, follow-up adjustment of original patch. r=gavin. 2009-01-20 18:53:25 +01:00
Neil Deakin 9b4a7ab1d5 Bug 467360, support buttons with child panels, r+sr=neil 2009-01-20 12:46:55 -05:00
Neil Deakin b9f13132ed Bug 474336, updating max on progressmeter doesn't update display, r+sr=neil 2009-01-20 12:46:52 -05:00
Justin Dolske b595f85365 Bug 469211 - Video controls should not require initial mouse over to appear. r=enn ui-r=boriss 2009-01-19 14:51:38 -08:00
Graeme McCutcheon eea66a2227 Bug 451212. Don't confuse the selection controller. r=mano 2009-01-19 21:47:25 +13:00
Dão Gottwald c0863d5d45 add reference to bug 309953 (comment only change) 2009-01-18 16:03:14 +01:00
Markus Stange 759af7f8b6 Bug 206636 - Throbbing default buttons, r=josh r=Enn sr=roc 2009-01-18 12:05:38 +01:00
Kai Liu 3eeb6e782b Bug 240536 - resizer direction is to the right, when interface is RTL; r=roc,mano sr=roc 2009-01-18 13:58:19 +03:30
Neil Deakin 517996d5dd Bug 212750, disable one specific test on windows for now 2009-01-17 22:36:09 -05:00
Neil Deakin c5d977cbd0 Bug 212750, position context menu for menus when the keyboard shortcut is used, also move code around so that the right targets are set for context menu key events, r=smaug,sr=roc 2009-01-17 15:50:00 -05:00
Graeme McCutcheon 93b63fc29a Test for bug 429723 - Empty findbar turns red and "Phrase not found" is displayed when "Highlight all" is enabled and search term is removed. r=mano 2009-01-17 21:39:32 +01:00
Teune van Steeg b7e482b5cb Bug 309953 - toolbarbuttons aren't in sync with their commands after customizing; updated patch by Klaas Heidstra. r=mano 2009-01-17 21:20:31 +01:00
stefanh@inbox.com 1382cb605c Bug 473444 - Help opens, but with a beep with cmd+? in prefwindow without overlayed/own key (this also makes us only open 1 help instance on mac from the prefwindow). r=gavin. 2009-01-17 15:21:51 +01:00
Gavin Sharp fd91627e07 Bug 473128: add test for bug 422590, r=mano 2009-01-16 14:19:30 -05:00
Phil Ringnalda 9abbe6cb56 Bug 243621 - (Back out) Standardize QueryInterface without throw, r=timeless, sr=sicking 2009-01-15 20:02:21 -08:00
Neil Deakin c0f9a34999 Bug 443609, key usage for scales isn't intuitive, r=neil 2009-01-15 13:44:38 -05:00
Neil Deakin c0b0f04bb6 Bug 342619, fix test on linux caused by window coordinates not updating properly when moving the window, r=roc 2009-01-14 13:23:09 -05:00
Neil Deakin dbc33ea34a Bug 472090, change scale to use a listener instead of mutation events, r=smaug,sr=neil 2009-01-14 13:21:58 -05:00
Dave Townsend e86e640838 Bug 386835: Page loaded in background doesn't get zoom applied until it is switched to. r=gavin 2009-01-12 20:15:27 +00:00
Ehsan Akhgari 98e0da9c51 Bug 473440 - LTR edit box context menu appears LTR in RTL locales; r=dao,enndeakin 2009-01-14 20:26:33 +03:30
Nick Kreeger c64b43f65c Fixing Bug 454632 - Resizing tree widget always re-scrolls to current index. r=enndeakin,sr=bz. Patch by Stephen Lau <steve@grommit.com>. 2009-01-13 10:50:26 -08:00
Ehsan Akhgari 51f8ab9a7e Bug 140759 - tree cell content is not aligned to the right when tree direction is right to left; r=roc,gavin sr=roc 2009-01-13 21:30:06 +03:30
Ehsan Akhgari 45c6506d0e Bug 464795 - Persist "save as" directory during private browsing, but restore previous value after; r=gavin 2009-01-13 21:30:05 +03:30
Dão Gottwald 9a764eeb13 Bug 416013 - switching the text input direction should not affect emptytext. r=ehsan,gavin 2009-01-13 02:28:32 +01:00
Dão Gottwald e4583c1bc1 Bug 472302 - get rid of fragile timeouts in textbox binding. r=enn 2009-01-12 20:55:37 +01:00
L. David Baron 570413cf09 Handle mouseover/mouseout when the mouse transitions between the video element and its videocontrols child (which covers its entire content area). (Bug 470596) r=dolske,enndeakin 2009-01-10 08:28:15 -08:00
Dão Gottwald 52ad6d1743 Bug 471921 - use proper CSS instead of first-tab, last-tab and afterselected attributes. r=gavin 2009-01-09 10:57:57 +01:00
Taras Glek b18fc3c917 Bug 471479. Cache webNavigation and contentWindow in the browser widget. r=gavin 2009-01-09 13:33:58 +13:00
Phil Ringnalda 39604cd0cb Bug 207864 - Some things GetService "@mozilla.org/rdf/container;1", r=gavin 2009-01-06 21:33:04 -08:00
Neil Deakin dfebb73350 Bug 342619, disable left check on Linux for now 2009-01-06 16:17:05 -05:00
Neil Deakin 0c78efa0f5 Bug 342619, don't resize context menus when they would fit on the screen, r+sr=roc 2009-01-06 14:21:23 -05:00
Graeme McCutcheon 201950e9c0 Bug 418874 - undo function does not work in emptyText textboxes (e.g. Firefox search field, URL bar). r=gavin 2008-12-31 11:40:23 +01:00
L. David Baron 7f790b3b39 Add test for bug 470596. r=dolske 2008-12-27 20:58:14 -05:00
Justin Dolske e57e30f5bc Bug 464371 - <video> fires multiple load events, controls should be <button>s. r=enn 2008-12-22 13:05:29 -08:00
Justin Dolske 5c90e59c03 Bug 469030 - video control binding shouldn't use ID attribute. r=enn 2008-12-20 14:57:34 -08:00
Justin Dolske 7aa6d0f672 Bug 461680 - Improve video control fade in/out animation. r=enn 2008-12-19 17:33:20 -08:00
Neil Deakin 7954c8f595 Bug 279539, rework SetPopupPosition to be simpler, r+sr=roc 2008-12-10 07:19:16 -08:00
Steffen Wilberg 7fa7dc44f2 Bug 319850: Make F1 open the respective Help topic by firing dialoghelp in prefwindows. r=mano 2008-12-18 20:50:49 +01:00
Francis Gastellu a79c205d2f Bug 456164 - Mouse wheel scrolls both tree and column picker menu 2008-12-13 12:21:50 -08:00
Robert O'Callahan ba9db4ebe4 Bug 449149. Implement the 'controls' attribute for audio elements. r+sr=bzbarsky,r=dolske,r=enndeakin
--HG--
extra : rebase_source : 4d11b963d3082f98269069c68aae33eef365aacb
2008-12-17 13:27:46 +13:00
L. David Baron 8971f16227 Fix test to deal with wrapping in bug 421203. 2008-12-16 18:14:20 -08:00
Dão Gottwald 3bde4f43fb Bug 464084 - Clicking Search button in search bar highlights the default text (browser.urlbar.clickSelectsAll = true). r=enn 2008-12-11 13:09:03 +01:00