Commit Graph

553 Commits

Author SHA1 Message Date
Florian Quèze
279816f19f Bug 993495 - Update WebRTC UI and add test, r=felipe. 2014-04-18 00:37:59 +02:00
Randell Jesup
44384d2552 Bug 993495: Update MediaManager UI r=jesup,florian,smaug 2014-04-16 02:22:19 -04:00
Carsten "Tomcat" Book
6a4d67f8ec Merge m-c to mozilla-inbound 2014-04-08 15:39:46 +02:00
Neil Deakin
df603a7f4d Bug 610545, fix tests to disable arrow panel transitions to speed them up and fix mouse targetting issues, r=felipe 2014-04-08 08:45:52 -04:00
Florian Quèze
f1a4d21492 Bug 991202 - The event callback of popup notifications should have a way to prevent the panel from showing, r=felipe.
--HG--
extra : rebase_source : 3005a199a081d8cc9aa803c0f7d6e426d8af03a0
2014-04-07 19:37:50 +02:00
Blake Kaplan
3745131216 Bug 899648 - Initial patch to make tab-modal prompts work. Original patch from Tom Schuster <evilpies@gmail.com>. r=dolske 2014-04-04 14:50:42 -07:00
Phil Ringnalda
60bf8edbbe Bug 986760 (with a dash of 989101 added in) - disable browser_UITour3.js on Linux for excessive failures and lack of action taken toward fixing them 2014-04-03 20:12:02 -07:00
Mark Hammond
763885adb1 Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted. 2014-04-02 10:53:55 +11:00
Ehsan Akhgari
2ec7354350 Bug 984267 - Double the test timeout 2014-03-30 09:57:51 -04:00
Ehsan Akhgari
758721b070 Trial fix for bug 986760: focus the test runner window and also request a longer timeout 2014-03-29 21:32:20 -04:00
Matthew Noorenberghe
741780aca6 Bug 988305 - UITour: getTarget should catch exceptions from a target's query function. r=Unfocused 2014-03-27 23:14:20 -07:00
Paolo Amadini
1a4a4adc7b Bug 988341 - Convert code before switching Task.jsm to use Promise.jsm. r=mak 2014-03-26 18:15:00 +01:00
Matthew Noorenberghe
6c4364ff2f Bug 988144 - UITour: Highlight effects don't occur if a highlight is moved to a different target with the same effect. r=Unfocused 2014-03-26 03:00:18 -07:00
Matthew Noorenberghe
b89f583274 Bug 941862 - UITour: Support a callback to notify when the menu panel opens while the menu button is an info panel target. r=Unfocused 2014-03-25 01:25:53 -07:00
Marco Castelluccio
883ab21b7c Bug 986493 - Lazily load some modules in Webapps.jsm. r=felipe 2014-03-24 09:37:27 -04:00
Matthew Noorenberghe
6ca67f7da9 Bug 986688 - Load SignInToWebsite.jsm lazily and on Nightly only. r=felipe 2014-03-22 20:46:18 -07:00
Jared Wein
f559742ef6 Bug 940393 - Win8: Text color on inactive tabs makes text very hard to read. r=gijs
--HG--
extra : rebase_source : 03e07612be960c1b3a961e065404034ae0db5ce1
2014-03-20 20:23:36 -04:00
Phil Ringnalda
593ff4a77e Back out bbb44c125553 (bug 940393) for breaking WinXP 2014-03-20 20:57:39 -07:00
Jared Wein
530b60ca90 Bug 940393 - Win8: Text color on inactive tabs makes text very hard to read. r=gijs 2014-03-20 20:23:36 -04:00
Blake Winton
d217b60f0c Bug 983653 - UITour: Make the highlight effect a circle on the bookmarks combo button. ui-r=shorlander, r=MattN 2014-03-15 18:29:38 -07:00
Phil Ringnalda
37f7300460 Merge m-c to f-t 2014-03-15 18:21:41 -07:00
Marco Castelluccio
fd501ab986 Bug 898647 - Backend for app updates. r=myk,fabrice
--HG--
rename : browser/modules/webappsUI.jsm => browser/modules/WebappManager.jsm
rename : toolkit/webapps/WebappsInstaller.jsm => toolkit/webapps/NativeApp.jsm
rename : webapprt/WebappsHandler.jsm => webapprt/WebappManager.jsm
2014-03-15 14:37:37 -07:00
Matthew Noorenberghe
daf4b78a43 Bug 971108 - UITour: Update the doorhanger menu style with a footer background and primary button style. r=Unfocused
--HG--
extra : rebase_source : fbbfc8c7a6c08f224aea0a8e786bc96f120da67b
2014-03-15 14:21:20 -07:00
Wes Kocher
9ec0bdb04f Backed out changeset 4ce831d82c1f (bug 898647) for gaia-ui bustage on an already CLOSED TREE
--HG--
rename : browser/modules/WebappManager.jsm => browser/modules/webappsUI.jsm
rename : toolkit/webapps/NativeApp.jsm => toolkit/webapps/WebappsInstaller.jsm
rename : webapprt/WebappManager.jsm => webapprt/WebappsHandler.jsm
2014-03-14 14:13:25 -07:00
Marco Castelluccio
08cd30e121 Bug 898647 - Backend for app updates. r=myk,fabrice
--HG--
rename : browser/modules/webappsUI.jsm => browser/modules/WebappManager.jsm
rename : toolkit/webapps/WebappsInstaller.jsm => toolkit/webapps/NativeApp.jsm
rename : webapprt/WebappsHandler.jsm => webapprt/WebappManager.jsm
extra : rebase_source : d009be9de28cb917062d567592f773e9ece4266e
2014-03-14 10:30:53 -07:00
Matthew Noorenberghe
08bb94a554 Bug 982620 - UITour: Test that the menu panel is closed after tearing down. r=Gijs
[Australis]
2014-03-15 11:21:43 -07:00
Gijs Kruitbosch
a932f1fd32 Bug 982620 - Australis' UITour doesn't hide the menu panel on teardown, causing recreatePopup to break later hideMenu calls, r=MattN 2014-03-15 00:52:15 +01:00
Blake Winton
dfa89809b3 Bug 971116 - Implement new Australis UITour highlight effect. ui-r=madhava, r=Unfocused 2014-03-13 09:29:24 -04:00
Carsten "Tomcat" Book
feb79ab47b merge fx-team to mozilla-central 2014-03-12 12:19:49 +01:00
Shane Caraveo
0f6efe3f3f bug 894806 [Australis] refactor and remove social.provider, r=markh 2014-03-11 19:25:45 -07:00
Bill McCloskey
430c5155ae Bug 666804 - [e10s] Support NetworkPrioritizer (r=felipe) 2014-03-11 20:13:48 -07:00
Matthew Noorenberghe
dd6388f495 Bug 935823 - UITour: Add a close button to info panels. r=Unfocused 2014-03-07 13:00:18 -05:00
Matthew Noorenberghe
221a7ac9dc Bug 970788 - UITour: Remove the incorrect size attributes on annotation panels on Linux to workaround Ubuntu glitches. r=Gijs 2014-03-06 18:59:00 +13:00
Blair McBride
c59582644a Bug 966933 - [Australis] UITour: Add a UI tour link in the Help menu. r=Gijs 2014-03-06 14:41:43 +13:00
Mike Conley
92b6a61302 Bug 979034 - [Australis] Make CustomizationTabPreloader kick-off when the user opens the menu panel. r=ttaubert. 2014-03-04 11:48:00 -05:00
Drew Willcoxon
cf1ae31a14 Bug 936195 - Australis UITour: Give webpage a way to query what UI targets are available. r=unfocused 2014-03-03 17:39:35 -08:00
Florian Quèze
b793c8b008 Bug 876041 - Granting access to microphone shows video icon next to address bar, r=dolske, ui-r=Boriss. 2014-02-28 18:47:18 +01:00
Tim Taubert
52228ecddd Bug 975552 - [Australis] Preload about:customizing like we do with about:newtab to increase transition performance. r=jaws,ttaubert. 2014-02-25 18:51:41 +01:00
Jim Mathies
01c1a6f6fd Bug 969831 - Use the new feature level check for desktop browser 'switch to metro' ux elements. r=msamuel 2014-02-28 07:37:31 -06:00
Blair McBride
8f70aa512f Bug 974086 - [australis-measuring] UITour.seenPageIDs should persist across sessions. r=MattN sr=taras 2014-02-27 22:25:44 +13:00
Florian Quèze
4f48223aa5 Bug 804611 - Add a way to grant/deny getUserMedia permissions persistently, r=jesup,dolske, ui-r=Boriss. 2014-02-25 12:50:42 +01:00
Matthew Noorenberghe
51f2294632 Bug 974804 - UITour: Calling recreatePopup on the menu panel before it's ready leads to a computed width of 0 for the panel scroller. r=adw 2014-02-21 14:42:40 -08:00
Gijs Kruitbosch
56ec7c2bc3 Bug 970321 - Australis' UITour: make menu panel not break if tour tab is opened in new window, r=Unfocused 2014-02-20 22:42:33 +00:00
Jan-Ivar Bruaroey
f3c6621dae Bug 949907 - GetUserMediaDevices cleanup + untie GetUserMediaRequest obj from DOM. r=jesup 2014-02-14 11:32:58 -08:00
Masayuki Nakano
e393ad7356 Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug 2014-02-15 09:57:39 +09:00
Ryan VanderMeulen
e9ea81449f Backed out changeset e1d1542ff35c (bug 949907) for robocop failures.
CLOSED TREE
2014-02-14 13:38:04 -05:00
Jan-Ivar Bruaroey
811a92d356 Bug 949907 - GetUserMediaDevices cleanup + untie GetUserMediaRequest obj from DOM. r=jesup 2014-02-13 15:32:17 -08:00
Ryan VanderMeulen
9dfad8137f Merge inbound to m-c. 2014-02-11 08:39:31 -05:00
Florian Quèze
c6e8f927ea Bug 965265 - Opening a new private window shows social provider buttons which don't do anything, r=mixedpuppy.
--HG--
extra : rebase_source : 74d3f5fd7eea7c4c146f0eba843e7d39837c406f
2014-02-11 08:28:25 +01:00
Bill McCloskey
2a42a3c83e Bug 970276 - Don't respect <link rel=""> elements from subframes (r=felipe) 2014-02-10 16:42:18 -08:00