Commit Graph

431122 Commits

Author SHA1 Message Date
Tim Taubert
0b58c7078e Bug 1183553 - Follow-up to fix browser_trackingUI_1.js failures r=bustage 2015-07-17 13:09:37 +02:00
B2G Bumper Bot
09b9dc0e23 Bumping manifests a=b2g-bump 2015-07-17 03:18:50 -07:00
B2G Bumper Bot
32015e044e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c833a1cc2bac
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #30955 from albertopq/1180620-pin-button

Bug 1180620 - [SIM dialog] Ok button available on focus r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/8da6eca63b9c
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1180620 - [SIM dialog] Ok button available on focus
2015-07-17 03:16:50 -07:00
Thomas Zimmermann
4f2b82dc26 Bug 1171994: Cleanup JSAPI code of |RilConsumer|, r=htsai
This patch cleans up the JSAPI code of |RilConsumer| and moves it
into the class itself.
2015-07-17 12:10:01 +02:00
Thomas Zimmermann
698488b2bb Bug 1171994: Use |RilSocket| to handle RIL messages on the RIL worker, r=htsai
This patch finally breaks up forwarding received RIL messages to the
main thread before they go to the RIL worker. Any RIL message that is
received on th I/O thread is forwarded directly to the RIL worker
thread and handed over to the RIL worker JS code.

The patch includes a number of changes. They all depend on each other,
so there's no good way of landing them one-by-one.

 * |RilConsumer| now runs on the RIL worker thread.

 * |RilWorker| uses tasks to register/unregister |RilConsumer| in the worker.

 * |RilConsumer| uses |RilSocket| instead of |StreamSocket|.

 * With |RilSocket|, received RIL messages do not go through main. They are
   forwared to the RIL worker and handed over to JS immediately.
2015-07-17 12:10:01 +02:00
Thomas Zimmermann
72ca5b691e Bug 1171994: Store an instance of |RilWorker| for each RIL connection, r=htsai 2015-07-17 12:10:01 +02:00
Thomas Zimmermann
09dca3ba49 Bug 1171994: Separate RIL I/O interfaces, r=htsai
This patch separates the current interface of |RilConsumer| into
two distinct classes. |RilWorker| provides the public interface
and |RilConsumer| provides the internal implementation. Running
|RilConsumer| on a worker thread will be easier this way.
2015-07-17 12:10:01 +02:00
Thomas Zimmermann
892060a564 Bug 1171994: Forward received RIL socket I/O via |WorkerCrossThreadDispatcher|, r=htsai
With this patch, |RilSocket| and it's helpers forward received data
via a WCTD. This will hand over the worker's JS context to the RIL
consumer.

In a later patch, the RIL consumer will be moved onto the RIL worker
thread and call the JS ril-worker code directly.
2015-07-17 12:10:01 +02:00
Thomas Zimmermann
1745079bef Bug 1171994: Add |RilSocket| and |RilSocketConsumer|, r=htsai
|RilSocket| and |RilSocketConsumer| are copies of the respective stream-
socket classes. Improvements to the RIL I/O code will be implemented on
top of the new classes.

--HG--
rename : ipc/unixsocket/StreamSocket.cpp => ipc/ril/RilSocket.cpp
rename : ipc/unixsocket/StreamSocket.h => ipc/ril/RilSocket.h
rename : ipc/unixsocket/StreamSocketConsumer.cpp => ipc/ril/RilSocketConsumer.cpp
rename : ipc/unixsocket/StreamSocketConsumer.h => ipc/ril/RilSocketConsumer.h
2015-07-17 12:10:01 +02:00
B2G Bumper Bot
a8a4768856 Bumping manifests a=b2g-bump 2015-07-17 02:52:34 -07:00
B2G Bumper Bot
9b02cf38d0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c10440493e29
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #31008 from etiennesegonzac/bug-1179040

Bug 1179040 - Don't hide setVisible(false) frames to benefit from gec…

========

https://hg.mozilla.org/integration/gaia-central/rev/8e9ba11bbc07
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1179040 - Don't hide setVisible(false) frames to benefit from gecko keeping the layer tree alive a bit. r=kgrandon, snowmantw
2015-07-17 02:50:34 -07:00
B2G Bumper Bot
cd3fbc7d6b Bumping manifests a=b2g-bump 2015-07-17 01:43:05 -07:00
B2G Bumper Bot
add1c0d76d Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8739578ca430
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #30770 from steveck-chung/new-message-messaging-service

Bug 1169573 - [Messages][NG] Lay out Messaging service structure, r=julienw, azasypkin

========

https://hg.mozilla.org/integration/gaia-central/rev/e197544b6e77
Author: steveck-chung <schung@mozilla.com>
Desc: Bug 1169573 - [Messages][NG] Lay out Messaging service structure, r=julienw, azasypkin

========

https://hg.mozilla.org/integration/gaia-central/rev/d6edd3ed3f68
Author: Jorge Prudencio <jpruden92@gmail.com>
Desc: Merge pull request #30973 from jpruden92/bug1184020-contacts

Bug 1184020 - [Contacts][NGA] Import curtain.html element when we use gaia-install or reset-gaia

========

https://hg.mozilla.org/integration/gaia-central/rev/b56af7ecb1a9
Author: jpruden92 <jorgepruden@gmail.com>
Desc: Bug 1184020 - [Contacts][NGA] Import curtain.html element when we use gaia-install or reset-gaia
2015-07-17 01:40:39 -07:00
Gijs Kruitbosch
423e03562b Bug 452800 - use ThreeDLightShadow for borders instead of ThreeDFace or ButtonFace, r=bz
--HG--
extra : commitid : 2Dn7MkLBVwG
extra : amend_source : 5d1848497e8694238c1113e8cbf8245ccd0d2f52
extra : transplant_source : %7C%93%27hY%9C/%E1%3C%18%8AT%88%F6%9DS%A3I%22O
2015-07-16 16:11:09 +01:00
Jan de Mooij
bd0285d1bf Bug 1177892 part 6 - Remove UINT_TO_JSVAL. r=evilpie 2015-07-17 11:51:54 +02:00
Jan de Mooij
aa64d5cee2 Bug 1177892 part 5 - Remove DOUBLE_TO_JSVAL. r=evilpie 2015-07-17 11:51:52 +02:00
Jean-Yves Avenard
ba9653671f Bug 1184429: P2. MediaResource::SilentReadAt to read from cache first. r=jwwang
In practice, it will always read from the cache. This allows SilentReadAt to really be silent and prevent unecessary NotifyDataArrived callbacks.
2015-07-17 19:38:09 +10:00
Jean-Yves Avenard
ac32d3c055 Bug 1184429: P1. Don't dispatch NotifyDataArrived if previously dispatched with same range. r=jwwang 2015-07-17 19:38:09 +10:00
Mark Goodwin
806731fbb7 Backed out changeset ec1b5a7d05e9 (bug 1183065) 2015-07-17 10:37:00 +01:00
Mark Goodwin
c7285efe5a Backed out changeset fb6cbb4ada54 (bug 1183822) 2015-07-17 10:36:58 +01:00
Mark Goodwin
e2ee16093c Backed out changeset f324dcfaab40 (bug 1183822) 2015-07-17 10:36:56 +01:00
Ms2ger
8f47470e26 Backed out changeset f266de469f27 (bug 1171228) for mochitest-other failures. 2015-07-17 11:29:51 +02:00
Alastor Wu
2e0c92c43d Bug 1183301 - GetAllowedAudioChannels should not throw an exception if nsIFrameElement is not ready. r=baku 2015-07-16 10:19:55 +08:00
Alastor Wu
0c8e7b7e06 Bug 1170117 - Separate volume control. r=baku 2015-07-17 10:07:37 +08:00
B2G Bumper Bot
6412945feb Bumping manifests a=b2g-bump 2015-07-17 08:07:29 -07:00
Benjamin Bouvier
f7a3127d15 Bug 1183051: Fix register allocations of Atomics callouts on arm vfp; r=h4writer
--HG--
extra : rebase_source : cafdbf21bcde0330b8df98446dff081d133c9297
2015-07-15 15:55:05 +02:00
Mark Goodwin
e57ac71ec4 Bug 1183822 - Add an OCSP test for signers with SHA-1 certificates (r=keeler) 2015-07-17 10:04:17 +01:00
Mark Goodwin
0bfd3046ed Bug 1183822 - fix OCSP verification failures (r=keeler)
Adds a new TrustDomain for OCSP Signers which will always allow all acceptible
signature digest algorithms. Calls to most other TrustDomain methods are passed
through to the owning NSSCertDBTrustDomain.
2015-07-17 10:03:56 +01:00
Mark Goodwin
810c972b95 Bug 1183065 - Add logging on OneCRL revocation checks (r=Cykesiopka) 2015-07-17 10:03:21 +01:00
Benjamin Bouvier
c30f2825c5 Bug 1182647: Move setGCCallback to TestingFunctions.cpp; r=sfink
--HG--
extra : rebase_source : d9b888f1fdfc3dd426d922e3a01e340056d7d372
extra : amend_source : 62bbbc40705b78056ddd27f312611086af8e9e6c
2015-07-16 21:17:41 +02:00
Kan-Ru Chen
2b5296d9cb Bug 1184821 - Use CheckAllPermissions in BrowserElement.webidl r=bz 2015-07-17 13:46:54 +08:00
Bobby Holley
04eaf4c167 Bug 1184634 - Move various includes into the mozilla namespace. r=gerald
I did my a quick best-effort pass to fix up the most egregious ordering
problems. I left some big pre-existing messes alone.
2015-07-16 22:23:18 -07:00
Bobby Holley
997543e6ba Bug 1184634 - Rename MediaTaskQueue to TaskQueue. r=gerald 2015-07-16 22:23:06 -07:00
Bobby Holley
78001ffc43 Bug 1184634 - Rename "TaskQueue()" accessor to "OwnerThread()". r=gerald
Otherwise this name will collide with the rename of MediaTaskQueue to TaskQueue.
It's also a better naming convention, because it generalizes to things that are
owned by an AbstractThread that is not a Task Queue.

We rename to Queue() in TestMozPromise, because that's more accurate.
2015-07-16 22:22:07 -07:00
Bobby Holley
407d2c5f90 Bug 1184634 - Rename MediaPromise to MozPromise. r=gerald 2015-07-16 22:21:56 -07:00
Kyle Huey
74f03750da Bug 1182316: Part 3 - Add assertions to most other WebIDL entry points, clean up nsIDOMJSWindow cruft. r=peterv 2015-07-16 22:10:35 -07:00
Kyle Huey
837b076d57 Bug 1182316: Part 2 - Rework FORWARD_TO_OUTER_OR_THROW. r=peterv 2015-07-16 22:10:35 -07:00
Kyle Huey
df53dee024 Bug 1182316: Part 1 - Remove FORWARD_TO_INNER_OR_THROW. r=peterv 2015-07-16 22:10:35 -07:00
JW Wang
ca9b1829a7 Bug 1184010 - Put Mirrors/Canonicals together. r=jya. 2015-07-17 13:00:26 +08:00
Jean-Yves Avenard
79cb7273cb Bug 1182444: Show audio as enabled when an audio track is present in stream. r=jesup 2015-07-17 14:50:51 +10:00
Masayuki Nakano
0265f6a476 Bug 1184004 part.3 IPC methods to notify IME should use IMENotification for its argument r=smaug 2015-07-17 13:30:01 +09:00
Masayuki Nakano
be6517597c Bug 1184004 part.2 Make all structs in IMENotification IPC-aware r=smaug 2015-07-17 13:30:01 +09:00
Masayuki Nakano
786aba3aee Bug 1184004 part.1 Give a name to each struct in IMENotification r=smaug 2015-07-17 13:30:01 +09:00
Masayuki Nakano
0c318e2eff Bug 1176959 nsGtkIMModule shouldn't commit composition when a selection change is notified but it was caused by selection set event r=m_kato 2015-07-17 13:27:32 +09:00
Chris Pearce
3bf7be3b02 Bug 1180109 - Telemetry to report whether we can play H.264/AAC with Windows Media Foundation. r=dolske,vladan 2015-07-17 16:10:34 +12:00
Seth Fowler
44b587e55f Bug 1184804 - Wait for DECODE_COMPLETE to be fired in browser_bug666317.js. r=tn 2015-07-16 20:32:24 -07:00
Kan-Ru Chen
5c2f3fc74e Bug 1179718 - Rename CheckPermissions to CheckAnyPermissions. r=bz 2015-07-17 11:07:53 +08:00
Kan-Ru Chen
abd5560402 Bug 1179718 - Convert BrowserElement.webidl to use CheckAllPermissions. r=bz 2015-07-17 11:06:30 +08:00
Kan-Ru Chen
a5886f19c7 Bug 1179718 - Add a CheckAllPermissions extended attribute to WebIDL. r=bz 2015-07-17 11:06:23 +08:00
Masayuki Nakano
5da5ad2aec Bug 1176955 part.3 nsTextStore shouldn't notify TSF of selection change which is caused by selection set event r=m_kato 2015-07-17 11:25:00 +09:00