Граф коммитов

15296 Коммитов

Автор SHA1 Сообщение Дата
Chia-hung Tai 1101a14768 Bug 833697 - Transaction-based MmsService. r=vyang 2013-02-21 18:28:35 +08:00
Siddartha Pothapragada f836d49a70 Bug 831630 - Part 3: [B2G STK]: Marionette test case. r=allstars.chh 2013-02-14 18:55:40 -08:00
Siddartha Pothapragada 85aaabe0d9 Bug 831630 - Part 2: [B2G STK]: Support duration for DISPLAY TEXT, SETUP CALL. r=allstars.chh
From 2c2cf6206e3f42a81e0293f3c40aae2d22e056a3 Mon Sep 17 00:00:00 2001
---
 dom/system/gonk/ril_worker.js |   11 +++++++++++
 1 file changed, 11 insertions(+)
2013-02-06 10:56:52 -08:00
Siddartha Pothapragada 8e16a4799b Bug 831630 - Part 1 : Interface updated to decode 'duration' TLV tag for Display Text, Setup Call commands. r=allstars.chh sr=sicking
From 742d7c619751426fdefa7017ea9b2811bcbc02ff Mon Sep 17 00:00:00 2001
---
 dom/icc/interfaces/SimToolKit.idl |   14 ++++++++++++++
 1 file changed, 14 insertions(+)
2013-02-14 18:53:32 -08:00
Shian-Yow Wu 592a88bbc0 Bug 834180 - B2G Network Manager: Potential losing default route. r=vicamo 2013-02-21 10:09:16 +08:00
Jeff Gilbert adefde2afe Bug 716859 - Streaming GLContext buffers (doublebuffering, etc) - r=bjacob,jrmuizel,vlad
--HG--
extra : rebase_source : 5dad29809733a54a19cd3e5030498f00597d1dc8
2013-02-13 15:26:24 -08:00
Randell Jesup 1b7c5bc7aa Bug 843190: Allow cameras/mics to be shared if permissions UI is disabled r=derf 2013-02-20 17:08:44 -05:00
Jim Chen 27a30a8248 Bug 842687 - Use uint32 instead of bool for certain plug-in values; r=bsmedberg 2013-02-20 15:19:06 -05:00
Georg Fritzsche b863dac9c2 Bug 842687 - Test for uint32_t plug-in value; r=bsmedberg 2013-02-20 20:17:21 +01:00
Dave Hylands c5d845e67c Bug 842932 - Update to use Preferences::RegisterCallbackAndCall to correct pref callback from getting wrong params. r=smaug 2013-02-20 11:49:51 -08:00
Jose Cortes 1f0cd6dbd5 Bug 842186 - Replace a few instances of jsval with JS::Value in the WorkerPrivate class. r=jwalden
--HG--
extra : rebase_source : 5eda1a6052f05d6c4562e1a271cee68d224c8f45
2013-02-20 10:23:40 -08:00
Bobby Holley 10fa7db1b9 Bug 803870 - Compare the subject with the outer window for History. r=bz 2013-02-20 08:37:21 -08:00
Ryan VanderMeulen dcb992f562 Backed out changeset b46c006a7696 (bug 716859) and changeset 6a14e4c15aa6 (bug 841836) for B2G test failures on a CLOSED TREE. 2013-02-20 10:01:20 -05:00
Reuben Morais 1e05f21e36 Bug 836519 - Check if cursor references exist before releasing them. r=gwagner 2013-02-20 09:19:01 -05:00
Jeff Gilbert 6e032aab6c Bug 716859 - Streaming GLContext buffers (doublebuffering, etc) - r=bjacob,jrmuizel,vlad 2013-02-13 15:26:24 -08:00
Yoshi Huang dfc862d973 Bug 842462 - Part 3: xpcshell for Facility Lock of FDN. r=hsinyi 2013-02-20 10:21:10 +08:00
Yoshi Huang 6b97b06413 Bug 842462 - Part 2: Facility Lock for FDN implementations. r=hsinyi 2013-02-19 15:35:12 +08:00
Yoshi Huang 31c79932c8 Bug 842462 - Part 1: Update IDL comments. r=hsinyi 2013-02-19 15:25:04 +08:00
Olli Pettay 7e444ef9c6 Bug 842710 - Identify TabChildGlobals in about:memory/compartment, r=jlebar 2013-02-20 12:39:59 +02:00
Vicamo Yang f7dcf44de9 Bug 836215 - Part 2/2: validate number in nsIDOMTelephony.dial(). r=gwagner 2013-02-20 17:02:50 +08:00
Vicamo Yang acf4b44a00 Bug 836215 - Part 1/2: PhoneNumberJS: shamelessly copy of IsViablePhoneNumber() from upstream. r=gwagner 2013-02-20 17:02:45 +08:00
Josh Matthews e1988fff12 Bug 832232 - Protect against missing geolocation services during shutdown. r=dougt 2013-02-20 02:10:47 -05:00
Gina Yeh f00e5d3488 Bug 842471 - Invalid value type in BluetoothDevicePropertiesRunnable(), r=echou 2013-02-20 14:19:34 +08:00
Ehsan Akhgari 818600a935 Bug 842376 - Update HTMLImageElement's named constructor to use optional arguments; r=bzbarsky 2013-02-19 18:26:44 -05:00
Boris Zbarsky fca783ab1c Bug 838691 part 5. Uncomment touch stuff on Document, since now it's controlled on a per-member basis, which is supported even for quickstubs. r=peterv 2013-02-19 11:54:41 -05:00
Boris Zbarsky 7449417e9a Bug 838691 part 4. Add tests for pref-controlled and function-controlled properties. r=peterv
I've manually verified that the generated code for this looks like it should.
2013-02-19 11:54:41 -05:00
Boris Zbarsky e55647f4f1 Bug 838691 part 3. Switch touch event handler attributes to using a function to check whether they're enabled. r=peterv 2013-02-19 11:54:41 -05:00
Boris Zbarsky 75ae65a1d1 Bug 838691 part 2. Add codegen support for calling a function to determine whether a property should be exposed in a WebIDL binding. r=peterv 2013-02-19 11:54:40 -05:00
Boris Zbarsky e6e9097009 Bug 838691 part 1. Add support in Prefable for calling a function to determine whether a property should be exposed in a WebIDL binding. r=peterv 2013-02-19 11:54:40 -05:00
Boris Zbarsky 0ae0788482 Bug 839088 part 3. Add a way for callers of callback methods to ask for any exceptions from the callback to be rethrown on the ErrorResult. r=peterv 2013-02-19 11:54:40 -05:00
Boris Zbarsky 624e0560d5 Bug 839088 part 2. Add way to indicate to a CallSetup that it should propagate any exceptions thrown during the call out to the ErrorResult for the call. r=peterv 2013-02-19 11:54:40 -05:00
Boris Zbarsky ea45d30665 Bug 839088 part 1. Add a way to throw a JS::Value on an ErrorResult. r=peterv 2013-02-19 11:54:40 -05:00
Masatoshi Kimura 4746ea471d Bug 841802 - Part 2: Use TextDecoderBase from nsContentUtils::ConvertStringFromCharset(). r=hsivonen 2013-02-19 22:30:28 +09:00
Masatoshi Kimura 2ffa472ad4 Bug 841802 - Part 1: Add ErrorResult::ClearMessage(). r=bz 2013-02-19 22:30:28 +09:00
Ryan VanderMeulen d61fa1ce46 Merge m-c to inbound. 2013-02-19 04:47:00 -05:00
Tim Taubert b86a0e882e merge m-c to fx-team 2013-02-19 10:39:49 +01:00
David Zbarsky dcb508719c Bug 833446: Remove nsIDOMSVGMarkerElement r=peterv 2013-02-18 17:48:54 -05:00
David Zbarsky b20e5c9d55 Bug 833446: Remove nsIDOMSVGImageElement r=peterv 2013-02-18 17:48:54 -05:00
David Zbarsky 5887985676 Bug 833446: Remove nsIDOMSVGMaskElement r=peterv 2013-02-18 17:48:54 -05:00
David Zbarsky f4ab3aeb02 Bug 833446: Remove nsIDOMSVGAElement r=peterv 2013-02-18 17:48:53 -05:00
David Zbarsky 8ee2b253b4 Bug 833446: Remove nsIDOMSVGTitleElement r=peterv 2013-02-18 17:48:53 -05:00
Ryan VanderMeulen 6e439d3f32 Merge m-c to fx-team. 2013-02-18 11:07:20 -05:00
Tim Taubert 912919320d Bug 672474 - followup to use GetExtantDoc(); r=ms2ger 2013-02-18 11:07:24 +01:00
L. David Baron 4026271a28 Backed out changesets b093ba2c7ff9 and 0acbd06d48a9 (Bug 836655) for failing unit test. 2013-02-18 01:15:24 -08:00
L. David Baron d920040e7b Bug 836655: Fix bustage ("comparison between signed and unsigned integer expressions", warnings-as-errors) by using Contains rather than IndexOf. 2013-02-18 00:54:39 -08:00
Eric Chou ddbd22766e Bug 842214 - Replace JS_NewStringCopyN with JS_NewUCStringCopyN, or non-ascii chars would be shown incorrectly, r=gyeh 2013-02-18 16:02:23 +08:00
Marco Chen 0683611803 Bug 836655 - [Audio] Remove ChildID if there is no content channel playing in foreground and only send audio-channel-changed with normal when ChildID in the background has content channel in playing state. r=baku
--HG--
extra : rebase_source : 7c047f8643ca32920128fac51f92eb50dd1f4e30
2013-02-18 14:30:32 +08:00
Randy Lin adf4ce2388 Bug 834165 - Implement BlobEvent. r=smaug
--HG--
extra : rebase_source : 5d8f13baa4b2ff00a63300be54edb81ab2555bd9
2013-02-18 14:06:27 +08:00
Vicamo Yang 9d2a3ad575 Bug 838190: ensure every received SMS message is acked. r=gwagner 2013-02-18 15:11:13 +08:00
L. David Baron 143b119b96 Bug 563195: Fix -Wshadow warnings in public JS API headers (those used from layout/style/). r=njn 2013-02-17 22:56:32 -08:00