Chris Pearce
179eab15d6
Bug 1049272 - Expose sandbox vouchers to GMPs. r=jesup
2014-12-05 00:43:41 -08:00
Dimi Lee
6dcfe58782
Bug 1082300 - B2G NFC: remove NDEF and P2P from technology list. r=smaug, allstars.chh
2014-12-05 01:38:38 +08:00
Carsten "Tomcat" Book
e323ebf44c
Merge mozilla-central to b2g-inbound
2014-12-04 17:08:51 +01:00
Carsten "Tomcat" Book
9c0e2f6b07
merge b2g-inbound to mozilla-central a=merge
2014-12-04 17:03:38 +01:00
Reuben Morais
ac0f041896
Bug 1098470 - Move manifest.* scope from navigator.getFeature to navigator.hasFeature. r=ehsan
2014-12-03 10:50:46 -08:00
Chris Pearce
d928f41d37
Bug 1104970 - Store GMPStorage record names at the start of each record. r=jesup
2014-12-03 13:36:00 +01:00
Chris Pearce
b42661434f
Bug 1104970 - Handle GMPStorage write failure in gtest. r=edwin
2014-12-03 13:34:00 +01:00
Mike Habicher
2c017fb242
Bug 1103400
- add autofocus support to WebRTC on Gonk, r=aosmond,jesup
2014-12-03 17:08:00 +01:00
Andrea Marchesini
3b337f3505
Bug 1104064
- setInterval(,0) in workers must be scheduled correctly, r=khuey
2014-12-03 10:57:39 -08:00
Andrew Osmond
30838a3e4e
Bug 804359 - Add support for detection of camcorder profiles at runtime. r=mikeh
2014-12-02 15:14:17 -08:00
L. David Baron
568297df70
Bug 1106324 - Call removeLock in case where the call was missing. r=qdot
...
While I was debugging bug 1105511, khuey noticed that one case was
missing a removeLock call. We should add it; it seems like if we ever
hit this error case, the settings lock queue would get stuck. It's not
clear whether this is actually the cause of bug 1105511, so I'm putting
it in a separate bug.
2014-11-29 14:47:46 -08:00
JW Wang
2846b24d9c
Bug 1107545 - add off-main-thread tests for GMPStorage APIs. r=cpearce.
2014-12-04 21:34:00 +01:00
JW Wang
06779af85b
Bug 1107545 - introduce a test manager to make storage tests scalable. r=cpearce.
2014-12-04 21:32:00 +01:00
Benjamin Bouvier
4f9d6eacd1
Bug 1102870: Add Float32x4 and Int32x4 to the list of Scalar::Types; r=sfink,luke
2014-12-05 05:01:47 +01:00
Ben Hsu
dc813ee637
Bug 1101334 - Part 2: Modify related testcase. r=aknow
2014-12-05 11:12:00 -05:00
Ben Hsu
f54a3d5e51
Bug 1101334 - Part 1: Modify the MMI parser (TelephonyService.js). r=aknow
2014-12-05 11:11:00 -05:00
Alexandre Lissy
7b995f0ea3
Bug 1106896 - Improve debug and error reporting in mozSettings. r=qdot
...
We break down the logging capabilities into two classes: debug and
verbose. Verbose will help to track everything that happens, while debug
should just report error cases. We also augment memory reports with
values to help tracking potential issues like: queue blockage, leaking,
etc.
2014-12-02 14:50:00 +01:00
Matthew Gregan
b341a046f7
Bug 1106657 - Move MOZ_PDM_VPX definition to moz.build. r=bholley
2014-12-02 14:00:45 +13:00
Fabrice Desré
38dc391f7f
Bug 1003848 - Don't use sync messaging during BrowserElementChild initialization r=smaug
2014-11-24 11:05:35 -08:00
Carsten "Tomcat" Book
e1cc9c8763
Backed out changeset fb224386bea8 (bug 1003848) for bustage on a CLOSED TREE
2014-12-03 16:43:15 +01:00
Thomas Zimmermann
d2c8bbf752
Bug 1094177: Call |Keystore::Shutdown| to cleanup key store, r=chucklee
2014-12-03 07:26:29 -08:00
Fabrice Desré
89db929ab8
Bug 1003848 - Don't use sync messaging during BrowserElementChild initialization r=smaug
2014-11-24 11:05:35 -08:00
Yoshi Huang
0baa955618
Bug 1103732 - Part 2: update test cases. r=dimi
...
From abdfb00788f359f4ed9bbd502a7e723350e3212d Mon Sep 17 00:00:00 2001
---
dom/nfc/tests/marionette/test_nfc_peer.js | 16 ++--------------
dom/nfc/tests/marionette/test_nfc_peer_sendFile.js | 3 +--
dom/nfc/tests/marionette/test_nfc_peer_sendndef.js | 5 ++---
3 files changed, 5 insertions(+), 19 deletions(-)
2014-11-27 15:05:29 +08:00
Yoshi Huang
1e4ab4c8f8
Bug 1103732 - remove getNFCPeer. r=smaug, dimi
2014-11-26 15:02:36 +08:00
Christoph Kerschbaumer
003a5b8d57
Bug 1021669 - Use protocol flags to whiteliste protocols not suspect to CSP (r=sstamm)
2014-11-20 14:59:53 -08:00
Andreas Pehrson
fd315ba8ff
Bug 1106547 - Return EOS after drain is complete, rather than before. r=cpearce
2014-12-01 22:10:00 +01:00
Andreas Pehrson
b65d1620f8
Bug 1105126 - Change test_eme_stream_capture_blocked.html to check loadeddata instead of canplay. r=cpearce
2014-12-01 19:24:00 +01:00
Bobby Holley
dba2651569
Bug 1104964 - Make MediaDecoderReader own the task queue. r=cpearce
2014-12-01 21:51:03 -08:00
Bobby Holley
e693d3e685
Bug 1104964 - Rename the task queue for hardware video decoding to something more obvious. r=cpearce
...
Otherwise it will shadow the mTaskQueue that we're about to introduce on
MediaDecoderReader.
2014-12-01 21:51:02 -08:00
Bobby Holley
38d5cddf88
Bug 1104964 - Split shutdown initiatation and queue-drain-waiting into separate pieces. r=cpearce
...
This patch shouldn't change any behavior. The upcoming patch takes advantage of
these separate pieces.
2014-12-01 21:51:02 -08:00
Bobby Holley
79860bf9ab
Bug 1104964 - Make sure that MediaDecoderReader::Shutdown is always called. r=cpearce
2014-12-01 21:51:02 -08:00
Bobby Holley
bd6a57b08d
Bug 1104964 - Handle ShutdownPoolsEvent race. r=cpearce
2014-12-01 21:51:02 -08:00
Dan Glastonbury
baf3f4332f
Bug 1048724 - [WebGL2] Transform Feedback. r=jgilbert,smaug
...
--HG--
extra : rebase_source : 40fe3ec66b091ced40f5a773fdc23d06bf6abc11
2014-11-26 12:00:06 +10:00
Matthew Gregan
0e219a07c0
Bug 1104410 - Add a test.
...
--HG--
extra : rebase_source : 5350acb0503b650ba322cebe14d39e1df5778e51
2014-12-02 11:59:45 +13:00
Boris Zbarsky
b21414912c
Bug 966385 followup to make the review comment code actually compile.
2014-12-01 15:27:19 -05:00
Boris Zbarsky
4c2e5e962d
Bug 1104875. Ellipsize long unresponsive script locations so they don't make the slow script dialog too big. r=peterv
2014-12-01 15:18:40 -05:00
Boris Zbarsky
6ac7384613
Bug 1105614. Fix dependency tracking for IDL methods with dictionary arguments. r=peterv
2014-12-01 15:17:58 -05:00
Boris Zbarsky
7195ec693d
Bug 966385. Stop using the deprecated GetInputEncoding in XHR code. r=peterv
2014-12-01 15:17:49 -05:00
Boris Zbarsky
c9285776b2
Bug 830260. Passing null as the value to CSSStyleDeclaration.setProperty should remove the property. r=heycam
2014-12-01 15:15:59 -05:00
JW Wang
a62d6f881c
Bug 1102607 - make GMPStorage APIs callable off the main thread. r=cpearce.
2014-11-28 00:34:00 +01:00
Ehsan Akhgari
751467e432
Bug 116083 - Correctly handle the whitespace in all preformatted elements; r=roc
...
Previously this code only handled the special case of a <body> element that
had an explicit style attribute, which doesn't really make sense. Now we
do the right thing based on the computed white-space style.
2014-12-01 06:38:11 -05:00
Dan Glastonbury
eeea0b42c9
Bug 1048719 - [WebGL2] Remove WebGLQueryRefPtr typedef. r=jgilbert
...
--HG--
extra : rebase_source : 1215509032baa31835844b4ee875e479de7cea2c
extra : source : 293d398b392ca1959d793298327ce2db170e1ca2
2014-11-26 13:46:49 +10:00
Olli Pettay
a8059d6d37
Bug 1091934, increase EventSource tests stress factor, r=wellington
2014-11-30 17:51:33 -08:00
Yoshi Huang
7d462fac68
Bug 1048676 - Part 2: Nfc.js and test case change. r=dimi
...
From 609631024dbcf07d74c13b15ce201b499e6176dd Mon Sep 17 00:00:00 2001
---
dom/nfc/gonk/Nfc.js | 30 +++++++++++-----------
.../marionette/test_nfc_checkP2PRegistration.js | 4 +--
.../tests/marionette/test_nfc_error_messages.js | 4 +--
dom/nfc/tests/marionette/test_nfc_peer.js | 4 ++-
4 files changed, 22 insertions(+), 20 deletions(-)
2014-11-06 11:21:07 +08:00
Yoshi Huang
215cbc771b
Bug 1048676 - Part 1: WebIDL and DOM change. r=smaug, dimi
...
From 28e46b34f04d20d5f10c14a85e77ec1ac98aad9e Mon Sep 17 00:00:00 2001
---
dom/apps/PermissionsTable.jsm | 9 +++++++--
dom/nfc/nsNfc.js | 9 +++++----
dom/webidl/MozNFC.webidl | 8 ++------
dom/webidl/MozNFCPeer.webidl | 2 +-
dom/webidl/MozNFCPeerEvent.webidl | 2 +-
dom/webidl/MozNFCTagEvent.webidl | 2 +-
6 files changed, 17 insertions(+), 15 deletions(-)
2014-11-06 11:12:38 +08:00
Jonathan Kew
491103743a
Bug 1107617 - Add support for writing-mode to the NotifyIMESelection message. r=smaug
2014-12-04 18:15:43 -08:00
Daniel Holbert
22ecaed796
Bug 1107351: Simplify logic in AnimationPlayer::GetCurrentTime(). r=birtles
2014-12-04 12:13:38 -08:00
Karl Tomlinson
a5bc939348
bug 1108846 notify MediaSourceDecoder of bytes downloaded to trigger progress events r=kinetik
...
--HG--
extra : rebase_source : d13f3a9c46cce745cffc86a179875f34e7a52428
2014-12-10 10:45:06 +13:00
Karl Tomlinson
d95ab8bc85
bug 1108838 dispatch "stalled" even when no bytes have been received r=cpearce
...
This is important for MediaSource, where there is no initial request to set up
the stall counter by sending an initial progress event.
For sources using ChannelMediaResource, this means that stalled can now fire
before an HTTP response is received.
Also reset stalled timer on transitions to NETWORK_LOADING,
and don't run the progress timer while stalled.
--HG--
extra : rebase_source : cf2cf8a4de37ca4859761941946393e9747c0706
2014-11-28 17:07:15 +13:00
Karl Tomlinson
d21db9fc16
bug 1108838 move stalled/progress timing from MediaDecoder to HTMLMediaElement r=cpearce
...
This provides that mNetworkState is available for determining whether progress
notification from the resource/MediaCache after stalled should resume progress
events. The timer will be stopped while stalled in a subsequent patch, and
should not be restarted unless NETWORK_LOADING.
--HG--
extra : rebase_source : e335555de404f6a899762be3c05b8f5444c357e3
2014-11-28 12:17:18 +13:00
Karl Tomlinson
42023d1511
bug 1108787 use NowLoRes() for progress event timing r=cpearce
...
Precision is not required, and is more costly on some platforms.
--HG--
extra : rebase_source : de36a0d249a89e579a7433f40c89b339f7db5b49
2014-11-21 15:45:29 +13:00
Karl Tomlinson
4834bbd250
bug 1108787 dispatch progress even when timer runs late r=cpearce
...
avoiding skipping progress events when data is received only soon after the
previous progress event.
--HG--
extra : rebase_source : 5108ae7d91bac613ed67f85c0963c6ca020bee07
2014-11-21 17:37:44 +13:00
Dan Glastonbury
ebb118a497
Bug 1048731 - [WebGL2] Implement new buffer binding targets. r=jgilbert
...
--HG--
extra : rebase_source : cbba1bb1995a35e7238b40a6819274d2fb15a40c
extra : source : 0f5fc69cd1f616e224ff5837f4c7486c126197e0
2014-12-05 17:04:55 +10:00
Bobby Holley
312651fc98
Bug 1108707 - Make reader shutdown asynchronous. r=cpearce (relanding on a CLOSED TREE because it wasn't the source of the leaks)
2014-12-09 11:43:21 -08:00
Wes Kocher
1f717c46d2
Backed out changeset 39398fba066e (bug 1098386) for actually leaking
2014-12-09 13:36:24 -08:00
Terrence Cole
d0e0d193b8
Bug 1107349 - Always build in enerational GC support; r=jonco
2014-12-04 09:45:05 -08:00
Ryan VanderMeulen
073573c2a9
Backed out changeset 18c302f80bce (bug 1108707) for nsTArray_base leaks.
...
CLOSED TREE
2014-12-09 15:49:38 -05:00
Chris Pearce
b392b7de2a
Bug 1077159 - Use macros for GMP API names, to make them implicitly versionable. r=jesup
2014-12-10 09:35:26 +13:00
Boris Zbarsky
c617f3e3b9
Bug 1012798 part 2. Stop defining a value property named "window" on the global. r=peterv
2014-12-09 14:44:37 -05:00
Bobby Holley
fc5e0383a6
Bug 1108707 - Make reader shutdown asynchronous. r=cpearce
2014-12-09 11:43:21 -08:00
Trevor Saunders
429fb6858c
bug 1098386 - Allow PDocAccessibleConstructor to be recieved when gAccessibilityService doesn't exist r=surkov
...
Talos causes accessibility to be instantiated only in the content
process. That means PDocAccessibleConstructor messages can be recieved
by the parent when GetAccService() returns null. The easiest way of
dealing with this is moving DocManager::mRemoteDocuments from a member
of the acc service singleton to its own global. That means the parent
process can track accessible documents in child processes without
instantiating a11y in the parent process.
2014-12-08 20:08:15 -05:00
Tim Chien
7086ef24a8
Bug 936724 - Implement addInput/removeInput in InputMethod API. r=yxl, r=khuey
2014-12-09 14:20:40 -05:00
Dan Glastonbury
2a4ac288e1
Bug 1048745 - [WebGL2] Integer vertex attributes. r=jgilbert
...
--HG--
extra : rebase_source : 590eaef6f7582701607e48f7e67bbe7100ff7199
2014-06-24 10:56:21 +10:00
Brian Birtles
634e380e9b
Bug 1104433 part 3 - Extend the timeout of dom/imptests/editing/conformancetest/test_runtest.html; rs=Ms2ger
2014-12-01 08:37:45 +09:00
Brian Birtles
42cc797d1e
Bug 1104433 part 2 - Update dom/imptests/testharness.js and friends; rs=Ms2ger
2014-12-01 08:36:45 +09:00
Brian Birtles
9a78398b6b
Bug 1104433 part 1 - Update test_error_events.html to set allow_uncaught_exception; r=Ms2ger
2014-12-01 08:36:22 +09:00
awake
58280aba48
Bug 1100632 - Remove --disable-opus option and MOZ_OPUS #define macros. r=rillian,ted
2014-11-28 01:20:00 -08:00
Bob Owen
b539721eb8
Bug 928044 Part 2: Enable the content sandbox by default on Windows with an open policy. r=tabraldes,glandium,jimm
...
--HG--
rename : security/sandbox/win/src/warnonlysandbox/wosCallbacks.h => security/sandbox/win/src/logging/loggingCallbacks.h
rename : security/sandbox/win/src/warnonlysandbox/wosTypes.h => security/sandbox/win/src/logging/loggingTypes.h
rename : security/sandbox/win/src/warnonlysandbox/warnOnlySandbox.cpp => security/sandbox/win/src/logging/sandboxLogging.cpp
rename : security/sandbox/win/src/warnonlysandbox/warnOnlySandbox.h => security/sandbox/win/src/logging/sandboxLogging.h
2014-11-29 17:12:18 +00:00
Ralph Giles
879c02cca2
Bug 1065111 - Remove more obsolete AppleUtils includes. r=jya
2014-11-27 15:23:00 -08:00
Ralph Giles
e9517830eb
Bug 1065111 - Move logging function AppleDecoderModule. r=jya
...
This allows us to remove the AppleUtils.cpp source file entirely.
2014-11-27 13:23:00 -08:00
Ralph Giles
3652364aeb
Bug 1065111 - Remove obsolete logging macros. r=jya
2014-11-27 13:21:00 -08:00
Ralph Giles
9ec93827d5
Bug 1065111 - Remove obsolete SetCFDict helpers. r=jya
...
We use CFDictionaryCreate with array literals for the keys and values
now instead.
2014-11-27 13:20:00 -08:00
Paul Adenot
5a1d2a6385
Bug 1087944 - Test for the promise returned by OfflineAudioContext.startRendering(). r=ehsan
...
--HG--
extra : rebase_source : 134c1bb8684be1cefe9bd75efc9868eaf42a674e
2014-11-19 18:18:24 +01:00
Paul Adenot
55bfef5f81
Bug 1087944 - Implement the promise version of OfflineAudioContext. r=ehsan,smaug
...
--HG--
extra : rebase_source : b5546f150ae8b2307e82dc8c6aae5bfbd5b5e670
2014-11-19 11:38:39 +01:00
Phil Ringnalda
9aff7b03a0
Merge m-c to m-i
2014-11-28 15:13:22 -08:00
Phil Ringnalda
ed3d451991
Merge b-i to m-c, a=merge
2014-11-28 15:08:30 -08:00
Carsten "Tomcat" Book
09cbc383e8
Merge mozilla-central to b2g-inbound
2014-11-28 14:29:23 +01:00
Carsten "Tomcat" Book
4750a0b772
merge b2g-inbound to mozilla-central a=merge
2014-11-28 13:44:29 +01:00
Thomas Zimmermann
33c76d5795
Bug 1105308: Merge BluetoothUtils.{cpp,h}, r=btian
...
This patch merges BluetoothUtils.{cpp,h} from BlueZ and Bluedroid
backends. The resulting files of the same name are located in the
generic code's directory.
This change requires a rebuild of dependency information, so the
patch touches CLOBBER as well.
--HG--
rename : dom/bluetooth/bluedroid/BluetoothUtils.cpp => dom/bluetooth/BluetoothUtils.cpp
rename : dom/bluetooth/bluedroid/BluetoothUtils.h => dom/bluetooth/BluetoothUtils.h
2014-11-28 11:49:40 +01:00
Thomas Zimmermann
090adc941f
Bug 1105308: Cleanup non-shared functions in Bluedroid's BluetoothUtils.{cpp,h}, r=btian
...
This patch moves functions out of Bluedroid's BluetoothUtils.{cpp,h}
that are specific to this backend.
2014-11-28 11:49:40 +01:00
Thomas Zimmermann
5af2a5023b
Bug 1105308: Cleanup non-shared functions in BlueZ' BluetoothUtils.{cpp,h}, r=btian
...
This patch moves functions out of BlueZ' BluetoothUtils.{cpp,h} that
are specific to this backend.
2014-11-28 11:49:40 +01:00
Thomas Zimmermann
0fd8a33278
Bug 1103872: Support Handsfree profile when using Bluetooth daemon (under bluetooth2/), r=btian
2014-11-28 11:37:47 +01:00
Thomas Zimmermann
f1c6c7ae79
Bug 1103872: Add Handsfree interface for Bluetooth daemon (under bluetooth2/), r=btian
2014-11-28 11:37:47 +01:00
Thomas Zimmermann
e7723624c9
Bug 1103872: Add Handsfree module for Bluetooth daemon (under bluetooth2/), r=btian
2014-11-28 11:37:47 +01:00
Thomas Zimmermann
28c30fed04
Bug 1103872: Add helpers for Bluetooth daemon Handsfree support (under bluetooth2/), r=btian
...
This patch adds helpers for packing, unpacking and converting
Handsfree values to and from Bluetooth PDUs.
2014-11-28 11:37:46 +01:00
Thomas Zimmermann
bd5f4fc799
Bug 1102161: Cleanup |BluetoothServiceBluedroid::AdapterStateChangedNotification| (under bluetooth2/), r=btian
...
This patch replaces |ToggleBtAck| with |AcknowledgeToggleBt| in
|BluetoothServiceBluedroid::AdapterStateChangedNotification| and
cleans up the remaining runnables used by this method.
All runnables need to be handled in the same patch, because the
order of operation must not be changed.
2014-11-28 11:18:15 +01:00
Thomas Zimmermann
67e7eb5b54
Bug 1102161: Replace most instances of |ToggleBtAck| with calls to |AcknowledgeToggleBt| (under bluetooth2/), r=btian
...
|AcknowledgeToggleBt| completes a Bluetooth start or stop operation
in the context of |BluetoothService|; That was done by |ToggleBtAck|
before.
This patch replaces |ToggleBtAck| with calls to |AcknowledgeToggleBt|
in |BluetoothServiceBluedroid| for all the trivial cases.
2014-11-28 11:18:15 +01:00
Thomas Zimmermann
c0dd5f6357
Bug 1102161: Move |ToggleBtAck| into |BluetoothService| (under bluetooth2/), r=btian
...
|ToggleBtAck| completes a start of stop operation on the main thread.
This patch moves the runnable's functionality into |BluetoothService|
and makes it available for methods running on the main thread.
2014-11-28 11:18:15 +01:00
Thomas Zimmermann
c7eed9ce1c
Bug 1102161: Move helpers of |BluetoothServiceBluedroid| into its namespace (under bluetooth2/), r=btian
2014-11-28 11:18:15 +01:00
Vincent Chang
aa3f936578
Bug 1095177 - [Internet Sharing] Hotspot network cannot be seen by other devices. r=jjong
2014-11-28 16:08:41 +08:00
Alexander Surkov
2602de1bfb
Bug 1105273 - Accessibility mapping for aria-modal, r=davidb
2014-11-28 10:01:43 -05:00
Blake
e705b029da
Bug 1104411- Continue to read next frame if the length is 0. r=sotaro
2014-11-26 10:59:17 +08:00
Jessica Jong
2dbb5ceafe
Bug 1105117 - B2G RIL: reduce the times updateRILNetworkInterface() is called. r=echen
2014-11-25 19:49:00 +01:00
Morris Tseng
94165b2707
Bug 1101392 - Part 2: Add a command that collapse selection to end after copying. r=roc
2014-11-26 23:06:00 +01:00
Morris Tseng
c311edb997
Bug 1101392 - Part 3: Select all before paste since we collapse range after copying. r=roc
2014-11-26 22:57:00 +01:00
Giovanni Sferro
95cb83384e
Bug 1100535 - Do not assume that the radio required status changed when the attribute changes. r=smaug
...
--HG--
extra : rebase_source : 5f6b36ba8a05507638d5ab4513864a308fa939c7
2014-11-27 17:40:00 -08:00
Phil Ringnalda
c4c3cc0df2
Merge m-c to m-i
2014-11-27 17:43:48 -08:00
Phil Ringnalda
8f1db665d2
Merge b-i to m-c, a=merge
2014-11-27 17:08:41 -08:00
Matt Woodrow
995f7c4289
Bug 1102647 - Always call Shutdown when removing decoders from TrackBuffer. r=karlt
2014-11-28 13:20:09 +13:00
Matt Woodrow
c08b56480c
Bug 1105553 - Handle 'CANCELLED' NotDecodedReason in MediaSourceReader. r=ajones
2014-11-28 13:17:32 +13:00
Carsten "Tomcat" Book
87dd032f55
Merge mozilla-central to b2g-inbound
2014-11-27 17:07:08 +01:00
Carsten "Tomcat" Book
c8aea269d3
Merge mozilla-central to b2g-inbound
2014-11-27 13:09:23 +01:00
Carsten "Tomcat" Book
7026a40e73
Merge mozilla-central to mozilla-inbound
2014-11-27 13:05:13 +01:00
Carsten "Tomcat" Book
a657c1e8e6
merge mozilla-inbound to mozilla-central a=merge
2014-11-27 12:54:58 +01:00
Jacek Caban
dd8a8e94a3
Bug 1102804 - Fixed -Wparentheses warnings found in mingw build (dom/plugins part). r=aklotz
2014-11-27 10:58:58 +01:00
Dimi Lee
9d7b247d38
Bug 1093483 - Remove NFC_GECKO_ERROR_NOT_ENABLED error from Nfc.js. r=allstars.chh
2014-11-27 17:02:56 +08:00
Szu-Yu Chen [:aknow]
a1a742195c
Bug 1098193 - Part 2: Fix tests: using waiting state. r=hsinyi
2014-11-27 15:29:27 +08:00
Ryan VanderMeulen
9e581b1d56
Merge m-c to inbound. a=merge
2014-11-26 21:43:23 -05:00
Ryan VanderMeulen
b3ebe654a9
Merge b2g-inbound to m-c. a=merge
2014-11-26 21:39:08 -05:00
Ryan VanderMeulen
792273e467
Merge inbound to m-c. a=merge
2014-11-26 20:34:29 -05:00
Ryan VanderMeulen
fd6dfc1619
Backed out changeset 82fd2eef7630 (bug 1060869) because the rest of this bug was backed out and it seems to be causing OSX Gip(f1) to be near permafail.
2014-11-26 16:06:53 -05:00
Daniel Holbert
621d56400d
Bug 1104354: Give nsHTMLCanvasFrame its own GetIntrinsicSize() impl. r=mats
2014-11-26 11:29:49 -08:00
Boris Zbarsky
3ab8465f19
Bug 1087851 part 2. Add a GetOrCreateDOMReflectorNoWrap API that can be used to do what GetOrCreateDOMReflector does but without wrapping into the caller compartment. r=bholley
2014-11-26 14:25:21 -05:00
Boris Zbarsky
8ec9d58716
Bug 1087851 part 1. Rename WrapNewBindingObject to GetOrCreateDOMReflector to make it clearer what it does. r=peterv for the idea; patch itself is just search-and-replace
2014-11-26 14:25:20 -05:00
Akshendra Pratap
e2db859d62
Bug 340494: Accessing document.domain at about:plugins does not produces NS_ERROR_FAILURE anymore; r=bz
2014-11-26 14:25:20 -05:00
Neil Deakin
4d77f120ba
Bug 1072342
, propagate the window activation state down to child process windows, r=smaug,mstange
2014-11-27 08:28:26 -05:00
Neil Deakin
55f1700213
Bug 1072342
, the child process doesn't have a main widget, r=smaug
2014-11-27 08:27:39 -05:00
Olli Pettay
bed81b1fde
Bug 1105089
, try to have shorter ICC slices during animations, r=mccr8
...
--HG--
extra : rebase_source : bfe8cc2825b7cb2ec86f6e8f5ba590593e1c378b
2014-11-27 13:47:51 +02:00
JW Wang
6bcdf3a3ad
Bug 886188 - add debuggins logs to diagnose test15 timeouts in test_preload_actions.html. r=cpearce
2014-11-24 19:46:00 +01:00
L. David Baron
714a5547a4
Bug 1100773 patch 2 - Convert style rule List methods to use fprintf_stderr. r=heycam
...
Note that getting decent logcat output on Android and B2G requires not
splitting lines of output across multiple fprintf_stderr calls.
2014-11-26 22:29:44 -08:00
L. David Baron
702143efb2
Bug 1100773 patch 1 - Fix bracing of indent loops in style rule print functions. r=heycam
2014-11-26 22:29:44 -08:00
Ehsan Akhgari
e30c04c40e
Bug 1106116 - Load images for notifications triggered from private browsing windows as private; r=jdm
2014-11-28 14:08:29 -05:00
Andrew Osmond
e5508741e0
Bug 1102986 - Update camera preview media stream with platform media stream expectations. r=roc
2014-11-21 09:34:00 -05:00
Alexandre Lissy
61d81bcfb0
Bug 1100876 - Add showOnlyOnce to MozBehavior dict. r=mhenretty, r=smaug
...
There are some notifications that we know we don't want to resend. For
instance, Voicemail notifications are some, since everytime the network
will be ready it will notify us of the status, so we don't have to
resend it on reboot. We add a 'showOnlyOnce' key in the MozBehavior dict
for this usecase.
2014-11-25 08:26:00 -05:00
Henry Chang
42be9850af
Bug 1098192 - Remove unused mutex for ifc_* function calls. r=vchang
2014-11-21 15:46:04 +08:00
Tom Tromey
5bbf671871
Bug 1101819 - Check result of ToJSValue. r=nsm
2014-11-19 13:38:00 -05:00
Armen Zambrano Gasparnian
67bcbecc1c
Bug 1102402 - Disable test_conformance__canvas__buffer-offscreen-test.html on Android for causing mochitest-1-gl intermittent issues. r=jgilbert
...
--HG--
extra : rebase_source : 005e5953ac65f0d746b16cebb0e5904f90fddbe3
2014-11-25 10:54:55 -05:00
Carsten "Tomcat" Book
a82e03cd67
Backed out changeset ec354ea4ace0 (bug 1093611) for talos svgr bustage
2014-11-26 15:08:54 +01:00
Carsten "Tomcat" Book
0d3f9fd859
Backed out changeset 17d1b075e274 (bug 1093611)
2014-11-26 15:08:36 +01:00
Giovanni Sferro
3fb0d472d4
Bug 1028712 - Add tests to check that when <input type=number> is stepped it isn't put into range overflow/underflow, even when its value is empty and min/max is above/below zero respectively. r=jwatt
2014-11-26 09:54:35 +00:00
Jonathan Watt
c78ef3396f
Bug 1071994 - Rework our implementation of HTMLInputElement's stepping algorithm to fix various bugs and more closely align with the current HTML5 text. r=smaug
2014-11-26 09:54:32 +00:00
Seth Fowler
6b72852771
Bug 1060869 (Part 4) - Update SurfaceCache prefs to increase the cache size. r=dholbert,tn
2014-11-26 01:37:57 -08:00
Gina Yeh
012fd18415
Bug 1103836, Patch 2: Mochitest, r=smaug.
2014-11-26 17:29:11 +08:00
Yoshi Huang
7b3f960904
Bug 1103730 - Create a nfc-manager-tech-discovered system message. r=dimi
2014-11-17 18:00:14 +08:00
Yoshi Huang
95e6c95056
Bug 1103729 - Create nfc-manager-send-file wrapper. r=dimi
2014-11-17 17:41:18 +08:00
Dimi Lee
47ce7a8a57
Bug 1095322 - Child process should know current rf state of NFC HW. r=allstars.chh
2014-11-25 15:10:34 +08:00
Ryan VanderMeulen
dacb431abe
Merge m-c to b2g-inbound. a=merge
2014-11-25 17:01:49 -05:00
Ryan VanderMeulen
6a8fa342ed
Merge inbound to m-c. a=merge
...
CLOSED TREE
2014-11-25 16:57:18 -05:00
Mike Habicher
34426c6b7a
Bug 1099390 - add reason to onClosed event, r=aosmond,bz
2014-11-25 14:45:00 -05:00
Ryan VanderMeulen
3ccea9b2b8
Backed out changeset e04692266f17 (bug 1095438) for B2G mochitest permafails.
...
CLOSED TREE
2014-11-25 11:34:48 -05:00
Carsten "Tomcat" Book
72381e9900
Merge mozilla-central to b2g-inbound
2014-11-25 14:27:41 +01:00
Carsten "Tomcat" Book
418515b044
merge b2g-inbound to mozilla-central a=merge
2014-11-25 12:55:29 +01:00
Masayuki Nakano
fa0d074313
Bug 1077345 part.8 CompositionManager.endComposition() in forms.js should use nsIDOMWindowUtils.sendCompositionEvent('compositioncommit') r=xyuan
2014-11-25 14:02:32 +09:00
Masayuki Nakano
c207c66fed
Bug 1077345 part.6 Add NS_COMPOSITION event which automatically commits composition with its mData r=smaug
2014-11-25 14:02:32 +09:00
Masayuki Nakano
7c2cde510e
Bug 1077345 part.4 Add NS_COMPOSITION_COMMIT_AS_IS event which automatically commits composition with the last data r=smaug
2014-11-25 14:02:31 +09:00
Masayuki Nakano
9a6c0e03b6
Bug 1077345 part.3 Add WidgetCompositionEvent::CausesDOMTextEvent() and WidgetCompositionEvent::CausesDOMCompositionEndEvent() r=smaug
2014-11-25 14:02:30 +09:00
Masayuki Nakano
8dbdea703b
Bug 1077345 part.2 Add TextComposition::CloneAndDispatchAs() for dispatching WidgetCompositionEvent only whose message is different from original composition event r=smaug
2014-11-25 14:02:30 +09:00
Masayuki Nakano
e33c5a94b9
Bug 1077345 part.1 Add TextComposition::IsValidStateForComposition() for checking if it's safe to dispatch an event to the DOM tree r=smaug
2014-11-25 14:02:29 +09:00
Chris Double
4dbe18e896
Bug 1104410 - Check mVideoDecoder before usage to prevent nullptr crash - r=kinetik
2014-11-25 17:19:10 +13:00
Carsten "Tomcat" Book
0e7807d54c
Merge mozilla-central to mozilla-inbound
2014-11-25 14:21:44 +01:00
Yoshi Huang
98d7ceef14
Bug 1085296 - B2G NFC: enable debug when either flag is enabled or settings is enabled. r=dimi
2014-11-24 10:10:32 +08:00
JW Wang
81f58d9673
Bug 1095438 - Don't leave dormant state while detached from the DOM tree. r=cpearce
2014-11-23 19:46:00 +01:00
Carsten "Tomcat" Book
e9dfaef4ae
Backed out changeset 61b0f5391e9d (bug 1060869)
2014-11-25 14:13:53 +01:00
Carsten "Tomcat" Book
668183fbc5
Backed out changeset feea8b1ea75f (bug 1095438) for possibly breaking mulet 1 tests
2014-11-25 12:41:01 +01:00
Carsten "Tomcat" Book
dc5652d0b1
Backed out changeset 10a3cbe9e42f (bug 1093611) for w4 test failures
2014-11-25 11:02:02 +01:00
Carsten "Tomcat" Book
687869c8ec
Backed out changeset 3a3c05f46c5e (bug 1093611)
2014-11-25 11:01:23 +01:00
Jessica Jong
d3d5e36934
Bug 1058305 - Part 4: use defined network types in nsIRadioInterface (tests). r=echen
2014-11-25 09:44:37 +08:00
Jessica Jong
1216f8260f
Bug 1058305 - Part 3: use defined network types in nsIRadioInterface (other components). r=echen
2014-11-25 09:44:35 +08:00
Jessica Jong
ed5335372f
Bug 1058305 - Part 2: use defined network types in nsIRadioInterface (impl). r=echen
2014-11-25 09:44:33 +08:00
Jessica Jong
6bc37e16d1
Bug 1058305 - Part 1: use defined network types in nsIRadioInterface (idl). r=hsinyi
2014-11-25 09:44:31 +08:00
Wes Kocher
1d5fb56d35
Merge inbound to m-c a=merge
2014-11-24 16:55:25 -08:00
Ryan VanderMeulen
fb8d05cd59
Backed out changesets 9beb53e53951, 4420bb4e5e7c, de1da65301a8, and cd9c2aaf1343 (bug 970307) for causing frequent B2G debug mochitest-11 crashes.
2014-11-24 17:18:27 -05:00
Boris Zbarsky
e86d3b5204
Bug 1096011. Warning when failing to create a JS implemntation for a Web IDL binding should include the implementation contract. r=peterv
2014-11-24 11:57:49 -05:00
Boris Zbarsky
6c81adc0d3
Bug 1067541. Image preloads should not keep going once the actual image has started and gotten canceled. r=peterv
2014-11-24 11:57:49 -05:00
Boris Zbarsky
7fabbb42c0
Bug 1093112. Make sure that our <script> has been parsed before we attach XBL bindings that call functions from it. r=bholley
2014-11-24 11:57:49 -05:00
Carsten "Tomcat" Book
2492fdb8a7
Merge mozilla-central to b2g-inbound
2014-11-24 14:18:59 +01:00
Carsten "Tomcat" Book
45b2b36c4c
merge b2g-inbound to mozilla-central a=merge
2014-11-24 14:13:25 +01:00
Carsten "Tomcat" Book
5969f2ac89
merge fx-team to mozilla-central a=merge
2014-11-24 14:06:00 +01:00
Thomas Zimmermann
d0139ae585
Bug 1091588: Support Handsfree profile when using Bluetooth daemon, r=shuang
2014-11-24 09:02:52 +01:00
Thomas Zimmermann
4f25f4670c
Bug 1091588: Add Handsfree interface for Bluetooth daemon, r=shuang
2014-11-24 09:02:42 +01:00
Thomas Zimmermann
3a9db14062
Bug 1091588: Add Handsfree module for Bluetooth daemon, r=shuang
2014-11-24 09:02:31 +01:00
Thomas Zimmermann
e2f0365ce8
Bug 1091588: Add helpers for Bluetooth daemon Handsfree support, r=shuang
...
This patch adds helpers for packing, unpacking and converting
Handsfree values to and from Bluetooth PDUs.
2014-11-24 09:02:03 +01:00
Patrick Wang (Chih-Kai Wang)
d70095812d
Bug 970307: Part 3: Reinitialize modules after fork. r=fabrice
2014-11-24 15:22:31 +08:00
Patrick Wang (Chih-Kai Wang)
f7e202983d
Bug 970307: Part 2: Let Nuwa wait for all tasks of preload slow things to finish. r=cyu
2014-11-24 15:22:10 +08:00
Patrick Wang (Chih-Kai Wang)
c0da861aa4
Bug 970307: Part 1: Report status of each thread to find when all the threads are idle. r=nfroyd
2014-11-24 15:21:52 +08:00
Szu-Yu Chen [:aknow]
6fc6f807e2
Bug 1099053 - Fix setEccListProperty. r=hsinyi
2014-11-24 14:13:28 +08:00
Dimi Lee
889cfd218e
Bug 996397 - B2G NFC: Replace DOMRequests with Promises. r=smaug, allstars.chh
2014-11-21 17:54:04 +08:00
Jessica Jong
ee6495def1
Bug 1094572
- B2G RIL: handle data call fail cause accordingly. r=echen
2014-11-24 10:15:25 +08:00
Harshil Goel
ec74dc79d7
Bug 1072922 - Add libc constants for flock structure type. r=Yoric
2014-11-21 07:50:41 +05:30
Wes Kocher
1b666e0294
Merge inbound to m-c a=merge
2014-11-21 16:35:57 -08:00
Carsten "Tomcat" Book
969509b198
Merge mozilla-central to b2g-inbound
2014-11-21 13:02:49 +01:00
Carsten "Tomcat" Book
4213004750
merge b2g-inbound to mozilla-central a=merge
2014-11-21 12:58:22 +01:00
Kan-Ru Chen (陳侃如)
220e6d7376
Bug 1098145 - Fix BrowserElement::Download crash. r=smaug
2014-11-21 18:56:28 +08:00
Kan-Ru Chen (陳侃如)
b61618c420
Bug 1044736 - Part 6. Widget should only require embed-widgets permission. r=fabrice
...
As discussed on dev-webapi[1] the app that wants to use widgets only
need the "embed-widgets" permission to use <iframe mozbrowser mozwidget>
If the app also wants to implement a browser, it could request the
"browser" separately. A <iframe mozbrowser mozwidget> will have
restricted mozbrowser API defined on the prototype if the embedder has
the "brower" permission; they will always throw when used.
[1]: https://groups.google.com/d/msg/mozilla.dev.webapi/uQweGWtVKRA/Bj1jZq3LN-0J
--HG--
rename : dom/apps/tests/test_widget.html => dom/apps/tests/test_widget_browser.html
2014-11-21 18:56:28 +08:00
Kan-Ru Chen (陳侃如)
be64833b75
Bug 1044736 - Part 5. Extract tests functions to file_test_widget.js. r=fabrice
2014-11-21 18:56:28 +08:00
Kan-Ru Chen (陳侃如)
cbe85f760b
Bug 1044736 - Part 4.3. Export BrowserElementParent component from BrowserElementParent.js. r=bz,fabrice
2014-11-21 18:56:28 +08:00
Kan-Ru Chen (陳侃如)
c4a36907e9
Bug 1044736 - Part 4.2. Rename BrowserElementParent.jsm to BrowserElementParent.js. r=bz,fabrice
...
--HG--
rename : dom/browser-element/BrowserElementParent.jsm => dom/browser-element/BrowserElementParent.js
2014-11-21 18:56:28 +08:00
Kan-Ru Chen (陳侃如)
71a36876c6
Bug 1044736 - Part 4.1. Delete old BrowserElementParent.js. r=bz,fabrice
2014-11-21 18:56:27 +08:00
Kan-Ru Chen (陳侃如)
eb72fa5f68
Bug 1044736 - Part 3. Make BrowserElementParent implement nsIBrowserElementAPI and use it. r=bz,fabrice
2014-11-21 18:56:27 +08:00
Kan-Ru Chen (陳侃如)
c7d83676ec
Bug 1044736 - Part 2. Add nsIBrowserElementAPI.idl and implement nsBrowserElement. r=bz
2014-11-21 18:56:27 +08:00
Kan-Ru Chen (陳侃如)
81a829d8ee
Bug 1044736 - Part 1. Add BrowserElement.webidl and stub implementation. r=bz
2014-11-21 18:56:27 +08:00
Szu-Yu Chen [:aknow]
dfaf19712a
Bug 1098193 - Part 1: Disable test cases due to emulator changes. r=hsinyi
2014-11-21 14:06:47 +08:00
Shelly Lin
2be44806ed
Bug 1100259
- Add TaskTracer labels in EventDispatcher and console.log of message with special prefix. r=sinker.
2014-11-20 10:57:27 +08:00
Blake Wu
13b079066f
Bug 1094614 - Release codec resource properly. r=sotaro
2014-11-20 17:09:48 +08:00
Andrea Marchesini
9d30f59efd
Bug 1077393 - Rename ScalarValueString to USVString. r=smaug
...
--HG--
rename : dom/bindings/parser/tests/test_scalarvaluestring.py => dom/bindings/parser/tests/test_usvstring.py
rename : dom/bindings/test/test_scalarvaluestring.html => dom/bindings/test/test_usvstring.html
2014-11-20 12:58:00 +01:00
Jan-Ivar Bruaroey
e794725154
Bug 1075133 - fire onsignalingstatechange as an event. r=drno, r=bwc
2014-11-20 18:05:40 -05:00
Matt Woodrow
11d881da06
Bug 1102658 - Add initial references to the last few AudioData constructor callsites. r=bholley
2014-11-21 15:29:19 +13:00
Yoshi Huang
7497ee7a95
Bug 1082445: B2G NFC: notifiy peer/taglost when app goes to background. r=smaug, dimi
2014-11-19 12:32:47 +08:00
Yoshi Huang
d48625d613
Bug 1097527 - ontag/peerlost shouldn't be fired if App doesn't listen/receive ontag/peerfound. r=smaug, dimi
2014-11-19 11:00:16 +08:00
Yoshi Huang
6f58df1cee
Bug 1100285 - sessionId shouldn't be added in nfc-manager-send-file. r=dimi
2014-11-17 18:51:40 +08:00