Commit Graph

37847 Commits

Author SHA1 Message Date
Ehsan Akhgari
4017e4028f Bug 1168208 - Refactor the existing logic for syncing the security info between Response and channel objects into a new helper class; r=nsm,jdm,bkelly
--HG--
rename : dom/fetch/InternalResponse.cpp => dom/fetch/ChannelInfo.cpp
rename : dom/fetch/Response.h => dom/fetch/ChannelInfo.h
2015-05-27 14:22:53 -04:00
Carsten "Tomcat" Book
1f0ef48e79 Backed out changeset ae9c77fa58d1 (bug 1168208) for bustage on a CLOSED TREE 2015-05-27 14:50:43 +02:00
Ehsan Akhgari
4cd051f2c3 Bug 1168055 - Fix the :active pseudo-class on text controls; r=smaug 2015-05-27 08:27:13 -04:00
Ehsan Akhgari
c66a858d3a Bug 1168208 - Refactor the existing logic for syncing the security info between Response and channel objects into a new helper class; r=nsm,jdm,bkelly
--HG--
rename : dom/fetch/InternalResponse.cpp => dom/fetch/ChannelInfo.cpp
rename : dom/fetch/Response.h => dom/fetch/ChannelInfo.h
2015-05-27 08:25:03 -04:00
Benjamin Chen
dbff5c47d3 Bug 1128448 - 1. Close the pref media.encoder.omx.enabled for newer android version. 2. Modify testcase and MR to eusure no timing issue. r=roc
--HG--
extra : rebase_source : fafdef6c6bf2f92b4e441b648a56805e2fa12aed
2015-05-25 17:37:45 +08:00
Blake Wu
97c69b902c Bug 1168309 - Add the define, MOZ_GONK_MEDIACODEC, to dom/media. r=cpearce.
--HG--
extra : rebase_source : 146db4f233336fed3132e42a64fb310d095fbf0b
2015-05-26 17:33:29 +08:00
Kan-Ru Chen
0cc4a57df4 Bug 772750 - Get mobile connection technology from MobileConnectionService. r=garvank,echen 2015-05-27 14:41:23 +08:00
Kan-Ru Chen
4c3974dbf8 Bug 1168068 - GonkGPSGeolocationProvider should use mRilDataServiceId in SetReferenceLocation. r=garvank 2015-05-27 14:40:48 +08:00
Shu-yu Guo
eca2c2d5bb Bug 1166492 - Return UniquePtr<char[]> from profiler_get_profile to avoid double copying. (r=mstange) 2015-05-26 22:58:40 -07:00
Ehsan Akhgari
de5eb374af List test_bug336682.js as a support-file, not a test file, no bug 2015-05-26 23:23:30 -04:00
Cameron McCormack
7c0c226f2c Bug 1168299 - Break out style struct memory usage reporting from pres-shell. r=njn 2015-05-27 12:08:42 +10:00
Wes Kocher
fd401f9e9b Merge m-c to inbound, a=merge CLOSED TREE 2015-05-26 16:25:11 -07:00
Wes Kocher
547f78dff1 Merge inbound to central, a=merge 2015-05-26 16:16:26 -07:00
David Major
f4189e1554 Bug 1167189: Use a size annotation on the OOM abort. r=bholley
--HG--
extra : rebase_source : dc6239a85b5136314fb9884ff0c989fcf407f904
2015-05-26 17:04:24 -04:00
Thomas Zimmermann
f6aa576d06 Bug 1167207: Remove |BluetoothDaemonChannel|, r=shuang
This patch integrates the functionality of |BluetoothDaemonChannel|
into |BluetoothDaemonConnection|. All users are adapted, the former
class is removed.
2015-05-26 18:29:02 +02:00
Geoff Brown
9eea703b0c Bug 885140 - Request longer timeout for test_iframe_sandbox_navigation.html; r=bobowen 2015-05-26 11:33:27 -06:00
Geoff Brown
ab74f26da9 Bug 1154505 - Request longer timeout for test_bug346659.html; r=smaug 2015-05-26 11:33:26 -06:00
Geoff Brown
0e44a1c940 Bug 919246 - Request longer timeout for test_iframe_sandbox_navigation2.html; r=bobowen 2015-05-26 11:33:25 -06:00
Ben Turner
57dc7c8b04 Bug 1163109. Restrict the resource:// weirdness in workers to loads from a system principal. r=bzbarsky 2015-05-26 17:27:01 -04:00
Marcos Caceres
d3edf0e131 Bug 1166405 - Consolidate classes into a general web manifest module. r=ehsan.
Bound EXPORTED_SYMBOLS to `this` in WebManifest.jsm
Reduced number of iterations on random tests

---
 dom/ipc/manifestMessages.js                        |  17 +---
 ...ObjectProcessor.jsm => ImageObjectProcessor.js} |  35 ++++---
 .../{ManifestObtainer.jsm => ManifestObtainer.js}  |   4 +-
 ...{ManifestProcessor.jsm => ManifestProcessor.js} | 109 ++++++++++-----------
 ...anifestValueExtractor.jsm => ValueExtractor.js} |  25 +++--
 dom/manifest/WebManifest.jsm                       |  19 ++++
 dom/manifest/moz.build                             |   9 +-
 .../test/browser_ManifestObtainer_obtain.js        |   9 +-
 dom/manifest/test/common.js                        |  32 +++---
 9 files changed, 135 insertions(+), 124 deletions(-)
 rename dom/manifest/{ManifestImageObjectProcessor.jsm => ImageObjectProcessor.js} (81%)
 rename dom/manifest/{ManifestObtainer.jsm => ManifestObtainer.js} (95%)
 rename dom/manifest/{ManifestProcessor.jsm => ManifestProcessor.js} (69%)
 rename dom/manifest/{ManifestValueExtractor.jsm => ValueExtractor.js} (77%)
 create mode 100644 dom/manifest/WebManifest.jsm

--HG--
rename : dom/manifest/ManifestImageObjectProcessor.jsm => dom/manifest/ImageObjectProcessor.js
rename : dom/manifest/ManifestObtainer.jsm => dom/manifest/ManifestObtainer.js
rename : dom/manifest/ManifestProcessor.jsm => dom/manifest/ManifestProcessor.js
rename : dom/manifest/ManifestValueExtractor.jsm => dom/manifest/ValueExtractor.js
2015-05-26 17:04:59 -04:00
Botond Ballo
2e2a504271 Bug 1119980 - Use 'snprintf' instead of 'sprintf' to avoid a warning on Lollipop-based builds. r=froydnj
--HG--
extra : source : 7468f9a3aa03520a29e138d4df431f0b5d90967c
2015-05-26 14:33:55 -04:00
Samael Wang
99310b3867 Bug 1152730 - Part 3: Add owner window checks on DOM object operations. r=btseng 2015-05-13 11:42:42 +08:00
Samael Wang
cbcbfc54f7 Bug 1152730 - Part 2: Add a marionette test case. r=btseng 2015-05-20 17:50:27 +08:00
Samael Wang
bda8330654 Bug 1152730 - Part 1: Update retry logic in SmsService and remove the retry in ril_worker. r=btseng 2015-05-25 18:38:07 +08:00
Carsten "Tomcat" Book
a375003b7d Merge mozilla-central to b2g-inbound 2015-05-26 13:37:22 +02:00
Thomas Zimmermann
f9ce4741fd Bug 1166638: Use |ListenSocketConsumer| in |ListenSocket|, r=kmachulis, dlee, chucklee, shuang
This patch converts |ListenSocket| to forward events to an instance
of |ListenSocketConsumer|. All users are converted and the related
listener and consumer classes are removed.
2015-05-26 13:24:20 +02:00
Thomas Zimmermann
d24dddee86 Bug 1166638: Use |StreamSocketConsumer| in |StreamSocket|, r=kmachulis, dlee, chucklee, htsai
This patch converts |StreamSocket| to forward events and data to an
instance of |StreamSocketConsumer|. All users are converted and the
related listener and consumer classes are removed.
2015-05-26 13:24:20 +02:00
Carsten "Tomcat" Book
a9bac08932 merge mozilla-inbound to mozilla-central a=merge 2015-05-26 12:07:11 +02:00
Carsten "Tomcat" Book
fa34ccca1f merge fx-team to mozilla-central a=merge 2015-05-26 12:04:10 +02:00
Jamin Liu
bbd9c05ae1 Bug 1165182 - Stop LE scans when Bluetooth adapter is disconnected from its owner. r=joliu 2015-05-26 10:33:47 +08:00
JW Wang
838880e42a Bug 1163497. Part 5 - remove unused functions. r=roc. 2015-05-26 10:22:03 +08:00
JW Wang
5db825a583 Bug 1163497. Part 4 - move output stream code from MediaDecoder::AddOutputStream() to DecodedStream::Connect(). r=roc. 2015-05-26 10:21:53 +08:00
Phil Ringnalda
c6b7b446a2 Merge b-i to m-c, a=merge 2015-05-25 19:21:48 -07:00
JW Wang
5871f0d45e Bug 1163497. Part 3 - move stream connection code from MediaDecoder::RecreateDecodedStream() to DecodedStream::RecreateData(). r=roc. 2015-05-26 10:21:41 +08:00
Ryan VanderMeulen
cf9976434d Backed out 4 changesets (bug 1155493) for Android test_browserElement_inproc_CopyPaste.html timeouts/crashes.
Backed out changeset 3bd7adb9f591 (bug 1155493)
Backed out changeset 0380b1684e6b (bug 1155493)
Backed out changeset 58b7c1eaf3c8 (bug 1155493)
Backed out changeset 896beb5088a7 (bug 1155493)
2015-05-25 13:15:06 -04:00
Phil Ringnalda
20b1bf8936 Merge m-c to f-t 2015-05-25 19:28:43 -07:00
Jocelyn Liu
b6e89a6aac Bug 1167070 - Overwrite BLE related flags to enable BLE functionalities in bluedroid for both bluetooth1 and bluetooth2. r=shuang 2015-05-22 20:07:00 -04:00
Roger Yang
11ba368e2a Bug 1124338 - Fix possible camera cached parameters invalidation from underlying driver modification. r=aosmond 2015-05-24 11:36:00 -04:00
Phil Ringnalda
ab3d55878e Merge b-i to m-c, a=merge 2015-05-24 12:14:37 -07:00
Phil Ringnalda
53b4601f96 Back out 4 changesets (bug 1167022) for reftest-e10s bustage
CLOSED TREE

Backed out changeset de4013b979a7 (bug 1167022)
Backed out changeset b97f76c4be1c (bug 1167022)
Backed out changeset cbc7f8b88a46 (bug 1167022)
Backed out changeset 00b1c04181d3 (bug 1167022)
2015-05-23 21:40:21 -07:00
Masayuki Nakano
bdb3dae876 Bug 1167022 part.4 Get rid of MozIMEFocus(In|Out) events r=smaug 2015-05-24 10:11:37 +09:00
Masayuki Nakano
bbfdde48f6 Bug 1167022 part.2 IMEStateManager::UpdateIMEState() should try to restart to observe focused editor when it's reframed r=smaug+nchen 2015-05-24 10:11:37 +09:00
Masayuki Nakano
3a846afa05 Bug 1167022 part.1 Make IMEContentObserver possible to restart to observe editor root node r=smaug 2015-05-24 10:11:37 +09:00
Fabrice Desré
7093f28a23 Bug 1161677 - Expose dev mode state read-only through the navigator.hasFeature() api r=ehsan 2015-05-23 17:38:24 -07:00
Phil Ringnalda
8bb760c7b0 Merge m-c to m-i 2015-05-23 14:39:57 -07:00
Phil Ringnalda
17cba2818f Merge b-i to m-c, a=merge 2015-05-23 14:35:55 -07:00
Phil Ringnalda
d98af6849d Merge f-t to m-c, a=merge
--HG--
rename : browser/devtools/performance/modules/io.js => browser/devtools/performance/modules/logic/io.js
2015-05-23 14:28:07 -07:00
Jean-Yves Avenard
ec1e982d32 Bug 1166836: Part4. Don't unecessarily call GetBuffered(). r=cpearce
Regression was introduced in 24a7f0fda98b (bug 1163445)

--HG--
extra : rebase_source : 1fb81d07f0c8d312d54ae24624735015e6a372a6
2015-05-23 11:16:12 +10:00
Botond Ballo
f1732e694c Bug 1164406 - Exclude the scrollbars from the composition bounds in TabChild::HandleCalculateViewportChange() when appropriate. r=kats
--HG--
extra : rebase_source : f427fbf8b1a415bf3399ef3a5aa147b5eb67e638
extra : source : 570b18d12130867bed88baebbc3027b86ade8540
2015-05-22 15:53:32 -04:00
Ryan VanderMeulen
ce2e64149c Merge m-c to b2g-inbound. a=merge 2015-05-22 14:20:37 -04:00