Commit Graph

25506 Commits

Author SHA1 Message Date
Chuck Lee
37281f28fe Bug 917175 - 0002. Backend. r=mrbkap,briansmith 2014-04-30 19:58:49 +08:00
Maksim Lebedev
08b52e229c Bug 1003093 - Fire pointerOUT event after firing pointerCANCEL event. r=smaug 2014-04-29 05:41:00 +02:00
Steven Michaud
b5192f228f Bug 996848 - Change expectAssertion() in tests because of removed assertion. r=spohl 2014-05-07 11:14:45 -05:00
Jan Varga
69b11a141b Bug 984789 - FileHandle: Eliminate nsIFileStorage; r=bent 2014-05-07 16:33:02 +02:00
Jan Varga
6c4d8f4644 Bug 975696 - Split ArchiveReader and FileHandle implementation into separate dirs. r=bent f=baku
--HG--
rename : dom/file/ArchiveEvent.cpp => dom/archivereader/ArchiveEvent.cpp
rename : dom/file/ArchiveEvent.h => dom/archivereader/ArchiveEvent.h
rename : dom/file/ArchiveReader.cpp => dom/archivereader/ArchiveReader.cpp
rename : dom/file/ArchiveReader.h => dom/archivereader/ArchiveReader.h
rename : dom/file/ArchiveRequest.cpp => dom/archivereader/ArchiveRequest.cpp
rename : dom/file/ArchiveRequest.h => dom/archivereader/ArchiveRequest.h
rename : dom/file/ArchiveZipEvent.cpp => dom/archivereader/ArchiveZipEvent.cpp
rename : dom/file/ArchiveZipEvent.h => dom/archivereader/ArchiveZipEvent.h
rename : dom/file/ArchiveZipFile.cpp => dom/archivereader/ArchiveZipFile.cpp
rename : dom/file/ArchiveZipFile.h => dom/archivereader/ArchiveZipFile.h
rename : dom/file/test/test_archivereader.html => dom/archivereader/test/test_basic.html
rename : dom/file/test/test_archivereader_nonUnicode.html => dom/archivereader/test/test_nonUnicode.html
rename : dom/file/test/test_archivereader_zip_in_zip.html => dom/archivereader/test/test_zip_in_zip.html
rename : dom/file/test/test_bug_793311.html => dom/base/test/test_bug793311.html
rename : dom/file/AsyncHelper.cpp => dom/filehandle/AsyncHelper.cpp
rename : dom/file/AsyncHelper.h => dom/filehandle/AsyncHelper.h
rename : dom/file/File.cpp => dom/filehandle/File.cpp
rename : dom/file/File.h => dom/filehandle/File.h
rename : dom/file/FileHandle.cpp => dom/filehandle/FileHandle.cpp
rename : dom/file/FileHandle.h => dom/filehandle/FileHandle.h
rename : dom/file/FileHelper.cpp => dom/filehandle/FileHelper.cpp
rename : dom/file/FileHelper.h => dom/filehandle/FileHelper.h
rename : dom/file/FileRequest.cpp => dom/filehandle/FileRequest.cpp
rename : dom/file/FileRequest.h => dom/filehandle/FileRequest.h
rename : dom/file/FileService.cpp => dom/filehandle/FileService.cpp
rename : dom/file/FileService.h => dom/filehandle/FileService.h
rename : dom/file/FileStreamWrappers.cpp => dom/filehandle/FileStreamWrappers.cpp
rename : dom/file/FileStreamWrappers.h => dom/filehandle/FileStreamWrappers.h
rename : dom/file/LockedFile.cpp => dom/filehandle/LockedFile.cpp
rename : dom/file/LockedFile.h => dom/filehandle/LockedFile.h
rename : dom/file/MemoryStreams.cpp => dom/filehandle/MemoryStreams.cpp
rename : dom/file/MemoryStreams.h => dom/filehandle/MemoryStreams.h
rename : dom/file/MetadataHelper.cpp => dom/filehandle/MetadataHelper.cpp
rename : dom/file/MetadataHelper.h => dom/filehandle/MetadataHelper.h
rename : dom/file/moz.build => dom/filehandle/moz.build
rename : dom/file/nsIFileStorage.h => dom/filehandle/nsIFileStorage.h
rename : dom/file/test/dummy_worker.js => dom/filehandle/test/dummy_worker.js
rename : dom/file/test/helpers.js => dom/filehandle/test/helpers.js
rename : dom/file/test/mochitest.ini => dom/filehandle/test/mochitest.ini
rename : dom/file/test/moz.build => dom/filehandle/test/moz.build
rename : dom/file/test/test_append_read_data.html => dom/filehandle/test/test_append_read_data.html
rename : dom/file/test/test_getFile.html => dom/filehandle/test/test_getFile.html
rename : dom/file/test/test_getFileId.html => dom/filehandle/test/test_getFileId.html
rename : dom/file/test/test_location.html => dom/filehandle/test/test_location.html
rename : dom/file/test/test_lockedfile_lifetimes.html => dom/filehandle/test/test_lockedfile_lifetimes.html
rename : dom/file/test/test_lockedfile_lifetimes_nested.html => dom/filehandle/test/test_lockedfile_lifetimes_nested.html
rename : dom/file/test/test_lockedfile_ordering.html => dom/filehandle/test/test_lockedfile_ordering.html
rename : dom/file/test/test_overlapping_lockedfiles.html => dom/filehandle/test/test_overlapping_lockedfiles.html
rename : dom/file/test/test_progress_events.html => dom/filehandle/test/test_progress_events.html
rename : dom/file/test/test_readonly_lockedfiles.html => dom/filehandle/test/test_readonly_lockedfiles.html
rename : dom/file/test/test_request_readyState.html => dom/filehandle/test/test_request_readyState.html
rename : dom/file/test/test_stream_tracking.html => dom/filehandle/test/test_stream_tracking.html
rename : dom/file/test/test_success_events_after_abort.html => dom/filehandle/test/test_success_events_after_abort.html
rename : dom/file/test/test_truncate.html => dom/filehandle/test/test_truncate.html
rename : dom/file/test/test_workers.html => dom/filehandle/test/test_workers.html
rename : dom/file/test/test_write_read_data.html => dom/filehandle/test/test_write_read_data.html
2014-05-07 16:32:12 +02:00
Jan Varga
0ccb9873c3 Bug 1002014 - Error case leak in AsmJSCache.cpp AllocEntryParent(); r=luke 2014-05-07 16:32:02 +02:00
Szu-Yu Chen [:aknow]
0737ab5dba Bug 1004152 - Delay telephony.dial for 1s in test cases. r=hsinyi 2014-05-07 01:52:00 -04:00
David Rajchenbach-Teller
d6f5da42b5 Bug 994951 - Activate OS.File xpcshell tests on B2G. r=froydnj 2014-05-05 06:53:00 -04:00
Carsten "Tomcat" Book
fe7b5cef61 Merge mozilla-central to mozilla-inbound 2014-05-07 14:13:38 +02:00
Gene Lian
9e2b4ca60d Bug 1006562 - WorkerDataStoreCursor.store should be equal to the WorkerDataStore which owns the cursor (part 2, WorkerDataStoreCursor.store == WorkerDataStore). r=baku 2014-05-07 19:55:23 +08:00
Gene Lian
de94cd3210 Bug 1006562 - WorkerDataStoreCursor.store should be equal to the WorkerDataStore which owns the cursor (part 1, minor code clean-up). r=baku 2014-05-07 14:21:28 +08:00
Chuck Lee
aa3e0358a1 Bug 917175 - 0003. DOM API implementation. r=mrbkap 2014-04-28 15:50:11 +08:00
Edgar Chen
75dd9326c5 Bug 898445 - Part 6-5: Add marionette test cases for clir. r=hsinyi 2014-04-22 19:48:17 +08:00
Edgar Chen
b77365f47c Bug 898445 - Part 6-4: Add marionette test cases for voice privacy. r=hsinyi 2014-04-22 19:05:33 +08:00
Junior Hsu
ca4d4b49a6 Bug 970777 - Remove redundant |numLoaded| checks in dom/browser-element/mochitests/*.js. r=smaug
1. Make the test more solid
2. Postpone the second |takeScreenshot| right after the |iframe1| is onload again
3. Remove redundant |numLoaded| by assigning |iframe1.src| first.
2014-05-09 01:52:00 +02:00
Edgar Chen
2152a24a7f Bug 898445 - Part 6-3: Add marionette test cases for call forwarding. r=hsinyi 2014-04-22 18:12:00 +08:00
Hsin-Yi Tsai
4fee218144 Bug 997584 - part 2 - test clir on radio off. r=vicamo 2014-04-21 11:17:26 +08:00
Ryan VanderMeulen
3eb4656bf3 Merge b2g-inbound to m-c. 2014-05-06 16:31:58 -04:00
Botond Ballo
a623403144 Bug 1005378 - Have TabChild create a view ID for the document element if one doesn't already exist. r=kats 2014-05-05 15:06:28 -04:00
Sébastien Blin
4d51132c54 Bug 1005652 - Replace a free with a delete in nptest.cpp to fix a minor warning found by scan-build, the LLVM/Clang static analyzer. r=bsmedberg 2014-05-01 16:59:16 +02:00
Eugen Sawin
2b1ba99bf2 Bug 1002426 - Check restore status before overriding zoom. r=kats 2014-05-05 23:29:20 +02:00
Sean Lin
3c0cc17b1c Bug 909001 - Update Registered Pages for System Message When App Gets Uninstalled. r=gene 2014-05-06 18:32:33 +08:00
Carsten "Tomcat" Book
a7fa779dc7 Merge m-c to mozilla-inbound 2014-05-06 14:40:37 +02:00
Carsten "Tomcat" Book
5f4008d9b9 merge b2g-inbound to mozilla-central 2014-05-06 14:33:21 +02:00
Wes Kocher
f0482d7b52 Merge m-c to b2g-inbound 2014-05-05 21:19:59 -07:00
Wes Kocher
aba70549a9 Merge b2g-inbound to m-c 2014-05-05 21:07:22 -07:00
Jamin Liu
74cef88c2b Bug 1003657 - Don't keep reference in GetDefaultAdapterPathInternal() to avoid memory leak. r=echou, f=shuang 2014-05-06 11:45:51 +08:00
Wes Kocher
9830484b06 Backed out changeset 8f05bc23b391 (bug 982779) for b2g mochitest-1 failures 2014-05-05 19:28:37 -07:00
Ben Turner
12d3c57cc5 Bug 1006139 - Fix contacts getAll caching, r=gwagner. 2014-05-05 14:25:44 -07:00
Wes Kocher
eaf11271c4 Merge m-c to inbound 2014-05-05 21:15:33 -07:00
Boris Zbarsky
83c79d7b5b Bug 1001157. Assert that there is no exception pending on the JSContext afer a DOM call if the call was not marked as throwing or if it did not throw on the ErrorResult. r=peterv 2014-05-05 16:01:58 -04:00
Ehsan Akhgari
15aa0ce41b Bug 1005704 - Enable installing files dist files without preprocessing; r=mshal 2014-05-05 21:26:11 -04:00
Ehsan Akhgari
6074cda6e4 Bug 985805 - Part 3: Remove support for the legacy PannerNode extensions; r=padenot,smaug 2014-05-05 20:33:19 -04:00
Ehsan Akhgari
96843d8039 Bug 985805 - Part 2: Remove support for the legacy OscillatorNode extensions; r=padenot,smaug 2014-05-05 20:33:09 -04:00
Ehsan Akhgari
3a8319c2d9 Bug 985805 - Part 1: Remove support for the legacy BiquadFilterNode extensions; r=padenot,smaug 2014-05-05 20:32:48 -04:00
Wes Kocher
3afa6d1ec8 Backed out 4 changesets (bug 997285) for mochitest-2,3 and dt3 bustages on a CLOSED TREE r=bz
Backed out changeset 1bc5b733beac (bug 997285)
Backed out changeset ec145c86be71 (bug 997285)
Backed out changeset c0b8aef8b570 (bug 997285)
Backed out changeset 477094180dff (bug 997285)
2014-05-05 14:14:11 -07:00
Wes Kocher
6df5e04b05 Backed out changeset 745c46904041 (bug 1001157) for mochitest2,3 and dt3 bustages on a CLOSED TREE r=bz 2014-05-05 14:12:53 -07:00
Ryan VanderMeulen
b209ef93af Merge m-c to b2g-inbound. a=merge 2014-05-05 13:25:09 -04:00
Carsten "Tomcat" Book
b8a131b3a0 Merge m-c to mozilla-inbound 2014-05-05 14:25:22 +02:00
Carsten "Tomcat" Book
ac37b1a082 merge b2g-inbound to mozilla-central 2014-05-05 14:23:27 +02:00
Olli Pettay
6ab5466290 Bug 1005089, let touch.target be null, r=bz 2014-05-05 13:48:50 +03:00
Markus Stange
691caf748b Bug 1000875 - Give nsDOMWindowUtils::CheckAndClearPaintedState the ability to check paints of canvas frames. r=roc 2014-05-05 10:23:18 +02:00
Carsten "Tomcat" Book
30a96f1e4b Backed out changeset 79686836f1f7 "(bug 1005089) r=bz" for bustage on a CLOSED TREE
--HG--
extra : amend_source : 5170a31dc799f4401d30c8d6c4423dad2e84535f
2014-05-05 09:41:27 +02:00
Ben Tian
85369d6c23 Bug 1003762 - [bluedroid] Notify BluetoothRilListener of service change, r=echou 2014-05-05 09:28:20 +08:00
Ms2ger
18857c4acb Bug 995664 - Move CSSRuleList to WebIDL; r=bz
As CSSRuleList is the last consumer of nsArraySH and nsGenericArraySH, this
also removes those classes.
2014-05-03 09:32:54 +02:00
Wes Kocher
c26c855d25 merge m-c to inbound 2014-05-02 23:07:16 -07:00
Wes Kocher
f930d56995 Merge inbound to m-c 2014-05-02 23:02:49 -07:00
Wes Kocher
02d87c5518 merge b2g-inbound to m-c 2014-05-02 22:50:45 -07:00
Boris Zbarsky
13ecba6a77 Bug 1004766. Make sure to enter the compartment of our new global before working with it when wrapping global objects. r=nsm 2014-05-03 01:08:07 -04:00
Fabrice Desré
9eb8169458 Bug 1003836 - Don't use createEvent("TouchEvent") to check if TouchEvents are supported r=smaug 2014-05-02 14:56:18 -07:00
Ryan VanderMeulen
5db196fa1b Merge m-c to inbound. 2014-05-02 16:57:56 -04:00
Ryan VanderMeulen
ce9afeb7a6 Merge fx-team to m-c. 2014-05-02 16:41:26 -04:00
Josh Aas
23e8d13927 Bug 960774: Add ActorDestroy impl for all parent-side actors that don't have one. It will be required soon. r=bent 2014-05-02 13:44:13 -05:00
Nikhil Marathe
ef92f0cca4 Bug 1005156: Remove unused scope from WorkerScopes WrapGlobalObject(). rs=jst
--HG--
extra : rebase_source : e6f0716b2ac6886a5f52ef94a26849e6ab8304d5
2014-05-02 10:16:49 -07:00
Martin Thomson
c3c2709899 Bug 942367 - Stream isolation for WebRTC r=bholley 2014-05-01 12:51:00 +02:00
Martin Thomson
988e3eecf0 Bug 942367 - WebIDL changes for peerIdentity constraint. r=jst 2014-05-01 12:50:00 +02:00
Carsten "Tomcat" Book
3febe6e331 Merge m-c to mozilla-inbound 2014-05-02 14:55:29 +02:00
Carsten "Tomcat" Book
41c6c84b78 merge b2g-inbound to mozilla-central 2014-05-02 14:50:16 +02:00
Andrew Osmond
9349cde661 Bug 999464 - Standardize on DOMPoint and thus eliminate need for CameraPoint. r=bz, r=mikeh 2014-05-01 15:09:00 -04:00
Ophir LOJKINE
dba74c3b3a Bug 1003539 - change HTMLTableElement::insertRow so that it when no row is present, it adds a row to the last TBODY element of the table; r=bzbarsky 2014-05-01 21:29:23 -04:00
Garner Lee
c1696a5172 Bug 959059: [NFC] CheckP2PRegistration should return error if sessionToken doesn't exist. r=allstars.chh 2014-04-30 10:18:00 +02:00
Siddartha Pothapragada
7874282e49 Bug 959059 - B2G NFC: Marionette test to check P2P registration for an incorrect manifest Url. r=allstars.chh 2014-04-30 10:17:00 +02:00
Wes Kocher
cbdfcaa9a9 Merge b2g-inbound to m-c 2014-05-01 18:27:09 -07:00
Vicamo Yang
d973197272 Bug 999458 - 2.d/2: add some more complex test cases for OPL/PNN matching. r=echen 2014-05-02 00:24:12 +08:00
Vicamo Yang
dac9700650 Bug 999458 - 2.c/2: 0 <= gsmLocationAreaCode <= 65535. r=echen 2014-05-02 00:24:12 +08:00
Vicamo Yang
edd424c7b2 Bug 999458 - 2.b/2: add two more utility functions to head.js. r=echen
* setEmulatorGsmLocationAndWait
* setEmulatorOperatorNamesAndWait
2014-05-02 00:24:12 +08:00
Vicamo Yang
99d73fdcd5 Bug 999458 - 2.a/2: re-enable some mobileconnection test cases. r=echen 2014-05-02 00:24:11 +08:00
chiajung hung
098a829ab1 Bug 959089 - Part 2: Use the new protocol to do buffer allocation. r=nical 2014-04-30 21:52:00 -04:00
Ed Morley
f080a62903 Merge latest green b2g-inbound changeset and mozilla-central; r=khuey to work around bug 1002652 comment 13 2014-05-01 15:55:44 +01:00
Jan Beich
6359dd2dd2 Bug 1004183: Unbreak build with --disable-webrtc after bug 907352 r=jib 2014-05-01 02:58:48 -04:00
Gene Lian
a2e8945d63 Bug 981984 - OwningStringOrUnsignedLong union value cannot be set if the type is not matched. r=bz 2014-04-30 17:52:05 +08:00
Vincent Chang
fd82821d34 Bug 996588 - Unable to connect to wifi network with double quotes (") in ssid. r=fabrice 2014-04-30 14:57:38 +08:00
Andrew Osmond
5a4c2c9703 Bug 987954 - Change camera control size/region attributes to methods to remove direct JS_*() calls, r=bz,mikeh 2014-04-30 17:15:01 -04:00
Vicamo Yang
0e6dd9a4d4 Bug 999458 - 1/2: disable some mobileconnection test cases to wait emulator changes. r=echen 2014-05-01 00:57:43 +08:00
Ting-Yu Chou
17921a9d2c Bug 1002527 - Fix not to initialize remote browser's ContentParent twice. r=bent
ContentParent::GetNewOrUsed() initialize the ContentParent always, even it is an
initialized one from PreallocatedProcessManager::Take(). Initialize twice makes
ContentParent to receive two the same observed event, and creates leak in both
observer list and itself.
2014-04-30 02:00:00 -04:00
Ben Turner
ee54000826 Bug 982779 - Ensure that child->parent IPC blobs are never mysterious, r=baku. 2014-04-29 13:02:41 -07:00
Ben Turner
e7d0d6522b Bug 982779 - Ensure that child->parent IPC blobs are never mysterious, r=baku. 2014-04-29 13:02:41 -07:00
Gabriele Svelto
bfafadca3e Bug 999327 - Consider the wake-locks held by the main process when computing priorities. r=fabrice 2014-05-01 15:47:26 +02:00
Nils Ohlmeier [:drno]
89e096a823 Bug 873049 - properly compare media constraints with audio and video tracks instead of streams. r=jsmith,jesup 2014-05-01 13:19:00 +02:00
Ben Turner
ecb9ef8917 Bug 1003766, StopSyncLoopRunnable::Cancel should call base class Cancel. r=mrbkap. 2014-04-30 13:44:03 -07:00
Chuck Lee
5ba363afb4 Bug 917176 - 0002. DOM API implementation. r=mrbkap, r=briansmith 2014-04-30 19:58:45 +08:00
Botond Ballo
50ab9f79d8 Bug 1004775 - Add warning about not using 'out jsval' parameters in nsIDOMWindowUtils. r=bholley 2014-05-02 13:28:18 -04:00
Olli Pettay
26b0c71739 Bug 1005089 - "crash in mozilla::dom::WrapNewBindingObjectHelper<nsRefPtr<mozilla::dom::EventTarget>, true>::Wrap(JSContext*, nsRefPtr<mozilla::dom::EventTarget> const&, JS::MutableHandle<JS::Value>)" r=bz 2014-05-02 13:37:00 +02:00
Andrea Marchesini
c143c01f4a Bug 1004814 - console.time/timeEnd work in workers, r=bz 2014-05-06 10:50:12 +01:00
Shawn Huang
8e45b3c2ac Bug 993954 - Check sBluetoothChild is null when closing Settings application
It is possible that sBluetoothChild set to nullptr and RecvNotify get called from MessageLoop.
This patch check sBluetoothChild.
2014-04-30 16:58:15 +01:00
Carsten "Tomcat" Book
0d49e493c2 merge b2g-inbound to mozilla-central 2014-04-30 15:23:44 +02:00
Carsten "Tomcat" Book
3b95380d01 merge fx-team to mozilla-central 2014-04-30 15:01:45 +02:00
Ryan VanderMeulen
8c0abf70fd Merge m-c to b2g-inbound. 2014-04-29 23:59:41 -04:00
William Chen
e65acbe8a0 Bug 996151 - Clear out XBL binding and insertion parent of content even if nsBindingManager is destroyed. r=mrbkap 2014-04-29 11:37:02 -07:00
Josh Dover
4deef5ca41 Bug 776027 - Allow nsIActivityUIGlueCallback to handle native and web activities. r=fabrice 2014-04-25 16:29:00 +02:00
Josh Dover
7be181709e Bug 776027 - Pass activity options instead of name through nsIActivityUIGlue. r=fabrice 2014-04-25 16:28:00 +02:00
Ryan VanderMeulen
13b254277b Merge b2g-inbound to m-c. 2014-04-29 23:58:05 -04:00
Jim Chen
e505a81808 Bug 1001072 - Extend shutdown watchdog timeout to allow telemetry to shutdown. r=fabrice 2014-04-24 12:48:00 -04:00
Ryan VanderMeulen
f1311f346a Merge b2g-inbound to m-c. 2014-04-29 17:07:34 -04:00
Mike Habicher
65f3fee910 Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
Ed Morley
1c7287b8b1 Merge latest green b2g-inbound changeset and mozilla-central 2014-04-29 17:34:22 +01:00
Yoshi Huang
13387ed757 Bug 993946 - B2G NFC: Consistent naming between Nfc or NFC in WebIDL. r=dimi, sr=smaug
--HG--
rename : dom/webidl/MozNfc.webidl => dom/webidl/MozNFC.webidl
2014-04-29 11:50:25 +08:00
Yuan Xulei
63a81d9132 Bug 1000095 - Fix mozInputMethod.mgmt.hide. r=fabrice 2014-04-25 01:16:00 +02:00
Fredrik Lanker
188df7ce9d Bug 1002383 - Mark fallback cache entries correctly. r=ochameau
storeCache is async, so at the time markEntry was run for fallback
items, the cache entry might not exist yet which led to that the
fallback entries were not properly marked. Instead, we now send the
proper type directly to storeCache.
2014-04-28 02:20:00 +02:00
Szu-Yu Chen [:aknow]
ae6c78e6e8 Bug 993255 - Part 4: Fix hang up pending outgoing call. r=hsinyi 2014-04-29 10:02:20 +08:00
Wes Kocher
f2ad22eb49 Merge b2g-inbound to m-c 2014-04-28 16:10:59 -07:00
Carsten "Tomcat" Book
73db77e9ab Merge m-c to b2g-inbound 2014-04-28 14:35:09 +02:00
Botond Ballo
fe94a83a74 Bug 993930 - Do not assume TabChild::mInnerSize being (0, 0) means it's never been initialized. r=kats 2014-04-25 11:40:23 -04:00
Ed Morley
3dd24235ca Backed out changeset c4bb530fc9db (bug 690937) 2014-04-28 15:10:57 +01:00
Yoshi Huang
cae3ce10c8 Bug 987596 - B2G NFC: Marionette tests for onpeerready. r=dimi
From bfece1daa040d5e7e4ff965adea343831b2484c4 Mon Sep 17 00:00:00 2001
---
 dom/nfc/tests/marionette/head.js                   |  5 +-
 dom/nfc/tests/marionette/manifest.ini              |  1 +
 dom/nfc/tests/marionette/test_nfc_enabled.js       |  1 -
 .../marionette/test_nfc_manager_tech_discovered.js |  5 +-
 dom/nfc/tests/marionette/test_nfc_peer.js          | 64 ++++++++++++++++++++++
 5 files changed, 70 insertions(+), 6 deletions(-)
 create mode 100644 dom/nfc/tests/marionette/test_nfc_peer.js
2014-04-25 19:22:09 +08:00
Hsin-Yi Tsai
f3458d4208 Bug 1000670 - part 5 - BT - impl NotifyClirModeChanged. r=echou 2014-04-24 14:53:03 +08:00
Hsin-Yi Tsai
d417f48d5c Bug 1000670 - part 4 - ril: _sendClirModeChanged. r=vicamo 2014-04-24 14:46:27 +08:00
Hsin-Yi Tsai
a38ebd258c Bug 1000670 - part 3 - DOM: create and dispatch clirmodechange event. r=smaug 2014-04-24 14:37:49 +08:00
Hsin-Yi Tsai
e48e0987fb Bug 1000670 - part 2 - add internal api: notifyClirModeChanged. r=vicamo 2014-04-24 14:33:29 +08:00
Hsin-Yi Tsai
2653dcb691 Bug 1000670 - part 1 - [B2G] [RIL] expose clirstatuschange event to gaia. r=gene, r=smaug 2014-04-24 14:13:14 +08:00
Ryan VanderMeulen
de552d3ac3 Backed out changeset 9d04bde9fcd1 (bug 989806) for Android mochitest failures. 2014-04-27 21:25:28 -04:00
Ryan VanderMeulen
4d91442251 Merge m-c to inbound. 2014-04-27 20:57:44 -04:00
Ryan VanderMeulen
4ea01923cd Bug 963244 - Disable test_dataChannel_basicAudio.html on B2G emulator builds for being nearly perma-fail. 2014-04-27 20:05:37 -04:00
Ryan VanderMeulen
cfd536708f Merge m-c to inbound. 2014-04-27 15:09:36 -04:00
Blair McBride
af6be312f8 Backed out 2 changesets (bug 987290). r=sheriff
Backed out changeset 4ad1f662f521 (bug 987290)
Backed out changeset 080ff1f86465 (bug 987290)
2014-04-27 20:41:58 +12:00
Ryan VanderMeulen
345123d0ec Merge m-c to inbound. 2014-04-26 21:41:26 -04:00
Ehsan Akhgari
a7e90d0e69 Bug 998734 - Remove nsIAsyncScrollEventDetail; r=bzbarsky 2014-04-26 20:07:50 -04:00
Zack Weinberg
06e34322cf Bug 1001842, part 2: make umask available via OS.Constants. r=khuey sr=bz 2014-04-26 10:56:58 -04:00
Pin Zhang
8c538453b8 Bug 997064 - Do not call navigator.mozFMRadio from system app. r=baku
- Revert "Bug 938015 - Do not turn off FM radio when enabling airplane mode."
- Use setting "airplaneMode.enabled" instead of "ril.radio.disabled"
2014-04-25 17:24:00 -04:00
Boris Zbarsky
e9122abf27 Bug 942121. Fix WebIDL dictionary member tracing to null-check nullable object types before trying to trace them, since passing pointer-to-null to JS_CallObjectTracer is not OK. r=smaug 2014-04-26 21:50:00 -04:00
Boris Zbarsky
24ebb19c4f Bug 1000944. Allow unions and dictionaries that contain non-SpiderMonkey WebIDL interface types to be copy-constructed. r=dzbarsky 2014-04-26 21:49:59 -04:00
Boris Zbarsky
57cd950edf Bug 1000675. Don't always include nsContentUtils in example codegen, fix example header guards to not end with __, don't use fully-qualified names in argument types when those argument types are in the mozilla::dom namespace already, and include headers from mozilla/dom. r=jst 2014-04-26 21:49:59 -04:00
Wes Kocher
e015d5da87 Backed out changeset a73dece39b01 (bug 985496) for mochitest-5 orange 2014-04-25 16:15:37 -07:00
Wes Kocher
5cc9dd49eb Backed out changeset 27b41f71ccd4 (bug 987954) for mochitest-5 orange 2014-04-25 16:14:58 -07:00
Szu-Yu Chen [:aknow]
83cd824535 Bug 1000705 - Fix fail cause of local hang up. r=hsinyi 2014-04-25 03:05:00 -04:00
Ryan VanderMeulen
a883fbbac7 Merge m-c to b2g-inbound. 2014-04-25 16:32:31 -04:00
Andrew Osmond
97c67b97af Bug 987954 - Change camera control size/region attributes to methods to remove direct JS_*() calls, r=bz,mikeh 2014-04-25 16:28:17 -04:00
Mike Habicher
74f91d6c98 Bug 985496 - rationalize camera error reporting, r=dhylands 2014-04-25 16:28:15 -04:00
Ryan VanderMeulen
3c60ecfba4 Merge b2g-inbound to m-c. 2014-04-25 16:12:25 -04:00
Ed Morley
1ce229a50b Backed out changeset d58403b60c77 (bug 959089) 2014-04-25 17:51:11 +01:00
Marco Chen
3dd503760b Bug 999350 - Change initial values of AudioChannelService::mCurrentHigherChannel and mCurrentVisibleHigherChannel to -1 and add test case for audio-channel-change & visible-audio-channel-change of mozChromeEvent. r=baku 2014-04-25 18:22:17 +08:00
Carsten "Tomcat" Book
a93cb7d802 Merge m-c to b2g-i 2014-04-25 13:55:53 +02:00
Carsten "Tomcat" Book
500f1ce391 merge mozilla-inbound to mozilla-central 2014-04-25 12:49:50 +02:00
Jamin Liu
e7a188ed74 Bug 990423 - [Bluetooth] Fix the incorrect condition for reporting call held status when call state changed. r=echou, f=btian
---
 dom/bluetooth/bluez/BluetoothHfpManager.cpp |  108 ++++++++++++++++++++++++---
 dom/bluetooth/bluez/BluetoothHfpManager.h   |    2 +
 2 files changed, 99 insertions(+), 11 deletions(-)
2014-04-25 09:59:32 +08:00
Ryan VanderMeulen
7843a5e1a7 Merge inbound to m-c. 2014-04-24 13:19:53 -04:00
Ed Morley
d986e0aa3e Backed out changeset b589de6c1084 (bug 889744) for failures in test_marketplace_pkg_install.html 2014-04-24 15:29:20 +01:00
Masayuki Nakano
91429a979f Bug 704423 mousemove event should be cancelable r=smaug 2014-04-24 23:19:54 +09:00
Nick Fitzgerald
be19570abb Bug 984696 - Save more detailed source notes so that Debugger.Script.prototype.getAllColumnOffsets can offer more for source mapped and/or pretty printed JS debugging. r=ejpbruel 2014-04-24 09:32:00 +02:00
Ben Tian
e7082d69f6 Bug 997580 - Don't notify bluedroid of callstate change during transition. r=echou 2014-04-24 11:56:11 +08:00
Kartikaya Gupta
715b91be72 Bug 999162 - Don't set the first-paint flag on a location change on the same document. r=drs 2014-04-24 11:40:00 +02:00
Olli Pettay
bd7be9901d Bug 1001134 - "Gamepad service leaks windows if a page goes into bfcache". r=ted r=continuation 2014-04-24 14:51:00 +02:00
Masayuki Nakano
5e612fc7b4 Bug 999645 Cancel implementing KeyboardEvent.initKeyboardEvent() because it completely breaks feature detection in web apps r=smaug 2014-04-25 13:16:20 +09:00
Chuck Lee
08dca0c901 Bug 917176 - 0001. WebIDL change. r=mrbkap 2014-04-23 17:56:56 +08:00
Carsten "Tomcat" Book
d4df866972 Merge m-c to b2g-inbound 2014-05-06 14:46:11 +02:00
Edgar Chen
bc4f84b45d Bug 1003011 - Part 2: Need to enable uicc subscription for flame dsds mode. r=hsinyi 2014-04-30 16:32:07 +08:00
Edgar Chen
7ec83b4a06 Bug 1003011 - Part 1: Cleanup RIL parcel. r=hsinyi 2014-04-30 12:04:51 +08:00
Ryan VanderMeulen
de18cb0f09 Backed out changeset eaa0d64e544e (bug 996998) for B2G bustage. 2014-04-27 17:47:12 -04:00
Marco Castelluccio
2c215a0366 Bug 997886 - Test installing and updating apps with asm.js pre-compiling. r=fabrice 2014-04-26 03:37:00 -04:00
Marco Castelluccio
efa95d24df Bug 989806 - Use reviewer certs for reviewer pages. r=fabrice 2014-04-27 13:38:00 -04:00
Edgar Chen
ac8861a560 Bug 929701 - Part 4-2: Add marionette test for changing pin via mmi. r=hsinyi 2014-04-23 17:00:33 +08:00