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

1708 Коммитов

Автор SHA1 Сообщение Дата
Neil Deakin 5b64c76a07 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 69f3eb65b6 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 3cfde78834 Add test for bug 470596. r=dolske 2008-12-27 20:58:14 -05:00
Justin Dolske c416c14113 Bug 464371 - <video> fires multiple load events, controls should be <button>s. r=enn 2008-12-22 13:05:29 -08:00
Justin Dolske 872d7ebd98 Bug 469030 - video control binding shouldn't use ID attribute. r=enn 2008-12-20 14:57:34 -08:00
Justin Dolske 87bb5c389b Bug 461680 - Improve video control fade in/out animation. r=enn 2008-12-19 17:33:20 -08:00
Neil Deakin 0d716981d6 Bug 279539, rework SetPopupPosition to be simpler, r+sr=roc 2008-12-10 07:19:16 -08:00
Steffen Wilberg 828c83616a 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 0b2124a3c0 Bug 456164 - Mouse wheel scrolls both tree and column picker menu 2008-12-13 12:21:50 -08:00
Robert O'Callahan ecb79d74da 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 7f9e7c91b3 Fix test to deal with wrapping in bug 421203. 2008-12-16 18:14:20 -08:00
Dão Gottwald 3e533f06d7 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
Justin Dolske 0ceb910b4c Backout bug 461680 and bustage fixes due to still failing on Linux and possible leaks. 2008-12-10 23:30:54 -08:00
Justin Dolske d7a0710b2f Test bustage fix by using specific event listener. 2008-12-10 20:50:29 -08:00
Justin Dolske eab87f124d Bug 461680 - Improve video control fade in/out animation. (test bustage fix) 2008-12-10 18:09:19 -08:00
Justin Dolske 097ee71bf3 Bug 461680 - Improve video control fade in/out animation. r=enn 2008-12-10 16:15:47 -08:00
Justin Dolske c7e80eae9f Bug 424363 - Customize Toolbar ▸ Restore Default Set uses gtk-refresh instead of gtk-revert-to-saved. r=gavin, ui-r=faaborg 2008-12-08 00:05:10 -08:00
Robert Kaiser 9691119ed8 bug 466302 - remove superfluous inclusion of global/skin in editMenuOverlay, r=gavin 2008-12-07 17:33:21 +01:00
Masayuki Nakano f877c67331 Bug 463209 No sound when message box is opened (alert/confirm) r=roc+neil, sr=roc, ui=jboriss 2008-12-05 16:29:17 +09:00
Neil Rashbrook d3d6b1f1c8 Bug 459372 Move filefield style rules to toolkit r=Mano
--HG--
rename : browser/themes/gnomestripe/browser/preferences/preferences.css => toolkit/themes/gnomestripe/global/filefield.css
rename : browser/themes/pinstripe/browser/preferences/preferences.css => toolkit/themes/pinstripe/global/filefield.css
rename : browser/themes/winstripe/browser/preferences/preferences.css => toolkit/themes/winstripe/global/filefield.css
2008-12-03 14:11:37 +00:00
Neil Rashbrook ce806fe369 Bug 407725 Toolbar customisation pointlessly removes, clones and adopts nodes r=gavin 2008-12-03 12:35:34 +00:00
Justin Dolske 4bdb4d2d33 Bug 462116 - Need tests for <video> controls; (no review) 2008-12-02 18:47:44 +01:00
Shawn Wilsher 966ae6dc32 Backed out changeset fdd5e4e34241 (bug 407725) to possibly fix random failures of browser/base/content/test/browser_customize.js 2008-11-28 15:19:21 -08:00
Neil Rashbrook 6dd61e8810 Bug 407725 Toolbar customisation pointlessly removes, clones and adopts nodes r=gavin a191=beltzner 2008-11-27 10:23:31 +00:00
Masayuki Nakano 689eecd385 backout the latest landing b=463209 2008-11-27 12:29:44 +09:00
Masayuki Nakano e0b35ba86e Bug 463209 No sound when message box is opened (alert/confirm/prompt/etc...) r+sr=roc, ui-jboriss, a=beltzner 2008-11-27 11:50:35 +09:00
Justin Dolske 1ac4a3753e Bug 464994. about:license and about:rights potentially contradict each other. r=gerv, a=blocking-firefox3.1 2008-11-26 20:59:47 -05:00
Boris Zbarsky 8b028084c0 Bug 462979. Fix synthesizeMouse to send events to the right place. r=enn, sr=roc, a=beltzner 2008-11-26 16:52:42 -05:00
Dão Gottwald e57b99258a merge after backout 2008-11-20 11:06:42 +01:00
Dão Gottwald 876445cc31 Backed out changeset 2686d82a880c 2008-11-20 11:06:18 +01:00
Ted Mielczarek d9375b27d7 bug 432415 - strip trailing newlines when editor.singleline.pasteNewlines == 2 (Copy pasting a cell from an xls/ods file adds an extra space at the end). r+sr=neil, a=beltzner 2008-11-19 12:12:30 -05:00
Ryan Flint ceba6cfbc4 Bug 404229 - Make toolbarbuttons aware of toolbar mode. r=gavin a=beltzner 2008-11-19 00:45:14 -05:00
Justin Wood 6e5905d74a Bug 463772, Make choice of skipping prompt for getTargetFile obvious (comment changes)
Also include minor context-menu fix.
r=sdwilsh, a1.9.1b2=beltzner
2008-11-15 18:19:10 -05:00
Ehsan Akhgari 7c6d6fc94f Bug 463888 - Do not persist the "Save As" location in private browsing mode; r=gavin, a=blocking-firefox3.1+ 2008-11-14 02:04:41 +03:30
Dão Gottwald 0284ad8e37 Bug 463712 - text-shadow doesn't work for xul textboxes. r=enndeakin 2008-11-12 08:07:16 +01:00
Dão Gottwald ea6cd400ee Bug 463212 - menupopups shouldn't inherit text-shadow. r=enndeakin (trivial CSS-only patch) 2008-11-07 22:41:28 +01:00
Justin Dolske 12ce7d97a1 Bug 460771 - Play/pause control confused after video ends. r=gavin 2008-11-03 19:22:30 -08:00
Shawn Wilsher 3769265c5f backout of changeset b0dc837c20fa and 73350927f5f1 due to test failures 2008-11-03 18:55:15 -05:00
Boris Zbarsky 7ecefc0b75 Fix rounding behavior in this test to reflect reality, if even dispatch is not broken. 2008-11-03 13:23:42 -05:00
Dave Townsend 00b8d5ed9f Bustage fix for bug 442419: allow custom max for progressmeter, take 2 2008-10-30 12:25:42 +00:00
Dave Townsend baf5e8144e Bustage fix for bug 442419: allow custom max for progressmeter 2008-10-30 12:16:11 +00:00
Mook (sb) a3c8811bc4 Bug 442419 - allow custom max for progressmeter; r=enndeakin, sr=roc 2008-10-30 13:04:23 +03:30
Justin Dolske c33f2cb0a5 Bug 448909 - Need more controls WHATWG Video tag (followup patch). r=mconnor 2008-10-29 00:35:49 -07:00
Chris Double a566862e65 Bug 457964 - changed media paused type to boolean - r+sr=roc 2008-10-29 10:54:17 +13:00
Honza Bambas 796eaec927 Bug 455871 - [mac] Regression: drag & drop is not working at all after some-time of browser usage; fix, v2 + colorpicker test update; r+sr=roc 2008-10-28 05:44:29 +01:00
Dão Gottwald f43cc80f2f Bug 461631 - tabbox.xml#tabs shouldn't determine the parent tabbox over and over again. r=enndeakin 2008-10-27 23:42:20 +01:00
Markus Stange 5feaf5f6ed Bug 457864 - Fix tests to not rely on mouse wheel scrolling being synchronous, r=smaug 2008-10-27 20:24:33 +01:00
Dão Gottwald 412274b23d Backed out changeset 80ce2b5adcc5 2008-10-27 18:52:29 +01:00
Dão Gottwald a7fb9e52c7 Bug 461631 - tabbox.xml#tabs shouldn't determine the parent tabbox over and over again. r=enndeakin 2008-10-27 16:58:24 +01:00
Nick Kreeger 6b12a9c419 Checking in fix for bug 458856 - tree horizontal scroll bar messes up drag-n-drop column rearranging. r=neil/sr=roc 2008-10-24 14:48:33 -07:00