Gijs Kruitbosch 
								
							 
						 
						
							
							
							
							
								
							
							
								d7d806af44 
								
							 
						 
						
							
							
								
								Bug 1354095 - add new {,private} window buttons to photon panel r=mikedeboer  
							
							 
							
							... 
							
							
							
							MozReview-Commit-ID: EZ8GtGIPpNL
--HG--
extra : rebase_source : 0e0611e544ee3c03cbd4a2de7195b4901bae7180 
							
						 
						
							2017-04-11 22:52:13 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Florian Queze 
								
							 
						 
						
							
							
							
							
								
							
							
								37ff4fc7cc 
								
							 
						 
						
							
							
								
								Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.  
							
							 
							
							
							
						 
						
							2017-04-14 21:51:38 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Sebastian Hengst 
								
							 
						 
						
							
							
							
							
								
							
							
								a07223d699 
								
							 
						 
						
							
							
								
								Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout  
							
							 
							
							
							
						 
						
							2017-04-14 23:39:22 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Florian Queze 
								
							 
						 
						
							
							
							
							
								
							
							
								95d4d20c17 
								
							 
						 
						
							
							
								
								Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.  
							
							 
							
							
							
						 
						
							2017-04-14 21:51:38 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Sebastian Hengst 
								
							 
						 
						
							
							
							
							
								
							
							
								12bbf7f45f 
								
							 
						 
						
							
							
								
								Backed out changeset d6d5806e5695 (bug 1348396) for frequently failing modified test. r=backout  
							
							 
							
							
							
						 
						
							2017-04-11 21:31:41 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Thayer 
								
							 
						 
						
							
							
							
							
								
							
							
								7810cd0dda 
								
							 
						 
						
							
							
								
								Bug 1348396 - Only show a badge on PanelUI while in fullscreen r=enndeakin+6102  
							
							 
							
							... 
							
							
							
							Previously we were showing a doorhanger when the user moused to the
top of the screen while in fullscreen mode. However, the doorhanger
would disappear before the user had a chance to interact with it.
We decided it's best anyway to simply display a badge when the user
is in fullscreen, and to reshow the doorhanger when the user exits
fullscreen.
MozReview-Commit-ID: ENRtXC4wqvZ
--HG--
extra : rebase_source : d0ddc7395115287620ed4c9532297e825996be1d 
							
						 
						
							2017-04-10 11:11:45 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Gijs Kruitbosch 
								
							 
						 
						
							
							
							
							
								
							
							
								bd805725b6 
								
							 
						 
						
							
							
								
								Bug 1354083 - create a photon structure pref and a panel for photon hamburger menu use, r=mikedeboer  
							
							 
							
							... 
							
							
							
							MozReview-Commit-ID: CKdxucwQfXV
--HG--
extra : rebase_source : 9fbce69b7600a1f38e9de8affb526a43b153c2d7 
							
						 
						
							2017-04-10 20:02:43 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Thayer 
								
							 
						 
						
							
							
							
							
								
							
							
								f463069928 
								
							 
						 
						
							
							
								
								Bug 893505 - Simplify the application update UI r=chmanchester,enndeakin+6102,Gijs,rstrong  
							
							 
							
							... 
							
							
							
							There's quite a few changes in here. At a high level, all we're trying to do
is to replace the old update popup with a less intrusive and more modern
doorhanger (set of doorhangers) for various update failure conditions.
MozReview-Commit-ID: 24sESMTosNX
--HG--
extra : rebase_source : ee0c1e00fe3f99e16388f0de17274ff97a3b9fcf 
							
						 
						
							2017-03-21 13:50:09 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Zibi Braniecki 
								
							 
						 
						
							
							
							
							
								
							
							
								3d91da8726 
								
							 
						 
						
							
							
								
								Bug 1347314 - Migrate calls to ChromeRegistry::GetSelectedLocale to use LocaleService::GetAppLocale. r=jfkthame,Pike  
							
							 
							
							... 
							
							
							
							In cases, where the caller is looking for the locale to be used for JS Intl API,
we can now replace it with `undefined` which causes JS Intl API to use the default
locale which since bug 1346674 is resolved to the app locale.
This allows us to remove a lot of calls for the app locale.
The remaining ones are split between `AsBCP47` and `AsLangTag`.
Here, the `AsLangTag` is used, as described in the API docs, for cases where
the language string is used for localization purposes, such as language negotaition
matching to our language resources etc.
`AsBCP47` is used when the returned value is handed over to ICU API.
MozReview-Commit-ID: DzmFEUvMq3N
--HG--
extra : rebase_source : 513ed31d995864939aa893e73c81ffdf591a6617 
							
						 
						
							2017-03-14 16:09:54 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Sebastian Hengst 
								
							 
						 
						
							
							
							
							
								
							
							
								0a04f3b9e2 
								
							 
						 
						
							
							
								
								Backed out changeset cc308a73ad05 (bug 1347314) for eslint failure in test_device.html. r=backout  
							
							 
							
							
							
						 
						
							2017-03-22 18:20:26 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Zibi Braniecki 
								
							 
						 
						
							
							
							
							
								
							
							
								c2cd68a689 
								
							 
						 
						
							
							
								
								Bug 1347314 - Migrate calls to ChromeRegistry::GetSelectedLocale to use LocaleService::GetAppLocale. r=jfkthame,Pike  
							
							 
							
							... 
							
							
							
							In cases, where the caller is looking for the locale to be used for JS Intl API,
we can now replace it with `undefined` which causes JS Intl API to use the default
locale which since bug 1346674 is resolved to the app locale.
This allows us to remove a lot of calls for the app locale.
The remaining ones are split between `AsBCP47` and `AsLangTag`.
Here, the `AsLangTag` is used, as described in the API docs, for cases where
the language string is used for localization purposes, such as language negotaition
matching to our language resources etc.
`AsBCP47` is used when the returned value is handed over to ICU API.
MozReview-Commit-ID: DzmFEUvMq3N
--HG--
extra : rebase_source : 13fa4c397ba4c79303a2cd76684b5b8c4bd17331 
							
						 
						
							2017-03-14 16:09:54 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Florian Quèze 
								
							 
						 
						
							
							
							
							
								
							
							
								9d62681259 
								
							 
						 
						
							
							
								
								Bug 1345253 - Use element.firstChild.remove() instead of element.removeChild(element.firstChild), r=jaws.  
							
							 
							
							
							
						 
						
							2017-03-08 10:17:52 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Florian Quèze 
								
							 
						 
						
							
							
							
							
								
							
							
								0e0865f4fc 
								
							 
						 
						
							
							
								
								Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws.  
							
							 
							
							
							
						 
						
							2017-01-25 07:01:52 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Florian Quèze 
								
							 
						 
						
							
							
							
							
								
							
							
								85611a7b6d 
								
							 
						 
						
							
							
								
								Bug  1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.  
							
							 
							
							... 
							
							
							
							--HG--
extra : rebase_source : a22344ee1569f58f1f0a01017bfe0d46a6a14602 
							
						 
						
							2017-01-17 11:50:25 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jared Wein 
								
							 
						 
						
							
							
							
							
								
							
							
								ecab54a7c9 
								
							 
						 
						
							
							
								
								Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN  
							
							 
							
							... 
							
							
							
							MozReview-Commit-ID: 7E7LPorrEje
--HG--
extra : rebase_source : 0572a35415a766a3f31d266760ecd07f0dcc3f72 
							
						 
						
							2016-12-29 18:34:54 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Wes Kocher 
								
							 
						 
						
							
							
							
							
								
							
							
								0dfb7c2b5c 
								
							 
						 
						
							
							
								
								Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout  
							
							 
							
							... 
							
							
							
							Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464) 
							
						 
						
							2016-12-29 14:05:44 -08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jared Wein 
								
							 
						 
						
							
							
							
							
								
							
							
								7255df4e9a 
								
							 
						 
						
							
							
								
								Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN  
							
							 
							
							... 
							
							
							
							MozReview-Commit-ID: 8WoGr8i6oCR
--HG--
extra : rebase_source : da7172285d43b820421557ed3b05887e091ff939 
							
						 
						
							2016-12-29 15:20:47 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Dave Townsend 
								
							 
						 
						
							
							
							
							
								
							
							
								0a2c8f9b78 
								
							 
						 
						
							
							
								
								Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws  
							
							 
							
							... 
							
							
							
							MozReview-Commit-ID: HBpjT2uHJaZ
--HG--
extra : rebase_source : 78fe71a1d673a1c698520a9c82c6f35959614f8f 
							
						 
						
							2016-11-10 14:48:04 -08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									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  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Gijs Kruitbosch 
								
							 
						 
						
							
							
							
							
								
							
							
								57cc9f1dc9 
								
							 
						 
						
							
							
								
								Bug 966694 - add brandshortname in Australis panel's quit item on Linux, too, r=Unfocused  
							
							 
							
							
							
						 
						
							2014-02-03 09:29:33 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Gijs Kruitbosch 
								
							 
						 
						
							
							
							
							
								
							
							
								d94b5be9b6 
								
							 
						 
						
							
							
								
								Bug 948213 - Australis menu panel stays open when opening items in subviews, r=jaws,mconley  
							
							 
							
							
							
						 
						
							2014-01-31 20:05:05 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Gijs Kruitbosch 
								
							 
						 
						
							
							
							
							
								
							
							
								73e4f3ab88 
								
							 
						 
						
							
							
								
								Bug 940116 - part 1 of many, fix Australis' customize/quit/help labels, r=jaws  
							
							 
							
							... 
							
							
							
							--HG--
extra : rebase_source : c21f1850c72ed7f11defcd00711f48fd8e12f668 
							
						 
						
							2014-01-29 17:10:14 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Mike de Boer 
								
							 
						 
						
							
							
							
							
								
							
							
								7a1b180930 
								
							 
						 
						
							
							
								
								[Australis] Bug 963095: adjust toolbar widget panel styling. r=Gijs  
							
							 
							
							
							
						 
						
							2014-01-29 12:20:40 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Gijs Kruitbosch 
								
							 
						 
						
							
							
							
							
								
							
							
								1f78f080d8 
								
							 
						 
						
							
							
								
								Bug 963779 - use handleEvent for Australis command handler, r=mconley  
							
							 
							
							
							
						 
						
							2014-01-27 15:34:40 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Dão Gottwald 
								
							 
						 
						
							
							
							
							
								
							
							
								1ac2011e89 
								
							 
						 
						
							
							
								
								Bug 946395 - [Australis] Back out bug 881937 (panel menu keyboard access). r=Gijs ui-r=phlsa  
							
							 
							
							
							
						 
						
							2014-01-24 15:44:08 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Mike de Boer 
								
							 
						 
						
							
							
							
							
								
							
							
								27676b1fd2 
								
							 
						 
						
							
							
								
								[Australis] Bug 963092: update help menu button styling. r=jaws  
							
							 
							
							
							
						 
						
							2014-01-23 16:35:34 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Gijs Kruitbosch 
								
							 
						 
						
							
							
							
							
								
							
							
								3d0d9c78ed 
								
							 
						 
						
							
							
								
								Bug 944947 - automatically hyphenate labels for items in Australis' menupanel, r=MattN  
							
							 
							
							... 
							
							
							
							--HG--
extra : rebase_source : 3c621f7203eaec41d545c6da884f2b6856af94a7 
							
						 
						
							2014-01-17 19:11:57 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Gijs Kruitbosch 
								
							 
						 
						
							
							
							
							
								
							
							
								cbe2571a4b 
								
							 
						 
						
							
							
								
								Bug 941109 - use closemenu instead of noautoclose attribute in Australis menupanel, r=mconley  
							
							 
							
							... 
							
							
							
							--HG--
extra : rebase_source : 89c32805249cebe4c29e135b1d27b7679eb1fbd8 
							
						 
						
							2014-01-21 19:01:16 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jared Wein 
								
							 
						 
						
							
							
							
							
								
							
							
								b6058ad7d4 
								
							 
						 
						
							
							
								
								Bug 901207 - [Australis] Cmd/Ctrl+K should open menu panel when search bar was moved there. r=Gijs  
							
							 
							
							
							
						 
						
							2013-12-10 17:50:08 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Wes Kocher 
								
							 
						 
						
							
							
							
							
								
							
							
								7db3725419 
								
							 
						 
						
							
							
								
								Backed out changeset 371cd4b623de (bug 901207) for m-bc orange  
							
							 
							
							
							
						 
						
							2013-12-10 17:07:39 -08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jared Wein 
								
							 
						 
						
							
							
							
							
								
							
							
								e5b223c2ef 
								
							 
						 
						
							
							
								
								Bug 901207 - [Australis] Cmd/Ctrl+K should open menu panel when search bar was moved there. r=Gijs DONTBUILD  
							
							 
							
							
							
						 
						
							2013-12-10 17:50:08 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Mike Conley 
								
							 
						 
						
							
							
							
							
								
							
							
								240140ddbd 
								
							 
						 
						
							
							
								
								Backed out changeset 3332e2f1ede3 due to missing Australis in commit message.  
							
							 
							
							
							
						 
						
							2013-12-10 18:43:39 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jared Wein 
								
							 
						 
						
							
							
							
							
								
							
							
								feab2c0374 
								
							 
						 
						
							
							
								
								Bug 901207 - Cmd/Ctrl+K should open menu panel when search bar was moved there. r=Gijs  
							
							 
							
							... 
							
							
							
							--HG--
extra : rebase_source : bde48e905cb3b2eb12e148efb8867b52f23f8610 
							
						 
						
							2013-12-10 17:50:08 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Gijs Kruitbosch 
								
							 
						 
						
							
							
							
							
								
							
							
								6a64c70da7 
								
							 
						 
						
							
							
								
								Bug 941321 - try-finally all of Australis' begin/endBatchUpdate calls, r=mconley  
							
							 
							
							... 
							
							
							
							--HG--
extra : rebase_source : 06102ada89853f201baacbca37dc9ced1243acca 
							
						 
						
							2013-11-28 20:04:51 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jared Wein 
								
							 
						 
						
							
							
							
							
								
							
							
								62de8ecdf1 
								
							 
						 
						
							
							
								
								Bug 941990 - The customization context menus don't appear on buttons in the menu panel in customization mode if the panel is not opened prior to entering customization mode. r=Gijs  
							
							 
							
							
							
						 
						
							2013-11-22 16:15:47 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Matthew Noorenberghe 
								
							 
						 
						
							
							
							
							
								
							
							
								e679bb6068 
								
							 
						 
						
							
							
								
								Bug 936378 - Fix PanelUI.show() to not require an event. r=Unfocused  
							
							 
							
							
							
						 
						
							2013-11-12 19:19:09 -08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Dão Gottwald 
								
							 
						 
						
							
							
							
							
								
							
							
								c065bb5ece 
								
							 
						 
						
							
							
								
								Bug 936633 - Right-clicking on the Firefox menu button shouldn't open the menu panel. r=jaws  
							
							 
							
							
							
						 
						
							2013-11-11 12:42:31 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Gijs Kruitbosch 
								
							 
						 
						
							
							
							
							
								
							
							
								ee3b65e7e1 
								
							 
						 
						
							
							
								
								Bug 932342 - PanelUI ensureReady should only ever be invoked once, r=mconley  
							
							 
							
							
							
						 
						
							2013-10-29 17:26:13 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Felix H. Dahlke 
								
							 
						 
						
							
							
							
							
								
							
							
								442178c0e3 
								
							 
						 
						
							
							
								
								Bug 898783 - Only sample the scrollbar width once; r=jaws  
							
							 
							
							
							
						 
						
							2013-10-21 06:14:01 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Gijs Kruitbosch 
								
							 
						 
						
							
							
							
							
								
							
							
								41604ba010 
								
							 
						 
						
							
							
								
								Bug 918551 - add a minimum size left for scrollbars, so that OS X doesn't make us look cramped, r=mconley  
							
							 
							
							
							
						 
						
							2013-10-15 20:14:57 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Blair McBride 
								
							 
						 
						
							
							
							
							
								
							
							
								eee240b405 
								
							 
						 
						
							
							
								
								Bug 916732 - PanelUI should have dedicated show() API. r=Gijs  
							
							 
							
							
							
						 
						
							2013-10-08 21:24:26 +13:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Gijs Kruitbosch 
								
							 
						 
						
							
							
							
							
								
							
							
								dbd9f3c1f4 
								
							 
						 
						
							
							
								
								Backed out changeset a257f4a1591a (bug 920224) for mochitest-bc orange because of my being blind  
							
							 
							
							
							
						 
						
							2013-09-26 11:59:12 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Gijs Kruitbosch 
								
							 
						 
						
							
							
							
							
								
							
							
								0575f897d2 
								
							 
						 
						
							
							
								
								Bug 920224 - initialize panelUI immediately, r=Unfocused  
							
							 
							
							
							
						 
						
							2013-09-26 10:04:24 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jared Wein 
								
							 
						 
						
							
							
							
							
								
							
							
								6d72a21ef2 
								
							 
						 
						
							
							
								
								Bug 890137 - [Australis] Menu should appear on mousedown, not mouseup. r=mconley  
							
							 
							
							
							
						 
						
							2013-09-25 09:35:15 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jared Wein 
								
							 
						 
						
							
							
							
							
								
							
							
								168784d528 
								
							 
						 
						
							
							
								
								Bug 907796 - Follow-up to use the correct error reporter for panelUI.js and head.js. r=MattN  
							
							 
							
							
							
						 
						
							2013-08-21 12:38:00 -07:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jared Wein 
								
							 
						 
						
							
							
							
							
								
							
							
								544095a1be 
								
							 
						 
						
							
							
								
								Bug 907796 - Add error reporters to the Task.spawns within browser/components/customizableui. r=Gijs  
							
							 
							
							
							
						 
						
							2013-08-21 15:33:46 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Mike de Boer 
								
							 
						 
						
							
							
							
							
								
							
							
								4d1dea9ead 
								
							 
						 
						
							
							
								
								Bug 865916: create a Character Encoding widget and subview. r=gkruitbosch,dao  
							
							 
							
							
							
						 
						
							2013-08-20 14:52:29 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Dão Gottwald 
								
							 
						 
						
							
							
							
							
								
							
							
								dde5f936a4 
								
							 
						 
						
							
							
								
								Bug 871203 - Add Exit button to panel menu. r=mconley  
							
							 
							
							
							
						 
						
							2013-08-15 19:54:10 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Mike Conley 
								
							 
						 
						
							
							
							
							
								
							
							
								cfc36997fe 
								
							 
						 
						
							
							
								
								Bug 861703 - Constrain the maximum height of the menu panel. r=jaws,feedback=Gijs.  
							
							 
							
							
							
						 
						
							2013-07-27 14:58:36 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jared Wein 
								
							 
						 
						
							
							
							
							
								
							
							
								f0e9cfea42 
								
							 
						 
						
							
							
								
								Bug 898040 - Followup to only remove the event listeners if they were added. r=MattN  
							
							 
							
							
							
						 
						
							2013-07-25 18:04:47 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jared Wein 
								
							 
						 
						
							
							
							
							
								
							
							
								dfdaf88be0 
								
							 
						 
						
							
							
								
								Bug 898040 - Delay adding the event listeners for PanelUI until the panel is toggled. r=mconley  
							
							 
							
							
							
						 
						
							2013-07-25 16:03:13 -04:00