John Shih
|
6e559c0d20
|
Bug 927328 - Make sure app stats is updated when retrieving function is called. r=gene
|
2013-10-16 17:59:07 +08:00 |
|
Jessica Jong
|
bcfb56bd2b
|
Bug 818353 - Part 2: DOM changes - use default client id (0) in MobileConnection. f=hsinyi,edgar r=smaug
|
2013-10-30 12:02:47 +08:00 |
|
Jessica Jong
|
a56803adff
|
Bug 818353 - Part 1: idl changes. f=edgar r=hsinyi
|
2013-10-30 12:01:51 +08:00 |
|
Gene Lian
|
11e1ea21bc
|
Bug 923382 - B2G Multi-SIM: support multiple SIM cards for network metering (a follow-up of bug 887699). r=albert
|
2013-10-29 16:33:18 +08:00 |
|
Vicamo Yang
|
3eb62fc290
|
Bug 920551 - 2.h/2: fix dom/system/gonk/*. r=hsinyi,khuey
|
2013-10-29 16:12:45 +08:00 |
|
Vicamo Yang
|
466c463b7c
|
Bug 920551 - 2.e/2: fix MobileConnection. r=hsinyi,khuey
|
2013-10-29 16:12:41 +08:00 |
|
Nicholas Nethercote
|
ba1e9bce90
|
Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
--HG--
extra : rebase_source : 41fcb0e922a519ef679c1c1b6293c2b638e83a48
|
2013-10-10 15:22:35 -07:00 |
|
Albert Crespell
|
d526bfe1a6
|
Bug 887699 - Part 4/4 Tests. r=gene
|
2013-10-08 08:10:10 +02:00 |
|
Albert Crespell
|
0d40b444e1
|
Bug 887699 - Part 3/4 Fix access of websocket channel and TCPSocket to NetworkStats API. r=jduell,gene
|
2013-10-11 08:54:34 +02:00 |
|
Albert Crespell
|
6157915cf9
|
Bug 887699 - Part 2/4 Multi SIM implementation. r=gene,jshih
|
2013-10-08 08:09:58 +02:00 |
|
Albert Crespell
|
1a770989a9
|
Bug 887699 - Part 1/4 IDL definition. r=jonas,hsinyi
|
2013-10-15 12:01:16 +02:00 |
|
Mike Hommey
|
1d566f7586
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Trevor Saunders
|
d3d322d222
|
[PATCH] bug 922566 - kill dom-config.mk
From 6681eaa8bb47ddb4756fd71738771c4c437101c0 Mon Sep 17 00:00:00 2001
---
content/media/webspeech/recognition/Makefile.in | 1 -
content/media/webspeech/recognition/moz.build | 5 +-
content/media/webspeech/synth/Makefile.in | 1 -
content/media/webspeech/synth/pico/Makefile.in | 3 --
dom/alarm/Makefile.in | 2 -
dom/apps/src/Makefile.in | 1 -
dom/base/Makefile.in | 2 -
dom/base/moz.build | 26 ++++++++++-
dom/battery/Makefile.in | 1 -
dom/bindings/Makefile.in | 3 --
dom/bindings/moz.build | 17 ++++++-
dom/bindings/test/Makefile.in | 5 +-
dom/bluetooth/Makefile.in | 2 -
dom/bluetooth/moz.build | 7 ++-
dom/browser-element/Makefile.in | 3 --
dom/browser-element/moz.build | 6 ++-
dom/camera/Makefile.in | 1 -
dom/camera/moz.build | 5 +-
dom/devicestorage/Makefile.in | 1 -
dom/dom-config.mk | 61 -------------------------
dom/encoding/Makefile.in | 1 -
dom/fmradio/Makefile.in | 2 -
dom/fmradio/ipc/Makefile.in | 1 -
dom/fmradio/ipc/moz.build | 5 +-
dom/fmradio/moz.build | 5 +-
dom/icc/src/Makefile.in | 4 --
dom/media/Makefile.in | 3 --
dom/media/moz.build | 6 ++-
dom/mobilemessage/src/Makefile.in | 1 -
dom/mobilemessage/src/moz.build | 5 +-
dom/network/src/Makefile.in | 2 -
dom/plugins/base/Makefile.in | 1 -
dom/plugins/base/moz.build | 8 +++-
dom/power/Makefile.in | 1 -
dom/quota/Makefile.in | 1 -
dom/system/gonk/Makefile.in | 2 -
dom/telephony/Makefile.in | 1 -
dom/time/Makefile.in | 1 -
dom/wifi/Makefile.in | 5 --
39 files changed, 85 insertions(+), 123 deletions(-)
delete mode 100644 dom/dom-config.mk
delete mode 100644 dom/wifi/Makefile.in
|
2013-10-23 17:20:55 -04:00 |
|
Alexandre Poirot
|
9a210377b3
|
Bug 920586 - Allows chrome usages of TCPSocket r=bent
|
2013-09-25 08:58:00 +01:00 |
|
Tomoaki Konno
|
3adb6e5c3b
|
Bug 908248 - Intermittent test_tcpserversocket.js. r=jdm
|
2013-10-24 02:48:00 +01:00 |
|
Brian O'Keefe
|
4c98f61956
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Dave Hylands
|
e6c78fd10b
|
Backout 32307c4a20bc (Bug 818353) due to causing bug 929815.
|
2013-10-22 21:12:04 -07:00 |
|
Dave Hylands
|
4e28b733d0
|
Backout c6a0d5f696ec (Bug 818353) due to causing bug 929815.
|
2013-10-22 21:12:04 -07:00 |
|
Vicamo Yang
|
0af7b1d4de
|
Bug 814556 - 1/2: Move mozilla::dom::icc::* to mozilla::dom. r=khuey, f=Ms2ger
|
2013-10-22 19:23:00 +08:00 |
|
Jessica Jong
|
4e00ce1a01
|
Bug 818353 - Part 2: DOM changes - use default client id (0) in MobileConnection. f=hsinyi,edgar r=smaug
|
2013-10-18 15:01:03 +08:00 |
|
Jessica Jong
|
5f7d738be2
|
Bug 818353 - Part 1: idl changes. f=edgar r=hsinyi
|
2013-10-18 15:01:03 +08:00 |
|
Ryan VanderMeulen
|
82ababf330
|
Backed out 4 changesets (bug 887699).
Backed out changeset 5c878c48d732 (bug 887699)
Backed out changeset 57b03d7055e8 (bug 887699)
Backed out changeset ea06175feb4f (bug 887699)
Backed out changeset 516d0f14f7fd (bug 887699)
|
2013-10-16 17:12:54 -04:00 |
|
Albert Crespell
|
588cdf28bd
|
Bug 887699 - Part 4: Tests. r=gene
|
2013-10-08 08:10:10 +02:00 |
|
Albert Crespell
|
ec8f4f1388
|
Bug 887699 - Part 3: Fix access of websocket channel and TCPSocket to NetworkStats API. r=jduell, r=gene
|
2013-10-11 08:54:34 +02:00 |
|
Albert Crespell
|
a2c7f13eb0
|
Bug 887699 - Part 2: Multi SIM implementation. r=gene
|
2013-10-08 08:09:58 +02:00 |
|
Albert Crespell
|
1999531b78
|
Bug 887699 - Part 1: IDL definition. r=jonas, r=hsinyi
|
2013-10-15 12:01:16 +02:00 |
|
Edgar Chen
|
4612cefbae
|
Bug 926358 - Fix the potential issue in MMI request handler. r=allstars.chh
|
2013-10-14 18:47:55 +08:00 |
|
Jan Varga
|
8d28f23732
|
Bug 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger)
|
2013-09-28 13:25:46 +02:00 |
|
Masayuki Nakano
|
d33f3e133a
|
Bug 912956 part.8 Create mozilla/MiscEvents.h r=roc
|
2013-09-24 19:04:15 +09:00 |
|
Ehsan Akhgari
|
671bbdc894
|
Bug 919505 - Minimize the #includes in dom/ipc; r=jst
|
2013-09-23 17:30:40 -04:00 |
|
Wes Kocher
|
3d4714451c
|
Merge b2g-inbound to m-c
|
2013-09-18 17:09:39 -07:00 |
|
Jessica Jong
|
2d263a8ebc
|
Bug 909688: B2G RIL - tests cases for data loss. r=vicamo
|
2013-09-18 22:06:03 +08:00 |
|
Trevor Saunders
|
27e72dc2a7
|
bug 915566 - rm makefiles in dom/ r=gps
|
2013-09-13 12:25:21 -04:00 |
|
John Shih
|
c422e8e387
|
Bug 917667 - Add the check of receving unknown connection type. r=gene
|
2013-09-18 14:57:28 +08:00 |
|
Ethan Tseng
|
7831cfacab
|
Bug 855951 - Collect and save TX/RX traffic amounts of TCP connections per-App, r=gene, mcmanus
|
2013-08-29 14:15:08 +08:00 |
|
John Shih
|
079cca2c70
|
Bug 784575 - Part 6: Testing. r=gene
|
2013-07-26 17:54:37 +08:00 |
|
John Shih
|
82295c199d
|
Bug 784575 - Part 5: NetworkStatsManager Modification. r=gene
|
2013-08-28 14:38:28 +08:00 |
|
John Shih
|
b1ee2e5ab1
|
Bug 784575 - Part 4: NetworkStatsDB Modification. r=gene
|
2013-07-03 16:36:50 +08:00 |
|
John Shih
|
db79dbfdc9
|
Bug 784575 - Part 3: NetworkStats API IDL Modification. r=gene, sr=sicking
|
2013-07-03 16:33:17 +08:00 |
|
John Shih
|
461f94a2a6
|
Bug 784575 - Part 2: Create NetworkStatsServiceProxy. r=gene
|
2013-08-14 18:05:35 +08:00 |
|
John Shih
|
6f123d448c
|
Bug 784575 - Part 1: NetworkStatsService Modification. r=gene, r=acperez
|
2013-08-14 17:10:42 +08:00 |
|
Jessica Jong
|
a736af8434
|
Bug 821579 - B2G 3G: Add Marionette test for Data Connection. r=vicamo
|
2013-09-09 10:57:14 +08:00 |
|
Patrick Wang
|
e67df35def
|
Bug 784816 - Adding upgradeToSecure() to support startTLS in MozTCPSocket. r=mayhemer sr=sicking
|
2013-09-01 03:09:17 +08:00 |
|
Andrew Sutherland
|
c8e1cf19f6
|
backout Bug 784816 https://hg.mozilla.org/mozilla-central/rev/1000c23df772 for breaking multi-process TCPSocket SSL connections
|
2013-09-08 11:22:44 +02:00 |
|
Wes Kocher
|
8bba56d03f
|
Merge m-c to inbound
|
2013-09-04 18:04:50 -07:00 |
|
Mike Hommey
|
f1cf3b4238
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Szu-Yu Chen [:aknow]
|
b16be28c24
|
Bug 909684 - Add enabled and password checking. r=hsinyi
|
2013-09-03 08:50:55 -04:00 |
|
Ed Morley
|
5d10fc1e2b
|
Merge latest green b2g-inbound changeset and mozilla-central
|
2013-09-02 14:57:00 +01:00 |
|
Patrick Wang
|
09491e927a
|
Bug 784816 - Adding upgradeToSecure() to support startTLS in MozTCPSocket. r=mayhemer sr=sicking
|
2013-09-01 03:09:17 +08:00 |
|
Nicholas Nethercote
|
191ed08f6a
|
Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke.
--HG--
extra : rebase_source : 008ef689989f93b46627b8be8608bdbc544ca3a2
|
2013-08-27 19:59:14 -07:00 |
|