Commit Graph

27006 Commits

Author SHA1 Message Date
Patrick Brosset
695f157138 Bug 1020244 - Ability to insert AnonymousContent nodes in the canvasFrame via a chrome-only Document API; r=smaug; r=roc; r=ehsan 2014-10-28 11:15:25 +01:00
Patrick Brosset
8bcad10796 Bug 1020244 - AnonymousContent API and implementation; r=smaug 2014-10-28 11:15:21 +01:00
Bevis Tseng
3e0d835bfd Bug 1085765 - Part 2: Add test case to verify MWI without text body. r=htsai 2014-10-21 17:25:32 +08:00
Nils Ohlmeier [:drno]
28475a9c97 Bug 979627 - add more debug information to opening of data channels. r=bwc 2014-10-21 11:23:00 +02:00
Bevis Tseng
008ca8217a Bug 1085765 - Part 1: Bail out earlier from GsmPDUHelper.readUserData() when there is no further data to read. r=htsai 2014-10-21 17:16:10 +08:00
Alphan Chen
46fb6f73a7 Bug 1084180 - Refine RemoveEntry - Don't remove only the entry but also its children if they exist. r=dhylands 2014-10-22 02:43:00 -04:00
Jamin Liu
5b97ce2989 Bug 1069868 - Set Bluetooth property |discoverable| to |false| after Bluetooth enabled. r=shuang
Bluetooth scan mode is BT_SCAN_MODE_CONNECTABLE by default, it means it
should be connectable and non-discoverable.
2014-10-21 01:27:00 -04:00
Szu-Yu Chen [:aknow]
70e50437b3 Bug 978639 - Part 6: Add test case. r=hsinyi 2014-10-20 03:13:00 -04:00
Szu-Yu Chen [:aknow]
058a1bdba8 Bug 978639 - Part 5: Add hangUpConference method (ril). r=hsinyi 2014-10-20 03:13:00 -04:00
Szu-Yu Chen [:aknow]
5216e87d31 Bug 978639 - Part 4: Add hangUpConference method (ipc). r=hsinyi 2014-10-20 03:12:00 -04:00
Szu-Yu Chen [:aknow]
b1b5bdb8a3 Bug 978639 - Part 3: Add hangUpConference method (internal interface). r=hsinyi 2014-10-20 03:12:00 -04:00
Szu-Yu Chen [:aknow]
6c240ecd87 Bug 978639 - Part 2: Add hangUp method (dom). r=hsinyi 2014-10-22 03:07:00 -04:00
Szu-Yu Chen [:aknow]
18295359b0 Bug 978639 - Part 1: Add hangUp method (webidl). r=hsinyi 2014-10-20 03:11:00 -04:00
Jessica Jong
94d92feea1 Bug 1062912 - Part 3: move getNeighboringCellIds and getCellInfoList to nsIMobileConnectionService (tests). r=hsinyi 2014-10-22 18:12:09 +08:00
Jessica Jong
508fc043eb Bug 1062912 - Part 2: move getNeighboringCellIds and getCellInfoList to nsIMobileConnectionService (impl). r=hsinyi 2014-10-22 18:12:07 +08:00
Jessica Jong
78df301642 Bug 1062912 - Part 1: move getNeighboringCellIds and getCellInfoList to nsIMobileConnectionService (idl). r=hsinyi 2014-10-22 18:12:05 +08:00
Wes Kocher
b578fde1ed Merge m-c to b2g-inbound a=merge 2014-10-21 19:35:27 -07:00
Dave Hylands
8b555620f4 Bug 1072567 - Fix bustage in unified build. r=dhylands 2014-10-21 18:59:04 -07:00
Wes Kocher
24e0340c53 Merge b2g-inbound to m-c a=merge 2014-10-21 18:46:09 -07:00
Dave Hylands
895b085975 Bug 1072576 - Register storages with MTP Server before starting it. r=echou 2014-10-21 17:28:12 -07:00
Gregor Wagner
c367702dc9 Bug 1080847 - [Settings] No need to export SettingsRequestManager r=baku 2014-10-21 13:48:42 -07:00
Ryan VanderMeulen
cb0bff9736 Merge inbound to m-c. a=merge 2014-10-21 15:14:52 -04:00
Tim Chien
7641f90d08 Bug 1079728 - Ensure that the blur message is sent after removing focus. r=yxl 2014-10-21 06:57:00 -04:00
Szu-Yu Chen [:aknow]
5b749680d6 Bug 1059649 - Part 2: Remove pending conference check. r=hsinyi 2014-10-21 02:30:00 -04:00
Szu-Yu Chen [:aknow]
4c95578073 Bug 1059649 - Part 1: Redesign the logic of conference detection. r=hsinyi 2014-10-21 02:30:00 -04:00
Phil Ringnalda
4b538539ab Back out 3 changesets (bug 1087560) again, for Android 2.3 crashes and b2g failures
CLOSED TREE

Backed out changeset ed403e959506 (bug 1087560)
Backed out changeset 64c7041ab581 (bug 1087560)
Backed out changeset 4f040d3522a4 (bug 1087560)
2014-10-28 23:07:38 -07:00
Jan-Ivar Bruaroey
6056c0f24e Bug 1033885 - tests for mediaDevices.getUserMedia. r=drno 2014-10-27 15:48:37 -04:00
Henry Chang
4b4ed39372 Bug 1083449 - ifc_enable / ifc_disable needs to be protected as well. r=vchang 2014-10-17 14:13:14 +08:00
Star Cheng
aec3ff1fad Bug 1059698 - Normal Audio Channel map to music stream type r=kinetik 2014-10-28 11:12:47 +08:00
Garner Lee
8bed008c2e Bug 1030602 - Remove extra SE Web MozICC dom APIs. r=allstars.chh sr=smaug 2014-10-22 11:24:00 +02:00
Thomas Zimmermann
fc93a4217f Bug 1084342: Copy received ancillary data into |SocketMessageWatcher|, r=shawnjohnjr
The cast-and-assign pattern for retrieving file descriptors is prone to
SIGBUS signals on platforms that don't support unaligned memory access.
This patch fixes the problem by copying the received data directly.
2014-10-28 10:34:29 +01:00
Thomas Zimmermann
63ed471690 Bug 1084342: Fix receive buffer size in |SocketMessageWatcher|, r=shawnjohnjr
|SocketMessageWatcher| currently allocates a large amount of memory
for holding ancillary data. The only actually transfered value is a
file descriptor. This patch fixes the buffer size accordingly.
2014-10-28 10:34:18 +01:00
Thomas Zimmermann
889bfc527b Bug 1084342: Move |SocketMessageWatcher| to separate file, r=shawnjohnjr
This patch moves |SocketMessageWatcher| into a separate file. The new
Bluetooth daemon will require it's functionality for OPP profiles.
2014-10-28 10:34:09 +01:00
Peter Van der Beken
aa5bf14a5d Bug 1018658 - Convert XPathNSResolver to WebIDL bindings, remove nsIDOMXPathNSResolver. r=bz.
--HG--
extra : rebase_source : ea2b29ebafb830717bedee2ce80f46c92b270804
2014-10-14 16:27:25 +02:00
Peter Van der Beken
d4024294cf Bug 1018658 - Convert XPathNSResolver to WebIDL bindings, remove nsIDOMXPathEvaluator::createNSResolver. r=bz.
--HG--
extra : rebase_source : efc7c5a5cc527b789e6c7d4460bbd388d9da77fe
2014-10-14 16:27:24 +02:00
Peter Van der Beken
dd0ed1d78e Bug 1018658 - Convert XPathNSResolver to WebIDL bindings, switch XPathNSResolver to WebIDL. r=bz.
--HG--
extra : rebase_source : 5edb613061b8d0dcb533ae6e1c3a5244e43dd545
2014-10-14 16:27:24 +02:00
Bevis Tseng
bfda9ecd0e Bug 1072069 - Part 2: Test cases to verify CPHS_INFO and CPHS_MBN and the recovery of CPHS_MBN when failure from readMBDN. r=echen 2014-10-14 19:57:17 +08:00
Bevis Tseng
f694df3f72 Bug 1072069 - Part 1: Read CPHS Mailbox Numbers (0x6F17) when MBDN is invalid. r=echen 2014-10-14 16:26:04 +08:00
Carsten "Tomcat" Book
0768a8a3a4 Merge mozilla-central to b2g-inbound on a CLOSED TREE 2014-10-29 13:42:47 +01:00
Chuck Lee
dec4f422a3 Bug 1088490 - Default network mode to ESS. r=vchang 2014-10-27 16:23:43 +08:00
Peter Chang
4edbb2a440 Bug 1065955 - Filter collapsed selection change events but exclude the shortcut mode that the touch caret is visible, r=ehsan 2014-10-22 17:05:06 +08:00
Ting-Yu Lin
d04bc8538b Bug 1059165 - Part 2 - Make HasNonEmptyTextContent() descend recursively. r=ehsan
This will be used in part 3.
2014-10-29 00:28:00 +01:00
Nikhil Marathe
d47b4fdaab Bug 1082924 - Add CSP type for fetch API. r=tvyas,baku
--HG--
extra : transplant_source : i%D8%5C%7C%9D%FEQL%C1G%B8%3B2%06%AA%AE%3A%09%29%7E
2014-10-13 15:09:58 -07:00
Ryan VanderMeulen
011a403f9c Merge m-c to inbound. a=merge 2014-10-21 15:23:54 -04:00
Tom Schuster
d6d27e35cb Bug 842498 - Remove nsIJSNativeInitializer. r=peterv 2014-10-21 20:45:28 +02:00
Ehsan Akhgari
8b35c7fcdb Bug 1090242 - Fix some more bad implicit constructors in DOM; r=baku
--HG--
extra : rebase_source : 22f80376a2ce9415dc9d7fdd2444405d3cd7e011
2014-10-10 17:28:35 -04:00
Steven Michaud
f80f147bbe Bug 1086977 - Facebook's old "Facebook Photo Uploader" (fbplugin) crashes on load on OS X Yosemite, add to block. r=bsmedberg 2014-10-29 11:33:43 -05:00
Mats Palmgren
448a9be2bc Bug 1083855 - part 5, Make nsXBLBindingRequest::DocumentLoaded first call DestroyFramesFor, then load the binding, then CreateFramesFor. r=bz 2014-10-23 13:19:26 +00:00
Carsten "Tomcat" Book
f47de25453 Backed out changeset 2340c1d21e94 (bug 1082734) for w4 test failures 2014-10-23 15:00:30 +02:00
Lars T Hansen
ad21f14cea Bug 979594 - Atomics object, atomic operations on SharedArrayBuffer (no jit support). r=luke 2014-10-23 14:23:16 +02:00
Andrea Marchesini
4d11e3f323 Bug 1082734 - Remove URL.searchParams to avoid the stealing of data from future cross-origin sites, r=bz 2014-10-23 12:48:44 +01:00
Olli Pettay
3dd6aece01 Bug 973638, update MutationObserver.observe() to follow the spec, r=baku
--HG--
extra : rebase_source : dd62e2140275c2026038322c6b656886ec7d122a
2014-10-23 14:11:40 +03:00
Blake Kaplan
d50c7db4ae Bug 1068811 - Make middle-mouse-click paste work in X11. r=billm/jimm 2014-10-22 11:50:00 +02:00
Chris Pearce
abeccd6803 Bug 1055395 - gTests for GMPAsyncShutdown. r=edwin 2014-10-23 20:37:55 +13:00
Jeff Walden
065609283e Bug 1052139 - Reorder the preventExtensions trap just after the [[Prototype]]-access traps. r=code-motion
--HG--
extra : rebase_source : ea85bf1daa26ec7a32caf2656ebf99c6e2757cfa
2014-10-21 11:40:04 -07:00
Jeff Walden
63e44a7975 Bug 1085566 - Make the preventExtensions hook return succeeded/failed rather than always indicate failure by reporting an error. r=efaust
--HG--
extra : rebase_source : 487b569d23ce18f39fc53697e5f25cc789885803
2014-10-19 01:18:43 -07:00
Jonathan Watt
68a8947f76 Bug 1080688 - Calculate SVG rect bounds using a simple rect transform rather than using a Moz2D Path. r=longsonr 2014-10-26 18:00:03 +00:00
Alexandre Lissy
7a36565622 Bug 1076597 - Fix Settings API shutdown race condition. r=bent
When child message manager dies, it sends a child-process-shutdown
message to the SettingsRequestManager. This would just close the locks
and tasks of this message manager. The race happens when some
applications can shutdown quickly: settings requests will never be
committed to the database. One example is the callscreen. The fix,
provided by qDot, simply put those tasks in a finalize state to make
sure they are properly executed and committed.
2014-10-09 05:12:00 -04:00
Ryan VanderMeulen
2d89ab04d3 Backed out changeset 69866036d793 (bug 1076597) for being the wrong patch that landed. 2014-10-21 10:12:56 -04:00
Carsten "Tomcat" Book
89b0898352 Merge mozilla-central to b2g-inbound 2014-10-21 16:02:54 +02:00
Carsten "Tomcat" Book
e4b230ae6a merge b2g-inbound to mozilla-central a=merge 2014-10-21 15:46:12 +02:00
Carsten "Tomcat" Book
860aaddaaf merge fx-team to mozilla-central a=merge 2014-10-21 15:38:16 +02:00
Jessica Jong
9c3f930c69 Bug 1052842 - Part 4: Use enums for NetworkSelectionMode in nsIMobileConnectionService.idl (bt). r=btian 2014-10-21 14:31:48 +08:00
Jessica Jong
d87173a898 Bug 1052842 - Part 3: Use enums for NetworkSelectionMode in nsIMobileConnectionService.idl (gonk). r=echen 2014-10-21 14:31:46 +08:00
Jessica Jong
8aaf9bca10 Bug 1052842 - Part 2: Use enums for NetworkSelectionMode in nsIMobileConnectionService.idl (dom/ipc). r=echen 2014-10-21 14:31:44 +08:00
Jessica Jong
070f027e81 Bug 1052842 - Part 1: Use enums for NetworkSelectionMode in nsIMobileConnectionService.idl (idl). r=hsinyi 2014-10-21 14:31:42 +08:00
Wes Kocher
9e6688bd5b Merge m-c to fx-team a=merge 2014-10-20 19:01:55 -07:00
Wes Kocher
bd38db8ecd Merge inbound to m-c a=merge 2014-10-20 18:56:56 -07:00
Wes Kocher
ade010d0a2 Merge m-c to fx-team a=merge 2014-10-20 18:34:45 -07:00
Wes Kocher
0f780cd8e6 Merge b2g-inbound to m-c a=merge 2014-10-20 18:14:19 -07:00
Wes Kocher
c696e0b1dd Merge inbound to m-c a=merge 2014-10-20 17:58:32 -07:00
Nikhil Marathe
d0f2a1a26c Bug 1039846 - Fix morebustage. r=bustage CLOSED TREE 2014-10-20 13:59:01 -07:00
Nikhil Marathe
dc1fc9cc4d Bug 1039846 - Fix bustage. r=bustage CLOSED TREE
--HG--
extra : amend_source : b68f2c23ae47c334e4caedf5f74b4a82bbc90df2
2014-10-20 13:25:56 -07:00
Fernando Jiménez
545041e98b Bug 1081873 - [Loop][Contacts API] mozContacts API should trigger DOMRequest.onerror if no permissions are granted to the consumer. r=anygregor 2014-10-20 20:05:54 +02:00
Carsten "Tomcat" Book
4364315264 Merge mozilla-central to b2g-inbound 2014-10-20 15:52:37 +02:00
Carsten "Tomcat" Book
622698a725 merge fx-team to mozilla-central a=merge 2014-10-20 14:48:28 +02:00
Carsten "Tomcat" Book
47b4591b6a merge mozilla-inbound to mozilla-central a=merge 2014-10-20 14:34:56 +02:00
Thomas Zimmermann
290d899d1e Bug 928362: Support ad-hoc mode for Wifi, r=vchang, r=mrbkap
This patch adds support for Wifi networks that run in ad-hoc
mode. The network attributes 'frequency' and 'mode' are required
by wpa_supplicant to connect to an ad-hoc network.

'Frequency' is just the frequency of the channel in use. 'Mode'
is the network's mode, with 0 being infrastructure mode, 1 being
IBSS mode (aka ad-hoc mode), and 2 being access-point mode.

If ad-hoc mode is not supported on your device, you can set the
environment property 'ro.moz.wifi.ibss_supported' to false to
disable it in Gecko.
2014-10-20 14:22:47 +02:00
Dimi Lee
302100aa47 Bug 1083651 - [NFC] Remove unused error code. r=allstars.chh 2014-10-20 18:20:07 +08:00
Carsten "Tomcat" Book
c49f34dc4c Backed out changeset 48b004974cd2 (bug 978639) for breaking non-unified builds on a CLOSED TREE 2014-10-21 11:53:16 +02:00
Carsten "Tomcat" Book
85fb878115 Backed out changeset a5c28b69a261 (bug 978639) 2014-10-21 11:51:12 +02:00
Carsten "Tomcat" Book
6436ac1478 Backed out changeset b64604a829ff (bug 978639) 2014-10-21 11:51:10 +02:00
Carsten "Tomcat" Book
375e846ccd Backed out changeset b20c4afb0c7e (bug 978639) 2014-10-21 11:51:07 +02:00
Carsten "Tomcat" Book
f00bb60dcb Backed out changeset d4a7883e0e92 (bug 978639) 2014-10-21 11:51:04 +02:00
Carsten "Tomcat" Book
cec96c3f7b Backed out changeset 0964acec6851 (bug 978639) 2014-10-21 11:50:52 +02:00
Valentin Gosu
e58beda89d Bug 1082723 - Add IPv6 delimiters to nsLocation::GetHostname and Link::GetHostname r=smaug 2014-10-20 13:46:20 +03:00
Szu-Yu Chen [:aknow]
8958546c37 Bug 978639 - Part 6: Add test case. r=hsinyi 2014-10-20 03:13:00 +02:00
Szu-Yu Chen [:aknow]
44c0238b96 Bug 978639 - Part 5: Add hangUpConference method (ril). r=hsinyi 2014-10-20 03:13:00 +02:00
Szu-Yu Chen [:aknow]
d9777011a5 Bug 978639 - Part 4: Add hangUpConference method (ipc). r=hsinyi 2014-10-20 03:12:00 +02:00
Szu-Yu Chen [:aknow]
5cf3a09686 Bug 978639 - Part 3: Add hangUpConference method (internal interface). r=hsinyi 2014-10-20 03:12:00 +02:00
Szu-Yu Chen [:aknow]
258a301fd6 Bug 978639 - Part 2: Add hangUp method (dom). r=hsinyi 2014-10-20 03:12:00 +02:00
Szu-Yu Chen [:aknow]
2fd96351e4 Bug 978639 - Part 1: Add hangUp method (webidl). r=hsinyi 2014-10-20 03:11:00 +02:00
Thomas Zimmermann
7bf2af4097 Bug 1083092: Data parameter for |mozilla::ipc::SocketIOSendTask| template, r=shawnjohnjr
The data class in |SocketIOSendTask| is now a template parameter, instead
of being hard-coded to |UnixSocketRawData|. The patch also adds soem minor
cleanups to the file.
2014-10-21 10:52:12 +02:00
Thomas Zimmermann
e86ec92e48 Bug 1083092: Introduce |mozilla::ipc::SocketBase|, r=shawnjohnjr
The new class |SocketBase| contains the notification mechanism of
|SocketConsumerBase|. The latter still contains I/O methods.
2014-10-21 10:52:11 +02:00
Andrea Marchesini
6215c00e90 Bug 1085471 - "typo in Console::ShouldIncludeStackrace method name". r=ehsan.akhgari 2014-10-20 10:34:00 +02:00
Rik Cabanier
b0c5296dce Bug 1082663 - Fix for bug 1082663 - DOMMatrix does not implement stringifier from spec. r=bz 2014-10-20 11:14:00 +02:00
Cykesiopka
4cf9eb6133 Bug 1057497 - Make BrowserElementChildPreload.js use nsINSSErrorsService.getErrorClass() directly v1. r=kanru 2014-10-16 21:33:00 +02:00
Edgar Chen
e447f49557 Bug 1072275 - MobileConnectionService doesn't have to be created in 'profile-after-change' category. r=smaug 2014-10-16 09:57:38 +08:00
Carsten "Tomcat" Book
580df1b2dc Merge m-c to b2g-inbound 2014-10-17 16:44:58 +02:00
Kyle Machulis
5e298dbe01 Bug 1073259 - Print more descriptive errors when DOMRequestHelper tries to create a request with an invalid window. r=fabrice 2014-10-17 05:24:00 -04:00
Kyle Machulis
ee719e8f3c Bug 1073259 - Print more descriptive errors when SettingsManager tries to make a request with an invalid window. r=bent 2014-10-17 05:24:00 -04:00
Szu-Yu Chen [:aknow]
9038088b66 Bug 1077190 - Part 2: Test case. r=hsinyi 2014-10-16 23:41:00 +02:00
Szu-Yu Chen [:aknow]
1e4c85d003 Bug 1077190 - Part 1: Correct the logic of audio state setting. r=hsinyi 2014-10-16 23:40:00 +02:00
Jocelyn Liu
0210cdbb3f Bug 1083646: Overwrite BLE config in bluedroid to enable BLE for bluetooth2. r=shuang 2014-10-17 14:25:16 +08:00
Ryan VanderMeulen
7442d9d745 Merge inbound to m-c. a=merge 2014-10-16 14:43:13 -04:00
Thomas Zimmermann
2f93b9ab01 Bug 1083708: Handle non-existant Bluetooth profile interfaces correctly, r=shawnjohnjr
Bluetooth profile managers just return an error if a profile interface is
not available. Doing so breaks the initialization and cleanup routines. This
patch changes the profile managers to still report an error, but signal
progress to the given result runnable.
2014-10-16 16:40:49 +02:00
Carsten "Tomcat" Book
82495ab4f5 Merge m-c to b2g-inbound 2014-10-16 16:16:53 +02:00
Carsten "Tomcat" Book
b225cd6d5c Backed out changeset f461eb1653f1 (bug 1081873) for B2g M5 Test failures 2014-10-16 15:43:20 +02:00
Szu-Yu Chen [:aknow]
cf1a94db84 Bug 1058397 - Part 5: Fix test: USSDReceivedEvent is not exposed. r=bzbarsky 2014-10-15 02:51:00 -04:00
Szu-Yu Chen [:aknow]
93f501699a Bug 1058397 - Part 4: Wrap system message. r=hsinyi 2014-10-15 02:51:00 -04:00
Szu-Yu Chen [:aknow]
ef47cb3598 Bug 1058397 - Part 3: USSDSession implement. r=hsinyi 2014-10-15 02:51:00 -04:00
Szu-Yu Chen [:aknow]
60af2e3178 Bug 1058397 - Part 2: USSDSession interface. r=hsinyi 2014-10-15 02:50:00 -04:00
Szu-Yu Chen [:aknow]
9d972b9416 Bug 1058397 - Part 1: Separate TelephonyCallback. r=hsinyi 2014-10-15 02:50:00 -04:00
Yoshi Huang
1842c74895 Bug 1073421 - B2G NFC: remove NDEF_Formatable and NDEF_Writable. r=smaug, dimi 2014-10-15 15:47:42 +08:00
Yoshi Huang
b6744ba68f Bug 1082452 - B2G NFC: Add a parameter 'isP2P' in WriteNDEF request. r=smaug, dimi 2014-10-15 11:54:09 +08:00
Fernando Jiménez
67edb25987 Bug 1081873 - [Loop][Contacts API] mozContacts API should trigger DOMRequest.onerror if no permissions are granted to the consumer. r=anygregor 2014-10-16 11:25:35 +02:00
Ryan VanderMeulen
b87718267b Merge inbound to m-c. a=merge
CLOSED TREE
2014-10-15 14:31:16 -04:00
Ryan VanderMeulen
84d09e73ca Backed out changeset 8d198ef0b559 (bug 1082583) for test_headers.html failures.
CLOSED TREE
2014-10-15 13:17:06 -04:00
Carsten "Tomcat" Book
8b3a6338e5 Backed out changeset 6f411275b7ec (bug 1068740) for bustage on a CLOSED TREE 2014-10-15 16:50:45 +02:00
Thomas Zimmermann
98dcec15d2 Bug 1081981: Fix Out-of-bounds read when decoding BT properties, r=shawnjohnjr
Bluetooth's RSSI property is encoded as pointer to a signed 8-bit
value. Gecko currently interprets this as pointer to a 32-bit
value; so the result of dereferencing the pointer is undefined.

This patch fixes the bug by interpreting the RSSI property correctly.
2014-10-15 11:38:06 +02:00
Alphan Chen
ad4cfd9f60 Bug 1074593 - Add AddEntryAndNotify and RemoveEntryAndNotify for file/folder change when MTP in use. r=dhylands 2014-10-14 19:34:00 +02:00
Fabrice Desré
f46b32e993 Bug 982874 - Import / export API for apps : Part 2: dom/webapps implementation r=marco,sicking 2014-10-14 22:55:14 -07:00
Fabrice Desré
2cb62d547e Bug 982874 - Import / export API for apps : Part 1, temporary blobs r=bent 2014-10-14 22:55:14 -07:00
Edgar Chen
856f4cabf2 Bug 1081810 - Part 2: Get rid of DOMError.init. r=smaug 2014-10-14 11:09:07 +08:00
Edgar Chen
1057e938ec Bug 1081810 - Part 1: Implement IccCardLockError in C++. r=smaug 2014-10-13 12:35:53 +08:00
Wes Kocher
5b358466f8 Merge m-c to b2g-inbound a=merge 2014-10-14 17:36:36 -07:00
Wes Kocher
ae387ada3b merge inbound to m-c a=merge 2014-10-14 17:17:55 -07:00
Dave Hylands
13fc431da2 Bug 1072535 - Pt 2 - Make DeviceStorage notify all storage types that match a particular file extension. r=mikeh 2014-10-14 13:50:55 -07:00
Zoran Jovanovic
3322f49403 Bug 1077529 - Update Trusted Hosted Apps r=fabrice
Verify manifest of trusted hosted app on update instead
of just overwriting it.
---
 dom/apps/TrustedHostedAppsUtils.jsm |  8 ++++----
 dom/apps/Webapps.jsm                | 26 +++++++++++++++++++++-----
 2 files changed, 25 insertions(+), 9 deletions(-)
2014-10-14 12:28:16 -07:00
Carsten "Tomcat" Book
ef4ea1a486 Merge m-c to b2g-inbound 2014-10-14 15:54:06 +02:00
Dimi Lee
53190d1c98 Bug 1058440 - B2G NFC: enable debug when NFC debug is enabled. r=allstars.chh 2014-10-14 16:37:50 +08:00
Randell Jesup
1c4c354396 Backed out changesets ef6465b02d0d f749e3f70ffc ecd54a3fbfdd 8f472a850073 (bug 879717) 2014-10-13 22:18:22 -04:00
Wes Kocher
f5aa6677ce Merge m-c to inbound a=merge 2014-10-13 19:02:56 -07:00
Wes Kocher
cd9f702b23 Merge inbound to m-c a=merge 2014-10-13 18:50:20 -07:00
Benoit Jacob
b8c6efde9d Bug 1081125 - WebGL2 3D textures - Part 4: implement texSubImage3D - r=jgilbert 2014-10-13 19:42:29 -04:00
Benoit Jacob
68ab4b3e01 Bug 1081125 - WebGL2 3D textures - Part 3: implement texStorage3D - r=jgilbert 2014-10-13 19:42:24 -04:00
Benoit Jacob
ae5ab0e7bf Bug 1081125 - WebGL2 3D textures - Part 2: update our texture state tracking to handle 3D textures - r=jgilbert 2014-10-13 19:42:20 -04:00
Benoit Jacob
baf45833bf Bug 1081125 - WebGL2 3D textures - Part 1: add WebGLTexDimensions enum instead of using plain ints to distinguish between 2D and 3D calls - r=jgilbert 2014-10-13 19:42:15 -04:00
Benoit Jacob
1881e55755 Bug 1081125 - WebGL2 3D textures - Part 0: stop using plain ints for jsArrayTypes - r=jgilbert 2014-10-13 19:42:11 -04:00
Jan Varga
ba90e36b32 Bug 1056939 - indexedDB.open fails for certain database names - part 2; r=bent 2014-10-13 21:12:25 +02:00
Ben Turner
eade7b455f Bug 1056939 - indexedDB.open fails for certain database names - part 1; r=janv 2014-10-13 21:12:12 +02:00
Lisa Hewus Fresh
aa9a479afb Bug 589320 - Remove unused _MOZ_LOG macro. r=smaug 2014-10-13 11:06:49 -07:00
Ben Turner
0376d11277 Bug 1080867 - Tighten up threadsafety guarantees surrounding remote blobs. r=khuey. 2014-10-13 09:55:52 -07:00
Jessica Jong
515cd526d4 Bug 1074037 - (follow-up) fix undefined variable name. r=edgar 2014-10-13 23:12:47 +08:00
Ryan VanderMeulen
77e8bee35e Backed out 6 changesets (bug 989198, bug 1082963) for causing bug 1083231.
Backed out changeset a7c972407578 (bug 1082963)
Backed out changeset 94d1b30bde00 (bug 989198)
Backed out changeset 01e064ceb505 (bug 989198)
Backed out changeset f5a538109e36 (bug 989198)
Backed out changeset 3ff227d79d74 (bug 989198)
Backed out changeset 186743fc6f6d (bug 989198)

CLOSED TREE
2014-10-16 12:57:18 -04:00
Tom Tromey
e41dfd7adb Bug 1070089 - change timeline markers to have a consistent epoch (carrying forward r=smaug) 2014-10-17 16:02:42 -07:00
Chuck Lee
6e937ddf57 Bug 1079173 - Check existence of netId instead of check it's value. r=hchang 2014-10-13 10:05:33 +08:00
Jeff Gilbert
52a8915e2f Bug 912196 - Determine workarounds before we run dependent code. - r=kamidphish 2014-10-08 16:37:30 -07:00
Jeff Gilbert
4bbd093290 Bug 912196 - Handle alpha for webgl backbuffer copyTexImage reads. - r=kamidphish 2014-10-08 16:36:33 -07:00
Jeff Gilbert
da62b1f22c Bug 912196 - Deal with reading RGBA from RGBX. - r=kamidphish 2014-10-08 16:34:14 -07:00
Jeff Gilbert
2da594640c Bug 912196 - Fixes for D3D11 ANGLE. - r=kamidphish 2014-10-08 16:32:50 -07:00
Jeff Gilbert
78761b30a7 Bug 912196 - Workaround no-alpha-with-ANGLE in WebGL, not GLContext. - r=kamidphish 2014-10-08 16:30:01 -07:00
Carsten "Tomcat" Book
b11b77b493 Backed out changeset ac5e69c40ff1 (bug 1089480) for m-2 bustage on a CLOSED TREE 2014-10-28 08:21:10 +01:00
Wes Kocher
49862f3afe Backed out 3 changesets (bug 1087560) for bustage
Backed out changeset ecf4df03029a (bug 1087560)
Backed out changeset 12a016a84d6d (bug 1087560)
Backed out changeset 1b8b46616028 (bug 1087560)
2014-10-27 21:59:43 -07:00
Matt Woodrow
1e4e42b491 Bug 1089480 - Assume a start time of 0 for MSE videos. r=cajbir 2014-10-28 17:48:24 +13:00
Jeff Gilbert
9fbdf15c41 Bug 1087560 - Build GetContextAttributes from mOptions. - r=kamidphish 2014-10-24 18:09:18 -07:00
Jeff Gilbert
8e05002568 Bug 1087560 - Fix tests. - r=kamidphish 2014-10-22 14:58:58 -07:00
Jeff Gilbert
a448ea8faf Bug 1087560 - Rename mochitest tests to test_*. - r=kamidphish 2014-10-22 12:27:21 -07:00
Wes Kocher
9f7a69f0e7 Merge m-c to inbound a=merge 2014-10-27 18:07:44 -07:00
Jeff Gilbert
4a986c92d2 Bug 1089022 - Give WebGL conf. tests a longer timeout. - r=kamidphish 2014-10-15 15:40:41 -07:00
Chris Pearce
9f9b5ce3c9 Bug 1071482 - Break a cycle in TrackBuffer and SourceBufferDecoder's MediaTaskQueue's SharedThreadPool. r=cajbir 2014-10-28 13:21:13 +13:00
Chris Pearce
4fd4f36e75 Bug 1071482 - Make content encrypted via EME inaccessible from JS APIs. r=roc 2014-10-28 13:21:12 +13:00
Chris Pearce
db6e4e1a80 Bug 1071482 - Rename test_encryptedMediaExtensions to test_eme_playback to make it easier to run all eme tests with a wildcard. r=edwin
--HG--
rename : dom/media/test/test_encryptedMediaExtensions.html => dom/media/test/test_eme_playback.html
2014-10-28 13:21:12 +13:00
Chris Pearce
c414336ddf Bug 1071482 - Factor out EME load/setup code, so it can be reused in other tests more easily. r=edwin 2014-10-28 13:21:11 +13:00
Wes Kocher
63349d7e31 Backed out changeset 629b02d8c025 (bug 911142) for web-platform-4 test failures on a CLOSED TREE 2014-10-27 16:14:35 -07:00
Chris Pearce
8e5f0ff995 Bug 1088460 - Don't warn if we try to clear GMP storage when it's already clear. r=jesup 2014-10-28 11:19:25 +13:00
Masayuki Nakano
0dce5a393a Bug 1081992 Needs null check at notifying TextComposition of composition event being discarded r=smaug 2014-10-15 00:40:06 +09:00
Ehsan Akhgari
1d962eb79e Bug 839838 - Implement DOMRequest.then; r=sicking,bzbarsky
This is implemented by creating a Promise object internally and
forwarding the .then() call to it. Any further callbacks passed to
future .then() calls will be added as callbacks on the same internal
promise object. We also take care of resolving or rejecting the promise
if the success/error event of the DOMRequest object has been fired
before .then() is called.
2014-10-11 09:46:01 -04:00
Ms2ger
aa2acf8255 Bug 932350 - Re-enable dom-level0 tests.
They were disabled because the folder name is similar to the unrelated
dom-level1-core, dom-level2-core and dom-level2-html folders.
2014-10-14 16:55:13 +02:00
Felipe César
48f098d039 Bug 1080017 - Don't send Geolocation messages during shutdown. r=jdm 2014-10-13 17:28:00 -04:00
Benoit Jacob
7fbcbe373d Bug 1083936 - WebGL2: Add texImage3D - r=jgilbert,smaug 2014-10-16 22:03:34 -04:00
Chris Pearce
10ef42a275 Bug 1057891 - Remove some comments from MediaKey*.webidl now that the issue the comments were about has been resolved. r=bz 2014-10-17 11:47:11 +13:00
Eugen Sawin
e269f5a84b Bug 1061372 - [1/2] Remove event listener on screen orientation unlock.
--HG--
extra : rebase_source : 7ab058d153d18dfe518e97273d750c340e768a56
2014-10-08 16:31:44 +02:00
Carsten "Tomcat" Book
8c300b0dd1 Merge mozilla-central to mozilla-inbound 2014-10-21 15:55:25 +02:00
James Willcox
d55dd7470f Bug 1014614 - Support attach/detach of GLContext to AndroidSurfaceTexture r=jgilbert
--HG--
extra : rebase_source : f8ac8c505b5f9a4f307044b932aef50b99d38d4f
2014-10-21 08:53:01 -05:00
James Willcox
4ccc75ddae Bug 1014614 - Rename nsSurfaceTexture to AndroidSurfaceTexture r=jgilbert
--HG--
extra : rebase_source : 4f148d8a0c2f9ec2d939f9d9939dab897b435bef
2014-10-21 08:53:00 -05:00
Ben Turner
11a5d3b7a9 Bug 1079546 - Rework slice handling for remote blobs, r=khuey. 2014-10-07 16:09:55 -07:00
Chris Jones
e3d70da1dd Bug 1082997 - Add an option to explicitly disable skia-gpu and fix the build when it's disabled. r=mattwoodrow 2014-10-14 20:55:37 -07:00
Kartikaya Gupta
f5cd43f958 Bug 1013612 - Remove APZ-internal headers from being exported to non-layers code. r=botond 2014-10-16 09:23:52 -04:00
Kyle Huey
28d59dda96 Bug 1083724: Restore the optionality of string arguments to methods on PopupBoxObject. r=bz 2014-10-20 13:33:09 -07:00
Nikhil Marathe
b8edaa21bb Bug 1039846 - Patch 4: FetchDriver with about:, blob: and data: fetching. r=baku
--HG--
extra : transplant_source : o%29%0E%5D%90%11%FA%1ExO%26%7E%9D_%F2%E7%0B%FE%21%B2
2014-10-06 11:01:20 -07:00
Andrea Marchesini
671024d97d Bug 1081143 - datastore-update-* events should be dispatched as broadcast messages, r=fabrice 2014-10-20 20:47:12 +01:00
Tanvi Vyas
fe0b72ee7a Bug 1084513 - Add a null check on callingDoc before we try and get its principal. r=smaug 2014-10-20 12:43:41 -07:00
Andrew McCreight
e3abe2a016 Bug 727965 - Trigger CC_WAITING GCs based on number of freed JS objects and zones. r=smaug 2014-10-20 10:07:52 -07:00
Boris Zbarsky
1f2f961464 Bug 1084030. Store the promise creation and settlement timestamps and expose that information via PromiseDebugging. r=nsm 2014-10-20 13:02:21 -04:00
Bill McCloskey
9cfcf5de77 Bug 1081353 - Eliminate PPluginIdentifier (r=bsmedberg) 2014-10-20 09:47:25 -07:00
Andrea Marchesini
1a4cd4af0d Bug 1085297 - URLSearchParams, URLUtils and URLUtilsReadOnly should use USVStrings instead DOMStrings, r=smaug 2014-10-20 15:20:07 +01:00
Eddy Bruël
ef7f85f2e2 Bug 757133: Implement a WorkerDebuggerManager; r=khuey 2014-10-27 18:00:05 +01:00
Carsten "Tomcat" Book
f192cf08de Merge mozilla-central to mozilla-inbound 2014-10-27 16:03:46 +01:00
Ehsan Akhgari
8cfe8bd43c Bug 1088838 - Don't export CompositorChild.h, CompositorParent.h and ShadowLayersManager.h twice; r=BenWa 2014-10-27 08:57:36 -04:00
Chuck Lee
cbc63a944b Bug 1073342 - Remove non-necessary thread in WifiCertService. r=vchang 2014-10-02 19:43:48 +08:00
Bevis Tseng
d5c14d1ed5 Bug 1072367 - Part 3: broadcast system message "cdma-info-rec-received" in MobileConnectionService. r=echen 2014-10-03 14:23:41 +08:00
Bevis Tseng
586a5a5e11 Bug 1072367 - Part 2: Decode EXTENDED_DISPLAY & SIGNAL properly. r=echen 2014-10-02 18:26:37 +08:00
Bevis Tseng
5387d2fe84 Bug 1072367 - Part 1: Broadcast 'cdma-info-rec-received' system message per record. r=echen 2014-10-02 14:04:27 +08:00
Randell Jesup
74a272283a Bug 879717: bustage fix (unified builds) r=bustage 2014-10-13 01:01:51 -04:00
Ryan VanderMeulen
0b5623dde3 Bug 932350 - Re-enable the dom-level* mochitests on desktop platforms. 2014-10-14 10:31:15 -04:00
Benoit Jacob
d98ef5d0e7 Bug 1082277 - WebGL2: Catch GL errors such as OUT_OF_MEMORY in texStorage entry points - r=jgilbert 2014-10-14 08:55:08 -04:00
Benoit Jacob
5301476dad Bug 1082248 - Skip redundant deferred texture image initialization when doing full-image updates - r=jgilbert 2014-10-14 08:54:52 -04:00
Peter Van der Beken
8b6010b5ce Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz.
--HG--
extra : rebase_source : 7e0b1e2f60757b7758704dab3672ee829f3e4085
2014-10-01 20:43:26 +02:00
Peter Van der Beken
fe40c8a917 Bug 1082583 - Avoid shadowing iter variable in DOM bindings generated code. r=bz.
--HG--
extra : rebase_source : dcf91cdcb4676ac37772756d4ac42126352f3675
2014-10-14 16:12:36 +02:00