Commit Graph

1523 Commits

Author SHA1 Message Date
Jared Wein
715c2b1233 Bug 705906 - Fix the ordering of the ARIA labels for the fullscreen button. r=dolske 2011-11-28 20:15:01 -05:00
Jared Wein
54a28ac854 Bug 470628 - Part 1: CSS, JS, XBL, and locale changes (with fall-back support). r=dolske ui-r=shorlander f=fryn 2011-11-23 14:42:18 -05:00
Jared Wein
0d32bdeb16 Bug 698940 - Remove throbber from HTML5 <audio>. r=dolske 2011-11-21 13:24:36 -08:00
Paul ADENOT
37896de87e Bug 675899 - HTML5 video player should show controls when video ends (if controls attribute is present). r=dolske 2011-11-01 14:22:02 -07:00
Paul ADENOT
28b095345e Bug 513758 - Pressing Pos1/End key while video is in ended state sets status to play. r=dolske 2011-11-01 11:50:03 -07:00
Panu Horsmalahti
ff47fa3428 Bug 694434 - Added decodeURI function call to decode percent encoding on the filename URI to display non-ASCII characters correctly. r=dolske 2011-10-27 11:42:05 -07:00
Jared Wein
5012a44a14 Bug 692640 - Video statistics text overlaps itself on small dimension videos. r=dolske 2011-10-21 16:07:18 -04:00
Arpad Borsos
15e72bfded Bug 695121 - Auto scroll does not work on https://beta.mozillalabs.com/en-US/; r=neil@parkwaycc.co.uk
--HG--
extra : rebase_source : edd22718766bb7659a002f6e98eb435b6eac4bad
2011-10-20 10:43:27 +02:00
Mike Conley
418e443554 Bug 488627 - Datepicker doesn't work with some short date formats. r=enn 2011-10-05 17:26:11 -04:00
Dão Gottwald
692fda3a2c Bug 678326 - Notification bar overlaps window chrome during fade in/out. r=enn
--HG--
extra : rebase_source : 98a102a7f00231dc1a11435c51d917b425d25369
2011-10-05 17:20:02 +02:00
Jared Wein
2ffc877a0e Bug 669260 - Add statistics overlay to video element. r=dolske 2011-10-03 20:47:41 -07:00
Frank Yan
21ad46f96a Bug 689124 - Tweak small-dimension video control CSS. r=dolske 2011-09-26 15:39:57 -07:00
Neil Deakin
31fabd0eb7 Bug 628626, arrow panels misplaced when the position is partially over the anchor in one direction, r=neil 2011-09-30 15:47:13 -04:00
Neil Deakin
551265c1d1 Bug 370396, focus tab if something in another tab ends up being focused when switching tabs, r=neil 2011-09-29 16:05:10 -04:00
Jared Wein
b0341fd18f Bug 462117 - Reducing the number of visible controls when the video is too small. r=dolske 2011-09-23 12:43:03 -07:00
Dão Gottwald
537ec1830c Bug 668019 - prepend http:// to URL copy selection if URL has been selected (but not loaded) from location bar. r=gavin 2011-09-20 05:35:33 +02:00
Dão Gottwald
f15036012e Backed out changeset e0708cefd3df 2011-09-20 05:28:38 +02:00
Dão Gottwald
ed61e08ff0 Bug 668019 - prepend http:// to URL copy selection if URL has been selected (but not loaded) from location bar. r=gavin 2011-09-20 03:37:26 +02:00
ithinc@sohu.com
19b8e3a167 Bug 652842 - _getToolbarItem(aId) returns null if the toolbaritem is on the Add-on Bar. r=enn 2011-09-15 16:01:24 +02:00
Alexander Surkov
21de2eb9d5 Bug 685846 - DOMMenuItemActive is not fired for richlistitem of richlistbox autocomplete popup if it's selected repeatedly, r=enn 2011-09-15 11:33:16 +09:00
Neil Rashbrook
0e8600cbfa Bug 685464 - DOMMenuItemActive is not consistent for menulist items, r=enn, f=surkov 2011-09-10 14:40:05 +09:00
Markus Stange
db689e307a Bug 678834 - XUL scrollbox should preventDefault() processed scroll events so that Gecko doesn't attempt to start a swipe from them. r=enndeakin 2011-09-08 15:31:01 +02:00
Neil Deakin
0c36dfe88d Bug 507186, check source of command events so that checkboxes with an attached command will update preferences properly, r=neil 2011-09-06 10:44:55 -04:00
Rob Campbell
5d657e08b3 merge m-c to fx-team 2011-08-26 11:38:59 -03:00
Ms2ger
0b1536d069 Bug 672054 - Part a: Remove nsIDOMNSUIEvent; r=smaug 2011-08-26 09:43:49 +02:00
Mihai Sucan
5b969cdb06 Bug 600501 - Implement support for removed() callback (notificationbox); r=neil 2011-08-24 15:42:34 +03:00
Ian Neal
01ba709913 Bug 679320 - Add currentURI as a property to the xul:editor element r=ehsan 2011-08-18 00:15:29 +01:00
Neil Deakin
ce7c923772 Bug 672254, allow content inside an arrowpanel to be flexible, r=neil 2011-08-10 15:51:25 -04:00
Markus Stange
c88a690044 Bug 672050 - Inherit the open attribute on toolbarbutton[type=menu-button] dropmarkers. r=dao 2011-08-08 16:42:54 +02:00
Neil Deakin
d39a767665 Bug 628238, arrow panels not positioned correctly when the page is zoomed, r=neil
--HG--
rename : toolkit/content/tests/widgets/test_arrowpanel.xul => toolkit/content/tests/chrome/test_arrowpanel.xul
2011-08-05 15:24:24 -04:00
Justin Dolske
0e47a5cdb8 Bug 669217 - Remove nsISecurityCheckedComponent from videocontrols. r=mrbkap 2011-08-03 17:52:45 -07:00
Tim Taubert
af2455ebbc merge the last green changeset on m-c to fx-team 2011-08-03 07:41:10 +02:00
Frank Yan
adfa82857b Bug 554717 - Prevent audio/video controls from inheriting list-style-image. 2011-08-02 17:43:08 -07:00
Paul ADENOT
7a5551ec2e Bug 619752 part 2 - Fix the front end to display infinite media duration. r=dolske 2011-08-01 14:11:28 -04:00
Jared Wein
55ca432c49 Bug 481082. Video controls listen for stalled event and change the UI accordingly. r=dolske 2011-07-29 14:30:00 -04:00
Ms2ger
19bead777e Bug 666665 - Remove isindex content code; r=sicking+hsivonen 2011-07-23 11:45:38 +02:00
Paul ADENOT
7d07a7dae5 Bug 669616 - Round time to the nearest full-second value to fix inaccuracies in audio controls. r=dolske 2011-07-11 12:24:20 -07:00
Felipe Gomes
32bd891c83 Bug 663042. Disable some breaking parts of browser startup in e10s-compat mode, and other minor adjustments. r=dolske 2011-06-24 14:32:27 -07:00
Felipe Gomes
6fedbfdf0e Bug 663040 - Stub webNavigation for remote browsers, moved from mobile to toolkit. r=mfinkle,mossop 2011-06-24 14:33:06 -07:00
Neil Deakin
2973a0228b Bug 655004, cancel mouse scroll event and key events for grid datepicker and trees, prevents scroll events from bubbling up in tests, r=neil 2011-07-01 20:52:30 -04:00
Jared Wein
98c4fe0710 Bug 667323: right clicking a video shouldn't trigger play/pause behavior, r=gavin 2011-06-27 20:57:35 -04:00
Marco Bonardo
006a1818cf Merge last green changeset from mozilla-inbound to mozilla-central 2011-06-25 12:04:08 +02:00
Jared Wein
205bc10c08 Bug 518008 - Make clicking the video content area play/pause the video. r=dolske 2011-06-25 11:47:39 +02:00
Dão Gottwald
6ccb27992f Bug 665580 - Hide http:// and single trailing slashes in the location bar. ui-r=faaborg r=sdwilsh 2011-06-23 10:13:41 +02:00
Masayuki Nakano
a61a52bebc Bug 662191 XUL listbox shouldn't be scrolled by pixel scrolling event r=smaug+enn 2011-06-08 20:33:23 +09:00
Michael Ventnor
35529b1111 Bug 659549 - Tab bar scrolling using arrow buttons should use mozRequestAnimationFrame r=dao 2011-06-07 12:41:16 +10:00
Neil Deakin
8307283671 Bug 554919, support panels which can dragged via their backgrounds, r=dao,smaug 2011-06-03 15:38:24 -04:00
Neil Deakin
f9daca5776 Bug 577377, add a means to get the screen rectangle of a popup, r=neil 2011-06-03 15:38:23 -04:00
Neil Deakin
3234577c9f Bug 637234, don't use readonly field for timepicker as they are initialized in this constructor, r=neil 2011-06-03 15:38:23 -04:00
Geoff Lankow
2ee7c69af9 Bug 506069 - textbox with type=number does not properly update value for oninput event. r=enn 2011-06-02 10:53:42 +12:00