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

751 Коммитов

Автор SHA1 Сообщение Дата
Ryan VanderMeulen a4aec47641 Bug 1026310 - Really skip browser_UITour_panel_close_annotation.js on Windows.
DONTBUILD

--HG--
extra : rebase_source : 60ef0efe8d2ec531a12cbb4de56d001bd820c235
2014-07-09 09:57:14 -04:00
Shane Caraveo 85e264ffde Bug 1029942 allow activation from about: chrome urls, r=felipe 2014-07-08 16:48:12 -07:00
Wes Kocher bd610cd145 Backed out changeset ca2fd67a4cf7 (bug 1029942) for bc1 orange 2014-07-08 15:11:31 -07:00
Shane Caraveo 8f5dd5dbf4 Bug 1029942 allow activation from about: chrome urls, r=felipe 2014-07-08 13:50:13 -07:00
Marco Castelluccio 416979553c Bug 1029674 - Fix installation of apps with custom origin. r=myk,keeler
--HG--
rename : toolkit/webapps/tests/test_packaged_launch.xul => toolkit/webapps/tests/test_custom_origin.xul
2014-07-04 15:23:16 +02:00
Ed Morley 0de150cc87 Bug 1032137 - Disable browser_UITour_panel_close_annotation.js on Windows for intermittent test failures 2014-07-03 13:57:15 +01:00
Mark Banner 794bbc9518 Bug 1027014 Loop panel is cut off on first display - always fire the mechanism to resive the panel if the ready state is complete. r=mixedpuppy 2014-06-30 21:10:19 +01:00
Shane Caraveo 1c1e53ed43 Bug 1011598 fix marks and status buttons for toolbar overflow menu, r=Gijs 2014-06-27 08:58:13 -07:00
Carsten "Tomcat" Book da35e74bd1 Merge mozilla-central to fx-team 2014-06-25 15:48:21 +02:00
Carsten "Tomcat" Book 48f0f82363 merge fx-team to mozilla-central a=merge 2014-06-25 15:34:21 +02:00
Jim Blandy 7e20285e70 Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
David Rajchenbach-Teller 5e5608edd6 Bug 1019670 - Fix error in AboutHome.sendAboutHomeData: "TypeError: target.messageManager is undefined". r=felipc 2014-06-03 08:16:00 -04:00
Drew Willcoxon ef24c8b0ca Bug 1029735 - ContentSearch sometimes leaks event listeners and their closures (follow-up). r=ttaubert 2014-06-24 13:38:13 -07:00
Drew Willcoxon e62ad6fbc3 Bug 1029735 - ContentSearch sometimes leaks event listeners and their closures. r=ttaubert 2014-06-24 12:49:52 -07:00
Bill McCloskey c751f855a6 Bug 1005696 - Make sure test blocklist.xml isn't overwritten before use (r=Unfocused) 2014-06-20 17:46:02 -07:00
Wes Kocher 9093cbe91b merge m-c to inbound on a CLOSED TREE 2014-06-20 14:02:54 -07:00
Drew Willcoxon 1011d1ad37 Bug 1027303 - Certain image URIs in search plugins break ContentSearch. r=felipe 2014-06-19 14:34:12 -07:00
Mike Conley 1de12c5a8f Bug 989501 - Part 3: If a newly created browser.xul window has the CHROME_REMOTE_WINDOW chromeflag set, make sure the initial browser has remote="true" set on it. r=felipe. 2014-06-20 14:08:05 -04:00
Birunthan Mohanathas 51ba75d135 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
Wes Kocher 10e62c12a3 merge fx-team to m-c a=merge 2014-06-17 18:48:51 -07:00
Drew Willcoxon d962fbd62a Bug 1019990 - about:newtab preloader should load content.js. r=ttaubert 2014-06-17 12:35:34 -07:00
Drew Willcoxon 155105face Bug 1019989 - ContentSearch should pass images as shared ArrayBuffers instead of data URI strings. r=felipe 2014-06-17 12:35:34 -07:00
Florian Quèze 7fd9445f50 Bug 1000253 - Background tabs with persistent device permissions can access devices without the user noticing, r=jesup,MattN. 2014-06-13 14:51:12 +02:00
Tim Taubert 162e284e4d Bug 1018913 - Customization mode favicon not showing anymore r=gijs 2014-06-12 20:32:46 +02:00
Mark Hammond 5adb5a7c3a Bug 998934 - add a showFirefoxAccounts command to the UITour. r=Unfocused 2014-06-12 15:10:23 +10:00
Mark Banner f7788f7d4e Merge m-c to elm. a=merge 2014-06-09 13:00:42 +01:00
Mark Banner adf026d0e2 Bug 1010325 Work around for uri.host being undefined in webrtc prompts for Loop. Special-case handling of about:loop uris for now. Bug 1000146 will replace this. r=florian. 2014-05-29 21:13:47 +01:00
Tim Taubert a0b62bf180 merge m-c to fx-team 2014-05-29 08:47:51 +02:00
Blair McBride 0997611d2c Bug 1014460 - Extend the retention period of UITour.seenPageIDs. r=ttaubert 2014-05-29 16:38:24 +12:00
Mark Banner c0c094e7c7 Bug 1011392 - Make Social API's panel handling generic so that Loop can use it as well, enabling Loop to function properly in the Application menu. r=mhammond 2014-06-17 11:23:40 +01:00
Bobby Holley ecac8f5e13 Bug 1015380 - Fix up UITour.jsm. r=gijs 2014-05-28 11:14:27 -07:00
Tim Taubert e4173a1a49 Bug 990812 - Restrict sessionstore, tabview, and browser frame scripts to tabbrowser browsers r=adw 2014-05-23 14:22:36 +02:00
Drew Willcoxon 19ed94777a Bug 1013722 - Fix ContentSearch.jsm error: TypeError: msg.target.messageManager is undefined. r=felipe 2014-05-21 14:20:29 -07:00
Tim Taubert de92dbfcc9 Bug 973532 - Let the preloader's docShells be inactive so that about:newtab can rely on document.hidden r=adw 2014-05-19 23:33:59 +02:00
Blair McBride 12a36b9844 Bug 1012526 - UITour.jsm only registers with UITelemetry when it's lazily imported on-demand. r=mconley 2014-05-21 12:25:50 +12:00
Drew Willcoxon ae4ced5a6a Bug 1009313 - ContentSearch.jsm should call nsIBrowserSearchService.init. r=felipe 2014-05-19 19:11:04 -07:00
Shane Caraveo f6ce087b36 Bug 960991 support for standard share endpoints, r=markh 2014-05-13 11:10:47 -07:00
Tom Schuster 8a0c3e1986 Bug 961360 - Try again on the about:tabcrashed page should reload all crashed tabs. r=felipe 2014-05-29 21:55:44 +02:00
Mark Hammond f88bdcd2ee Bug 1002914 (part 1) - refactor the chat window so it can be used by loop and social. r=mixedpuppy 2014-05-10 12:03:07 +10:00
Ryan VanderMeulen e84cc1706a Backed out changesets 2f3f35b8cea3 and 7824a3826963 (bug 1002914) for intermittent mochitest-bc failures. 2014-05-07 16:56:28 -04:00
Mark Hammond 9c3b931bd2 Bug 1002914 (part 1) - refactor the chat window so it can be used by loop and social. r=mixedpuppy 2014-05-07 09:58:18 +10:00
Jared Wein 6741fed037 Bug 1004576 - Background tabs are unreadable when the Color Intensity of the window frame is at or near its lowest point (white text on light-grey window frame). r=Gijs
--HG--
extra : rebase_source : 2fb257c889c8613aba6f488f5a4c867a34f85944
2014-05-05 18:41:40 -04:00
Roberto A. Vitillo 9fe5a4bbe7 Bug 785487 - Have AboutHomeUtils use the asynchronous search service initialization API and adjust browser_aboutHome.js accordingly. r=felipe, r=gavin 2014-04-30 11:33:58 +01:00
Dão Gottwald 51fdc20682 Bug 865826 - Remove the browser.tabs.closeButtons pref. r=jaws 2014-04-25 14:30:18 +02:00
Carsten "Tomcat" Book c24942f7e4 Backed out changeset 1c2ef0d3d997 (bug 865826) for failing jetpack tests 2014-04-25 14:13:33 +02:00
Dão Gottwald 94f65cbce6 Bug 865826 - Remove the browser.tabs.closeButtons pref. r=jaws 2014-04-25 11:48:33 +02:00
Drew Willcoxon 53bd0fe01b Bug 962490 - Add a search field to the new tab page (part 1: ContentSearch). r=felipe 2014-04-24 19:09:20 -07:00
Nicholas Nethercote 40660c86b9 Bug 996448 - Lazify the loading of PluralForm.jsm everywhere. r=mak.
--HG--
extra : rebase_source : 371f4ed436bbdb864edcb593f55bad325d98cfca
2014-04-22 20:19:12 -07:00
Florian Quèze 59816ca5ee Bug 993495 - Update WebRTC UI and add test, r=felipe. 2014-04-18 00:37:59 +02:00
Randell Jesup 494e3f21b4 Bug 993495: Update MediaManager UI r=jesup,florian,smaug 2014-04-16 02:22:19 -04:00
Carsten "Tomcat" Book 2c72c3916e Merge m-c to mozilla-inbound 2014-04-08 15:39:46 +02:00
Neil Deakin 6def64a610 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 184c9722c2 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 3a3257f6a8 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 cd3e751c10 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 cae334e085 Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted. 2014-04-02 10:53:55 +11:00
Ehsan Akhgari 28255f4451 Bug 984267 - Double the test timeout 2014-03-30 09:57:51 -04:00
Ehsan Akhgari b2a8407660 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 17ec0b7b1e 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 43735732bb Bug 988341 - Convert code before switching Task.jsm to use Promise.jsm. r=mak 2014-03-26 18:15:00 +01:00
Matthew Noorenberghe 51b8d80d79 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 62c90de6fb 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 5ba09142ca Bug 986493 - Lazily load some modules in Webapps.jsm. r=felipe 2014-03-24 09:37:27 -04:00
Matthew Noorenberghe 708509ef43 Bug 986688 - Load SignInToWebsite.jsm lazily and on Nightly only. r=felipe 2014-03-22 20:46:18 -07:00
Jared Wein cbd250673e 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 6e1b3cfb33 Back out bbb44c125553 (bug 940393) for breaking WinXP 2014-03-20 20:57:39 -07:00
Jared Wein 86208b298b 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 e5caf23e91 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 6b520eb10f Merge m-c to f-t 2014-03-15 18:21:41 -07:00
Marco Castelluccio 650cf1244e 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 26008d759d 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 431137ccf6 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 9b4317d55f 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 d5bfe77320 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 0e82704c1c 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 d46c9d224d Bug 971116 - Implement new Australis UITour highlight effect. ui-r=madhava, r=Unfocused 2014-03-13 09:29:24 -04:00
Carsten "Tomcat" Book 9259b7757c merge fx-team to mozilla-central 2014-03-12 12:19:49 +01:00
Shane Caraveo 34245313a7 bug 894806 [Australis] refactor and remove social.provider, r=markh 2014-03-11 19:25:45 -07:00
Bill McCloskey 96f886f1cf Bug 666804 - [e10s] Support NetworkPrioritizer (r=felipe) 2014-03-11 20:13:48 -07:00
Matthew Noorenberghe 8a5c9b915b Bug 935823 - UITour: Add a close button to info panels. r=Unfocused 2014-03-07 13:00:18 -05:00
Matthew Noorenberghe 3b94717cc8 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 f5122b2661 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 31c6e2d201 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 1f4df34ed0 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 a64fc883ec 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 7f0698b8cf 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 c7faf66f1e 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 8b81ea1fd3 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 015bd036d7 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 f793e1cd91 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 40602a57e9 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 e3704391bc Bug 949907 - GetUserMediaDevices cleanup + untie GetUserMediaRequest obj from DOM. r=jesup 2014-02-14 11:32:58 -08:00
Masayuki Nakano a183cc5385 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 e984c90001 Backed out changeset e1d1542ff35c (bug 949907) for robocop failures.
CLOSED TREE
2014-02-14 13:38:04 -05:00
Jan-Ivar Bruaroey f72c2e65df Bug 949907 - GetUserMediaDevices cleanup + untie GetUserMediaRequest obj from DOM. r=jesup 2014-02-13 15:32:17 -08:00
Ryan VanderMeulen 8dddcefadb Merge inbound to m-c. 2014-02-11 08:39:31 -05:00
Florian Quèze 5116be73d1 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 d3a1beb428 Bug 970276 - Don't respect <link rel=""> elements from subframes (r=felipe) 2014-02-10 16:42:18 -08:00
Phil Ringnalda 3dca9615ba Merge m-c to m-i 2014-02-08 19:32:35 -08:00
Bill McCloskey 751a8e2340 Bug 961529 - Run DOMLinkHandler in a content script (r=felipe) 2014-02-08 17:41:34 -08:00
Bill McCloskey c6980cd416 Bug 961529 - Add Feeds module (r=felipe) 2014-02-08 17:41:30 -08:00
Matthew Noorenberghe 045941a17c Bug 966072 - [Linux] UITour highlight panel appears below the menu panel. r=Enn,Unfocused
[Australis]
2014-02-07 13:36:09 -08:00
Matthew Noorenberghe 57204cea0e Bug 967391 - Follow-up fix to hide the menu panel before the next subtest starts. r=bustage 2014-02-07 00:41:27 -08:00
Matthew Noorenberghe 76c3d439ff Bug 967391 - UITour: When opening a menu panel sub-view, annotations in the initial view should be hidden. r=Unfocused
[Australis]
2014-02-06 21:43:28 -08:00
Blair McBride 73e828c70b Bug 952568 - [australis-measuring] Determine if Australis Update experience tab is/was active. r=mconley,MattN 2014-02-07 16:19:12 +13:00
Carsten "Tomcat" Book be8a851854 Backed out changeset 8c4807bfdd2a (bug 965265) for browser-chrome bustage on a CLOSED TREE 2014-02-06 14:55:46 +01:00
Florian Quèze ee1aa885d8 Bug 965265 - Opening a new private window shows social provider buttons which don't do anything, r=mixedpuppy. 2014-02-06 13:03:05 +01:00
Matthew Noorenberghe 5e29ac501d Bug 949659 - UITour: Hide annotations anchored in the menu panel when it closes. r=Unfocused
[Australis]
2014-02-05 01:02:40 -08:00
Matthew Noorenberghe 93d96074fa Bug 943765 - UITour: Make highlights circles if the height and width of the target are similar. r=Unfocused
[Australis]
2014-02-05 01:02:32 -08:00
Matthew Noorenberghe 27490d61b0 Bug 967370 - UITour: Remove duplication in browser chrome tests. r=Unfocused
[Australis]
2014-02-05 00:31:41 -08:00
Blake Winton cf5602efb1 Bug 966280 - Add a flag to the Australis UITelemetry ping for whether the titlebar is shown. r=mconley 2014-01-31 13:59:23 -05:00
Matthew Noorenberghe 17bcbf3ddb Bug 958679 - UITour: Add the Accounts button within the Australis menu panel to the list of targets. r=Unfocused 2014-01-30 22:25:00 -08:00
Blair McBride 70b754dd3e Bug 958673 - [Australis] UITour: Style doorhanger menu for Australis Update Tour. r=MattN 2014-01-31 15:25:45 +13:00
Malintha Fernando c8698209af Bug 953124 - [Australis] Remove the "Open Location" dialog (openLocation.xul). r=dao 2014-01-25 17:12:20 +01:00
Tim Taubert dfda4fc2cc Bug 962709 - Fix about:home's sync entry point to work with about FxAccounts r=markh 2014-01-22 20:07:06 +01:00
Florian Quèze 9b04bd88cc Bug 885796 - WebRTC doesn't have UI to stop sharing camera nor microphone, r=dolske, ui-r=Boriss. 2014-01-23 11:50:03 +01:00
Mike Conley ab696390c1 Bug 961034 - [Australis] Collect UITelemetry on how many times the Australis menu button is clicked. r=Gijs. 2014-01-20 16:33:21 -05:00
Mike Conley 78a0aa6b28 Bug 944453 - [Australis] Collect UITelemetry on if the menubar is displayed, and how many times menuitems are clicked. r=Gijs. 2014-01-20 11:51:32 -05:00
Mike Conley 5ffde5cf9a Bug 944801 - [Australis] Collect UITelemetry on how many links are opened from the bookmarks menu button. r=Gijs. 2014-01-17 10:12:47 -05:00
Matthew Noorenberghe 5df636a63b Bug 958300 - [Australis] UITour: Add ability to query whether Sync is enabled. r=mhammond,Unfocused 2014-01-17 12:21:33 +01:00
Blair McBride 97236f2f4c Bug 935815 - [Australis] UITour: Allow adding a button with an action to the info panel. r=MattN 2014-01-06 12:27:25 +13:00
Mike Conley 1d52962fef Bug 951854 - [Australis] Add developer tools button to panel placements in BrowserUITelemetry. r=jaws. DONTBUILD 2014-01-15 03:51:32 -05:00
Mike Conley 4d3afb5c29 Backed out changeset 9adfbbc3549c (Bug 951854) for missing Australis commit message. 2014-01-15 03:50:51 -05:00
Mike Conley 71eb12bdd6 Bug 951854 - Add developer tools button to panel placements in BrowserUITelemetry. r=jaws. 2014-01-15 03:40:56 -05:00
Mike Conley b117921007 Bug 949217 - [Australis] Collect UITelemetry on how many extra toolbars there are. r=Gijs. 2014-01-15 03:40:12 -05:00
Wes Kocher 78477885f2 Merge inbound to m-c 2014-01-14 15:24:45 -08:00
Ed Morley 1145879c13 Bug 951965 - Disable browser_UITour.js on Linux for intermittent failures 2014-01-14 16:39:04 +00:00
Mike Conley 5826abf08c Bug 944450 - [Australis] Collect UITelemetry on the total number of tabs in each window. r=Gijs. 2014-01-14 09:46:18 -05:00
Mike Conley 4d5780a23d Bug 952585 - [Australis] Collect UITelemetry on customization events and durations with Australis. r=Gijs. 2014-01-14 09:44:20 -05:00
Matthew Noorenberghe 4ea705f5f8 Bug 937415 - UITour: Add ability to highlight the selected tab's icon in Australis. r=Unfocused 2014-01-13 16:28:18 +01:00
Gijs Kruitbosch 0635c3cba5 Bug 956202 - split off some of the UITour tests, r=Unfocused
--HG--
rename : browser/modules/test/browser_UITour.js => browser/modules/test/browser_UITour2.js
2014-01-09 22:00:57 +00:00
Gijs Kruitbosch 4afa776da3 Bug 956202 - split off UITour checking functions, r=Unfocused 2014-01-09 21:53:22 +00:00
Marco Bonardo 0a6dcb3f9e Bug 957585 - Make jumplists listen for "active" idle topic instead of the defunct "back". r=jimm 2014-01-08 18:43:01 +01:00
Carsten "Tomcat" Book 2ce082378f Backed out australis changeset 5a8d6a009942 (bug 935815) for frequent oranges on a CLOSED TREE 2014-01-07 09:35:50 +01:00
Ed Morley 14b30df82f Merge latest green inbound changeset and mozilla-central 2014-01-06 12:51:38 +00:00
Neil Rashbrook fbaa743e6a Bug 940907 Re-introduce the Character Encoding menu to the View Source window r=Unfocused
--HG--
rename : browser/locales/en-US/chrome/browser/charsetMenu.dtd => toolkit/locales/en-US/chrome/global/charsetMenu.dtd
rename : browser/locales/en-US/chrome/browser/charsetMenu.properties => toolkit/locales/en-US/chrome/global/charsetMenu.properties
rename : browser/modules/CharsetMenu.jsm => toolkit/modules/CharsetMenu.jsm
2014-01-06 08:44:19 +00:00
Blair McBride e94658b269 Bug 935815 - [Australis] UITour: Allow adding a button with an action to the info panel. r=MattN 2014-01-06 12:27:25 +13:00
Mike Conley b1ee575843 Bug 952592 - [Australis] Collect sizemode from first window in BrowserUITelemetry. r=Gijs. 2014-01-04 16:39:14 -05:00
Mike Conley d7d9648c12 Bug 956138 - [Australis] Have BrowserUITelemetry wait for sessionstore-windows-restored before gathering measurements. r=jaws. 2014-01-02 19:02:46 -05:00
Mike Conley 8632d5a0ba Bug 944145 - [Australis] Collect UITelemetry on default toolbar button usage. r=jaws. 2013-12-20 14:15:50 -05:00
Mike Conley 4226b33524 Bug 952180 - [Australis] BrowserUITelemetry is mostly returning empty toolbar data. r=jaws. 2013-12-19 16:46:39 -05:00
Florian Quèze d4c5435e34 Bug 723951 - Popup notification does not continue when the tab move to other window, r=felipe. 2013-12-19 22:16:10 +01:00
Gavin Sharp ea5aa79864 Tweak some comments per bug 910523 and bug 910517.
--HG--
extra : rebase_source : 72de87d8b34da281bb6e2e9c99ebd8ad75e64786
2013-09-16 09:45:58 -04:00
Ryan VanderMeulen 23af4a1d4d Backed out changeset be2eafebfb4d (bug 935815) for mochitest-bc orange.
CLOSED TREE
2013-12-18 20:37:30 -05:00
Blair McBride 2a701e7d97 Bug 935815 - [Australis] UITour: Allow adding a button with an action to the info panel. r=MattN 2013-12-19 12:36:29 +13:00
Mike Conley 80482f6b66 Bug 951747 - [Australis] Add simple measurement to BrowserUITelemetry for toolbar contents. r=jaws. 2013-12-18 16:54:59 -05:00
Jordan Santell ca20501af9 Bug 950873 - Switch Social.jsm to use asynchronous Promise.jsm. r=markh 2013-12-18 13:18:10 -05:00
Florian Quèze a2eb9c79da Bug 930641 - Remove the social.allowMultipleWorkers preference, r=mixedpuppy. 2013-12-18 16:50:05 +01:00
Wes Kocher 8c8f5e1dcb Merge m-c to fx-team 2013-12-17 21:21:30 -08:00
Wes Kocher 29915a0f83 merge inbound to m-c 2013-12-17 21:00:02 -08:00
Mike Conley 7ee1bd4de9 Bug 944147 - [Australis] Collect UITelemetry on bookmark star usage. r=jaws. 2013-12-17 23:57:36 -05:00
Mike Conley 4827fc0dc6 Bug 944049 - [Australis] Collect UITelemetry on bookmarks toolbar usage. r=jaws. 2013-12-17 17:00:13 -05:00
Shane Caraveo 9a51f719e2 bug 940155 make marks button work in Australis menu panel, r=markh 2013-12-16 21:24:44 -08:00
Shane Caraveo dae3641fa8 bug 914921 make status button work in Australis menu panel, r=markh 2013-12-16 21:21:17 -08:00
Gijs Kruitbosch 29a80491f9 Bug 950334 - Australis' (un)registerWindow methods in BrowserUITelemetry assume areaNode exists, r=mconley 2013-12-16 11:28:38 +00:00
Matthew Noorenberghe 25fd0f7394 Bug 949380 - [Australis] Add @hidden=true initially to UITour panels. r=Unfocused 2013-12-13 23:54:04 +13:00
Bill McCloskey bc4112895d Bug 673569 - Let each frame script have its own anonymous scope (r=smaug,Waldo,mrbkap,bsmedberg) 2013-11-23 21:32:45 -08:00
Katie Thomas e799389140 Bug 891194 - Changed BROKEN_WM_Z_ORDER to not be defined for mac. r=dao
--HG--
extra : rebase_source : 0947d2d97f3aa4d4707215f0d9bf90ba6f508b59
2013-12-12 12:48:41 +01:00
Dão Gottwald 2430f71df6 Backed out changeset 9f7da731bf06 (CLOSED TREE) 2013-12-12 12:38:34 +01:00
Katie Thomas 3ebe27ab18 Bug 891194 - Changed BROKEN_WM_Z_ORDER to not be defined for mac. r=dao 2013-12-12 09:58:28 +01:00
Matthew Noorenberghe 15141707e4 Bug 936273 - [Australis] UITour: Allow page to specify which highlight animation to use. r=Unfocused 2013-12-10 23:35:31 -08:00
Matthew Noorenberghe af032c40f0 Bug 948807 - [Australis] UITour: Fix highlight position and clipping when a dimension is smaller than the minimum. r=Unfocused 2013-12-10 23:35:31 -08:00
Matthew Noorenberghe 7ccc43a0f2 Bug 936187 - [Australis] UITour: Switch highlight to a <panel> so it overlays the menu panel. r=Unfocused 2013-12-10 23:35:20 -08:00
Matthew Noorenberghe 457ba62364 Bug 936187 - [Australis] UITour: Make the menu panel work except the z-order of annotations. r=Unfocused 2013-12-10 23:35:11 -08:00
Mike Conley 109e913c41 Bug 944114 [Australis] follow-up - pass MouseEvent.button instead of the MouseEvent to _countMouseUpEvent. r=me. 2013-12-10 18:26:37 -05:00
Mike Conley 20b2193738 Backed out changeset c083d7a68fd2 due to missing Australis in commit message. 2013-12-10 18:44:51 -05:00
Mike Conley a2fe6df6b7 Bug 944114 follow-up - pass MouseEvent.button instead of the MouseEvent to _countMouseUpEvent. r=me. 2013-12-10 18:26:37 -05:00
Mike Conley f1c64af7fe Bug 944114 - [Australis] Add telemetry probe for usage of 'Metro Mode' and 'Fullscreen' Australis default buttons. r=Gijs. 2013-12-10 14:49:24 -05:00
Mike Conley f95829e0ab Bug 942244 - [Australis] Add BrowserUiTelemetry module for collecting toolbar measurements. r=dao. 2013-12-10 14:49:02 -05:00
Mark Hammond 8fedde7ead Bug 948167 - move final test from browser/modules/test/Makefile.in to browser.ini. r=ted
Conflicts:
	browser/modules/test/browser.ini
2013-12-10 11:43:59 +11:00
Henri Sivonen 35a8e654fa Bug 946676 - Remove iso-8859-8-i from the Character Encoding menu. r=emk. 2013-12-05 15:23:13 +02:00
Mark Hammond 4a8fb0be2e no bug - add trailing line to test manifest. r=me, DONTBUILD 2013-12-05 16:05:08 +11:00
Ryan VanderMeulen f97d8d195d Backed out changeset 4d07001e9afc (bug 673569) because it depends on bug 682048 which is being backed out. 2013-12-03 22:43:52 -05:00
Bill McCloskey b928be8f52 Bug 673569 - Let each frame script have its own anonymous scope (r=smaug,Waldo,mrbkap,bsmedberg) 2013-11-23 21:32:45 -08:00
Carsten "Tomcat" Book 2b1042fd24 Merge m-c to fx-team 2013-11-28 14:35:04 +01:00
Carsten "Tomcat" Book 6bf96d1851 merge fx-team to mozilla-central 2013-11-28 12:44:14 +01:00
Gijs Kruitbosch acd2297ca2 Bug 943524 - fix charset and chardet processing to allow for unique IDs, r=jaws 2013-11-28 11:25:14 +01:00
Mike Hommey 8fd06cf41b Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-27 22:55:07 +09:00
Mike Hommey b32a4ed166 Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
2013-11-28 14:24:05 +09:00
Matthew Noorenberghe cb66b360fe Bug 940902 - UITour: Add ability to hide a menu. r=Unfocused 2013-11-15 16:26:59 -08:00
Gijs Kruitbosch 01fba205aa Bug 943524 - fix issues in holly caused by bug 805374, r=jaws 2013-11-26 22:04:01 +01:00
Henri Sivonen a581322e18 Bug 805374 - Clean up the Character Encoding menu. r=Gijs,Unfocused. 2013-11-26 09:31:52 +02:00
Mike Hommey 682364d535 Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-28 13:08:16 +09:00
Gijs Kruitbosch 7847dc3be9 Merge m-c to ux 2013-11-06 14:36:26 +01:00
Gijs Kruitbosch 7211b5e0ad Merge mozilla-central and ux 2013-11-06 09:01:08 +01:00
Gijs Kruitbosch ad9e61fa26 Merge mozilla-central and ux 2013-11-01 23:24:47 +01:00
Gijs Kruitbosch f298c06fde Merge mozilla-central and ux 2013-11-01 09:20:15 +01:00
Shane Caraveo b9249bfeef Bug 906839 - enable by default social.allowMultipleWorkers - update tests to work pref'd on and fix a missing update to the worker state, r=markh. 2013-10-31 10:59:35 +11:00
Richard Newman af2e02d2a2 Merge m-c to s-c. 2013-10-28 17:51:05 -07:00
Richard Newman 286bec1974 Bug 925521 - Part 2: correctly record identifiers for non-pre-installed engines. r=gps
* * *
Bug 925521 - Review comments.
2013-10-18 12:31:39 -07:00
Carsten "Tomcat" Book a3284daeb0 merge fx-team to mozilla-central 2013-10-18 11:40:53 +02:00
Drew Willcoxon 3fd8db572a Bug 910036 - about:newtab shouldn't load thumbnails in background when hidden by preloader. r=gavin 2013-10-30 19:33:02 -07:00
Bill McCloskey 128cd78e4f Bug 927132 - Fix about:home in e10s (r=mdeboer) 2013-10-25 14:14:55 -07:00
Mike Hommey 59a17d0f20 Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps 2013-10-24 08:05:43 +09:00
Matthew Noorenberghe 1be90bb382 Bug 928579 - Backout bug 793906 to re-enable desktop Signin-to-Web UI. f=ozten,r=dolske 2013-10-22 21:01:33 -07:00
Fernando Jiménez 267ecd7ab1 Bug 910466 - Refactor IPC app state updating. r=fabrice 2013-10-17 14:47:58 +02:00
Gavin Sharp b39261f4ac Bug 925898: properly pass the "homepage" reason to getSubmission calls for about:home, r=MattN
--HG--
extra : transplant_source : %10i%ADC%D2W%C0%C0%99LM%9AR%D3%09%B29%10%F1%25
2013-10-11 15:00:11 -07:00
Blair McBride 1758dd3090 Bug 933023 - UITour: Add preference to disable HTTPS check for testing/development. r=MattN 2013-11-05 15:23:25 +13:00
Ryan VanderMeulen 3f0ca7f5e4 Backed out changesets cf64922197ca, 3ae60bdf3fef, and 68960c6bdce3 (bug 906839) for ASAN mochitest-bc perma-orange. 2013-11-04 15:54:55 -05:00
Shane Caraveo f770d205ad Bug 906839 - enable by default social.allowMultipleWorkers - update tests to work pref'd on and fix a missing update to the worker state, r=markh. 2013-10-31 10:59:35 +11:00