Ehsan Akhgari
599d75f689
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
804c45ecff
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
144b6e8493
Bug 988341 - Convert code before switching Task.jsm to use Promise.jsm. r=mak
2014-03-26 18:15:00 +01:00
Matthew Noorenberghe
5fa6d5c1cf
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
d3fa897bcd
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
f258044304
Bug 986493 - Lazily load some modules in Webapps.jsm. r=felipe
2014-03-24 09:37:27 -04:00
Matthew Noorenberghe
c912cba7e7
Bug 986688 - Load SignInToWebsite.jsm lazily and on Nightly only. r=felipe
2014-03-22 20:46:18 -07:00
Jared Wein
89c0580e77
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
be6c79f9d6
Back out bbb44c125553 (bug 940393) for breaking WinXP
2014-03-20 20:57:39 -07:00
Jared Wein
f4708b1dbe
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
e8d5a62a48
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
df7c82a42d
Merge m-c to f-t
2014-03-15 18:21:41 -07:00
Marco Castelluccio
97ab2c87f2
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
1bef6091ac
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
c71cbaa650
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
2a551f3b08
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
c6e34cfc3e
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
31179fb0ab
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
994a414863
Bug 971116 - Implement new Australis UITour highlight effect. ui-r=madhava, r=Unfocused
2014-03-13 09:29:24 -04:00
Carsten "Tomcat" Book
fc2f11e1f9
merge fx-team to mozilla-central
2014-03-12 12:19:49 +01:00
Shane Caraveo
4d0239801d
bug 894806 [Australis] refactor and remove social.provider, r=markh
2014-03-11 19:25:45 -07:00
Bill McCloskey
7f8b73d76c
Bug 666804 - [e10s] Support NetworkPrioritizer (r=felipe)
2014-03-11 20:13:48 -07:00
Matthew Noorenberghe
d4df8e412c
Bug 935823 - UITour: Add a close button to info panels. r=Unfocused
2014-03-07 13:00:18 -05:00
Matthew Noorenberghe
fa51524955
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
a124eab109
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
a3a9b7abb1
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
44d19f8d0a
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
45e2e5edbe
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
565f054b9c
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
3efc8a683a
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
a3b28dabfa
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
b4f865560b
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
29626e8b0a
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
666a1bd1d8
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
f609395190
Bug 949907 - GetUserMediaDevices cleanup + untie GetUserMediaRequest obj from DOM. r=jesup
2014-02-14 11:32:58 -08:00
Masayuki Nakano
b3b19a9e2f
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
dd78278d2d
Backed out changeset e1d1542ff35c (bug 949907) for robocop failures.
...
CLOSED TREE
2014-02-14 13:38:04 -05:00
Jan-Ivar Bruaroey
1741cc3ce3
Bug 949907 - GetUserMediaDevices cleanup + untie GetUserMediaRequest obj from DOM. r=jesup
2014-02-13 15:32:17 -08:00
Ryan VanderMeulen
2459f12ae2
Merge inbound to m-c.
2014-02-11 08:39:31 -05:00
Florian Quèze
1582bc8d1e
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
0d06ea5ab8
Bug 970276 - Don't respect <link rel=""> elements from subframes (r=felipe)
2014-02-10 16:42:18 -08:00
Phil Ringnalda
ccc12a1098
Merge m-c to m-i
2014-02-08 19:32:35 -08:00
Bill McCloskey
fcc7cca536
Bug 961529 - Run DOMLinkHandler in a content script (r=felipe)
2014-02-08 17:41:34 -08:00
Bill McCloskey
6fe4fadbc0
Bug 961529 - Add Feeds module (r=felipe)
2014-02-08 17:41:30 -08:00
Matthew Noorenberghe
14597d3b20
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
e27d1d964c
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
dd1d37f02b
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
01d398c421
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
bf2725f713
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
460eb5df8e
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
2cb699329b
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
2d7fb26daa
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
7295e06bb9
Bug 967370 - UITour: Remove duplication in browser chrome tests. r=Unfocused
...
[Australis]
2014-02-05 00:31:41 -08:00
Blake Winton
6bdd8da620
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
b863620789
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
c59b88a52f
Bug 958673 - [Australis] UITour: Style doorhanger menu for Australis Update Tour. r=MattN
2014-01-31 15:25:45 +13:00
Malintha Fernando
f88c0b9dfc
Bug 953124 - [Australis] Remove the "Open Location" dialog (openLocation.xul). r=dao
2014-01-25 17:12:20 +01:00
Tim Taubert
99fb5fa6c0
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
1f0ade15db
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
259be2cd78
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
5f940b63f2
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
dfd74e8a0c
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
6ef9bab506
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
fc6326b8d8
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
a54d8e8fbb
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
e7b5d3c8b6
Backed out changeset 9adfbbc3549c (Bug 951854) for missing Australis commit message.
2014-01-15 03:50:51 -05:00
Mike Conley
b795dcfe88
Bug 951854 - Add developer tools button to panel placements in BrowserUITelemetry. r=jaws.
2014-01-15 03:40:56 -05:00
Mike Conley
7cdc007b8d
Bug 949217 - [Australis] Collect UITelemetry on how many extra toolbars there are. r=Gijs.
2014-01-15 03:40:12 -05:00
Wes Kocher
2b6b5c7c0f
Merge inbound to m-c
2014-01-14 15:24:45 -08:00
Ed Morley
966fce5e4a
Bug 951965 - Disable browser_UITour.js on Linux for intermittent failures
2014-01-14 16:39:04 +00:00
Mike Conley
378ea13e2e
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
b4d3467178
Bug 952585 - [Australis] Collect UITelemetry on customization events and durations with Australis. r=Gijs.
2014-01-14 09:44:20 -05:00
Matthew Noorenberghe
c6714f9944
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
6c1137a501
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
0117d5e963
Bug 956202 - split off UITour checking functions, r=Unfocused
2014-01-09 21:53:22 +00:00
Marco Bonardo
aa4ca7ebd6
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
0d49d8e152
Backed out australis changeset 5a8d6a009942 (bug 935815) for frequent oranges on a CLOSED TREE
2014-01-07 09:35:50 +01:00
Ed Morley
f5ef92b540
Merge latest green inbound changeset and mozilla-central
2014-01-06 12:51:38 +00:00
Neil Rashbrook
78bfb85ad5
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
03ef9c82d3
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
8622b760df
Bug 952592 - [Australis] Collect sizemode from first window in BrowserUITelemetry. r=Gijs.
2014-01-04 16:39:14 -05:00
Mike Conley
503b756b3f
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
26f7a0842f
Bug 944145 - [Australis] Collect UITelemetry on default toolbar button usage. r=jaws.
2013-12-20 14:15:50 -05:00
Mike Conley
eaead55e7b
Bug 952180 - [Australis] BrowserUITelemetry is mostly returning empty toolbar data. r=jaws.
2013-12-19 16:46:39 -05:00
Florian Quèze
708945744b
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
2e25aab014
Tweak some comments per bug 910523 and bug 910517.
...
--HG--
extra : rebase_source : 72de87d8b34da281bb6e2e9c99ebd8ad75e64786
2013-09-16 09:45:58 -04:00
Ryan VanderMeulen
d292a3732b
Backed out changeset be2eafebfb4d (bug 935815) for mochitest-bc orange.
...
CLOSED TREE
2013-12-18 20:37:30 -05:00
Blair McBride
cd86b382d5
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
9fb7302f19
Bug 951747 - [Australis] Add simple measurement to BrowserUITelemetry for toolbar contents. r=jaws.
2013-12-18 16:54:59 -05:00
Jordan Santell
f047c89cec
Bug 950873 - Switch Social.jsm to use asynchronous Promise.jsm. r=markh
2013-12-18 13:18:10 -05:00
Florian Quèze
86092d2582
Bug 930641 - Remove the social.allowMultipleWorkers preference, r=mixedpuppy.
2013-12-18 16:50:05 +01:00
Wes Kocher
5a758c8dc1
Merge m-c to fx-team
2013-12-17 21:21:30 -08:00
Wes Kocher
c384670002
merge inbound to m-c
2013-12-17 21:00:02 -08:00
Mike Conley
514cedfba2
Bug 944147 - [Australis] Collect UITelemetry on bookmark star usage. r=jaws.
2013-12-17 23:57:36 -05:00
Mike Conley
1a6dd4e0d8
Bug 944049 - [Australis] Collect UITelemetry on bookmarks toolbar usage. r=jaws.
2013-12-17 17:00:13 -05:00
Shane Caraveo
1105be2d52
bug 940155 make marks button work in Australis menu panel, r=markh
2013-12-16 21:24:44 -08:00
Shane Caraveo
259854280f
bug 914921 make status button work in Australis menu panel, r=markh
2013-12-16 21:21:17 -08:00
Gijs Kruitbosch
3c4faf6777
Bug 950334 - Australis' (un)registerWindow methods in BrowserUITelemetry assume areaNode exists, r=mconley
2013-12-16 11:28:38 +00:00
Matthew Noorenberghe
ff524a7fc1
Bug 949380 - [Australis] Add @hidden=true initially to UITour panels. r=Unfocused
2013-12-13 23:54:04 +13:00
Bill McCloskey
56351ad02f
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
1977346916
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
83144ecfdc
Backed out changeset 9f7da731bf06 (CLOSED TREE)
2013-12-12 12:38:34 +01:00
Katie Thomas
796a579b34
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
ec5085263d
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
e93dd15e9e
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
4705c7d9c1
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
c394b728fc
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
ea23125e0e
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
68a033ffcf
Backed out changeset c083d7a68fd2 due to missing Australis in commit message.
2013-12-10 18:44:51 -05:00
Mike Conley
eb99869bcd
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
83a28bedbe
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
0047869f02
Bug 942244 - [Australis] Add BrowserUiTelemetry module for collecting toolbar measurements. r=dao.
2013-12-10 14:49:02 -05:00
Mark Hammond
3026c09b74
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
7ab1f605e5
Bug 946676 - Remove iso-8859-8-i from the Character Encoding menu. r=emk.
2013-12-05 15:23:13 +02:00
Mark Hammond
1311ef3c1a
no bug - add trailing line to test manifest. r=me, DONTBUILD
2013-12-05 16:05:08 +11:00
Ryan VanderMeulen
26e1b97fc1
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
39f6db2e10
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
47f8b38937
Merge m-c to fx-team
2013-11-28 14:35:04 +01:00
Carsten "Tomcat" Book
b011bd06cb
merge fx-team to mozilla-central
2013-11-28 12:44:14 +01:00
Gijs Kruitbosch
033eee4687
Bug 943524 - fix charset and chardet processing to allow for unique IDs, r=jaws
2013-11-28 11:25:14 +01:00
Mike Hommey
9245936f8b
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
2013-11-27 22:55:07 +09:00
Mike Hommey
2b828323f2
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
80f6642a72
Bug 940902 - UITour: Add ability to hide a menu. r=Unfocused
2013-11-15 16:26:59 -08:00
Gijs Kruitbosch
bc546b0ddd
Bug 943524 - fix issues in holly caused by bug 805374, r=jaws
2013-11-26 22:04:01 +01:00
Henri Sivonen
efd91c19ff
Bug 805374 - Clean up the Character Encoding menu. r=Gijs,Unfocused.
2013-11-26 09:31:52 +02:00
Mike Hommey
d210f8ff00
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
2013-11-28 13:08:16 +09:00
Gijs Kruitbosch
37ba637e69
Merge m-c to ux
2013-11-06 14:36:26 +01:00
Gijs Kruitbosch
c38e551bb3
Merge mozilla-central and ux
2013-11-06 09:01:08 +01:00
Gijs Kruitbosch
63530f7b09
Merge mozilla-central and ux
2013-11-01 23:24:47 +01:00
Gijs Kruitbosch
a13ed4741f
Merge mozilla-central and ux
2013-11-01 09:20:15 +01:00
Shane Caraveo
3ae066f41c
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
96df1725af
Merge m-c to s-c.
2013-10-28 17:51:05 -07:00
Richard Newman
72e1ff6dbd
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
40ca48c269
merge fx-team to mozilla-central
2013-10-18 11:40:53 +02:00
Drew Willcoxon
aa89292db1
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
1f0653b67a
Bug 927132 - Fix about:home in e10s (r=mdeboer)
2013-10-25 14:14:55 -07:00
Mike Hommey
61124c1afc
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
2013-10-24 08:05:43 +09:00
Matthew Noorenberghe
baccb13238
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
be4193d29b
Bug 910466 - Refactor IPC app state updating. r=fabrice
2013-10-17 14:47:58 +02:00
Gavin Sharp
dd33c2bf63
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
6dcf3b0e82
Bug 933023 - UITour: Add preference to disable HTTPS check for testing/development. r=MattN
2013-11-05 15:23:25 +13:00
Ryan VanderMeulen
05d9f55e59
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
545175ac54
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
Gijs Kruitbosch
ce93f74110
merge m-c to UX
2013-10-27 21:18:18 +01:00
Gijs Kruitbosch
169105946a
Merge mozilla-central and ux
2013-10-24 10:18:26 +02:00
Gijs Kruitbosch
ce4da8edb8
Merge mozilla-central and ux
2013-10-23 15:41:02 +02:00
Blair McBride
83517fcb51
Bug 862998 - Make UITour compatible with Australis, r=dolske
2013-09-17 03:55:00 +02:00
Gijs Kruitbosch
a6148ebc99
Merge m-c to UX
2013-10-18 12:56:16 +02:00
Gijs Kruitbosch
19083f9692
Merge mozilla-central and ux
2013-10-17 13:48:43 +02:00
Gijs Kruitbosch
c18d784b3c
Merge m-c to ux
2013-10-03 17:20:04 +02:00
Ms2ger
105ce73cfa
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Gijs Kruitbosch
5d3ed7cf58
Merge m-c to UX
2013-10-01 00:36:26 +02:00
Gregory Szorc
b03f79a7e6
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Gregory Szorc
cc1da2c22a
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:01 +02:00
Gijs Kruitbosch
495e7495d1
Merge mozilla-central and ux
2013-09-26 10:26:16 +02:00
Ed Morley
038cae0901
Backed out changeset 68b6b152f51a (bug 920223)
2013-09-30 12:50:09 +01:00
Ed Morley
eccf636a23
Backed out changeset 8b02873ee07e (bug 920223)
2013-09-30 12:50:05 +01:00
Gregory Szorc
e4af98efbf
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Gregory Szorc
483a776413
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:01 +02:00
Gijs Kruitbosch
a3a29ecf94
Merge mozilla-central and ux
2013-09-25 10:16:54 +02:00
Wes Kocher
8136df6573
Merge inbound to m-c
2013-09-24 19:41:44 -07:00
Felipe Gomes
0124ac8bb1
Bug 916667 - about:tabcrashed fails to display for pages with no title. r=markh,glandium
2013-09-24 00:47:57 -03:00
Gregory Szorc
ed68c2482b
Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
...
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
2013-09-24 11:50:08 -07:00
Gijs Kruitbosch
8ed9c0d44e
Merge mozilla-central and ux
2013-09-21 13:14:05 +02:00
Gijs Kruitbosch
d52551e57b
Merge mozilla-central and ux
2013-09-20 11:54:02 +02:00
Shane Caraveo
a935dab91b
bug 914926 fix workers on startup when social disabled, r=markh
2013-09-19 10:25:08 -07:00
Gijs Kruitbosch
240869fd9c
Merge mozilla-central and ux
2013-09-17 11:58:14 +02:00
Phil Ringnalda
f0214b2243
Merge m-i to a CLOSED TREE m-c
2013-09-16 23:12:03 -07:00
Phil Ringnalda
536b3fda4b
Backed out changeset acce93fb65a1 (bug 914926)
...
CLOSED TREE
2013-09-16 17:55:08 -07:00
Shane Caraveo
85c5e3cfd9
Bug 914926 - Fix workers on startup when social disabled. r=markh
...
CLOSED TREE
2013-09-14 10:16:47 -07:00
Ryan VanderMeulen
b9909df9cb
Speculatively backout changeset bc8d1b9545c5 (bug 914926) on suspicion of causing intermittent Windows XP debug mochitest-bc crashes.
...
CLOSED TREE
2013-09-16 16:53:54 -04:00
Ryan VanderMeulen
edea7c14c7
Merge inbound to m-c.
2013-09-15 21:48:02 -04:00
Ryan VanderMeulen
f1c45fb9f7
Backed out changesets bc4ee7cbd7bd and cf373e408a6b (bug 882145) for causing bug 916609. r=jsmith
2013-09-15 18:19:42 -04:00
Marco Castelluccio
c3504e75c1
Bug 914857 - Stop showing the progress if an error during the installation occurs. r=felipe
2013-09-15 12:45:02 -03:00
Ryan VanderMeulen
e757b0b4fb
Merge m-c to inbound.
2013-09-14 20:31:22 -04:00
Shane Caraveo
2792780d35
bug 914926 fix workers on startup when social disabled, r=markh
2013-09-14 10:16:47 -07:00
Wes Kocher
9fc010fdbc
Merge inbound to m-c
2013-09-13 18:14:32 -07:00
Boris Zbarsky
9e605eea62
Bug 913855. Fix consumers of window mediator to be more consistent in their checking for closed windows. r=dolske
...
Note that we can't just stop returning closed windows from the window
mediator, because some consumers (e.g. session restore) rely on seeing
closed windows in the list so they can remove them from their internal
data structures expeditiouly.
2013-09-13 17:29:51 -04:00
Ryan VanderMeulen
2e3e16ce15
Merge m-c to b2g-inbound.
2013-09-13 16:11:28 -04:00
Ed Morley
2bd0ccf7b6
Merge mozilla-central and b2g-inbound
2013-09-13 15:14:11 +01:00
Marco Castelluccio
8ce18edaff
Bug 905881 - Move the package to the local installation directory. r=fabrice, r=myk
2013-09-13 08:32:47 -04:00
Gijs Kruitbosch
aab9d2b53f
Merge mozilla-central and ux
2013-09-16 09:13:50 +02:00
Randell Jesup
b9b7fe21d3
Bug 882145: reland changesets bc4ee7cbd7bd and cf373e408a6b r=bz
2013-09-16 02:34:57 -04:00
Gijs Kruitbosch
f55435100e
Merge m-c to ux
2013-09-15 19:30:19 +02:00
Gijs Kruitbosch
eb7352abc3
Merge mozilla-central and ux
2013-09-10 16:46:22 +02:00
Marco Castelluccio
69189031fe
Bug 899353 - Show progress while installing apps. r=felipc
2013-09-09 08:57:37 -04:00
Matthew Noorenberghe
1f8ae35067
Merge mozilla-central to UX
2013-09-06 17:54:20 -07:00
Shane Caraveo
668a8f74a1
bug 891219 new social bookmarks, part 2, new implementation, r=markh
2013-09-06 10:56:01 -07:00
Mike Conley
717a6d0cec
Automated merge with https://hg.mozilla.org/mozilla-central
2013-09-05 09:59:00 -04:00
Matthew Noorenberghe
a0cabb6051
Merge mozilla-central to UX
2013-09-04 23:31:53 -07:00
Matthew Noorenberghe
8a8f2a6778
Merge mozilla-central to UX
2013-08-30 22:20:31 -07:00
Shane Caraveo
17d2b6a41e
bug 906212 fix socialapi ui startup regressions, r=markh
2013-08-30 11:11:20 -07:00
Mike de Boer
6d805dd6c8
Bug 900865: Make about:home call nsISearchEngine.getSubmission for all searches. r=gavin
2013-08-30 18:20:22 +02:00
Gijs Kruitbosch
e27ae39c3e
Merge mozilla-central and ux
2013-08-29 23:55:09 +02:00
Gijs Kruitbosch
9ffae9f766
Merge mozilla-central and ux
2013-08-29 15:30:00 +02:00
Ryan VanderMeulen
36f07cefce
Backed out changeset a7a66112a560 (bug 900865) for mochitest-bc crashes.
2013-08-28 16:50:53 -04:00
Gijs Kruitbosch
17fded927d
Merge m-c to UX.
2013-08-28 22:31:31 +02:00
Mike de Boer
1ba5de0bdb
Bug 900865 - Make about:home call nsISearchEngine.getSubmission for all searches. r=gavin
2013-08-28 13:36:48 +02:00
Marco Castelluccio
d5b69fb4d1
Bug 910256 - Check if this.downloads[data.manifest] is defined before using it. r=felipc
2013-08-28 15:35:35 -04:00
Marco Castelluccio
9179b12161
Bug 836547 - Remove obsolete AITC integration in Webapps.jsm. r=fabrice
2013-08-27 23:40:16 -04:00