Граф коммитов

402482 Коммитов

Автор SHA1 Сообщение Дата
J. Ryan Stinnett 4bc0b68ea2 Bug 1124837 - Default pref for log.verbose. r=past 2015-01-22 12:16:00 +01:00
Tom Tromey d594eea2be Bug 1124753 - timeline doesn't need MOZ_ENABLE_PROFILER_SPS. r=smaug 2015-01-22 09:45:00 +01:00
Tom Tromey 0b7c53b55c Bug 1124680 - add MOZ_OVERRIDE in subclasses of TimelineMarker. r=smaug 2015-01-22 07:35:00 +01:00
J. Ryan Stinnett 8b313a4ba1 Bug 1124425 - Clean up listTabs promises. r=ochameau 2015-01-21 14:51:00 +01:00
James Long 5b39b1ea41 Bug 1122064 - add all scripts to ScriptStore, including all nested child scripts. r=fitzgen 2015-01-21 17:41:00 +01:00
Vlad Filippov ce0edcc50a Bug 1005085 - Fixes about:accounts keyboard navigation. r=ckarlof 2015-01-20 16:35:00 +01:00
Eddy Bruël 7d7ecd12df Bug 1121395 - _breakOnEnter should not use setBreakpoint;r=jlongster 2015-01-23 12:39:24 +01:00
Tim Taubert 2e3b72b9db Bug 1093655 - Fix intermittent browser_crashedTabs.js failures rs=Unfocused 2015-01-23 12:02:59 +01:00
Tim Taubert e5523401ac Bug 1114040 - Handle redirects and errors correctly in session store (r=ttaubert) 2015-01-23 10:49:10 +01:00
Tim Taubert 492370242b Bug 1123344 - Request a longer timeout for browser_cookies.js r=yoric 2015-01-20 16:41:18 +01:00
Nicolas Perriault 2fdc3b4b4c Bug 1106852 - Introducing StoreMixin for Loop. r=Standard8 2015-01-22 17:39:07 +01:00
Mark Hammond db70551ac0 Backout a7e7d68537a8 (bug 1121325) for xpcshell and bc test failures 2015-01-23 16:32:17 +11:00
Mark Hammond 74a33c82cb Backout 316298f580fd (bug 1121329) for xpcshell and bc test failures 2015-01-23 16:31:37 +11:00
Victor Porof 017f772ee0 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 b0933ef433 Bug 1124755 - Remove _beginAt and _endAt properties from the overview, r=jsantell 2015-01-22 13:32:26 -05:00
Mark Finkle 63cd943446 Bug 671993 - Unit tests for form data sessionstore r=bnicholson 2015-01-22 23:43:28 -05:00
Mark Finkle a6a78daea2 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 fa70d9ad74 Bug 671993 - Collect some telemetry when writing session state to disk r=bnicholson 2015-01-22 23:43:17 -05:00
Mark Finkle b8c6f653be 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 726c8df343 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 a95ff1c7bb 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 55b158c344 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 e9d9d17b35 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 f140fde04e Merge m-c to fx-team. a=merge
CLOSED TREE
2015-01-22 22:30:06 -05:00
Ryan VanderMeulen 888bb45716 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 a37730838d Bug 1018022 - Improve polling for FxA verification email. r=markh 2015-01-22 16:22:47 -08:00
Wes Kocher 6778c46ae7 Merge b2g-inbound to m-c a=merge 2015-01-22 14:43:08 -08:00
Wes Kocher 1821eae76c Merge b2g-inbound to m-c a=merge 2015-01-22 14:37:39 -08:00
Margaret Leibovic 0b30d2a03e 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 91ba2441d8 Bug 1118863 - Add telemetry to know whether password saving is disabled globally.r=MattN 2015-01-22 15:23:28 -08:00
Wes Kocher d595ebca46 Merge m-c to fx-team a=merge 2015-01-22 14:53:05 -08:00
Wes Kocher 1296a87d48 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 aa6c02247d Bug 1101331 - Touch CLOBBER to see if it helps any on a CLOSED TREE 2015-01-22 13:08:57 -08:00
Wes Kocher 104a950aa4 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 cb32041b4d 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 3418552950 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 f8ea64f5e4 Bumping manifests a=b2g-bump 2015-01-22 10:12:14 -08:00
B2G Bumper Bot 6ae27facd5 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 a0876fe33a Bumping manifests a=b2g-bump 2015-01-22 09:31:33 -08:00
B2G Bumper Bot add88978fb 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
B2G Bumper Bot 50b2a24c9c Bumping manifests a=b2g-bump 2015-01-22 09:10:32 -08:00
B2G Bumper Bot 84a21ec2a2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/070322425356
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #27593 from mwargers/cost_control2

Bug 1115180 - Get test_cost_control_data_alert_mobile.py re-enabled

========

https://hg.mozilla.org/integration/gaia-central/rev/a48948b7c85b
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1115180 - Get test_cost_control_data_alert_mobile.py re-enabled
2015-01-22 09:08:34 -08:00
Tom Schuster 00111f1242 Bug 1123140 - Minor ScriptedDirectProxy cleanup. r=efaust 2015-01-22 17:17:26 +01:00
Tom Schuster eab3da4fed Bug 1124201 - Remove NonProxyLookupOwnProperty. r=jorendorff 2015-01-22 17:17:26 +01:00
Tom Schuster 269e651092 Bug 1122552 - Introduce [[GetOwnProperty]] object op. r=jorendorff,bz 2015-01-22 17:17:26 +01:00
B2G Bumper Bot 0a5d653adf Bumping manifests a=b2g-bump 2015-01-22 07:31:37 -08:00
B2G Bumper Bot 5d8c12fff2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f60a3df2fadb
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #26492 from ADLR-es/highlight-without-regexp

Bug 1104139 - [Contacts] Refactor highlight so we can avoid using regexp

========

https://hg.mozilla.org/integration/gaia-central/rev/4b9c3a9a5909
Author: Adrián de la Rosa <hola@adlr.es>
Desc: Bug 1104139 - [Contacts] Refactor highlight so we can avoid using regexp
2015-01-22 07:29:57 -08:00
Kai-Zhen Li 9979f2793b Bug 1107747 - Add in-tree files for dolphin-512 on master. r=nthomas 2015-01-22 23:21:58 +08:00
Antonio Ladeia 6b6e649c8d Bug 1123372 - Stop using Date.toLocaleFormat() in Places code. r=mak 2015-01-22 08:10:12 -03:00
Kevin Chen 2edc1deab7 Bug 1023837 - Move LightType,LightMode,FlashMode from HalTypes.h to GonkHal.cpp. r=dhylands 2015-01-21 22:36:00 -05:00