Ivan Alagenchev
c203c65d39
Bug 762593 - DOM patch. Adds localized strings for insecure passwords error messages. r=bz
2013-08-05 11:23:07 -07:00
Boris Zbarsky
982ae9a058
Bug 901285. Allow trailing comma in WebIDL enums. r=khuey
2013-08-05 13:40:32 -04:00
Boris Zbarsky
659c773366
Bug 900898 part 4. Support typed arrays inside sequences and variadics. r=smaug
2013-08-05 13:40:02 -04:00
Boris Zbarsky
2145e0bf95
Bug 900898 part 3. Support typed arrays inside dictionaries. r=smaug
2013-08-05 13:40:01 -04:00
Boris Zbarsky
cad540afeb
Bug 900898 part 2. Move to using Nullable<TypedArray> to represent possibly-null TypedArray structs. r=smaug
2013-08-05 13:40:01 -04:00
Boris Zbarsky
8a077042de
Bug 900898 part 1. Give dom::TypedArray structs a no-argument constructor. r=smaug
2013-08-05 13:40:01 -04:00
Jon Coppeard
71a6b47923
Bug 900986 - Convert JS_*Element API to use MutableHandleValue for out params r=terrence r=bholley r=smaug
2013-08-05 14:02:47 +01:00
Jon Coppeard
694e4a5be0
Bug 900979 - Change JS_DeleteProperty APIs to use a boolean out param rather than a value r=waldo r=bz
2013-08-05 14:01:53 +01:00
Olli Pettay
89f0fea1a3
Bug 901312 - crash in mozilla::dom::ContentParent::ActorDestroy @ nsFrameMessageManager::Disconnect, r=jlebar
...
--HG--
extra : rebase_source : a03a8b0339fc7200ed2430dcfaa81986fef743e7
2013-08-05 14:02:38 +03:00
Carsten "Tomcat" Book
f6ddd08c1c
Merge mozilla-central to mozilla-inbound
2013-08-05 11:59:14 +02:00
Carsten "Tomcat" Book
cda28b85ed
Merge b2g-inbound to m-c
2013-08-05 11:22:48 +02:00
Szu-Yu Chen [:aknow]
17e5c6116c
Bug 900900 - Fix test_ril_worker_clir.js. r=hsinyi
...
---
dom/system/gonk/tests/test_ril_worker_clir.js | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
2013-08-05 14:00:28 +08:00
David Zbarsky
cdc9360b32
Bug 898105 - Remove nsIDOMTouch r=reuben
2013-08-05 00:51:22 -04:00
David Zbarsky
68e1382675
Bug 898104 - Remove nsIDOMTouchList r=smaug
2013-08-05 00:51:21 -04:00
David Zbarsky
1c3d0b79ca
Bug 898930 - Remove nsIDOMTouchEvent r=smaug
2013-08-05 00:51:21 -04:00
Vincent Chang
90c9f44100
Bug 884131 - Messages to netd need sequence number on gonk-JB. r=dhylands
2013-08-05 12:16:14 +08:00
Yoshi Huang
9f9b16b197
Bug 883741 - Part 2: testing for null in crypto legacy. r=bz
2013-08-01 15:14:44 +08:00
Yoshi Huang
3a8a76e455
Bug 883741 - Part 1: WebCrypto: Move Crypto to WebIDL. r=bz
2013-08-01 14:57:25 +08:00
Dave Hylands
4f75e0a1ed
Bug 885753 - White space only changes. r=dhylands,jvarga
...
Jan commented that a bunch of my lines were longer than 80 characters.
So I went through and fixed the entire file.
This changeset should be a white-space only changeset and otherwise
has no functional changes.
2013-08-02 16:35:16 -07:00
Dave Hylands
45a6408d8a
Bug 885753 - Change getDeviceStorage to return the default storage area. r=jvarga
...
This removes the entire concept of composite storage.
2013-08-02 16:34:59 -07:00
Ryan VanderMeulen
e44fa2bc7c
Merge inbound to m-c.
2013-08-02 16:36:40 -04:00
Justin Lebar
a04662fd5d
Back out 4ff7455f6720, "Bug 894736, pass clipboard type to data transfer so that the correct clipboard is used when pasting, r=ehsan" on a CLOSED TREE.
2013-08-02 10:53:34 -07:00
Ed Morley
d0a6230a88
Merge mozilla-central and b2g-inbound
2013-08-02 13:51:22 +01:00
Ed Morley
a9606b2dba
Merge latest green b2g-inbound changeset and mozilla-central
2013-08-02 13:30:22 +01:00
Ms2ger
95c8398829
Merge m-c to inbound.
2013-08-02 11:40:30 +02:00
Ms2ger
e032489251
Backout changeset 531f544bc9ce for breaking B2G tests.
2013-08-02 11:38:49 +02:00
Ms2ger
5c2b63d2c7
Merge m-c to inbound.
2013-08-02 11:07:57 +02:00
Thomas Zimmermann
25d75a02dd
Bug 892933: Replace AddServiceRecordsInternal by non-blocking implementation, r=echou,gyeh
...
AddServiceRecordsInternal blocks the Bluetooth command thread while
waiting for a DBus reply. This patch replaces the function by a DBus
reply handler that runs asynchrounously on the DBus thread.
2013-08-02 09:30:55 +02:00
Ms2ger
699b39966c
Bug 832883 - Move IDBKeyRange to WebIDL; r=khuey
2013-08-02 09:09:15 +02:00
Ms2ger
023dc49091
Bug 897945 - Use an XPCOM string for nsContentUtils::ReportToConsole's category argument; r=bholley
2013-08-02 09:09:11 +02:00
Ms2ger
8c0b92ef87
Bug 900096 - Cleanup Touch some; r=dzbarsky
2013-08-02 09:06:35 +02:00
Ms2ger
78f9e66db8
Bug 896251 - Make nsEvent::{refPoint, lastRefPoint} LayoutDeviceIntPoints; r=smaug+kats
2013-08-02 09:05:16 +02:00
Ms2ger
62183dfe63
Bug 886408 - Move nsContentUtils::ReleaseWrapper into nsWrapperCache; r=mccr8
2013-08-02 09:04:01 +02:00
Ms2ger
928131e510
Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #4 ); r=mshal
2013-08-02 09:03:42 +02:00
Gina Yeh
69dcb4683d
Bug 900348 - Failed to receive media-button system message, r=echou
2013-08-02 14:37:31 +08:00
Marco Castelluccio
9c533e25da
Bug 777402 - Implement support for packaged apps via the installPackage function in the mozapps DOM API in desktop web runtime. r=myk,wesj,fabrice
2013-08-01 17:00:39 -07:00
Marco Castelluccio
aa9ca2e3d6
Bug 777402 - Use app name + manifest url hash as unique name for apps but forbid multiple apps per origin and webapposutils refactoring. r=myk,fabrice
2013-08-01 17:00:22 -07:00
Ryan VanderMeulen
b30ebe7513
Backed out changesets 357e720b5a37 and f1971c2f5232 (bug 777402) for mochitest-other orange.
...
CLOSED TREE
2013-08-01 21:51:12 -04:00
Ryan VanderMeulen
834f75014e
Backed out changeset e9429bd59114 (bug 873567) for mochitest-2 failures.
...
CLOSED TREE
2013-08-01 21:43:53 -04:00
Bobby Holley
f7c06c0933
Bug 897322 - Allow callers to manually fire OnNewGlobalObject when bootstrapping is complete. r=luke
2013-08-01 18:38:47 -07:00
Mike Hommey
d01b5df996
Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8
2013-08-02 10:29:05 +09:00
Ms2ger
c7777a2d45
Bug 898311 - #error qmetatype.h must be included before any header file that defines Bool. r=mounir
2013-08-01 21:21:32 -04:00
Gina Yeh
2d4b9278a9
Bug 853221 - Patch 2: Distribute events from BluetoothAdapter, r=smaug, sr=mrbkap
2013-08-02 18:33:15 +08:00
Gina Yeh
6a7c0fc791
Bug 853221 - Patch 1: Distribute connection/pair status to BluetoothAdapter, r=echou
2013-08-02 18:32:57 +08:00
Vincent Chang
e1c76c4896
Bug 887485 - Wifi code needs to issue fwreload to netd as part of initialization. r=mrbkap
2013-07-30 16:07:13 +08:00
Hsin-Yi Tsai
f879db20a3
Bug 837079 - get the right call object in Telephony::NotifyError. r=bent
2013-07-19 12:03:30 +08:00
Eric Chou
94d685e575
Bug 892392 - Execute BluetoothService::StartInternal() at startup, r=gyeh
2013-08-02 11:58:01 +08:00
Edgar Chen
cdcabc2477
Bug 835237 - Part 2: Add marionette tests for signal strength. r=hsinyi
2013-07-23 17:41:18 +08:00
Edgar Chen
895c08a431
Bug 835237 - Part 1: Update signal strength for CDMA/EVDO network. r=hsinyi
2013-07-22 14:35:28 +08:00
Wes Kocher
7177dcddb5
Merge m-c to b2g-inbound on a CLOSED TREE
2013-08-01 14:51:49 -07:00