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
B2G Bumper Bot
e55bc2d6a9
Bumping manifests a=b2g-bump
2015-01-22 09:10:32 -08:00
B2G Bumper Bot
4fb623711e
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
a21887c27a
Bug 1123140 - Minor ScriptedDirectProxy cleanup. r=efaust
2015-01-22 17:17:26 +01:00
Tom Schuster
6072c20e03
Bug 1124201 - Remove NonProxyLookupOwnProperty. r=jorendorff
2015-01-22 17:17:26 +01:00
Tom Schuster
e600e170fe
Bug 1122552 - Introduce [[GetOwnProperty]] object op. r=jorendorff,bz
2015-01-22 17:17:26 +01:00
B2G Bumper Bot
41271cf64c
Bumping manifests a=b2g-bump
2015-01-22 07:31:37 -08:00
B2G Bumper Bot
c081c54c8d
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
53a8d2e65f
Bug 1107747 - Add in-tree files for dolphin-512 on master. r=nthomas
2015-01-22 23:21:58 +08:00
Antonio Ladeia
5eed0a6171
Bug 1123372 - Stop using Date.toLocaleFormat() in Places code. r=mak
2015-01-22 08:10:12 -03:00
Kevin Chen
b083ae1ae1
Bug 1023837 - Move LightType,LightMode,FlashMode from HalTypes.h to GonkHal.cpp. r=dhylands
2015-01-21 22:36:00 -05:00
B2G Bumper Bot
ca3db92e4d
Bumping manifests a=b2g-bump
2015-01-22 06:37:03 -08:00
B2G Bumper Bot
e20377cc84
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/61b24fd54306
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #27394 from azasypkin/bug-988269-remove-is-locked
Bug 988269 - [Messages][Refactoring] Investigate whether ActivityHandler.isLocked is still required (follow up from bug 936729). r=schung
========
https://hg.mozilla.org/integration/gaia-central/rev/f4981f53d12c
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 988269 - [Messages][Refactoring] Investigate whether ActivityHandler.isLocked is still required (follow up from bug 936729). r=schung
2015-01-22 06:35:03 -08:00
B2G Bumper Bot
180270fbfa
Bumping manifests a=b2g-bump
2015-01-22 05:56:37 -08:00
B2G Bumper Bot
d76f497feb
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c281e8f5d24b
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #27382 from viorelaioia/disable_test_on_mac
Bug 1102931 - Disable test_ftu_with_tour.py on mac
========
https://hg.mozilla.org/integration/gaia-central/rev/1243de832896
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 1102931 - Disable test_ftu_with_tour.py on mac
2015-01-22 05:54:59 -08:00
Carsten "Tomcat" Book
ce135ea776
Merge mozilla-central to b2g-inbound
2015-01-22 14:41:48 +01:00
Carsten "Tomcat" Book
22bec65ed2
merge mozilla-inbound to mozilla-central a=merge
2015-01-22 14:30:51 +01:00