Commit Graph

26355 Commits

Author SHA1 Message Date
Nils Ohlmeier [:drno]
42bbab71d5 Bug 1060102 - added test cases for non trickle ICE offer-answer. r=bwc 2014-10-08 16:40:00 +02:00
Martijn Wargers
09f43ec826 Bug 1062367 - Intermittent test_bug883784.xul | Exception wanted - Result logged after SimpleTest.finish(). r=baku 2014-10-06 19:16:25 +02:00
Nathan Froyd
c5a4f86a26 Backout c41ceb365f00, 626abc356c25, and b756cab77bac (bug 839838) for non-unified build bustage on a CLOSED TREE 2014-10-08 20:43:33 -04:00
Wes Kocher
f1ed9ce208 Merge m-c to inbound a=merge CLOSED TREE 2014-10-08 17:14:42 -07:00
Wes Kocher
eec55b928f Merge b2g-inbound to m-c a=merge 2014-10-08 16:49:26 -07:00
Andrew McCreight
50a4226f7d Bug 943516 - Add weak map wrapper preserving key callback to workers. r=peterv on a CLOSED TREE 2014-10-08 16:27:55 -07:00
Jan Jongboom
fefd025806 Bug 1067255 - Disallow cut and copy in password fields. r=ehsan 2014-10-08 16:27:31 -07:00
Jan Jongboom
27ab51afe5 Bug 1059163 - Add a mutation observer to contenteditable elements to detect selection changes that nsISelectionPrivate misses r=xyuan 2014-10-08 16:27:27 -07:00
Ehsan Akhgari
2d1df489a6 Bug 839838 follow-up - Use the mozilla namespace for ThreadsafeAutoSafeJSContext
Landed on a CLOSED TREE
2014-10-08 19:07:30 -04:00
Ehsan Akhgari
47114c2720 Bug 839838 follow-up - Add the necessary #include for ThreadsafeAutoSafeJSContext
Landed on a CLOSED TREE
2014-10-08 19:05:49 -04:00
Eric Rahm
96050f224f Bug 806819 - Part 4: Add files that were excluded from unified builds back in. r=ehsan 2014-10-08 13:19:14 -07:00
Eric Rahm
f6bb65afb3 Bug 806819 - Part 3: Remove redundant FORCE_PR_LOG entries. r=ehsan 2014-10-08 13:17:32 -07:00
Andrew McCreight
d73e367136 Bug 1047483 - Fix Windows non-unified build bustage again.
CLOSED TREE a=RyanVM
2014-10-08 12:39:25 -07:00
Andrew McCreight
1e5511079f Bug 1047483 - Fix Windows non-unified build bustage. 2014-10-08 11:40:59 -07:00
Jason Orendorff
907735d0c8 Bug 1026918, part 2 - Rename js::GetPropertyNames -> GetPropertyKeys. r=efaust.
--HG--
extra : rebase_source : 359dceadb4dfcfc9c724d2995c121a56af610c7d
2014-09-26 19:39:35 -05:00
Jason Orendorff
b2769f4dd7 Bug 1026918, part 1 - Rename BaseProxyHandler::getOwnPropertyNames -> ownPropertyKeys to match the ES6 [[OwnPropertyKeys]] internal method. r=efaust, r=bz.
Also renamed in this patch:

ENUMERATE_IF_DEFINED -> ADD_KEYS_IF_DEFINED
XrayEnumerateAttributesOrMethods -> XrayAttributeOrMethodKeys
XrayEnumerateNativeProperties -> XrayOwnNativePropertyKeys
XrayEnumerateProperties -> XrayOwnPropertyKeys
WrapperOwner::getPropertyNames -> getPropertyKeys

These make sense because JSITER_* flags are involved; the functions in
question are not for finding enumerable properties only.

--HG--
extra : rebase_source : 35fb0fa3c8f3d7bc952409ea8c584e58f3c1d78f
2014-09-26 15:16:36 -05:00
Andrea Marchesini
fc619d0e57 Bug 1047483 - patch 6 - Fixes for Webplatform tests, r=bz 2014-10-08 17:15:23 +01:00
Andrea Marchesini
91571652a3 Bug 1047483 - patch 5 - Remove 'name' in the FilePropertyBag dictionary, r=smaug 2014-10-08 17:15:23 +01:00
Andrea Marchesini
61a0781726 Bug 1047483 - patch 4 - Removing nsDOMBlobBuilder, r=ehsan
--HG--
rename : content/base/src/nsDOMBlobBuilder.cpp => content/base/src/MultipartFileImpl.cpp
rename : content/base/src/nsDOMBlobBuilder.h => content/base/src/MultipartFileImpl.h
2014-10-08 17:15:23 +01:00
Andrea Marchesini
2f672ff2db Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
2014-10-08 17:15:23 +01:00
Andrea Marchesini
cc23d6dced Bug 1047483 - patch 2 - Renaming nsDOMFileList to FileList, r=ehsan 2014-10-08 17:15:23 +01:00
Andrea Marchesini
2ca496756f Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-08 17:15:22 +01:00
Peter Van der Beken
33735a103a Bug 1079787 - Switch txMozillaXSLTProcessor to NS_IMPL_CYCLE_COLLECTION. r=mccr8.
--HG--
extra : rebase_source : d32b38d515a33e1f8d79571907407ccf273fc552
2014-10-01 20:43:09 +02:00
Jonathan Kew
db9717b303 Bug 902799 - Support textruns with vertical writing modes when drawing Canvas2D text. r=bas 2014-10-06 16:19:36 +01:00
Carsten "Tomcat" Book
a1614aafed Merge m-c to mozilla-inbound 2014-10-08 15:57:31 +02:00
Carsten "Tomcat" Book
63832ef4d2 merge b2g-inbound to mozilla-central a=merge 2014-10-08 15:50:32 +02:00
Carsten "Tomcat" Book
9f05a55e58 merge mozilla-inbound to mozilla-central a=merge 2014-10-08 15:45:22 +02:00
Carsten "Tomcat" Book
6e220c15f2 Backed out changeset 88bb2a142e10 (bug 902799) on smaugs requests for regressions/crashes 2014-10-08 15:41:35 +02:00
Donato Sciarra
ee993e3fe6 Bug 1074886 - URLSearchParams.get() should return null (not empty string) when not find pair. r=bzbarsky 2014-10-07 10:06:00 +02:00
Ryan VanderMeulen
907caa0110 Merge m-c to fx-team. a=merge 2014-10-07 16:14:26 -04:00
Ryan VanderMeulen
e1c00f7ca3 Merge inbound to m-c. a=merge 2014-10-07 16:00:48 -04:00
Ryan VanderMeulen
671d1a817e Backed out 7 changesets (bug 1047483, bug 1079301, bug 1079335) for webplatform test failures.
Backed out changeset 7d06b68c44d0 (bug 1079335)
Backed out changeset 92030169528e (bug 1079301)
Backed out changeset c09d7f95554a (bug 1047483)
Backed out changeset c199f1057d7e (bug 1047483)
Backed out changeset 18830d07884c (bug 1047483)
Backed out changeset e087289ccfbb (bug 1047483)
Backed out changeset 6238ff5d3ed0 (bug 1047483)

CLOSED TREE

--HG--
rename : content/base/public/File.h => content/base/public/nsDOMFile.h
rename : content/base/src/MultipartFileImpl.cpp => content/base/src/nsDOMBlobBuilder.cpp
rename : content/base/src/MultipartFileImpl.h => content/base/src/nsDOMBlobBuilder.h
rename : content/base/src/File.cpp => content/base/src/nsDOMFile.cpp
2014-10-07 13:16:11 -04:00
Andrea Marchesini
d7a1da3601 Bug 1079335 - Blob/File headers should be used in Fetch API, r=peterv - CLOSED TREE 2014-10-07 17:02:28 +01:00
Andrea Marchesini
63e3f3c579 Bug 1047483 - patch 5 - Remove 'name' in the FilePropertyBag dictionary, r=smaug 2014-10-07 15:20:59 +01:00
Andrea Marchesini
13abeabca9 Bug 1047483 - patch 4 - Removing nsDOMBlobBuilder, r=ehsan
--HG--
rename : content/base/src/nsDOMBlobBuilder.cpp => content/base/src/MultipartFileImpl.cpp
rename : content/base/src/nsDOMBlobBuilder.h => content/base/src/MultipartFileImpl.h
2014-10-07 15:20:57 +01:00
Andrea Marchesini
e4f682ba94 Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
2014-10-07 15:20:55 +01:00
Andrea Marchesini
81645883f6 Bug 1047483 - patch 2 - Renaming nsDOMFileList to FileList, r=ehsan 2014-10-07 15:20:53 +01:00
Andrea Marchesini
0e29ce2ea6 Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-07 15:20:52 +01:00
Bill McCloskey
b030bd8399 Bug 1049879 - Remove urgent and rpc message types and replace with message priorities (r=dvander,bent,ehsan) 2014-10-07 21:32:45 -07:00
Carsten "Tomcat" Book
f107ebbec3 Backed out changeset e56bf4ea89fb (bug 1049879) for bustage in emulator debug builds on a CLOSED TREE 2014-10-08 08:03:57 +02:00
Dave Townsend
518e059ea3 Bug 1068412: Forward dynamically registered resource URI mappings to content processes. r=billm 2014-10-07 10:29:40 -07:00
Wes Kocher
159b48d0cf Merge m-c to inbound a=merge CLOSED TREE 2014-10-06 20:59:17 -07:00
Wes Kocher
f63c5bb4eb Backed out changeset 645d5e930e23 (bug 1067305) for inadvertently disabling all media tests on some platforms CLOSED TREE 2014-10-06 19:11:39 -07:00
Wes Kocher
5d7f3c7007 Backed out 5 changesets (bug 806819) for WinXP test failures on a CLOSED TREE
Backed out changeset 009ae35b0c67 (bug 806819)
Backed out changeset 5a57f87f5061 (bug 806819)
Backed out changeset f06cd735b5b3 (bug 806819)
Backed out changeset e25a2a8d4af4 (bug 806819)
Backed out changeset 70a167982c3f (bug 806819)
2014-10-06 16:32:50 -07:00
Andrew McCreight
44945093fb Bug 1073597, part 3 - Lazify creation of the CPOW manager in CpowIdHolder. r=billm 2014-10-06 15:45:42 -07:00
Andrew McCreight
fca17681ea Bug 1073597, part 2 - Factor out common base class for GetCPOWManager. r=smaug 2014-10-06 15:45:42 -07:00
Andrew McCreight
4397abb1f4 Bug 1073597, part 1 - Don't get a CPOW manager to wrap unless there are CPOWs. r=smaug 2014-10-06 15:45:42 -07:00
Ryan VanderMeulen
96a15f3c66 Merge inbound to m-c. a=merge 2014-10-06 17:05:56 -04:00
Szu-Yu Chen [:aknow]
d404ff07bc Bug 1069862 - Use serviceClass 0 to query callbarring option. r=hsinyi 2014-10-06 03:07:00 -04:00
Carsten "Tomcat" Book
697adf6cd4 Merge m-c to b2g-inbound 2014-10-06 15:54:45 +02:00