Carsten "Tomcat" Book
4b062552c6
merge fx-team to mozilla-central
2014-04-17 12:49:25 +02:00
Jared Wein
8c913ba663
Bug 996121 - Bouncing unicorn easter egg (in hamburger menu) briefly triggers scrollbar each time it hits the bottom of its bounce area when the font-size is not 12px. r=mconley
2014-04-16 23:15:05 -04:00
Mike Conley
c8e0e58744
Bug 997227 - Entering and exiting tabview makes items in tabs toolbar collide with fullscreen button. r=Gijs, MattN.
2014-04-16 19:48:01 -04:00
Mike Conley
05628e6560
Backout 47845138fae1 (bug 996148) because the solution from bug 997227 is better. r=backout.
2014-04-16 19:47:32 -04:00
Ryan VanderMeulen
1d9bce6f72
Merge m-c to inbound on a CLOSED TREE.
2014-04-16 22:54:57 -04:00
Jared Wein
1f817c0e95
Bug 985509 - Edit Bookmark panel button doesn't have an open state. r=mconley
...
--HG--
extra : rebase_source : 7b8ccb4da59629dda5102be02e4ec6eee219dc2a
2014-04-16 17:45:43 -04:00
Jared Wein
eec176476e
Bug 996899 - Calling CustomizableUI.registerArea with an altered 'legacy', 'overflowable', or 'type' should throw. r=mconley
...
--HG--
rename : browser/components/customizableui/test/browser_996364_defaultCollapsed.js => browser/components/customizableui/test/browser_996364_registerArea_different_properties.js
extra : rebase_source : bb2febcf3f47a0a7bb5f7ea3f2fe14b3d6e6e8f2
2014-04-16 17:43:14 -04:00
Dave Townsend
0de01b0f9c
Bug 990074: Sources linked via the optionsURL in install.rdf do not show up in addon debugger. r=fitzgen
2014-04-16 14:14:50 -07:00
Gavin Sharp
8ebc3e5a6d
Bug 989825: remove broken Sync UI code, r=rnewman
...
--HG--
extra : transplant_source : %E2F%BD%9E%B9i%A3U%B6%98LP%C1%B1%C6%3B%EA%B8%D4U
2014-04-16 14:06:59 -07:00
Valentin Tsatskin
a85742ed63
Bug 986153 - Consolidate browser fonts. r=zaach, r=Unfocused
...
--HG--
rename : browser/base/content/aboutaccounts/fonts/clearsans-regular.woff => browser/base/content/fonts/ClearSans-Regular.woff
rename : browser/base/content/aboutaccounts/fonts/firasans-light.woff => browser/base/content/fonts/FiraSans-Light.woff
rename : browser/base/content/aboutaccounts/fonts/firasans-regular.woff => browser/base/content/fonts/FiraSans-Regular.woff
2014-04-16 17:04:47 -04:00
Ryan VanderMeulen
48963275f4
Backed out changeset 59f4f732f6d7 (bug 968896) for mochitest-dt failures.
...
CLOSED TREE
2014-04-16 15:38:14 -04:00
Brandon Benvie
5b07c83a3c
Bug 968896 - Add tern support to source editor to provide autocompletion and type inference. r=vp, r=anton, r=fitzgen
2014-04-16 10:46:55 -07:00
Tim Taubert
c26913c29d
Bug 824021 - Don't clear set of windows to resurrect on write when receiving messages r=yoric
2014-04-16 14:27:47 +02:00
Gijs Kruitbosch
2942463f2e
Bug 996988 - add more test assertions to debug intermittent orange for browser_995164_registerArea_during_customize_mode.js, rs=firebot/test-only
...
--HG--
extra : rebase_source : a70df662df41f7316d96c123e250267ddd46b8c8
2014-04-16 14:54:03 +01:00
Carsten "Tomcat" Book
2cc90caae0
Merge m-c to fx-team
2014-04-16 15:18:12 +02:00
Carsten "Tomcat" Book
5be3e69c89
merge fx-team to mozilla-central
2014-04-16 14:52:39 +02:00
Carsten "Tomcat" Book
96b1e266ef
Backed out changeset 2566c7e54dcf (bug 993162) for suspecting this caused dt tools bustage on a CLOSED TREE
2014-04-16 11:14:09 +02:00
Patrick Brosset
b05a01e60c
Bug 825410 - intermittent browser_inspector_pseudoclass_lock.js test failures; r=bgrins
2014-04-16 09:55:09 +02:00
Manish Goregaokar
c96c46a130
Bug 992185 - Download location preference field not initializing properly. r=gavin
2014-04-16 20:56:20 -04:00
Brian Grinstead
73079cb43a
Bug 996622 - [rule view] Use new theme colors for marking changed rules;r=pbrosset
2014-04-15 09:57:48 -05:00
Brian Grinstead
7b4cee066a
Bug 996622 - [rule view] Use shared css file for ruleview.css;r=pbrosset
2014-04-15 09:57:48 -05:00
Carsten "Tomcat" Book
b39efd5a3d
Backed out changeset 35603c406f26 (bug 824021) win bc-1 test failures
2014-04-16 12:58:59 +02:00
Tim Taubert
3b10949aa1
Bug 824021 - Don't clear set of windows to resurrect on write when receiving messages r=yoric
2014-04-16 01:01:05 +02:00
Randell Jesup
494e3f21b4
Bug 993495: Update MediaManager UI r=jesup,florian,smaug
2014-04-16 02:22:19 -04:00
Gregory Szorc
9e7c752bea
Bug 989137 - Part 14: Return a promise from Experiments.init(); r=gfritzsche
...
Upcoming tests will need to wait on init() to finish before running. We
now return a promise so these tests don't have to look at internal
variables.
--HG--
extra : rebase_source : 487645efe419fb3fa3371f85a81e8f3e1ccd9012
extra : amend_source : 3d6bb785e0ecdabcbff1e5bc62ee7dc56cbb7244
extra : histedit_source : 8d12f7e5c47995a408509a85a527bc86f9a76ccb
2014-04-10 13:29:02 -07:00
Gregory Szorc
9712b346d6
Bug 989137 - Part 13: Rename functions for associating with Add-on Manager; r=gfritzsche
...
The previous experiment feature expands the scope of these functions. A
rename was in order.
--HG--
extra : rebase_source : 054d7a440e3e15436ff7fbcbc4f91b28dd4fc9fd
2014-04-10 13:27:36 -07:00
Gregory Szorc
6ab6b755f8
Bug 989137 - Part 12: Ability to ignore hashes of downloaded experiments; r=gfritzsche
...
We normally validate hashes of XPIs as part of installing experiments.
While a useful security feature, this patch makes that optional. This in
turn makes automated and manual testing easier.
--HG--
extra : rebase_source : 292653411391843fad3f62d0bee01e11779313b6
2014-04-10 13:18:19 -07:00
Florian Quèze
ea529a83d7
Bug 971048 - Run language detection on webpages and display infobar when language is not the current UI locale, r=felipe.
2014-04-17 00:02:33 +02:00
Ryan VanderMeulen
fa7c5ad357
Merge inbound to m-c.
2014-04-15 23:26:35 -04:00
Jared Wein
8eb76c7444
Bug 996364 - Calling CustomizableUI.registerArea a second time for the same area throws an exception. r=Gijs
2014-04-15 15:22:45 -04:00
Ryan VanderMeulen
204333f86e
Backed out changesets 6f2321b72086 and e1f4243f9636 (bug 996622) for mochitest-dt failures.
...
CLOSED TREE
2014-04-15 14:41:47 -04:00
Mike Conley
9a1d4ffe2d
Bug 996148 - With tabs in titlebar disabled, the private browsing mask can be incorrectly positioned in certain modes. r=MattN.
...
The positioning of the private browsing mask depends on us correctly setting the fullscreen placeholder
width. Unfortunately, we only ever did that when kicking off the tabs-in-titlebar code. This patch makes
it so that we set the width regardless of whether or not tabs in titlebar is enabled.
2014-04-15 14:11:19 -04:00
Brian Grinstead
bf560dfdce
Bug 996622 - [rule view] Use new theme colors for marking changed rules;r=pbrosset
2014-04-15 12:17:20 -05:00
Brian Grinstead
3a3976daa5
Bug 996622 - [rule view] Use shared css file for ruleview.css;r=pbrosset
2014-04-15 12:17:14 -05:00
Georg Fritzsche
e5fe9cdf14
Bug 993084 - Fix experiments health report provider test. r=bsmedberg
2014-04-15 18:12:26 +02:00
Georg Fritzsche
62be24a2fb
Bug 993084 - Consolidate pref name constants for experiment tests. r=bsmedberg
2014-04-15 18:12:26 +02:00
Georg Fritzsche
ad820c03ef
Bug 993084 - Delay initialization of telemetry experiments if there is no active experiment. r=bsmedberg
...
To sync experiment state with the addon manager, we need to start it early when there is a
active experiment.
However, initializing the telemetry experiments system too early can lead to performance
regressions, so we delay the initialization if we don't have an active experiment.
2014-04-15 18:12:26 +02:00
Dão Gottwald
d516908b5f
Bug 989626 - Remove some more bogus max-heights that mess up wrapping labels. r=jaws
2014-04-15 15:25:53 +02:00
Carsten "Tomcat" Book
e8d057500b
Merge m-c to fx-team
2014-04-15 15:17:48 +02:00
Carsten "Tomcat" Book
9c37a7f723
merge b2g-i to m-c
2014-04-15 15:10:41 +02:00
Carsten "Tomcat" Book
c3e866b3ca
merge fx-team to m-c
2014-04-15 15:09:02 +02:00
Jonathan Watt
6b18c742cc
Bug 950372 - Convert imgIContainer::GetFrame to return a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
2014-04-15 19:02:23 +01:00
Gijs Kruitbosch
014ac9b38e
Bug 987067 - use different selector on Windows/Linux than on OS X for background tab clipping for pointer events, r=dao,MattN
2014-04-14 17:53:40 +01:00
Gijs Kruitbosch
29fcdd0925
Bug 995164 - registerArea should work correctly with customize mode, r=mconley
2014-04-14 00:42:24 +01:00
Mike Conley
c2c7f692aa
Bug 996186 - Customize mode briefly makes titlebar transparent during transition. r=Gijs.
2014-04-14 13:51:00 -04:00
Marco Bonardo
4dccc938f4
bug 959573 - Land UnifiedAutocomplete (disabled by default). rs=ttaubert
2014-04-14 13:10:16 +02:00
Tim Taubert
a07e875ec6
Bug 966843 - Fix intermittent browser_615394-SSWindowState_events.js hangs r=smacleod
2014-04-14 12:03:18 +02:00
Tim Taubert
aa28c54392
Bug 947570 - Disable browser_597071.js until rewritten for Marionette r=smacleod
2014-04-14 11:51:40 +02:00
Dão Gottwald
daaa195cd6
Bug 995626 - Fade in tab titles and close buttons when opening a tab. r=jaws
...
--HG--
extra : rebase_source : 1f0579ad698d3d54e5896ec2fbd60b9b56251234
2014-04-11 03:13:36 -04:00
Gijs Kruitbosch
6c3b4679b3
Bug 987792 - increase panel buttons' labels' clip rect height, r=jaws
2014-04-14 18:00:33 +01:00