Wes Kocher
431cc3777c
Merge m-c to inbound a=merge
2016-08-19 18:39:52 -07:00
Kris Maglione
ff87033351
Bug 1259093: Part 2 - Reparent view nodes before dispatching ViewShowing event. r/rs=Gijs
...
MozReview-Commit-ID: IRkAJYQFd1C
--HG--
extra : rebase_source : c32d54d8babb5dbd8337eeb4462d41a2aa231eb2
2016-08-16 18:31:57 -07:00
Kris Maglione
c732d51ec4
Bug 1259093: Part 1 - Allow async initialization from ViewShowing events. r=Gijs
...
This changes the `detail` of the ViewShowing events in an incompatible way.
There were only a few places it was used in mozilla-central, which I fixed. I
searched add-ons in DXR and didn't find any that used the `detail` member of
this event, but I had to resort to a random sampling, so it's possible that
some do exist.
MozReview-Commit-ID: CYzGw6KH7uI
***
amend-0
MozReview-Commit-ID: EZfo1k7YhSx
--HG--
extra : rebase_source : 28255d2f3b780043a9853a43c0fa4028d3128d66
2016-08-16 18:46:56 -07:00
Katie Broida[:ktbee]
07f2d654fe
Bug 1171746 - Ensure tab-specific panels close when you switch the tab. r=jaws
...
--HG--
extra : amend_source : 8c8bd60be44132befa37a50422086d9ffdae3cbe
2016-08-19 07:27:00 -04:00
Sebastian Hengst
9ec085584d
Backed out changeset 0c4f81bc2b52 (bug 1252224) for permafailing in browser_ext_browserAction_popup_resize.js on Linux after merge to mozilla-central. r=backout a=backout
...
MozReview-Commit-ID: KUARkl7QxB7
2016-08-13 13:27:15 +02:00
Jared Wein
c1a786bb11
Bug 1252224 - Remove synchronous layout flushes and style invalidations during the opening of multiview panels. r=mconley
...
MozReview-Commit-ID: 9T4gAPwFrXp
* * *
[mq]: temp
MozReview-Commit-ID: Bj91OhNd8ed
* * *
[mq]: temp
MozReview-Commit-ID: J8h8InaMRP4
2016-08-04 17:30:54 -04:00
Sumit Tiwari
8d27110b79
Bug 1290698 - Replace Iterator() with Object.{values, entries}; r=mossop
...
MozReview-Commit-ID: DEoVeqEZWpd
--HG--
extra : rebase_source : 53b3a2be2cd5bfc444ce6047c44f20bb176e2337
2016-08-07 21:58:24 -04:00
gasolin
d6aaf91a4e
Bug 1260718 - use plain promise in panelUI.js; r=Gijs
...
MozReview-Commit-ID: 8WkAovMOMop
--HG--
extra : transplant_source : %0CO%E3V%E1n%F3%20H%81%03%0CFL%F7%99%F5%93%82%DE
2016-04-06 15:05:11 +08:00
Gijs Kruitbosch
e69595b296
Bug 1256085 - fix hamburger menu losing pressed state when a context menu inside the panel closes, r=jaws
...
MozReview-Commit-ID: 6ZhBPlYMU4y
--HG--
extra : rebase_source : 3fd33fa6bc045ad62c9f355c4d0843b96a4d3149
2016-03-15 21:28:31 +00:00
Dão Gottwald
594c008fcb
Bug 1014185 - Remove about:customizing and use about:blank for customize mode instead. r=jaws
2016-02-20 14:03:25 +01:00
Carsten "Tomcat" Book
cab348d1b5
Backed out changeset c34fe673bb97 (bug 1014185) for perma failures in browser_bug1163570.js
2016-02-19 17:19:19 +01:00
Dão Gottwald
4c8a1f54f5
Bug 1014185 - Remove about:customizing and use about:blank for customize mode instead. r=jaws
2016-02-19 00:50:17 +01:00
Jared Wein
3f6801477a
Bug 1242137 - Fix eslint errors in /browser/components/customizableui. r=gijs
...
--HG--
extra : commitid : CTMv8KOMjRK
extra : rebase_source : 768fb80e4652c1f0e14eea9e32da8eff795f1659
extra : amend_source : bd695a57c00c8004b048ccd4673465d66bea22c6
extra : histedit_source : ca0c6fcb719d0e7f0895de1bd429fa9804833f65
2016-01-23 14:55:27 -05:00
Kris Maglione
dec1283a9d
Bug 1217129: Part 2 - Clear open state of view widgets if view opening is prevented. r=gijs
...
--HG--
extra : commitid : IUMLwpDw8cg
extra : rebase_source : 2d38822c4f2479451856bb3c6b07d4402d9f575d
extra : source : 3b5fb2845c3bb9a03bab0561fd9e0624ffbca424
2016-01-07 19:26:33 -08:00
Carsten "Tomcat" Book
cc15740ff7
Backed out 8 changesets (bug 1217129) for test failures in browser_ext_pageAction_context.js
...
Backed out changeset dc5742de0823 (bug 1217129)
Backed out changeset 106365a3847c (bug 1217129)
Backed out changeset 628af985c7eb (bug 1217129)
Backed out changeset 7ad8b56958c5 (bug 1217129)
Backed out changeset 71f46fe62f59 (bug 1217129)
Backed out changeset 7d8dee4c335b (bug 1217129)
Backed out changeset 3b5fb2845c3b (bug 1217129)
Backed out changeset 93266f211716 (bug 1217129)
2016-01-18 09:08:35 +01:00
Kris Maglione
55745a4c92
Bug 1217129: Part 2 - Clear open state of view widgets if view opening is prevented. r=gijs
...
--HG--
extra : commitid : FFUeRcZgH9L
extra : rebase_source : bb1cdbc7a0f37bb13205df31e1fbf689488f5ffd
2016-01-07 19:26:33 -08:00
Dave Townsend
2438882fb4
Bug 1229224: Fix linting for some browser files that tests depend on. r=felipe
...
--HG--
extra : commitid : 63xJ7CuQ3vP
extra : rebase_source : 5bb977edee31a299d13ef82acdebb9fe6808f8fa
2015-12-17 15:19:00 -08:00
Jared Wein
53c5412b7e
Bug 1205436 - Add extra logging to PanelUI show/hide and customizing enter/exit. r=Gijs
2015-11-09 18:15:38 -05:00
Carsten "Tomcat" Book
08997000eb
Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
...
Backed out changeset 647025383676 (bug 1202902 )
Backed out changeset d70c7fe532c6 (bug 1202902 )
2015-10-07 14:03:21 +02:00
Sebastian Hengst
cdcff6d0a7
Backed out changeset c6b267589d0d (bug 1202902) for Mulet Reftest, W3C Platform Test and other failures. r=backout a=backout on a CLOSED TREE
2015-10-07 13:36:26 +02:00
Shu-yu Guo
52e365bb7b
Bug 1202902 - Fix the world. (r=ato for marionette, rs=Mossop for rest)
2015-10-06 14:00:30 -07:00
Tooru Fujisawa
21d80b2498
Bug 1207491 - Part 3: Remove use of expression closure from browser/components/customizableui/content/. r=Gijs
...
--HG--
extra : commitid : CCFhLhA8g2S
extra : rebase_source : e1d244cf6f11c58cc13fedd971c9292bde7b7024
2015-09-23 18:36:20 +09:00
Gijs Kruitbosch
6764c42a9e
Bug 1164942 - do not load pocket's jsm or other scripts until used with extra getter to satisfy tests, r=jaws
...
--HG--
extra : rebase_source : fc6d1273cc9c6dc355638033cd27705ab59747e7
2015-05-15 14:25:57 +01:00
Phil Ringnalda
28b4d45685
Back out 5f81902ee93e (bug 1164942) for leaking pktUIMessaging from browser_UITour_pocket.js on Windows
...
CLOSED TREE
2015-05-17 14:21:57 -07:00
Gijs Kruitbosch
f253d2ed23
Bug 1164942 - do not load pocket's jsm or other scripts until used, r=jaws
2015-05-15 14:25:57 +01:00
Gijs Kruitbosch
2e2dc75200
Bug 1106119 - fix locale detection for menu panel, r=mconley
...
--HG--
extra : rebase_source : c8a195a8bcccfb514dde04f5537ba29d9c36b493
2015-05-11 22:49:39 +01:00
Jared Wein
6e4ebfd8c3
Bug 1161793 - Wait to run the Pocket popupshowing code until the popupshowing event is dispatched, same for the popupshown code. r=dolske
2015-05-07 17:55:21 -04:00
ziyunfei
e1db0f779e
Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till
2015-04-30 00:32:05 +09:00
Florian Quèze
864fb2404a
Bug 1156878 - Send a request to the server when clicking the Pocket toolbar button, r=jaws.
2015-04-27 11:49:21 +02:00
Gijs Kruitbosch
5420b18de7
Bug 1074520 - use CSS instead of hacks to make the forget button panel lay out correctly, r=jaws
2014-10-22 12:39:04 +01:00
Gijs Kruitbosch
99d47e6b47
Bug 987230 - use consumeanchor attribute to fix button click, r=enn,mconley
...
--HG--
extra : rebase_source : 8e52a377eeb708e258f0190fcbc5902c5477c2b8
2014-07-01 01:09:43 +01:00
Gijs Kruitbosch
490708879b
Bug 979207 - add PanelUI panelshown listener before showing panel, r=mikedeboer
2014-06-09 10:02:59 +01:00
Gijs Kruitbosch
c505617c8d
Bug 1015494 - allow disabling panel animations during tests, r=mconley
...
--HG--
extra : rebase_source : 3dbdf0da5fbce6e432f5a38ae700957445f4a913
2014-05-27 13:43:56 +01:00
vikneshwar
6ff2bf299b
Bug 1003888 - Replaced getter for isReady() instead of a function(). r=mconley
2014-05-09 11:29:00 +02:00
Henri Sivonen
2182f447b0
Bug 943252 m-c part - Remove dead code related to the old Character Encoding menu implementation. r=Unfocused.
2014-04-30 10:41:15 +03:00
Gijs Kruitbosch
00007267c8
Bug 994712 - fix CART regression caused by switch to Promise.jsm for Task.jsm. r=mconley.
2014-04-25 14:49:28 +02:00
Jared Wein
95c5da423f
Bug 962884 - Offer opt-out from auto-hyphenation for labels in the menu panel. r=Gijs
2014-03-27 15:53:18 -04:00
Gijs Kruitbosch
910b3bc1bb
Bug 980534 - [australis] Make Australis' standalone subview panels wider. r=Unfocused
2014-03-16 23:38:49 +00:00
Gijs Kruitbosch
059b64503c
Bug 983583 - define missing PREF_SELECTED_LOCALE for Australis menu panel, f=aryx, rs=me
2014-03-14 11:35:42 +01:00
Jared Wein
1ed99bf62c
Bug 928722 - Resample the system scrollbar width when the UI theme is changed or mouse plugged in. (pair programmed with mconley). r=mconley
2014-03-06 09:17:00 -05: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
Jared Wein
0436d432fd
Bug 968447 - The Bookmarks Toolbar Items doesn't appear as a normal menu panel button in new windows. r=Gijs
...
--HG--
extra : rebase_source : 446af8d36736c74cff9e02614f80ac61b757d9ff
2014-02-27 09:44:33 -05:00
Gijs Kruitbosch
a708bdaee0
Bug 977150 - don't hardcode position of Australis panels in JS; unify overflow show code, r=jaws
2014-02-28 10:38:33 +00:00
Ryan VanderMeulen
15836c447c
Backed out changeset c10115ce8c0d (bug 968447) for linux32 debug mochitest-bc perma-fail.
2014-02-27 17:45:08 -05:00
Jared Wein
66b3110ac5
Bug 968447 - The Bookmarks Toolbar Items doesn't appear as a normal menu panel button in new windows. r=Gijs
2014-02-27 09:44:33 -05: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
Gijs Kruitbosch
23b48733c6
Bug 970897 - use subview inner scroll height for Australis standalone panels, r=jaws
2014-02-11 17:37:43 +00:00
Gijs Kruitbosch
404ad8d53a
Bug 969719 - get rid of level='top' workaround for Australis standalone panels, r=MattN
2014-02-08 13:36:25 +00:00
Gijs Kruitbosch
efc6c3ed56
Bug 958869 - don't show Australis button context menu on subviews, r=MattN
2014-02-08 02:04:21 +00:00
Matthew Noorenberghe
e9379e1143
Bug 969080 - [Australis] Remove leftover onCommandHandler method. r=Unfocused
2014-02-06 21:43:20 -08:00