Edgar Chen
1a6518e97b
Bug 1027514 - Add marionette test cases for callforwarding MMI code. r=hsinyi
2014-06-23 20:05:32 +08:00
Birunthan Mohanathas
b9093cb236
Bug 1032377 - Add missing #include to nsPluginArray.h; r=ehsan
2014-06-30 15:36:24 -04:00
Jonathan Kew
8e216da53f
bug 1030829 part 2 - preload 'hidden' fonts on FirefoxOS into the user-font cache. r=roc
2014-06-30 19:05:29 +01:00
Carsten "Tomcat" Book
1feb71934a
Merge mozilla-central to mozilla-inbound
2014-06-30 15:44:54 +02:00
John Shih
7088bd900f
Bug 1023341 - Fix test_networkstats_alarm.html. r=gene
2014-06-26 16:51:45 +08:00
Ralph Giles
555c538a8d
Bug 996331 - Remove TextTrack.oncuechange. r=cpearce,smaug
...
This event isn't currently implemented. Removing it from
the DOM interface provides a way for authors to detect
that it cannot be expected to work.
2014-06-30 16:12:11 -07:00
Carsten "Tomcat" Book
9fe17e4cfa
Merge mozilla-central to mozilla-inbound
2014-07-01 15:48:30 +02:00
Bob Owen
e7ac0d1af4
Bug 1029494 Part 5: Replace AutoPushJSContext in nsNPAPIPlugin _getpluginelement. r=bholley
2014-06-26 12:08:49 +01:00
Bob Owen
dd675edb89
Bug 1029494 Part 4: Replace AutoPushJSContext in MobileMessageCursorCallback::NotifyCursorSuccess. r=bholley
2014-06-26 00:47:12 +01:00
Bob Owen
93d8477a23
Bug 1029494 Part 3: Replace AutoPushJSContext in MobileMessageCallback::NotifyMessageDeleted. r=bholley
2014-06-26 00:35:51 +01:00
Bob Owen
eb288d64ef
Bug 1029494 Part 2: Replace AutoPushJSContext in MobileMessageCallback::NotifySuccess. r=bholley
2014-06-25 22:09:40 +01:00
Bob Owen
61b1ce28a0
Bug 1029494 Part 1: Replace AutoPushJSContext in IDBRequest::NotifyHelperCompleted. r=bholley
2014-07-01 10:09:46 +01:00
Jan de Mooij
c296802a3b
Bug 1032726 part 1 - Make ConvertJSValueToByteString work with Latin1 strings. r=bz,terrence
2014-07-02 13:04:14 +02:00
Peter Van der Beken
efa5f7d65a
Bug 1029104 - Convert XPathExpression to WebIDL bindings, add WebIDL API and switch to the WebIDL binding. r=bz.
...
--HG--
extra : rebase_source : 2b3459ddf41e258469c31e0e7c4d515ef7a7c83f
2014-06-27 21:39:50 +02:00
Peter Van der Beken
ef9208e468
Bug 1029104 - Convert XPathExpression to WebIDL bindings, make XPathExpression hold a weak reference to the document. r=bz.
...
--HG--
rename : dom/xslt/xpath/nsXPathExpression.cpp => dom/xslt/xpath/XPathExpression.cpp
rename : dom/xslt/xpath/nsXPathExpression.h => dom/xslt/xpath/XPathExpression.h
extra : rebase_source : b011030bee7c16e098069452d6fdbfd43c080611
2014-06-26 15:32:20 +02:00
Shelly Lin
4ad46e3ac6
Bug 744896 - Part 2: Enable track interfaces for media elements that are consuming a MediaStream. r=roc,bz
2014-05-23 17:34:14 +08:00
Wes Kocher
20d908b06f
Merge m-c to b2g-inbound a=merge
2014-06-30 18:50:28 -07:00
Fabrice Desré
0bac4814eb
Bug 1032121 - Remove content handler leftover code in ActivitiesService.jsm r=fabrice
2014-06-30 16:37:11 -07:00
Borting Chen
4622cf31b2
Bug 951976 - part 2, Test cases. r=gene
2014-05-12 18:55:49 +08:00
Fabrice Desré
777feff01b
Bug 1024157 - Lazy load more js modules - Part 3: RIL r=gene
2014-05-07 15:53:17 -07:00
Fabrice Desré
671df61868
Bug 1024157 - Lazy load more js modules - Part 2: contacts r=gwagner
2014-05-07 15:53:16 -07:00
Fabrice Desré
e6a17c357a
Bug 1024157 - Lazy load more js modules - part 1: NFC r=psiddh
2014-05-07 15:53:16 -07:00
Hsin-Yi Tsai
24ceb32986
Bug 1023141 - query ril.ecclist per dial request - part 2 - test case. r=aknow
2014-06-24 18:47:12 +08:00
Hsin-Yi Tsai
2ed0526578
Bug 1023141 - query ril.ecclist per dial request - part 1 - fix. r=aknow
2014-06-24 18:32:41 +08:00
Hsin-Yi Tsai
de3db43d51
Bug 1023141 - query ril.ecclist per dial request - part 0 - rename. r=aknow
2014-06-24 18:36:59 +08:00
Shelly Lin
8f033be2c0
Bug 744896 - Part 1: Implement AudioTrack, VideoTrack and other related interfaces. r=bz,roc
2014-04-16 11:06:45 +08:00
Borting Chen
eb9c952e7b
Bug 951976 - part 1, WebIDL implementation. r=gene
2014-03-10 11:54:15 +08:00
Peter Van der Beken
e6a15c150f
Bug 1032748 - Make ConvertJSValueToString work on ns*String. r=bz.
2014-01-23 10:18:35 +01:00
Henry Chang
f325cee3b5
Bug 937528 - Initialize port and host for the tcp server accepted socket. r=jduell
2013-12-19 11:21:12 +08:00
Borting Chen
613c711806
Bug 951976 - part 0, WebIDL definition. r=ehsan, sr=jonas
2013-12-13 19:29:33 +08:00
Dimi Lee
66718f13b7
Bug 1027479 - Testcase for reading NDEF data from type 4 tag. r=tzimmermann
2014-07-02 14:23:02 +08:00
Ben Tian
291204e6a6
Bug 1033130 - [bluetooth2] Add missing including of BluetoothInterface.h in BluetoothA2dpManager.cpp, r=shuang
2014-07-02 10:36:28 +08:00
Jocelyn Liu
5c1c665d7a
Bug 1031253 - Patch: Reject promise if StartStopGonkBluetooth failed. r=btian
2014-07-02 10:13:39 +08:00
Jocelyn Liu
a294ae867e
Bug 1031252 - Patch: Reject promise for setProperty requests if BT is not enabled. r=btian
2014-07-02 09:41:33 +08:00
Peter Van der Beken
7eed123b6d
Bug 1029104 - Convert XPathExpression to WebIDL bindings, move EvalContextImpl out of header. r=bz.
...
--HG--
rename : dom/xslt/xpath/nsXPathExpression.cpp => dom/xslt/xpath/XPathExpression.cpp
rename : dom/xslt/xpath/nsXPathExpression.h => dom/xslt/xpath/XPathExpression.h
extra : rebase_source : 4bdf4671ea04c76de76053282fc810d1f4c42aea
2013-07-09 12:09:39 -04:00
Peter Van der Beken
f857218f32
Bug 1029104 - Convert XPathExpression to WebIDL bindings, move files and rename class. r=bz.
...
--HG--
rename : dom/xslt/xpath/nsXPathExpression.cpp => dom/xslt/xpath/XPathExpression.cpp
rename : dom/xslt/xpath/nsXPathExpression.h => dom/xslt/xpath/XPathExpression.h
extra : rebase_source : bedd3da79f1a4c2df19cfe3e9b68f1270b0b5688
2013-07-04 17:40:10 +02:00
Peter Van der Beken
0fe9268fa3
Bug 1029104 - Convert XPathExpression to WebIDL bindings, remove txResultRecycler::init. r=bz.
...
--HG--
extra : rebase_source : 3c2f6f86c2e34c7ec32a22eb4f1a90e77d05cdfa
2014-06-05 15:14:56 +02:00
Wes Kocher
3bfe9be983
Merge m-c to inbound a=merge
2014-06-27 17:51:36 -07:00
Wes Kocher
be05307be5
Merge inbound to m-c a=merge
2014-06-27 17:40:49 -07:00
Ryan VanderMeulen
f294a3551d
Backed out changeset a4d9432cdd70 (bug 1030435) for re-introducing intermittent failures.
2014-06-27 14:06:36 -04:00
Jim Blandy
e07aaa8185
Bug 800200: Remove references to JSD from outside js/jsd. r=mccr8,bholley,ted,smaug
2014-06-27 11:05:08 -07:00
Peter Van der Beken
b859e5a055
Backout patches for bug 1029104 for bustage on a CLOSED TREE.
...
--HG--
rename : dom/xslt/xpath/XPathExpression.cpp => dom/xslt/xpath/nsXPathExpression.cpp
rename : dom/xslt/xpath/XPathExpression.h => dom/xslt/xpath/nsXPathExpression.h
extra : rebase_source : 4cd96320fa102351284cca55b66d3a54592e5212
2014-06-27 23:07:44 +02:00
Carsten "Tomcat" Book
dcd3108034
Merge mozilla-central to b2g-inbound
2014-06-27 15:56:37 +02:00
Carsten "Tomcat" Book
2f01b9ad61
merge mozilla-inbound to mozilla-central a=merge
2014-06-27 15:34:28 +02:00
Ben Tian
1a39505572
Bug 1031230 - Change usage of AutoJSAPI in |DispatchAttributeEvent| for bug 951991, r=shuang
2014-06-27 17:38:25 +08:00
Makoto Kato
bb7664bd5c
Bug 1029981 - Observers should use MOZ_UTF16 to compare someData. r=nfroyd
2014-06-27 17:08:13 +09:00
Jessica Jong
831ac7a171
Bug 1027430 - Part 2: modify test case for .lastKnownHomeNetwork. r=hsinyi
2014-06-27 12:01:06 +08:00
Jessica Jong
430d86ec56
Bug 1027430 - Part 1: append spn info to .lastKnownHomeNetwork. r=hsinyi
2014-06-27 12:01:06 +08:00
Shawn Huang
373361cdc7
Bug 1007576 - [bluez] Update CoD value after device found while doing NFC pairing, r=echou
2014-06-27 11:43:01 +08:00
Fernando Jiménez
f21c13baac
Bug 1022193 - Add a "forceIdSelection" to navigator.getMobileIdAssertion. Part 2: DOM. r=sicking
2014-06-27 01:18:21 +02:00
Fernando Jiménez
b6077a3e6a
Bug 1022193 - Add a "forceIdSelection" to navigator.getMobileIdAssertion. Part 1: WebIDL. r=sicking
2014-06-27 01:18:20 +02:00
Fernando Jiménez
d43c9a421f
Bug 1023266 - Make the Mobile ID API privileged. Part 1: Add mobileid permission. r=smaug, ehsan
2014-06-27 01:18:19 +02:00
Ryan VanderMeulen
b8cc2a9367
Merge inbound to m-c on a CLOSED TREE. a=merge
2014-06-26 17:13:04 -04:00
Andrea Marchesini
6ec27357af
Bug 876683 - DOMFile/DOMBlob refactoring, r=ehsan, r=bent
2014-06-26 09:47:44 -07:00
Andrew McCreight
ddc6e4ad99
Bug 1029660
- Remove nsContentUtils::DeferredFinalize. r=peterv
2014-06-26 09:29:05 -07:00
Carsten "Tomcat" Book
3ae80963ac
Merge mozilla-central to b2g-inbound
2014-06-26 15:58:35 +02:00
Carsten "Tomcat" Book
12e04d45a1
merge mozilla-inbound to mozilla-central a=merge
...
--HG--
extra : amend_source : 8afac23e33906916e7e6297e2307417e09fa27ae
2014-06-26 14:11:00 +02:00
Ghislain 'Aus' Lacroix
9114efa5f0
Bug 1023796 - Vertical homescreen without icons in applications after an app gets OOMed. r=fabrice
2014-06-25 22:07:14 -07:00
Shawn Huang
8a0bdc092c
Bug 1027506 - [bluedroid] Don't reset call array after HFP link lost, r=echou
2014-06-26 09:58:50 +08:00
Wes Kocher
6c68d3cdfb
Merge inbound to m-c a=merge
2014-06-25 18:18:43 -07:00
Mike Habicher
fb4ebebfd8
Bug 1025197 - only clear the "recording hint" when switching to picture mode, r=dhylands
2014-06-25 17:45:02 -04:00
Ben Kelly
af266f98f6
Bug 1013571 Support PBackground on workers. r=bent
2014-06-27 13:36:25 -07:00
John Schoenick
09c38006e3
Bug 870022 - Add test for dom.image.picture.enabled. r=bz
2014-06-25 11:47:51 -07:00
John Schoenick
ea5999f49b
Bug 870022 - Part 5.2 - Add sizes/srcset to HTMLSourceElement. r=jst, sr=jst
2014-06-25 11:47:49 -07:00
John Schoenick
669338ae76
Bug 870022 - Part 5.1 - Add HTMLPictureElement & atom. r=jst, sr=jst
2014-06-25 11:47:48 -07:00
John Schoenick
2cc1dd9cd0
Bug 870022 - Part 4.1 - Add sizes to HTMLImageElement & atoms. r=jst, sr=jst
2014-06-25 11:47:47 -07:00
John Schoenick
38d3a3deea
Bug 870022 - Part 2 - Add ParseSourceSizeList to CSS parser for <picture sizes> grammar. r=bz
2014-06-25 11:47:46 -07:00
Carsten "Tomcat" Book
1fbbf3e900
Merge mozilla-central to b2g-inbound
2014-06-25 16:21:26 +02:00
Carsten "Tomcat" Book
ff26ea326c
merge b2g-inbound to mozilla-central a=merge
2014-06-25 15:38:40 +02:00
Hsin-Yi Tsai
6692260140
Bug 1030042 - [B2G] use notifyDialSuccess(callIndex) for Cdma features. r=aknow
2014-06-25 17:47:41 +08:00
Hsin-Yi Tsai
a371243260
Bug 1030030 - [B2G] follow-up of Bug 1028099 - use call.id.number. r=aknow
2014-06-25 17:16:59 +08:00
Vicamo Yang
7f32137055
Bug 992320: split test_wsp_pdu_helper.js for intermittent timeout. r=gene
2014-06-25 11:57:24 +08:00
Vicamo Yang
b767e1742a
Bug 1002600: fix test_mms_pdu_helper.js intermittent timeouts. r=gene
2014-06-25 11:57:22 +08:00
Vicamo Yang
2fd1cb34af
Bug 993817: convert mobilemssage marionette test cases to Promise. r=gene
2014-06-25 11:57:21 +08:00
Vicamo Yang
abc8270f73
Bug 958782 - 3/3: fix test cases. r=gene,khuey
2014-06-25 11:57:19 +08:00
Vicamo Yang
402c57bc5d
Bug 958782 - 2.c/3: remove unused headers and sort. r=khuey
2014-06-25 11:57:18 +08:00
Vicamo Yang
27d8b0dafc
Bug 958782 - 2.b/3: WebIDL implementation. f=Ms2ger,bzbarsky,r=khuey
2014-06-25 11:57:16 +08:00
Vicamo Yang
a8e10f9287
Bug 958782 - 2.a/3: refactoring, alignments. f=Ms2ger,r=khuey
2014-06-25 11:57:15 +08:00
Vicamo Yang
dd22105985
Bug 958782 - 1/3: B2G SMS - Move MozMobileMessage to WebIDL. XPIDL & WebIDL changes. f=Ms2ger,r=khuey
...
--HG--
rename : dom/webidl/MobileMessageManager.webidl => dom/webidl/MozMobileMessageManager.webidl
2014-06-25 11:57:13 +08:00
Wes Kocher
330cda24c9
Merge inbound to m-c a=merge
2014-06-24 18:13:38 -07:00
Jessica Jong
161f389763
Bug 1010356 - Part 2: implementation of neighboring cell info. r=hsinyi
2014-06-25 01:27:00 +02:00
Jessica Jong
1f12f76cda
Bug 1010356 - Part 3: test cases for neighboring cell info. r=hsinyi
2014-06-24 23:17:00 +02:00
Jessica Jong
a66746c9ed
Bug 1010356 - Part 1: interface changes to support neighboring cell info. r=hsinyi
2014-06-24 23:13:00 +02:00
Chuck Lee
e5112975b7
Bug 1028044 - Use auth instead of autheap in phase2 settings. r=vchang
2014-06-24 17:41:38 +08:00
Thomas Zimmermann
a820dabab4
Bug 1027030: Convert Bluetooth to use Bluedroid wrappers, r=shuang
...
This patch converts the Bluedroid backend to use the wrapper
classes. The affected interfaces are Core, Sockets, Handsfree,
A2DP, and AVRCP.
2014-06-27 15:45:26 +08:00
Thomas Zimmermann
a95f1c7908
Bug 1027030: Wrap Bluedroid interfaces in classes, r=shuang
...
This patch adds classes around all Bluedroid interfaces that are
currently used by Gecko. These are Core, Socket, Handsfree, A2DP,
and AVRCP.
All arguments and return values are still Bluedroid types and
constants. Future patches will convert them to interface-neutral
artifacts.
2014-06-27 15:45:26 +08:00
Szu-Yu Chen [:aknow]
a4531a4034
Bug 1028099 - Hang up calls locally in setup stage. r=hsinyi
2014-06-24 03:36:00 -04:00
Szu-Yu Chen [:aknow]
8c6046d07f
Bug 1027513 - Extract CreateCall and CreateCallId. r=hsinyi
2014-06-24 06:52:00 -04:00
Shawn Huang
2029d5d02b
Bug 1015819 - Part 2: [bluez] Restore CoD value based on SDP records. r=echou, f=btian
2014-06-24 02:36:00 -04:00
Jessica Jong
a1426eec5e
Bug 1021424 - Verify network.type and network.state before applying mms settings. f=btseng r=vicamo
2014-06-24 02:16:00 +02:00
Shian-Yow Wu
e6e5325929
Bug 998243 - Get correct path of packaged app when local installation is skipped. r=marco
2014-06-26 11:17:25 +08:00
Rik Cabanier
cab684d975
Bug 1018497 - Implementation of DOMMatrix. r=roc,bz
2014-06-24 20:15:00 +02:00
Ben Kelly
69fff9e05a
Bug 1029812 Make webidl Sequence and MozMap distinguishable. r=bz
2014-06-25 10:25:09 -07:00
Shawn Huang
1ce0b655c9
Bug 1015819 - Part 1: [bluedroid] Restore CoD value based on SDP records. r=echou, f=btian
2014-06-20 00:48:00 -04:00
Ed Morley
8d5baeebf4
Merge latest green b2g-inbound changeset and mozilla-central; a=merge
2014-06-24 16:57:02 +01:00
Carsten "Tomcat" Book
7cc40ece67
Backed out changeset 8499eefa342e (bug 958868) for m2 test failures on a CLOSED TREE
2014-06-24 12:49:47 +02:00
Jocelyn Liu
1a23e69aaa
Bug 1006310 - Patch2: Revise SetName and SetDiscoverable to use Promise. r=btian, r=bz
2014-06-24 15:31:10 +08:00
Jocelyn Liu
2525f0bc5f
Bug 1006310 - Patch1: Revise setName and setDiscoverable method in BluetoothAdapter.webidl. f=btian, r=bz
2014-06-24 15:30:56 +08:00
Jocelyn Liu
6010d09598
Bug 1027992 - Patch: Throw an exception when Promise can't be created for enable/disable adapter requests. r=bz
2014-06-24 15:29:34 +08:00
Wes Kocher
0c3673b6ff
merge b2g-inbound to m-c a=merge
2014-06-23 18:55:45 -07:00
Jonathan Watt
e8bd2a53a8
Bug 1029211 - Get rid of a couple more Thebes backed gfxContexts by using gfxUtils::ClearThebesSurface instead. r=mattwoodrow
...
--HG--
extra : rebase_source : cc75965e0ba908b84a592e337af0429ddb9cc846
2014-06-24 10:02:10 +01:00
Andrew Comminos
25358a7059
Bug 958868 - Add support for delta line and page accumulation; r=masayuki, sr=smaug
2014-06-24 18:02:11 +09:00
Walter Litwinczyk
536cd97d19
Bug 1021791 - Add support for the IMPLEMENTATION_COLOR_READ_{FORMAT|TYPE} enums. r=jgilbert, r=bz
2014-06-18 15:09:56 -07:00
Jed Davis
12f969befb
Bug 965724 - Use IPC for NS_OpenAnonymousTemporaryFile if in content process. r=roc
2014-06-24 10:11:36 -07:00
James King
a718add86f
Bug 1022042 - Fix identifier leak in compareVariants. r=bsmedberg
2014-06-24 19:08:17 +02:00
Nils Ohlmeier [:drno]
1012b132ee
Bug 1027372 - Only use info() if it has been loaded. r=gmealer
2014-06-18 17:27:00 -04:00
Brian Birtles
6bc9caf270
Bug 1010067 part 2 - Rename nsStyleAnimation.{h,cpp} to StyleAnimationValue.{h,cpp}; r=dbaron
...
--HG--
rename : layout/style/nsStyleAnimation.cpp => layout/style/StyleAnimationValue.cpp
rename : layout/style/nsStyleAnimation.h => layout/style/StyleAnimationValue.h
2014-06-24 15:29:54 +09:00
Brian Birtles
65c7f861cb
Bug 1010067 part 1 - Rename nsStyleAnimation::Value to mozilla::StyleAnimationValue; r=dbaron
...
This patch also moves the static methods defined on nsStyleAnimation so that
they are part of StyleAnimationValue class.
Renaming nsStyleAnimation.h to StyleAnimationValue.h is performed in a separate
patch to simplify the diff (since some tools may not handle file renames
elegantly).
2014-06-24 15:29:54 +09:00
Andrea Marchesini
ac57372017
Bug 1002702
- SharedWorker should always close MessagePort, r=khuey
2014-06-27 10:24:56 -07:00
Boris Zbarsky
e7afed1eb3
Bug 1027221 - Test that promises can be resolved with a PermanentAtom string; r=terrence
...
--HG--
extra : rebase_source : 2b2bb9211b88b9ec491cf247cd8de055d41bf510
2014-06-18 14:36:22 -04:00
Andrea Marchesini
ebc077e9f1
Bug 998474 - SharedWorker should allow MessagePort to be opened asynchronously, r=khuey
2014-06-27 10:04:45 -07:00
Sotaro Ikeda
00dfb9fb42
Bug 1026562 - "Always create ImageBridge when OMTC is enabled on gonk". r=nical
2014-06-17 09:41:00 +02:00
Andrea Marchesini
02bcc35528
Bug 1030973 - DataStoreService should listen for versionchange events. r=janv
2014-06-26 14:09:00 +02:00
Sean Lin
25c5907a27
Bug 908999 - Update Registered/Allowed Connections for Inter-App Communication API When App Gets Uninstalled. r=gene
2014-06-20 17:44:37 +08:00
Geo Mealer
68462fc380
Bug 1014328 - Add long-running audio/video WebRTC test for use in QA Lab. r=drno
2014-06-24 18:28:00 +02:00
Andrea Marchesini
2584466941
Bug 1030844 - Get rid of nsIDOMWindowUtils.getFile/getBlob, r=janv
2014-06-26 23:05:25 -07:00
Nigel Babu
b69b3e65ed
Backed out changeset eb09a51edc57 (bug 1030844) for mochitest failures
2014-06-27 11:23:13 +05:30
Andrea Marchesini
91d62d5a6c
Bug 1030844 - Get rid of nsIDOMWindowUtils.getFile/getBlob, r=janv
2014-06-26 22:11:54 -07:00
Andrea Marchesini
6197f631af
Bug 827823 - patch 1 - CC in DOMFile class, r=ehsan
2014-06-26 20:46:34 -07:00
Bob Owen
8ae74cee94
Bug 1023969 - Part 7: Replace |AutoPushJSContext|s in bluetooth2 BluetoothDevice::SetPropertyByValue. r=bholley
2014-06-21 18:44:36 +01:00
Bob Owen
22388d749d
Bug 1023969 - Part 6: Replace |AutoPushJSContext|s in bluetooth2 BluetoothAdapter::SetPropertyByValue. r=bholley
2014-06-21 18:42:28 +01:00
Bob Owen
31c1cdb88f
Bug 1023969 - Part 5: Replace AutoPushJSContext in bluetooth2 BluetoothAdapter GetDevicesTask::ParseSuccessfulReply. r=bholley
2014-06-21 18:39:08 +01:00
Bob Owen
f9b75f5bf1
Bug 1023969 - Part 4: Replace |AutoPushJSContext|s in BluetoothDevice::SetPropertyByValue. r=bholley
2014-06-20 14:42:33 +01:00
Bob Owen
480df31e2f
Bug 1023969 - Part 3: Replace AutoPushJSContext in BluetoothManager GetAdapterTask::ParseSuccessfulReply. r=bholley
2014-06-19 20:17:59 +01:00
Bob Owen
872cb50d73
Bug 1023969 - Part 2: Replace |AutoPushJSContext|s in BluetoothAdapter::SetPropertyByValue. r=bholley
2014-06-19 20:14:32 +01:00
Bob Owen
552ac0e02c
Bug 1023969 - Part 1: Replace AutoPushJSContext in BluetoothAdapter GetDevicesTask::ParseSuccessfulReply. r=bholley
2014-06-19 20:09:03 +01:00
Nick Fitzgerald
98364a70c0
Bug 1000967 - Add source notes for |new| expression and function calls to improve source maps and debugging. r=ejpbruel
2014-06-20 13:09:00 -04:00
Vicamo Yang
cfd9bda0f6
Bug 958782: follow-up for bug 1029866, rename AutoJSAPI::InitUsingWin() to Init(). CLOSED TREE
2014-06-25 23:24:22 +08:00
Carsten "Tomcat" Book
d9163b2931
Merge mozilla-central to mozilla-inbound
2014-06-25 15:42:28 +02:00
Olli Pettay
67c5293976
Bug 1029866 - Rename InitUsingWin(...) to Init(...), r=bobowencode
...
--HG--
extra : rebase_source : e04aac99fe64270f283cf49ed52b8f7512a2fa3b
2014-06-25 13:17:17 +03:00
Gene Lian
84cdf45c41
Bug 1024362 - Correct the Alarm API's coding style. r=henry
2014-06-12 16:33:56 +08:00
Szu-Yu Chen [:aknow]
b1f59cc47c
Bug 1027996 - Part 3: For tests: No need to check emulator OK result. r=hsinyi
2014-06-23 06:25:00 -04:00
Szu-Yu Chen [:aknow]
aab931c982
Bug 1027996 - Part 2: For tests: Rename emulator.run to emulator.runWithCallback. r=hsinyi
2014-06-23 06:25:00 -04:00
Szu-Yu Chen [:aknow]
9e5aae8d3e
Bug 1027996 - Part 1: Change emulator.run to promise version. r=hsinyi
2014-06-23 06:24:00 -04:00
Chuck Lee
2c4e446c07
Bug 1023115 - Add retry count for EAP connection error. r=vchang
2014-06-20 10:37:43 +08:00
Nikhil Marathe
08d119358f
Bug 984048: Part 3 - Update algorithm. r=ehsan,khuey
...
--HG--
extra : rebase_source : 5e80b118faeea419cfebbc2d1060cd2a1a61bcba
2014-06-11 09:12:56 -07:00
Carsten "Tomcat" Book
7d5c310dad
Merge mozilla-central to mozilla-inbound
2014-06-27 15:51:09 +02:00
Martin Thomson
c26ebc3680
Bug 1030435 - Re-enable gUM peerIdentity test. r=jib
2014-06-25 15:55:00 -04:00
Martin Thomson
346178e0c0
Bug 1030435 - Attempt to ease load on B2G emulator for tests. r=jib
2014-06-26 10:28:00 -04:00
Mike Habicher
aeabb87401
Bug 1030384 - Change a spammy NS_WARNING into a log message instead. r=khuey
2014-06-26 08:20:00 -04:00
Nils Ohlmeier [:drno]
519fc82cd5
Bug 963524 - Detect if the SDPs show a port twice. r=bwc
2014-06-25 17:05:00 -04:00
Carsten "Tomcat" Book
e4f5e9f3a3
Backed out changeset 2c6403818106 (bug 1027402) for bustage on a CLOSED TREE
2014-06-27 14:21:46 +02:00
Carsten "Tomcat" Book
cbe01cdaa8
Backed out changeset 346912776f97 (bug 1027402)
2014-06-27 14:21:22 +02:00
Carsten "Tomcat" Book
76beb8d59f
Backed out changeset 285c853fedfa (bug 1027402)
2014-06-27 14:21:20 +02:00
Carsten "Tomcat" Book
0c7ea5265d
Backed out changeset 96443362db6f (bug 1027402)
2014-06-27 14:21:17 +02:00
Eric Faust
6f7e434c6b
Bug 1027402 - Part 4: Mark Proxy Handler uses const. (r=jorendorff, r=bz)
2014-06-27 04:44:08 -07:00
Eric Faust
62d61ccf3f
Bug 1027402 - Part 3: Mark all Proxy Handler methods const. (r=jorendorff, r=bz)
2014-06-27 04:44:06 -07:00
Eric Faust
6091687271
Bug 1027402 - Part 2: Mark Proxy Handler instances as const. (r=bholley)
2014-06-27 04:44:04 -07:00
Eric Faust
89bdda2ed7
Bug 1027402 - Part 1: Remove set* from BaseProxyHandler. (r=bholley)
2014-06-27 04:44:02 -07:00
Peter Van der Beken
87bd3e6f3a
Fix bustage from bad merge of patches for bug 1029104. r=bustage.
...
--HG--
extra : rebase_source : f08d6d25ea8d6bb063f9f947f096faad7474dd22
2014-06-27 22:22:51 +02:00
Peter Van der Beken
ff0e975b03
Bug 1029104 - Convert XPathExpression to WebIDL bindings, add WebIDL API and switch to the WebIDL binding. r=bz.
...
--HG--
extra : rebase_source : f5c7a235a9a880f829ff39ccbb92508cbaad31a5
2014-06-27 21:39:50 +02:00
Peter Van der Beken
1f160b1d0d
Bug 1029104 - Convert XPathExpression to WebIDL bindings, make XPathExpression hold a weak reference to the document. r=bz.
...
--HG--
rename : dom/xslt/xpath/nsXPathExpression.cpp => dom/xslt/xpath/XPathExpression.cpp
extra : rebase_source : 3ab3a4babc5ec3c67f3aec3aeef422b8c3c526ef
2014-06-26 15:32:20 +02:00
Jan de Mooij
21cfe56f5f
Bug 1027528 part 15 - Make structured clone work with Latin1 strings. r=jorendorff,bent
2014-06-25 08:05:41 +02:00
Andrea Marchesini
6d0dd6f4e3
Bug 1027172 - patch 1 - AudioChannelService should send notifications at the same way in IPC or not., r=mchen
2014-06-24 22:15:12 -07:00
Jim Blandy
7e20285e70
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Boris Zbarsky
0608bd7d04
Bug 1029102. Don't drop webidlyacc.py files caching the webidl grammar in the source dir when running webidl parser tests. r=gps
2014-06-24 23:36:39 -04:00
Wes Kocher
0fc14e9e28
Merge m-c to inbound a=merge on a CLOSED TREE
2014-06-24 18:39:27 -07:00
Marco Castelluccio
32f517a322
Bug 922187 - Properly catch exceptions in checkInstalled and fire the error callback on the DOM request. r=myk
2014-06-25 01:51:28 +02:00
William Chen
9e3dccff15
Bug 1025638 - Traverse and unlink nsXBLPrototypeResources members. r=mccr8
2014-06-23 19:09:36 -07:00
Wes Kocher
4c297ef8c0
Merge m-c to inbound a=merge
2014-06-23 18:59:54 -07:00
Wes Kocher
5f0227f1b9
Backed out changeset e5e0bb1653b5 (bug 922187) for mochitest-4 bustage on a CLOSED TREE
2014-06-23 16:49:12 -07:00
Bill McCloskey
64b94c4b6d
Bug 1017310 - Associate JS compartments with add-on chrome XBL (r=bholley)
2014-06-23 16:33:37 -07:00
Marco Castelluccio
8fba853f1e
Bug 922187 - Properly catch exceptions in checkInstalled and fire the error callback on the DOM request. r=myk
2014-06-24 00:40:56 +02:00
Boris Zbarsky
e62870aedd
Bug 1027667. Allow MozMap in unions. r=peterv
2014-06-23 16:03:58 -04:00
Boris Zbarsky
99a6b76589
Bug 1023762 part 2. Add basic support for sequences of non-containers to event codegen. r=smaug
2014-06-23 16:03:58 -04:00
Boris Zbarsky
0c98e10404
Bug 1023762 part 1. Factor out the IDL-to-C++ type mapping for event codegen into a separate function. r=smaug
2014-06-23 16:03:58 -04:00
Boris Zbarsky
ddcf724011
Bug 767924 part 4. Allow [] as a default value for sequences in unions. r=peterv
2014-06-23 16:03:58 -04:00
Boris Zbarsky
764c9e0b63
Bug 767924 part 3. Allow sequences in unions. r=peterv
2014-06-23 16:03:57 -04:00
Boris Zbarsky
a06ee077f0
Bug 767924 part 2. Introduce both const and non-const versions of GetAs* methods on unions, with the former returning the public-facing type and the latter returning the internal type. r=peterv
2014-06-23 16:03:57 -04:00
Boris Zbarsky
432701a26d
Bug 767924 part 1. Add support for holders with nonempty holderArgs in unions. r=peterv
2014-06-23 16:03:57 -04:00
Boris Zbarsky
f8dc563a90
Bug 1026080 part 2. Add binding codegen support for [] as a default value for sequence arguments and dictionary entries. r=khuey
2014-06-23 16:03:57 -04:00
Boris Zbarsky
6c70fe8c81
Bug 1026080 part 1. Add WebIDL parser support for [] as a default value for sequence arguments and dictionary entries. r=khuey
2014-06-23 16:03:56 -04:00
Boris Zbarsky
1c9ae3ed33
Bug 1026706
. Stop pickling our yacc grammar in the WebIDL parser, because now it's apparently faster to recreate it than to unpickle it. r=khuey
2014-06-23 16:03:56 -04:00
Benoit Jacob
ec742680c8
Bug 1028588 - Fix dangerous public destructors in the rest of dom/ - r=ehsan
2014-06-23 15:56:07 -04:00
Jason Orendorff
76d9f6e407
Bug 645416, part 22 - Remove JSCompartment::wrapId. r=terrence.
...
This is unnecessary now that object jsids no longer exist. Both string and
symbol jsids point only to GC things in the atoms compartment, which are safe
to pass to any compartment without wrapping.
--HG--
extra : rebase_source : 82c21e8474df05b1bb42c14d872c981205bbe879
2014-06-23 10:57:02 -05:00
Jason Orendorff
db7aa8370b
Bug 645416, part 5 - Add the Symbol constructor and Symbol wrapper objects. r=efaust.
...
This exposes a new primitive type to scripts for the first time since
JavaScript first shipped in Netscape 2, over 13 years ago.
The tests focus on identity, equality, and being able to pass a symbol around
as a value. Of course the point of symbols is that they can be property keys,
but that will have to wait for a later patch in this series.
--HG--
extra : rebase_source : c22cf4b774cca8e7c9f6c757079e054a6eb0f307
2014-06-23 10:55:52 -05:00
Benoit Jacob
7c35ffa41a
Bug 1028588 - Fix dangerous public destructors in dom/bindings - r=bz
2014-06-23 14:49:08 -04:00
Henry Chang
f78bc538eb
Bug 1015901 - Add test cases for "update_config=1". f=vyang, r=vchang
2014-06-04 17:07:05 +08:00
Yuan Xulei
9ba876b57a
Bug 975276 - Fix cursor parameter mistake of setComposition. r=masayuki
2014-06-17 12:05:49 +08:00
Shawn Ku
c10b819ab6
Bug 944635 - B2G RIL: Exception in updateDisplayCondition() ... "TypeError: RIL.operator is null". r=HsinYi
2014-06-23 11:47:33 +08:00
Bevis Tseng
6ddf5a1ea6
Bug 921326 - Part 4: Add Test case to verify CB message received in Multi-SIM devices. r=htsai
2014-06-12 17:49:20 +08:00
Bevis Tseng
3a0fef3001
Bug 921326 - Part 3: Support to Receive Cellbroadcast Messages from different serviceId. r=htsai
2014-06-12 12:04:48 +08:00
Bevis Tseng
1bb639f3f7
Bug 921326 - Part 2: Support to Toggle CellBroadcast Service per SIM. r=htsai
2014-06-10 13:46:57 +08:00
Bevis Tseng
7c58c5cd6a
Bug 921326 - Part 1: Support to Set Search List for Each SIM. r=htsai
2014-06-13 16:35:24 +08:00
Ryan VanderMeulen
309490fe46
Merge m-c to b2g-inbound. a=merge
2014-06-23 10:58:47 -04:00
Ryan VanderMeulen
1ea076bea7
Merge b2g-inbound to m-c. a=merge
...
--HG--
rename : layout/style/nsCSSStyleSheet.cpp => layout/style/CSSStyleSheet.cpp
rename : layout/style/nsCSSStyleSheet.h => layout/style/CSSStyleSheet.h
2014-06-23 10:56:03 -04:00
Carsten "Tomcat" Book
723aa94650
Backed out changeset 033708b53979 (bug 958782) for bustage on a CLOSED TREE
...
--HG--
rename : dom/webidl/MozMobileMessageManager.webidl => dom/webidl/MobileMessageManager.webidl
2014-06-23 15:38:32 +02:00
Carsten "Tomcat" Book
87dcb8380c
Backed out changeset 15a281081b97 (bug 958782) for bustage on a CLOSED TREE
2014-06-23 15:38:17 +02:00
Carsten "Tomcat" Book
17802cced9
Backed out changeset 731f37afb649 (bug 958782) for bustage on a CLOSED TREE
2014-06-23 15:38:04 +02:00
Carsten "Tomcat" Book
6caf1f3057
Backed out changeset f06d2ba57fb3 (bug 958782) for bustage on a CLOSED TREE
2014-06-23 15:37:48 +02:00
Carsten "Tomcat" Book
c8e49575e2
Backed out changeset 29a1c6a34550 (bug 958782) for bustage on a CLOSED TREE
2014-06-23 15:36:57 +02:00
Vicamo Yang
f8a82ffac1
Bug 973024 - 3/3: split test_ril_worker_mmi.js into several parts. r=yoshi
2014-06-23 20:56:07 +08:00
Vicamo Yang
cba502b061
Bug 973024 - 2/3: split test_ril_worker_icc.js into several parts. r=yoshi
2014-06-23 20:56:05 +08:00
Vicamo Yang
b0309cc3ae
Bug 973024 - 1.b/3: share newInterceptWorker. r=yoshi
2014-06-23 20:56:03 +08:00
Vicamo Yang
caed8b2542
Bug 973024 - 1.a/3: share newUint8Worker. r=yoshi
2014-06-23 20:56:02 +08:00
Vicamo Yang
ff0e54e1e0
Bug 958782 - 3/3: fix test cases. r=gene,khuey
2014-06-23 20:56:01 +08:00
Vicamo Yang
1b37777dd8
Bug 958782 - 2.c/3: remove unused headers and sort. r=khuey
2014-06-23 20:55:59 +08:00
Vicamo Yang
15789e631c
Bug 958782 - 2.b/3: WebIDL implementation. f=Ms2ger,bzbarsky,bz,r=khuey
2014-06-23 20:55:58 +08:00
Vicamo Yang
295d813c56
Bug 958782 - 2.a/3: refactoring, alignments. f=Ms2ger,r=khuey
2014-06-23 20:55:56 +08:00
Vicamo Yang
e96522dbf9
Bug 958782 - 1/3: B2G SMS - Move MozMobileMessage to WebIDL. XPIDL & WebIDL changes. f=Ms2ger,r=khuey
...
--HG--
rename : dom/webidl/MobileMessageManager.webidl => dom/webidl/MozMobileMessageManager.webidl
2014-06-23 20:55:55 +08:00
Edgar Chen
8a6324de06
Bug 979134 (follow-up): convert test_mobile_signal_strength.js to Promise. r=vicamo
2014-06-19 19:02:48 +08:00
Edgar Chen
2fac38de55
Bug 979134 (follow-up): convert test_mobile_set_radio.js to Promise. r=vicamo
2014-06-19 18:43:48 +08:00
Edgar Chen
13458abe0d
Bug 979134 (follow-up): convert test_mobile_last_known_network.js to Promise. r=vicamo
2014-06-19 18:38:47 +08:00
Edgar Chen
8f4c632679
Bug 979134 (follow-up): convert test_mobile_icc_change.js to Promise. r=vicamo
2014-06-19 18:11:51 +08:00
Edgar Chen
53a55d8520
Bug 979134 (follow-up): convert test_call_barring_set_error.js to Promise. r=vicamo
2014-06-19 17:10:38 +08:00
Edgar Chen
93d7376651
Bug 979134 (follow-up): convert test_call_barring_get_option.js to Promise. r=vicamo
2014-06-19 16:48:14 +08:00
Edgar Chen
b5003d0c2c
Bug 979134 (follow-up): convert test_call_barring_change_password.js to Promise. r=vicamo
2014-06-19 16:27:15 +08:00
Jocelyn Liu
b9397c68ff
Bug 1027552 - Align values in BluetoothAttributeEvent.attrs with webidl, r=btian
2014-06-23 10:32:58 +08:00
James Lal
d79fec32fc
Bug 1027458 - Correctly cleanup after canceling a mozapp download. r=fabrice
2014-06-21 01:32:15 +02:00
Ed Morley
a310e9ec99
Merge latest green inbound changeset and mozilla-central; a=merge
2014-06-20 17:42:16 +01:00
Ms2ger
451c7edf83
Backout revision 308e51eae10c for build bustage.
...
--HG--
rename : layout/style/CSSStyleSheet.cpp => layout/style/nsCSSStyleSheet.cpp
rename : layout/style/CSSStyleSheet.h => layout/style/nsCSSStyleSheet.h
2014-06-20 13:00:08 +02:00
Ms2ger
14960387c2
Bug 1026739 - Remove unused INTERFACE_CHAIN macro; r=bz
2014-06-20 12:32:50 +02:00
Ms2ger
3796687d26
Bug 974327 - Cleanup nsJSContext::GetGlobalObject(); r=bholley
...
The removed code is never reached, as GetWindowProxy() returns a JSObject
with OuterWindowProxyClass as its JSClass, and this will test false for
IsDOMClass and
(~c->flags) & (JSCLASS_HAS_PRIVATE | JSCLASS_PRIVATE_IS_NSISUPPORTS).
2014-06-20 12:32:50 +02:00
Ms2ger
9fb7f507f0
Bug 1022855 - Rename nsCSSStyleSheet to mozilla::CSSStyleSheet; r=heycam
...
--HG--
rename : layout/style/nsCSSStyleSheet.cpp => layout/style/CSSStyleSheet.cpp
rename : layout/style/nsCSSStyleSheet.h => layout/style/CSSStyleSheet.h
2014-06-20 12:32:49 +02:00
Ghislain 'Aus' Lacroix
2cee701353
bug 983747 - Follow-up. Correct bad commit. r=kanru (from original patch, which had the correct code.)
2014-06-20 03:17:34 -07:00
Dimi Lee
def0bdbf3c
Bug 1028046 - NFC testcase failure with error message "setTagData undefined". r=yoshi
2014-06-20 16:41:07 +08:00
Mike Hommey
441a542e17
Bug 1027440 - Build test plugins when building with --enable-default-toolkit=cairo-gtk3. r=mshal
2014-06-20 17:32:16 +09:00
Edgar Chen
2104e9ca52
Bug 1026727 - Part 2: Fixing the "Unknown" state is displayed instead of "Connected" during manual network selection. r=hsinyi
2014-06-18 17:17:52 +08:00
Edgar Chen
463eb667c1
Bug 1026727 - Part 1: The attributes of MozMobileNetworkInfo could be null, so the parameters of constructor should be nullable. r=hsinyi,smaug
2014-06-18 15:54:01 +08:00
Jamin Liu
eb8a5e3410
Bug 1020300 - Dispatch part of AdapterStateChangedCallback to main thread. r=btian
2014-06-20 12:07:23 +08:00
Hsin-Yi Tsai
4f379ab9eb
Bug 981519 - number and name presentation - part 4b - fix ril typo during rebasing. r=me
2014-06-20 11:25:18 +08:00
Kyle Huey
b1e3198eed
Bug 737976: Remove nsINodeInfo. r=smaug
...
--HG--
rename : content/base/src/nsNodeInfo.cpp => dom/base/NodeInfo.cpp
rename : content/base/public/nsINodeInfo.h => dom/base/NodeInfo.h
rename : content/base/src/nsNodeInfo.h => dom/base/NodeInfoInlines.h
2014-06-19 19:01:40 -07:00
Wes Kocher
960e3291d5
Merge m-c to inbound despite the CLOSED TREE
2014-06-19 18:29:15 -07:00
Wes Kocher
af6ad08f86
Merge inbound to m-c a=merge
2014-06-19 18:07:43 -07:00
Wes Kocher
c640e2a966
Backed out 2 changesets (bug 1026008, bug 1025264
) for debug crashtest leaks on a CLOSED TREE
...
Backed out changeset d7ab14487c62 (bug 1026008)
Backed out changeset 0b04aefdd3e3 (bug 1025264
)
2014-06-19 17:13:12 -07:00
Neil Rashbrook
58426e8e0c
Bug 1026008 Incorrect XBL behaviour with multiple insertion points r=mrbkap
2014-06-19 23:57:42 +01:00
Ed Morley
798f1d2efc
Merge mozilla-central and b2g-inbound
2014-06-19 17:20:14 +01:00
Ed Morley
7b532947c7
Merge latest green inbound changeset and mozilla-central; a=merge
2014-06-19 15:34:42 +01:00
Fernando Jiménez
87b8290faf
Bug 1006237 - Unify permissions check in nsIDataStore.checkPermission. r=baku, ehsan
2014-06-19 16:03:54 +02:00
Mike Habicher
7b53c87c00
Bug 990122 - move prefs used by camera to CameraPreferences, r=ehsan
2014-06-19 09:20:49 -04:00
Ed Morley
8952df18cd
Bug 1023341 - Disable test_networkstats_alarms.html on B2G for too many intermittent test failures
...
--HG--
extra : rebase_source : 11cc5584e6bb765587ca988531c8f131055c08d5
2014-06-19 09:50:50 +01:00
Ben Tian
5ba7d7443a
Bug 1026454 - Fire PropertyChanged when discovery state changes, r=echou
2014-06-19 15:47:03 +08:00
Jocelyn Liu
7082677c66
Bug 1019544 - Patch2: Fire onattributechanged to gaia while BluetoothAdapter received PropertyChanged event. r=btian, r=bz
2014-06-19 12:03:12 +08:00
Jocelyn Liu
447208c6bc
Bug 1019544 - Patch1: Revise BluetoothAttributeEvent to fire a single event for multiple attribute changes, r=bz
2014-06-19 12:03:09 +08:00
Ryan VanderMeulen
e82c0b9a23
Merge b2g-inbound to m-c. a=merge
2014-06-18 15:59:37 -04:00
Maksim Lebedev
e5c790bcb3
Bug 1018113 - Do correct behavior of pen after pointer_up event. r=smaug
2014-06-18 01:12:00 -04:00
Carmen Jimenez
ef55a81fc4
Bug 1014517 - Execute the single variant customization the first time a configured SIM is inserted. r=ferjm
2014-06-17 05:00:00 -04:00
Shawn Huang
72f81139b3
Bug 989976 - [bluedroid] Hit SIGBUS on unaligned access while doing AdapterPropertiesChangeCallback. r=echou
2014-06-17 01:38:00 -04:00
Cameron McCormack
16b3810558
Bug 1025725 - And one more followup.
...
--HG--
extra : rebase_source : 42911b48b19e6625adfd5d8615752eb76c4033f4
2014-06-19 18:02:14 +10:00
Cameron McCormack
0afdb19cf7
Bug 1025725 - Followup build fix.
2014-06-19 17:28:47 +10:00
Cameron McCormack
66ae57c571
Bug 1025725 - Part 3: Encapsulate nsXBLPrototypeResources::mStyleSheetList. r=bzbarsky
2014-06-19 17:02:56 +10:00
Cameron McCormack
7a0031cc61
Bug 1025725 - Part 2: Encapsulate nsXBLPrototypeResources::mRuleProcessor. r=bzbarsky
2014-06-19 17:02:56 +10:00
Cameron McCormack
85da33c00b
Bug 1025725 - Part 1: Give nsXBLPrototypeResources::mRuleProcessor a more concrete type. r=bzbarsky
2014-06-19 17:02:56 +10:00
"Kan-Ru Chen (陳侃如)"
093e2092b9
Bug 1024470 - Make sure we run InitOnContentProcessCreated in all cases. r=khuey
2014-06-19 01:22:05 +08:00
Birunthan Mohanathas
bc0233fe47
Bug 1026535 - Fix mismatched class/struct tags. r=ehsan
2014-06-18 17:57:51 -07:00
Birunthan Mohanathas
51ba75d135
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Benoit Jacob
05cd90f1fc
Bug 1027251 - Fix or whitelist dangerous public destructors in dom/ - r=smaug
2014-06-18 22:28:59 -04:00
Ben Kelly
840e5ff4b5
Bug 1027256 P2 Add test case for ByteString union type. r=bz
2014-06-18 20:22:09 -04:00
Ben Kelly
1b50c24441
Bug 1027256 P1 Fix SetStringData() to exclude ByteString and otherwise use real type name. r=bz
2014-06-18 20:22:09 -04:00
Jamin Liu
b86122ee4d
Bug 968709 - Add a marionette test for pairing APIs of BluetoothAdapter. r=echou, f=vyang
2014-06-05 19:17:00 -04:00