Commit Graph

193867 Commits

Author SHA1 Message Date
Benoit Girard
cb397e6eb5 Bug 1037691 - Fix instances where refcounted classes expose a public destructor. r=ehsan,bent,mayhemer,jrmuizel 2014-07-15 11:37:45 -04:00
Jeff Muizelaar
f98f9a7b13 Bug 1038727 - Convert APZ from nsAutoPtr to UniquePtr. r=kats
--HG--
rename : browser/components/loop/content/shared/js/views.jsx => browser/components/loop/content/shared/js/views.js
rename : toolkit/webapps/tests/test_custom_origin_uninstall_install.xul => toolkit/webapps/tests/test_custom_origin.xul
extra : rebase_source : 2448597696cbf24512b54b6acbdfb52b71995dde
2014-07-15 13:44:37 -04:00
Benoit Girard
7b69b51053 Bug 864829 - Add graphics performance warning feature. r=bjacob
--HG--
extra : rebase_source : 11585fb913c4a10c9293787fa6e86f2f76bdcdb4
2014-05-07 18:09:41 -04:00
Ryan VanderMeulen
35532fb522 Backed out changeset 7441f4dde492 (bug 1038465) for hitting the network during tests. 2014-07-15 13:28:55 -04:00
Brian Smith
0a1a1febb8 Bug 916629, Part 4: Unit tests for trust of delegated OCSP responder certificates for mozilla::pkix, r=keeler
--HG--
extra : rebase_source : c473285add9faee9a876677404935bdc253832cb
2014-07-10 21:20:17 -07:00
Brian Smith
3accf9c988 Bug 916629, Part 3: Unit tests for OCSP responses signed by a delegated OCSP responder for mozilla::pkix, r=keeler
--HG--
extra : rebase_source : c2c78458aa674dcc1e1426a0efc81df19b73ac4f
2014-07-10 22:14:57 -07:00
Brian Smith
ae75a4833e Bug 916629, Part 2: Unit tests for "successful" OCSP responses for mozilla::pkix, r=keeler
--HG--
extra : rebase_source : 14633119755cbfd55fc3bfef9cf482de3d638b53
2014-07-15 10:09:26 -07:00
Brian Smith
ce5ab9a0f5 Bug 916629, Part 1: Unit tests for OCSP responses without responseBytes, r=keeler
--HG--
extra : rebase_source : 62ef4209745ff8f2c5a852beb1a9823cbe7c7ff4
2014-07-14 23:09:36 -07:00
Steven Michaud
6357c6bfc3 Bug 1033295 - Crash in nsWindowDataSource::GetWindowForResource. r=bsmedberg 2014-07-15 12:03:21 -05:00
Mark Hammond
f49b194318 Bug 1013064 (part 5) - stop disabling the password engine when MP enabled. r=ttaubert
From 07aa9cc1fcd5479976effe29f6adf5ad5ba7a8f8 Mon Sep 17 00:00:00 2001
2014-06-12 18:19:49 +10:00
Mark Hammond
a325946ba2 Bug 1013064 (part 4) - browserid_identity and sync changes to support FxA credentials in the login manager. r=ckarlof,rnewman
From 9717484083e66b78eedfa14e539d51382aba760f Mon Sep 17 00:00:00 2001
---
 services/sync/modules/browserid_identity.js        | 61 ++++++++++++++++++++--
 services/sync/modules/identity.js                  | 19 +++++++
 services/sync/modules/service.js                   | 20 ++++---
 .../sync/tests/unit/test_browserid_identity.js     | 15 ++++++
 4 files changed, 102 insertions(+), 13 deletions(-)
2014-06-14 14:33:56 +10:00
Mark Hammond
ed6aa07b8e Bug 1013064 (part 3) - only migrate data into the loginmgr when it is unlocked. r=ckarlof
From 86c67f9b9081ce905442c86b38575b3422c8dce3 Mon Sep 17 00:00:00 2001
---
 services/fxaccounts/FxAccounts.jsm                 |  25 ++++-
 .../tests/xpcshell/test_loginmgr_storage.js        | 113 +++++++++++++++++++++
 2 files changed, 137 insertions(+), 1 deletion(-)
2014-06-18 15:07:41 +10:00
Mark Hammond
1a71740dce Bug 1013064 (part 2) - Store sensitive FxA credentials in the login manager. r=ckarlof
From 4a92f9ee1ba35989f82a24bba18806f8616a5be8 Mon Sep 17 00:00:00 2001
---
 services/fxaccounts/FxAccounts.jsm                 | 170 ++++++++++++++++++
 services/fxaccounts/FxAccountsCommon.js            |  13 ++
 services/fxaccounts/moz.build                      |   5 +-
 .../tests/xpcshell/test_loginmgr_storage.js        | 196 +++++++++++++++++++++
 services/fxaccounts/tests/xpcshell/xpcshell.ini    |   2 +
 services/sync/modules/util.js                      |  12 +-
 6 files changed, 396 insertions(+), 2 deletions(-)
 create mode 100644 services/fxaccounts/tests/xpcshell/test_loginmgr_storage.js
2014-06-14 14:33:20 +10:00
Mark Hammond
133f66860f Bug 1013064 (part 1) - prompt for master-password unlock when interacting with about:accounts. r=ttaubert
From 18f9d132020afee6004e63c9006245e4d3b04e18 Mon Sep 17 00:00:00 2001
---
 browser/base/content/aboutaccounts/aboutaccounts.js | 9 +++++++++
 1 file changed, 9 insertions(+)
2014-06-11 17:34:24 +10:00
Jim Chen
1fafa705e4 Bug 1007824 - Use signal trampoline for profiler signal handler; r=BenWa 2014-07-15 12:45:40 -04:00
Jim Chen
7d32347ee4 Bug 1007824 - Add mfbt/LinuxSignal.h; r=snorp r=Ms2ger 2014-07-15 12:45:40 -04:00
Ryan VanderMeulen
97a3c4d6d4 Backed out changeset 3b96e18dd924 (bug 1030442) for Windows Marionette failures. 2014-07-15 12:23:47 -04:00
Monica Chew
7115ca9685 Bug 1038465: Pass suggested filename to application reputation query (r=paolo) 2014-07-14 17:47:47 -07:00
Eddy Bruel
b50b594e48 Bug 940317 - Move the varObjFix flag from ContextOptions to RuntimeOptions. r=bholley 2014-07-15 09:04:20 -07:00
Bobby Holley
526d4cfab9 Bug 1037756 - Move cloneSingletons to CompartmentOptions. r=jandem 2014-07-15 09:04:20 -07:00
Bobby Holley
6dabe978f0 Bug 940323 - Mode strictMode to RuntimeOptions. r=jandem 2014-07-15 09:04:20 -07:00
Bobby Holley
2052f2965f Bug 1036185 - Clean up logic in IsPermitted (bonus fix). r=gabor 2014-07-15 09:04:19 -07:00
Bobby Holley
5f12adffc9 Bug 1036185 - Remove XPCCallContext::UnwrapThisIfAllowed. r=gabor 2014-07-15 09:04:19 -07:00
Malini Das
eabb4af68e Bug 1030442 - Be able to set and clear prefs at gecko startup, r=jgriffin 2014-07-15 11:21:58 -04:00
Benoit Jacob
35bad31ccd Bug 988549 - Back out the Intel-specific blacklist relaxations from bug 984417 as these blacklist entries were actually needed to avoid _VEC_memzero crashes - r=Bas 2014-07-15 10:40:00 -04:00
Alexander Surkov
1512767ce4 Bug 1034640 - crash in nsAccessibilityService::CreateAccessibleByFrameType, r=tbsaunde 2014-07-15 10:17:16 -04:00
Carsten "Tomcat" Book
6a8a6f930e Merge mozilla-central to mozilla-inbound 2014-07-15 16:17:15 +02:00
Carsten "Tomcat" Book
4457b01a36 merge fx-team to mozilla-central a=merge 2014-07-15 16:08:30 +02:00
Carsten "Tomcat" Book
ec106e2806 merge mozilla-inbound to mozilla-central a=merge 2014-07-15 14:58:57 +02:00
Ryan VanderMeulen
01152d9533 Backed out changeset 114268fab626 (bug 1035296) for causing bug 1038279. a=backout 2014-07-15 08:36:58 -04:00
Victor Porof
5b5861bb07 Bug 1034669 - Add a way of fading out certain areas of the canvas graphs, r=pbrosset
--HG--
rename : browser/devtools/shared/test/browser_graphs-11.js => browser/devtools/shared/test/browser_graphs-11a.js
2014-07-15 08:34:07 -04:00
Carsten "Tomcat" Book
4512a18a04 Backed out changeset 88bc05432845 (bug 1027135) for talos remote-trobopan test failure 2014-07-15 12:23:26 +02:00
Carsten "Tomcat" Book
8e332dd892 Backed out changeset 5bef1f8045fd (bug 1027137) for breaking talos remote-trobopan 2014-07-15 12:23:10 +02:00
B2G Bumper Bot
038290befb Bumping manifests a=b2g-bump 2014-07-15 01:52:20 -07:00
B2G Bumper Bot
aab85cc6db Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/623b1441cb54
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #21710 from pivanov/bug-1035727

Bug 1035727 - [SMS] - remove unused images r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/97f6f19b8b3b
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1035727 - [SMS] - remove unused images
2014-07-15 01:50:29 -07:00
B2G Bumper Bot
d3f3909cd5 Bumping manifests a=b2g-bump 2014-07-15 01:41:14 -07:00
Carsten "Tomcat" Book
b8e672822f Backed out changeset 6f857407b64e (bug 1022612) for bustage on a CLOSED TREE 2014-07-15 10:35:42 +02:00
B2G Bumper Bot
b365eea128 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bca7ae36e995
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #21685 from alivedise/bugzilla/1036671/search-window-is-not-destroyed

Bug 1036671 - Fix the search window crash, r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/a5925827ac33
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1036671 - Fix the search window crash
2014-07-15 01:35:28 -07:00
Carsten "Tomcat" Book
7f4a9908bb Backed out changeset e5bacdd4594c (bug 1022612) for bustage on a CLOSED TREE 2014-07-15 10:31:12 +02:00
Carsten "Tomcat" Book
1dbca9bd12 Backed out changeset 4e502d50b8e1 (bug 1022612) 2014-07-15 10:30:51 +02:00
Carsten "Tomcat" Book
6a2bd661c2 Backed out changeset 18ffe0bb4d42 (bug 1022612) 2014-07-15 10:30:49 +02:00
Carsten "Tomcat" Book
4ac2a8dfa9 Backed out changeset cdaa916f6851 (bug 1022612) 2014-07-15 10:30:47 +02:00
Carsten "Tomcat" Book
f89bed9cac Backed out changeset 6d2fc524e961 (bug 1022612) 2014-07-15 10:30:46 +02:00
Carsten "Tomcat" Book
f289b9d47a Backed out changeset 1ad096055f1d (bug 1022612) 2014-07-15 10:30:44 +02:00
Carsten "Tomcat" Book
201acf7baf Backed out changeset b81f9a774059 (bug 1022612) 2014-07-15 10:30:42 +02:00
Carsten "Tomcat" Book
7a35065a73 Backed out changeset 5ebd2f6b65a6 (bug 1022612) 2014-07-15 10:30:41 +02:00
Carsten "Tomcat" Book
dbbbdd2e36 Backed out changeset e4e2a1dcadc8 (bug 1022612) 2014-07-15 10:30:39 +02:00
Carsten "Tomcat" Book
87b22f2088 Backed out changeset 3bf33a32bfe0 (bug 1022612) 2014-07-15 10:30:38 +02:00
Carsten "Tomcat" Book
f9d62ec9db Backed out changeset 75fffcce9c4d (bug 1022612) 2014-07-15 10:30:36 +02:00
Carsten "Tomcat" Book
0fc3ed9eea Backed out changeset cc140abf7b17 (bug 1022612) 2014-07-15 10:30:35 +02:00