Commit Graph

384474 Commits

Author SHA1 Message Date
James Kitchener
422aef5621 Bug 1069929 - Tests for dtls font feature setting. r=fredw 2014-09-24 04:46:00 -04:00
James Kitchener
8caa56278b Bug 1069929 - Apply dtls font feature setting for <mover> elements. r=roc 2014-09-24 04:38:00 -04:00
James Kitchener
9f763ef993 Bug 1069929 - Flag dtls font feature setting for <mover> elements. r=fredw 2014-09-24 04:33:00 -04:00
Bob Owen
27ae4de9b6 Bug 1068000 - Add client side chrome.* pipe rule for Windows content sandbox. r=tabraldes 2014-09-16 15:44:25 +01:00
Bob Owen
eab4f246d5 Bug 1067312 - Create the low integrity temp directory when first requested. r=froydnj
At least one test expects the temporary directory to exist, so creating it in case other parts of the code do as well.
2014-09-15 16:51:28 +01:00
Bob Owen
e688081dc5 Bug 1067301 - Add mach / mochitest option to run tests with Windows content sandbox. r=jmaher 2014-09-16 08:20:07 +01:00
Alessio Placitelli
c4826f34f0 Bug 1067037 - Split debugger arguments passed through --debugger-args. r=ted 2014-09-23 08:11:00 -04:00
Vaibhav Agrawal
f8994bd2a3 Bug 987849 - Temporary solution to raise an Exception if 'fail-if' encountered. r=ahal 2014-09-24 14:12:00 -04:00
Yura Zenevich
8ec04fecb8 Bug 1071858 - aria-hidden elements will not be part of childCount when traversing. r=eeejay
---
 accessible/jsat/TraversalRules.jsm                 |  4 ++--
 accessible/jsat/Utils.jsm                          | 10 +++++++++
 accessible/tests/mochitest/jsat/doc_traversal.html | 24 ++++++++++++++++++++++
 .../tests/mochitest/jsat/test_traversal.html       | 18 ++++++++--------
 4 files changed, 46 insertions(+), 10 deletions(-)
2014-09-25 09:57:22 -04:00
Christoph Kerschbaumer
d0d9739a8a Bug 808292 - CSP: Implement path-level host-source matching, redirect tests (r=grobinson,sstamm) 2014-08-13 13:04:31 -07:00
Christoph Kerschbaumer
43454d7579 Bug 808292 - CSP: Implement path-level host-source matching, mochitests (r=grobinson,sstamm) 2014-08-12 13:08:52 -07:00
Christoph Kerschbaumer
6745b594df Bug 808292 - CSP: Implement path-level host-source matching, utils modifications (r=grobinson,sstamm) 2014-08-12 12:55:08 -07:00
Christoph Kerschbaumer
84be8e5bca Bug 808292 - CSP: Implement path-level host-source matching, parser updates (r=grobinson,sstamm) 2014-08-12 13:06:19 -07:00
Christoph Kerschbaumer
4fefd98964 Bug 808292 - CSP: Implement path-level host-source matching, parser tests (r=grobinson,sstamm) 2014-08-12 13:07:34 -07:00
Daniel Stenberg
41837a73eb Bug 939318 - Introduce the "network.notify.changed" prefs. r=mcmanus
Makes it possible to disable 'changed' events.

Disable the network changed event in test_ping_aboutnetworking.js
2014-09-19 06:36:00 -04:00
Daniel Stenberg
253a96d3fb Bug 939318 - Send a network changed event when returning from sleep. r=mcmanus
Coming back from hibernation, the network situation is unknown and may
have changed since the computer went into sleep.
2014-09-19 06:34:00 -04:00
Daniel Stenberg
3382318bdb Bug 939318 - Have websockets act on network interface changes. r=mcmanus
If there's no outstanding PING, send a new to make sure the connection
is still alive and fine.
2014-08-24 23:21:00 -04:00
Daniel Stenberg
4e2f285af3 Bug 939318 - Have protocolproxy service act on network change. r=mcmanus
Reloads the PAC on network change, but avoids the reload if the
specified PAC URL is a file: or a data: one - as those are not likely to
have changed just because the network changed.
2014-09-05 09:29:00 -04:00
Daniel Stenberg
4626439304 Bug 939318 - Find and close HTTP connections without traffic after network change. r=mcmanus
SPDY/http2 connections get a ping and be allowed N seconds to respond.

Active HTTP connections will be allowed N seconds to get traffic, if they
don't afer N seconds they get closed to avoid risking stalled transfers.

N is 5 by default: pref is "network.http.network-changed.timeout"
2014-09-11 06:55:00 -04:00
Daniel Stenberg
e3a15e4b5d Bug 939318 - Detect network interface changes on Windows. r=mcmanus
Now supports IPv6 as well if a new enough windows version is used.
Which notification function to use is detect at run-time.

Now sends CHANGED event if the online interface(s) are different in any
way since it was previously checked and considered UP. CHANGED is sent
before UP in case both are detected. It does not send any CHANGED events
during the first 2 seconds after startup.

nIOService: split up the network event receiver function from the
network status init function and have the event receiver act on the
incoming event.

DNSservice: acts on network changes (flushes the host cache and restarts
ongoing name resolves)

HttpHandler: acts on network changes
2014-09-24 23:14:00 -04:00
Carsten "Tomcat" Book
2128623a66 Merge m-c to mozilla-inbound 2014-09-25 14:42:49 +02:00
Carsten "Tomcat" Book
e1a3c6bb17 merge fx-team to mozilla-central a=merge 2014-09-25 14:35:17 +02:00
Carsten "Tomcat" Book
996fc54b8d merge mozilla-inbound to mozilla-central a=merge 2014-09-25 14:22:30 +02:00
Benjamin Bouvier
a6004515f4 Bug 1069956: SIMD: Add support for int32x4.fromFloat32x4Bits and float32x4.fromInt32x4Bits in Odin; r=luke 2014-09-25 13:18:21 +02:00
Benjamin Bouvier
dbfbf336f5 Bug 1069956: SIMD x86-x64 backend: implement SimdReinterpretCast; r=sunfish 2014-09-25 13:18:14 +02:00
Benjamin Bouvier
50c6f26e9d Bug 1069956: SIMD: Add support for int32x4.fromFloat32x4 and float32x4.fromInt32x4 in Odin; r=luke 2014-09-25 13:18:08 +02:00
Benjamin Bouvier
900c9c8c75 Bug 1069956: SIMD x86-x64 backend: implement SimdConvertFrom; r=sunfish 2014-09-25 13:18:05 +02:00
Bobby Holley
8e8a7d28c3 Bug 1065811 - Track Xray waivers with CPOWs. r=billm 2014-09-25 13:13:29 +02:00
Bobby Holley
8b65a1f10b Bug 1065811 - Clean up ObjectId handling with static type checking. r=billm
While adding the CPOW flag for xray waivers, I discovered a bunch of
inconsistency and sloppiness with respect to our handling of object ids,
and a general lack of clarity about when the id included flags or not. Given
the fact that I'm removing static callability for CPOWs, we _could_ just get
rid of the flags, and store the xray waiver state on the answer-side only. But
I eventually decided that these kinds of flags (which are accessible to both
the Answer _and_ the Owner) had enough potential utility that they were worth
cleaning up.

It's worth noting that that utility comes with the large caveat that the flags
can't be trusted for security-sensitive decisions (at least in the parent->child
case), since they could be forged by a compromised child.
2014-09-25 13:13:29 +02:00
Bobby Holley
4f60ec8b3f Bug 1065811 - Stop statically computing callability/constructibility on CPOWs. r=billm 2014-09-25 13:13:29 +02:00
Bobby Holley
db168e5cde Bug 1065811 - Expose isCallable()/isConstructor() in JS_PUBLIC_API. r=billm 2014-09-25 13:13:28 +02:00
Bobby Holley
098daff552 Bug 1065811 - Fix some soon-to-be rooting hazards. r=billm
When we starting forwarding isCallable and isConstructor over CPOWs, calls that
could potentially invoke this proxy trap can now GC.
2014-09-25 13:13:27 +02:00
B2G Bumper Bot
930046f14c Bumping manifests a=b2g-bump 2014-09-25 00:47:02 -07:00
B2G Bumper Bot
66dd6ab9ac Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/15291949ab37
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #24369 from mancas/bug1071312

Bug 1071312 - [FTU][FxA] Button still reads as 'Skip' after the user log...r=fcampo

========

https://hg.mozilla.org/integration/gaia-central/rev/72d8be1e4646
Author: Manuel Casas Barrado <manuel.casasbarrado@telefonica.com>
Desc: Bug 1071312 - [FTU][FxA] Button still reads as 'Skip' after the user logs into a Firefox Account in the FTE.

========

https://hg.mozilla.org/integration/gaia-central/rev/4945e4a3462c
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #22655 from anefzaoui/bug-964037

Bug 964037 - (gaia-rtl) Support RTL for Lockscreen App. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/172902a0f2a1
Author: Ahmed Nefzaoui <nefzaoui.ahmed@hotmail.com>
Desc: Bug 964037 - (gaia-rtl) Support RTL for Lockscreen App
2014-09-25 00:40:47 -07:00
B2G Bumper Bot
1da2b51e08 Bumping manifests a=b2g-bump 2014-09-25 00:32:02 -07:00
B2G Bumper Bot
192f2a42ea Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0b510489519e
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #24338 from ADLR-es/bug-ice-confirm-test

Bug 1067234 - [ICE Contacts] Create an integration test for bug 1062595 ...

========

https://hg.mozilla.org/integration/gaia-central/rev/52ab584bb1f9
Author: Adrián de la Rosa <hola@adlr.es>
Desc: Bug 1067234 - [ICE Contacts] Create an integration test for bug 1062595 (confirm window when deleting phone numbers)
2014-09-25 00:25:51 -07:00
Michael Wu
85e84775a2 Bug 1058978 - Import XPCOMUtils.jsm in MobileIdentityUIGlue.js, r=fabrice 2014-09-25 03:21:35 -04:00
B2G Bumper Bot
9bd817bd8f Bumping manifests a=b2g-bump 2014-09-24 23:42:35 -07:00
B2G Bumper Bot
acc2e2708d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0d51c305d36e
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #24411 from EragonJ/bug-1072125

Bug 1072125 - [Settings] position of label and carrier name are wrong

========

https://hg.mozilla.org/integration/gaia-central/rev/b9d9fcad2d61
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1072125 - [Settings] position of label and carrier name are wrong
2014-09-24 23:40:48 -07:00
B2G Bumper Bot
93505db644 Bumping manifests a=b2g-bump 2014-09-24 23:32:08 -07:00
B2G Bumper Bot
f8547a3ae1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/68bdf9de4f67
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #24412 from asutherland/email-pop3-no-date

Bug 1062728 - [email/pop3] POP3 sync breaks on messages that lack a Date header. r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/9cc7113eac9f
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 1062728 - [email/pop3] POP3 sync breaks on messages that lack a Date header. r=mcav

land https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/340
2014-09-24 23:25:47 -07:00
B2G Bumper Bot
4d66f82e2e Bumping manifests a=b2g-bump 2014-09-24 23:17:02 -07:00
B2G Bumper Bot
7dca8d0573 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/155f5ff682e5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #24360 from KevinGrandon/bug_1071953_app_launching_visibility_cases

Bug 1071953 - [Rocketbar] Tweak visibility controls for open-window.show App and apploading.stayBackground

========

https://hg.mozilla.org/integration/gaia-central/rev/b0cabb7e8ba1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1071953 - [Rocketbar] Tweak visibility controls for open-window.showApp and apploading.stayBackground r=alive
2014-09-24 23:10:47 -07:00
B2G Bumper Bot
349fb79b1b Bumping manifests a=b2g-bump 2014-09-24 23:01:57 -07:00
B2G Bumper Bot
2a2337c5c3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1a88d90f1021
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #24375 from alivedise/bugzilla/1065720_master/attention-window-under-homescreen-window

Bug 1065720 - Upgrade the zindex of attention window before opened. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/96905c64a978
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1065720 - Upgrade the zindex of attention window before opened.
2014-09-24 22:55:45 -07:00
Michael Wu
5fde46fd7d Bug 1072645 - Use stateless event filtering in GeckoTouchDispatcher, r=kats 2014-09-25 00:55:39 -04:00
B2G Bumper Bot
3a79a21d44 Bumping manifests a=b2g-bump 2014-09-24 21:01:57 -07:00
B2G Bumper Bot
af99565252 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9cedb5478ac6
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #24317 from RudyLu/keyboard/bug1050558-Bosnian_dict

Bug 1050558 - Bosnian Word suggestion.
r=timdream.

========

https://hg.mozilla.org/integration/gaia-central/rev/56c846b8de50
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 1050558 - Bosnian Word suggestion.
2014-09-24 20:55:47 -07:00
B2G Bumper Bot
a418a54eea Bumping manifests a=b2g-bump 2014-09-24 20:31:57 -07:00
B2G Bumper Bot
8a82bad4af Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a4853a0d6cdf
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #23946 from RudyLu/keyboard/Bug1065961

Bug 1065961 - Sometimes the last alternative key would be wrongly highlighted.
r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/dd8924b75e70
Author: Rudy Lu <me@rudy.lu>
Desc:  Bug 1065961 - Sometimes the last alternative key would be wrongly
 highlighted.
  - use math to calculate the transfered menu target.
  - move the main calculation into MenuView's getMenuTarget.
2014-09-24 20:25:47 -07:00