Commit Graph

224966 Commits

Author SHA1 Message Date
Patrick Brosset
9055fa01a2 Bug 1122437 - 4 - Do not display the iteration count in animationplayer widget if the value is 1; r=miker 2015-01-23 17:50:14 +01:00
Patrick Brosset
ffaedd999a Bug 1122437 - 3 - Prevent the animationplayer widget from displaying time after the animation duration; r=miker 2015-01-23 17:50:14 +01:00
Patrick Brosset
38a781c5c7 Bug 1122437 - 2 - Make sure animationplayer widgets display the right initial time when created; r=miker 2015-01-23 17:50:14 +01:00
Patrick Brosset
e3b8926193 Bug 1122437 - 1 - Disable animationplayer widgets when the corresponding animation ends; r=miker 2015-01-23 17:50:14 +01:00
Gijs Kruitbosch
d7cfcc9571 Bug 1028828 - fix cut-off descenders on Windows in toolbarpalette, r=mconley 2015-01-14 23:23:55 +00:00
Martyn Haigh
274ba7077d Bug 1122074 - Normal Tabs tray has an empty state (r=mcomella) 2015-01-23 16:01:15 +00:00
Patrick Brosset
b12a938674 Bug 1122435 - Part 2: Stop auto-refreshing AnimationPlayerActor's state when the animation has ended. r=miker 2015-01-16 01:42:00 -05:00
Patrick Brosset
2408a0aabb Bug 1122435 - Part 1: Reduce the animation player protocol traffic by only sending values that did change. r=miker 2015-01-16 01:39:00 -05:00
Tim Taubert
0c363d5bfc Bug 1085369 - Move other long-running tests to separate test files r=keeler 2015-01-06 12:03:22 +01:00
Tim Taubert
a0d0dcd6ac Bug 1085369 - Move key wrapping/unwrapping tests to their own test file r=rbarnes 2014-10-20 18:08:51 +02:00
J. Ryan Stinnett
2665a2a434 Bug 1124837 - Default pref for log.verbose. r=past 2015-01-22 12:16:00 +01:00
Tom Tromey
1164696963 Bug 1124753 - timeline doesn't need MOZ_ENABLE_PROFILER_SPS. r=smaug 2015-01-22 09:45:00 +01:00
Tom Tromey
e46c893814 Bug 1124680 - add MOZ_OVERRIDE in subclasses of TimelineMarker. r=smaug 2015-01-22 07:35:00 +01:00
J. Ryan Stinnett
6d72421c43 Bug 1124425 - Clean up listTabs promises. r=ochameau 2015-01-21 14:51:00 +01:00
James Long
20e6f32cbe Bug 1122064 - add all scripts to ScriptStore, including all nested child scripts. r=fitzgen 2015-01-21 17:41:00 +01:00
Vlad Filippov
a5a5397a14 Bug 1005085 - Fixes about:accounts keyboard navigation. r=ckarlof 2015-01-20 16:35:00 +01:00
Eddy Bruël
cd86708994 Bug 1121395 - _breakOnEnter should not use setBreakpoint;r=jlongster 2015-01-23 12:39:24 +01:00
Tim Taubert
22a848fb95 Bug 1093655 - Fix intermittent browser_crashedTabs.js failures rs=Unfocused 2015-01-23 12:02:59 +01:00
Tim Taubert
5745b02406 Bug 1114040 - Handle redirects and errors correctly in session store (r=ttaubert) 2015-01-23 10:49:10 +01:00
Tim Taubert
0fdac6fd3a Bug 1123344 - Request a longer timeout for browser_cookies.js r=yoric 2015-01-20 16:41:18 +01:00
Nicolas Perriault
71d805f419 Bug 1106852 - Introducing StoreMixin for Loop. r=Standard8 2015-01-22 17:39:07 +01:00
Mark Hammond
b8c16e8051 Backout a7e7d68537a8 (bug 1121325) for xpcshell and bc test failures 2015-01-23 16:32:17 +11:00
Mark Hammond
8bebae509b Backout 316298f580fd (bug 1121329) for xpcshell and bc test failures 2015-01-23 16:31:37 +11:00
Victor Porof
18d82cf44a Bug 1124767 - FlameGraph._drawTicks can be very very slow when completely zoomed in, r=jsantell 2015-01-23 00:02:42 -05:00
Victor Porof
a679892bf7 Bug 1124755 - Remove _beginAt and _endAt properties from the overview, r=jsantell 2015-01-22 13:32:26 -05:00
Mark Finkle
d629c4696c Bug 671993 - Unit tests for form data sessionstore r=bnicholson 2015-01-22 23:43:28 -05:00
Mark Finkle
efecce17fb Bug 671993 - Refactor writeFile to use promises and cleanup the caller code flow r=bnicholson 2015-01-22 23:43:20 -05:00
Mark Finkle
249e0759f4 Bug 671993 - Collect some telemetry when writing session state to disk r=bnicholson 2015-01-22 23:43:17 -05:00
Mark Finkle
5d4856ef7c Bug 671993 - Save/restore form data for main content and direct frames into session state r=bnicholson 2015-01-22 23:43:15 -05:00
Mark Finkle
de798cc8ee Bug 671993 - Don't save session history for dynamic frames but correctly save shentry children r=bnicholson 2015-01-22 23:43:12 -05:00
Richard Newman
0d34ac7d7c Bug 1123688 - Set BrowserDB factory in application startup, not only for GeckoApp subclasses. r=bnicholson
The issue: only by launching GeckoApp (or a subclass) did we specify what kind of DB we wanted. If we don't specify, we get a StubBrowserDB.

The search activity is not a GeckoApp, but it does implicitly access a profile.

The same is true for Sync: a background Sync would eventually cause the CP to touch GeckoProfile to get the profile directory.

Both of these avenues will poison the GeckoProfile cache, storing a profile with a database member that's a StubBrowserDB.

If you subsequently launched the browser you'd get that GeckoProfile instance from the profile cache. StubBrowserDB deliberately returns null for some queries -- such as getTopSites. That causes us to throw here.

The solution I chose: have *GeckoApplication* specify which kind of DB to use, and then have WebappImpl (the only subclass for which we want different behavior) override it.

GeckoView consumers remain unaffected, because they have their own Application class, and so the usual GeckoProfile fallback applies.
2015-01-22 20:23:38 -08:00
Mark Hammond
7a3b8ce659 Bug 1121329 - fixes to promise handling in FxA and Hawk. r=ckarlof
--HG--
extra : rebase_source : 15858779430c2f4348465ac272a0c9f93b1e0986
2015-01-23 12:05:14 +11:00
Mark Hammond
18f91b9600 Bug 1121325 - improve sync logging with FxA. r=rnewman/ckarlof
--HG--
extra : rebase_source : bffaf0a16b453315e5c6489b7553a5e59182ab39
2015-01-23 12:05:14 +11:00
Ryan VanderMeulen
3e9cf82fe0 Merge m-c to fx-team. a=merge
CLOSED TREE
2015-01-22 22:30:06 -05:00
Ryan VanderMeulen
8809377386 Backed out changeset 638a3da0cf2f (bug 1123372) for xpcshell failures that appeared after being merged to m-c.
CLOSED TREE
2015-01-22 20:48:51 -05:00
Drew Willcoxon
c3725bab6b Bug 1018022 - Improve polling for FxA verification email. r=markh 2015-01-22 16:22:47 -08:00
Wes Kocher
97b5cefe51 Merge b2g-inbound to m-c a=merge 2015-01-22 14:43:08 -08:00
Wes Kocher
3ddf4c076f Merge b2g-inbound to m-c a=merge 2015-01-22 14:37:39 -08:00
Margaret Leibovic
5ff15b7b50 Bug 1120874 - Create telemetry histogram for whether or not usernames are stored with saved logins. r=MattN
--HG--
extra : rebase_source : a3a6c929a0397f5db66dd11c8be041f97de078fe
2015-01-22 14:19:04 -08:00
Allison Naaktgeboren
cb7021e636 Bug 1118863 - Add telemetry to know whether password saving is disabled globally.r=MattN 2015-01-22 15:23:28 -08:00
Wes Kocher
12eb523280 Merge m-c to fx-team a=merge 2015-01-22 14:53:05 -08:00
Wes Kocher
e45f13a2cc Backed out changeset dcce08cf9c7d (bug 1123852) for causing a spike in Win7 dromaeo crashes on a CLOSED TREE 2015-01-22 13:42:21 -08:00
Wes Kocher
149c2f971b Bug 1101331 - Touch CLOBBER to see if it helps any on a CLOSED TREE 2015-01-22 13:08:57 -08:00
Wes Kocher
6e87b7a373 Backed out 2 changesets (bug 1124311) for breaking wpt-4 on a CLOSED TREE
Backed out changeset 9a9ab925893c (bug 1124311)
Backed out changeset 51ca8715e7fb (bug 1124311)
2015-01-22 12:46:45 -08:00
Wes Kocher
4dd78e1a0d Backed out changeset 39c78d4281d5 (bug 1101331) for intermittently breaking gaia-ui tests on OSX on a CLOSED TREE 2015-01-22 12:23:12 -08:00
Wes Kocher
7e363afd22 Backed out changeset d11387c52d67 (bug 1106396) for causing crashes for NoScript users on a CLOSED TREE 2015-01-22 11:13:40 -08:00
B2G Bumper Bot
16a43f3e3b Bumping manifests a=b2g-bump 2015-01-22 10:12:14 -08:00
B2G Bumper Bot
a231777ea7 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/23474274d441
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #27259 from KevinGrandon/bug_1119226_remove_custom_collection_create

Bug 1119226 - [Smart Collection] Remove option for custom smart collection

========

https://hg.mozilla.org/integration/gaia-central/rev/f1c77b526fd1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1119226 - [Smart Collection] Remove option for custom smart collection

========

https://hg.mozilla.org/integration/gaia-central/rev/fcebb59ce804
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #27392 from gaye/bug-1118853

Bug 1118853 - Clean up calendar tablist underline r=millermedeiros

========

https://hg.mozilla.org/integration/gaia-central/rev/eed54c459dfb
Author: gaye <gaye@mozilla.com>
Desc: Bug 1118853 - Clean up calendar tablist underline r=millermedeiros
2015-01-22 10:10:35 -08:00
B2G Bumper Bot
0d403a58f1 Bumping manifests a=b2g-bump 2015-01-22 09:31:33 -08:00
B2G Bumper Bot
629a4f069d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7e608ce697c2
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #27598 from bebef1987/marionette_update

Bug 1124730 - Update marionette version to 0.8.7

========

https://hg.mozilla.org/integration/gaia-central/rev/bf870fa4d4ec
Author: bebef1987 <florin.strugariu@softvision.ro>
Desc: Bug 1124730 - Update marionette version to 0.8.7
2015-01-22 09:29:54 -08:00