Tooru Fujisawa
054b1c4585
Bug 1041426 - Make error message for unexpected token more clear. r=jwalden
...
--HG--
extra : rebase_source : 1785f67732a81aa29dd81c8be765cf497a9b74c8
2014-09-09 19:08:14 +09:00
Jon Coppeard
93fa9ca8db
Bug 1045945 - Initialize the destroy principals callback for workers r=bent
2014-09-15 16:49:11 +01:00
Boris Zbarsky
188b3e07cb
Update some documentation to make it clearer. No bug, DONTBUILD
2014-09-15 11:00:25 -04:00
Carsten "Tomcat" Book
803b0dd6d9
Merge m-c to m-i
2014-09-15 14:34:27 +02:00
Carsten "Tomcat" Book
943c4b4489
merge fx-team to mozilla-central a=merge
2014-09-15 14:29:01 +02:00
Bobby Holley
3090e7865a
Bug 1060521 - Remove infrastructure for Xrayed NewResolve, GetProperty, and SetProperty on XPCWrappedNatives. r=peterv
2014-09-15 14:13:02 +02:00
Bobby Holley
04cf67421e
Bug 1065452 - Re-route exceptions directed at addon globals to their associated DOMWindow. r=bz
2014-09-15 14:12:13 +02:00
Rik Cabanier
91998dcf59
Bug 1047477 - "Add support for all blend mode to feBlend". r=longsonr r=bz
2014-09-12 16:32:00 +02:00
Makoto Kato
a35eb58171
Bug 975260 - Send each compositon character rect to chrome. r=masayuki
2014-09-15 16:11:08 +09:00
Mark Hammond
3cd7c18fda
Bug 1058433 - nsPermissionManager now records the mod-time of a permission and allows removal of ones modified since a specified time. r=ehsan
2014-09-15 11:33:12 +10:00
Phil Ringnalda
f3779e27ad
Merge m-c to m-i
2014-09-13 10:12:15 -07:00
Phil Ringnalda
b624d936aa
Merge b-i to m-c
2014-09-13 09:59:06 -07:00
Ben Turner
1a91d40956
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
...
--HG--
rename : dom/indexedDB/ipc/SerializationHelpers.h => dom/indexedDB/SerializationHelpers.h
rename : dom/indexedDB/ipc/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-child-process.js
rename : dom/indexedDB/test/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-parent-process.js
rename : dom/ipc/Blob.h => dom/ipc/BlobParent.h
rename : dom/ipc/FileDescriptorSetChild.cpp => ipc/glue/FileDescriptorSetChild.cpp
rename : dom/ipc/FileDescriptorSetChild.h => ipc/glue/FileDescriptorSetChild.h
rename : dom/ipc/FileDescriptorSetParent.cpp => ipc/glue/FileDescriptorSetParent.cpp
rename : dom/ipc/FileDescriptorSetParent.h => ipc/glue/FileDescriptorSetParent.h
rename : dom/ipc/PFileDescriptorSet.ipdl => ipc/glue/PFileDescriptorSet.ipdl
2014-09-13 12:12:19 -04:00
Shinuk Lee
268fba2548
Bug 1065866 - Abort StartRecording while previous call is in progress. r=mikeh
2014-09-11 21:55:00 -04:00
Giovanni Sferro
3f5f586cae
Bug 1055533 - Implement Element.closest(). r=bz
2014-09-13 15:08:00 +02:00
Robert Bindar
f96fef8cdb
Bug 1054415 - delete notification from the database when observing alertfinished. r=mhenretty
2014-09-12 16:50:00 +02:00
Milan Sreckovic
200bc99a3a
Bug 1038277 - Stop running test_2d.gradient.radial.outside3. See details in the bug as to why. r=gwright
2014-09-12 12:45:00 -04:00
Carsten "Tomcat" Book
d557d05d44
merge m-i to m-c a=merge
2014-09-12 15:07:38 +02:00
Carsten "Tomcat" Book
a447136c23
Backed out changeset 408273e953e9 (bug 886194) for test failures
2014-09-12 10:39:46 +02:00
Alexandre Lissy
e5a303a93b
Bug 1066044 - Make Mochitest pass on Mulet r=jmaher,ochameau
...
To get Mochitest green with Mulet, we need to disable a couple more of
tests. We also need to disable the crash on non local connections, as it
is being done for runtestsb2g.
2014-09-11 22:59:00 +02:00
Yuan Xulei
fcfee0071f
Bug 1035060 - Implement AbortablePromise. r=bz
2014-09-12 10:18:49 +08:00
Garvan Keeley
fcea22c7d2
Bug 1064266 - Use mcc and mnc from network, not from radio (ie SIM). r=kanru
2014-09-09 12:35:00 -04:00
Ryan VanderMeulen
37abdbb0e3
Merge b2g-inbound to m-c. a=merge
2014-09-11 18:15:16 -04:00
Carsten "Tomcat" Book
e393d7ab02
Merge m-c to b2g-inbound
2014-09-11 15:35:49 +02:00
Carsten "Tomcat" Book
f66b6a84d7
merge b2g-inbound to m-c a=merge
2014-09-11 15:32:27 +02:00
Thomas Zimmermann
48e0785a4b
Bug 1061489: Distribute Bluetooth HAL implementation among multiple files, r=shuang
...
The files BluetoothHALInterface.{cpp,h} are getting too large. This patch
moves helper functions and profile implementations into separate files.
2014-09-11 12:23:02 +02:00
Thomas Zimmermann
30444a212d
Bug 1061489: Move Bluedroid code out of BluetoothInterface.{cpp,h}, r=shuang
...
This patch moves BluetoothInterface.{cpp,h} to the generic section
of Gecko's Bluetooth code, and the Bluedroid implementation into
the new files BluetoothHalImplementation.{cpp,h}.
BluetoothHalImplementation.{cpp,h} contains all Bluedroid-specific
code. The classes in BluetoothInterface.{cpp,h} are now interfaces
for Gecko.
--HG--
rename : dom/bluetooth/bluedroid/BluetoothInterface.cpp => dom/bluetooth/bluedroid/BluetoothHALInterface.cpp
2014-09-11 12:23:01 +02:00
Carsten "Tomcat" Book
ea1a2d0c2e
Backed out changeset 8644a9c4b993 (bug 1061489) for bustage on a CLOSED TREE
...
--HG--
rename : dom/bluetooth/bluedroid/BluetoothHALInterface.cpp => dom/bluetooth/bluedroid/BluetoothInterface.cpp
2014-09-11 11:11:06 +02:00
Carsten "Tomcat" Book
c9f661feb9
Backed out changeset e2e2e6397253 (bug 1061489)
2014-09-11 11:10:32 +02:00
Thomas Zimmermann
090e184169
Bug 1061489: Distribute Bluetooth HAL implementation among multiple files, r=shuang
...
The files BluetoothHALInterface.{cpp,h} are getting too large. This patch
moves helper functions and profile implementations into separate files.
2014-09-11 09:38:13 +02:00
Thomas Zimmermann
ade38f127a
Bug 1061489: Move Bluedroid code out of BluetoothInterface.{cpp,h}, r=shuang
...
This patch moves BluetoothInterface.{cpp,h} to the generic section
of Gecko's Bluetooth code, and the Bluedroid implementation into
the new files BluetoothHalImplementation.{cpp,h}.
BluetoothHalImplementation.{cpp,h} contains all Bluedroid-specific
code. The classes in BluetoothInterface.{cpp,h} are now interfaces
for Gecko.
--HG--
rename : dom/bluetooth/bluedroid/BluetoothInterface.cpp => dom/bluetooth/bluedroid/BluetoothHALInterface.cpp
2014-09-11 09:38:10 +02:00
Jonathan Watt
99fd7ba00e
Bug 1064084, part 2 - Convert all consumers of gfxContext::Scale() to use gfxContext::SetMatrix()/Multiply(). r=Bas
2014-09-11 07:57:38 +01:00
Jonathan Watt
93e59c8bd5
Bug 1064084, part 1 - Convert all consumers of gfxContext::Translate() to use gfxContext::SetMatrix()/Multiply(). r=Bas
2014-09-11 07:57:38 +01:00
Ben Tian
34940fb0aa
Bug 1061481 - Patch 3/3: Implementation of BluetoothDevice.type attribute, f=tzimmermann, r=echou
2014-09-11 10:04:18 +08:00
Ben Tian
0a9141d2fd
Bug 1061481 - Patch 2/3: WebIDL change of BluetoothDevice.type attribute, r=bz
2014-09-11 10:03:52 +08:00
Ben Tian
4eca37ce95
Bug 1061481 - Patch 1/3: Cleanup WebIDL files, r=bz
2014-09-11 10:03:40 +08:00
Ryan VanderMeulen
eb14ebf16d
Merge m-c to inbound. a=merge
...
CLOSED TREE
2014-09-10 18:36:26 -04:00
EKR
36800a3f4b
Bug 1063730
- Require HTTPS for Screen/window sharing. r=mt,sstamm
2014-09-10 15:01:44 -07:00
Ryan VanderMeulen
cef6a37510
Backed out changeset 661f503ea524 (bug 1053966) for Mnw perma-fail.
2014-09-10 12:36:12 -04:00
Mike Habicher
85a40223c1
Bug 1054803 - improve size-matching algorithm, r=aosmond
2014-09-10 11:48:55 -04:00
Shawn Ku
522bc839cc
Bug 1064647 - B2G RIL: Treat 0x90, 0x91, 0x9E and 0x9F as a success results for sw1 regarding ICC_IO. r=Edgar
2014-09-09 22:25:14 +08:00
Krzysztof Mioduszewski
3397687a7e
Bug 1063525 - Remove getEventType method from nsNfc.js. r=allstars.chh
2014-09-09 05:56:00 -04:00
Garner Lee
808e8f9b50
Bug 1062672 - B2G NFC: Typo for 'ESE' in HCI Event origin. r=allstars.chh
2014-09-08 15:15:00 -04:00
Edgar Chen
9780f77d43
Bug 1065205 - Read IccId after we process appType and fallback to SIM configuration if appType is still unknown. r=vyang
2014-09-10 11:28:21 +08:00
Carsten "Tomcat" Book
5c8c11638e
Merge m-c to b2g-inbound
2014-09-10 15:21:17 +02:00
Valentin Gosu
c69a596dda
Bug 936814 - Part 3: Add tests for cross origin resource timing check r=bz
2014-09-10 10:00:59 +03:00
chiajung hung
95d0877f5c
Bug 1065759 - Fix a nit in CanvasRenderingContext2D::EnsureTarget. r=gwright
2014-09-10 23:04:00 +02:00
Bob Owen
61056aa4db
Bug 1018988 - Set up a low integrity temp directory when using the Windows content sandbox. r=mrbkap r=tabraldes r=froydnj
2014-09-10 12:36:17 +01:00
Ryan VanderMeulen
803f422862
Backed out changeset 5a952abc6c2f (bug 1035454) for Android debug M4 permafail.
...
--HG--
extra : rebase_source : 3e27fb16750f0df9bda5d83138bebf5932adc3fd
2014-09-11 01:24:17 -04:00
Ben Turner
43e13298d1
Bug 1035454 - Don't send 'Webapps:UnregisterForMessages' at xpcom-shutdown, r=fabrice.
2014-09-10 20:34:41 -07:00