Carsten "Tomcat" Book
ef72c48967
Backed out changeset ae9c77fa58d1 (bug 1168208) for bustage on a CLOSED TREE
2015-05-27 14:50:43 +02:00
Ehsan Akhgari
ac0013d700
Bug 1168055 - Fix the :active pseudo-class on text controls; r=smaug
2015-05-27 08:27:13 -04:00
Ehsan Akhgari
7c178923f2
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
2015-05-27 08:25:03 -04:00
Benjamin Chen
6683f44482
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
2015-05-25 17:37:45 +08:00
Blake Wu
3ff0bbca0d
Bug 1168309 - Add the define, MOZ_GONK_MEDIACODEC, to dom/media. r=cpearce.
2015-05-26 17:33:29 +08:00
Kan-Ru Chen
39e7e3af06
Bug 772750 - Get mobile connection technology from MobileConnectionService. r=garvank,echen
2015-05-27 14:41:23 +08:00
Kan-Ru Chen
ba756dbfca
Bug 1168068 - GonkGPSGeolocationProvider should use mRilDataServiceId in SetReferenceLocation. r=garvank
2015-05-27 14:40:48 +08:00
Shu-yu Guo
9bb39f0511
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
6157587344
List test_bug336682.js as a support-file, not a test file, no bug
2015-05-26 23:23:30 -04:00
Cameron McCormack
b904d1b615
Bug 1168299 - Break out style struct memory usage reporting from pres-shell. r=njn
2015-05-27 12:08:42 +10:00
Wes Kocher
4cb22f4274
Merge m-c to inbound, a=merge CLOSED TREE
2015-05-26 16:25:11 -07:00
Wes Kocher
2bf6c2b004
Merge inbound to central, a=merge
2015-05-26 16:16:26 -07:00
David Major
5926b4c617
Bug 1167189: Use a size annotation on the OOM abort. r=bholley
2015-05-26 17:04:24 -04:00
Thomas Zimmermann
19b95544ab
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
d7cd900542
Bug 885140 - Request longer timeout for test_iframe_sandbox_navigation.html; r=bobowen
2015-05-26 11:33:27 -06:00
Geoff Brown
db14efa57f
Bug 1154505 - Request longer timeout for test_bug346659.html; r=smaug
2015-05-26 11:33:26 -06:00
Geoff Brown
3507eed05c
Bug 919246 - Request longer timeout for test_iframe_sandbox_navigation2.html; r=bobowen
2015-05-26 11:33:25 -06:00
Ben Turner
9eacd36525
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
9c1023aed9
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
2015-05-26 17:04:59 -04:00
Botond Ballo
ad4aea9284
Bug 1119980 - Use 'snprintf' instead of 'sprintf' to avoid a warning on Lollipop-based builds. r=froydnj
2015-05-26 14:33:55 -04:00
Samael Wang
fe6a81a0ba
Bug 1152730 - Part 3: Add owner window checks on DOM object operations. r=btseng
2015-05-13 11:42:42 +08:00
Samael Wang
2cc6ccfdb9
Bug 1152730 - Part 2: Add a marionette test case. r=btseng
2015-05-20 17:50:27 +08:00
Samael Wang
4d6d7f39da
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
7e7ded1931
Merge mozilla-central to b2g-inbound
2015-05-26 13:37:22 +02:00
Thomas Zimmermann
d4f5bad1fa
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
f07de924ac
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
865e96d68a
merge mozilla-inbound to mozilla-central a=merge
2015-05-26 12:07:11 +02:00
Carsten "Tomcat" Book
c2b3293076
merge fx-team to mozilla-central a=merge
2015-05-26 12:04:10 +02:00
Jamin Liu
27838b1c76
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
3651bc8907
Bug 1163497. Part 5 - remove unused functions. r=roc.
2015-05-26 10:22:03 +08:00
JW Wang
1d01b34c9b
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
88b69ad408
Merge b-i to m-c, a=merge
2015-05-25 19:21:48 -07:00
JW Wang
86430c011e
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
5fb7a9a089
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
43b4d71157
Merge m-c to f-t
2015-05-25 19:28:43 -07:00
Jocelyn Liu
ff9f1eba0d
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
edd2c80f87
Bug 1124338 - Fix possible camera cached parameters invalidation from underlying driver modification. r=aosmond
2015-05-24 11:36:00 -04:00
Phil Ringnalda
79a80563a7
Merge b-i to m-c, a=merge
2015-05-24 12:14:37 -07:00
Phil Ringnalda
c3674c0a3f
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
9b9ac2dd31
Bug 1167022 part.4 Get rid of MozIMEFocus(In|Out) events r=smaug
2015-05-24 10:11:37 +09:00
Masayuki Nakano
0be112965a
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
2a366b04b7
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é
1b5c6b4f6c
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
98ed7e50f4
Merge m-c to m-i
2015-05-23 14:39:57 -07:00
Phil Ringnalda
2f522a4405
Merge b-i to m-c, a=merge
2015-05-23 14:35:55 -07:00
Phil Ringnalda
4f077d45b0
Merge f-t to m-c, a=merge
2015-05-23 14:28:07 -07:00
Jean-Yves Avenard
507e5c4589
Bug 1166836: Part4. Don't unecessarily call GetBuffered(). r=cpearce
...
Regression was introduced in 24a7f0fda98b (bug 1163445)
2015-05-23 11:16:12 +10:00
Botond Ballo
0f36d2451b
Bug 1164406 - Exclude the scrollbars from the composition bounds in TabChild::HandleCalculateViewportChange() when appropriate. r=kats
2015-05-22 15:53:32 -04:00
Ryan VanderMeulen
7d96bb6456
Merge m-c to b2g-inbound. a=merge
2015-05-22 14:20:37 -04:00
Ryan VanderMeulen
2177b9797f
Merge inbound to m-c. a=merge
2015-05-22 14:02:47 -04:00