Commit Graph

308 Commits

Author SHA1 Message Date
Christoph Kerschbaumer
38d2f64861 Bug 1243924 - Convert remaining callsites within dom/ to use channel.open2() (r=sicking) 2016-01-29 09:24:25 -08:00
Andrew McCreight
6f289eef50 Bug 1226291 - Add SpecialPowers API for importing a jsm into the main process. r=jmaher 2015-11-25 12:34:08 -08:00
Wes Kocher
91c3a08bb3 Backed out changeset 7fd167583034 (bug 1226291) for android m(16) failures CLOSED TREE 2015-11-20 12:00:13 -08:00
Andrew McCreight
a80c31568f Bug 1226291 - Add SpecialPowers API for importing a jsm into the main process. r=jmaher 2015-11-20 09:18:22 -08:00
Andrew McCreight
b4bde9a2a3 Bug 1224338 - Run ContactsService.jsm in the parent process in e10s builds. r=gwagner 2015-11-16 09:52:17 -08:00
Carsten "Tomcat" Book
9f1c0bf17d Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
Backed out changeset 647025383676 (bug 1202902)
Backed out changeset d70c7fe532c6 (bug 1202902)
2015-10-07 14:03:21 +02:00
Carsten "Tomcat" Book
9eaa0d1abc Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
Backed out changeset cfc1820361f5 (bug 1202902)
2015-10-07 12:13:45 +02:00
Shu-yu Guo
53a85861c1 Bug 1202902 - Scripted fix the world. 2015-10-06 14:00:31 -07:00
Tooru Fujisawa
65c8e155c7 Bug 1207494 - Part 5: Remove use of expression closure from dom/contacts/. r=reuben 2015-09-23 18:39:13 +09:00
Shu-yu Guo
d8faa01cea Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
Reuben Morais
1f6056e2c2 Bug 1171678 - Follow up, whitespace. DONTBUILD 2015-08-07 13:15:49 -03:00
Reuben Morais
fd2c632df6 Bug 1171678 - Use pushPermissions instead of setPermissions in contacts tests. r=felash
CLOSED TREE
2015-08-06 17:10:00 -04:00
Reuben Morais
8e52f0fddd Bug 967258 - Skip test_contacts_basics2.html on XP. r=RyanVM 2015-08-06 21:56:16 -03:00
Boris Zbarsky
3ee7f9fb42 Bug 1174954 part 1. Stop throwing DOMErrors from JS-implemented webidl, since we can now throw content-side Errors instead. r=bholley 2015-06-16 16:44:10 -04:00
Christoph Kerschbaumer
459f85fe51 Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - update newChannel2 (r=sicking,paolo) 2015-05-21 19:52:03 -07:00
Ehsan Akhgari
382b6d4528 Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
Ms2ger
82c2faeae3 Bug 949614 - Use === for SimpleTest.is; r=Waldo
This is more likely to be correct, and a necessary step in case we ever want
to move to Object.is.

This keeps ise as an alias for is, and introduces is_loosely for the old
behaviour.
2015-04-14 15:28:13 +02:00
Jonathan Griffin
84011a87cc Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown 2015-02-06 16:30:37 -08:00
Boris Zbarsky
0b079cb32c Bug 1137591 part 2. Throw if someone does Cu.importGlobalProperties in a Window scope. r=bholley 2015-03-03 21:01:58 -05:00
Christoph Kerschbaumer
ab8cab99ab Bug 1087728: Make JS callers of ios.newChannel call ios.newChannel2 in dom/contacts (r=fabrice) 2015-02-05 12:53:45 -08:00
Fernando Jimenez
a1404ab14c Bug 1114520 - [Flame][Contacts]All contacts will disappear after you delete one contact. Follow-up. r=reuben 2015-01-30 10:29:39 +01:00
Ben Turner
ec98d30d61 Bug 1103446 - Avoid too many Cu.cloneInto when constructing new mozContacts. r=bholley 2015-01-22 14:27:56 +08:00
Fernando Jimenez
b88c80a902 Bug 1114520 - [Flame][Contacts]All contacts will disappear after you delete one contact. r=gwagner 2015-01-15 08:47:49 +01:00
Chris Peterson
9fe0ffc6db Bug 1108304 - Remove deprecated let block in dom/contacts/fallback/ContactDB.jsm. r=reuben 2014-11-30 00:12:48 -08:00
Vaibhav Agrawal
7ccff585e5 Bug 1083347 - Patch to remove entries in androidx86.json and annotate manifests. r=gbrown 2014-10-31 10:31:00 +01:00
Vaibhav Agrawal
c25beabd82 Bug 1089030 - Invalid mochitest skipped in dom/contacts/tests/mochitest.ini. r=jmaher 2014-10-29 22:00:00 -04:00
Reuben Morais
7a3e554623 Bug 1072773 - Make sure ContactDB remove and save happen within a single transaction. r=gwagner 2014-10-22 20:11:02 -02: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
b225cd6d5c Backed out changeset f461eb1653f1 (bug 1081873) for B2g M5 Test failures 2014-10-16 15:43:20 +02: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
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
2ca496756f Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-08 17:15:22 +01: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
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
0e29ce2ea6 Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-07 15:20:52 +01:00
Shu-yu Guo
285e8aa396 Bug 1001090 - Part 4: Fix errors in chrome code. (r=zombie,gavin,fitzgen,dcamp,bgrins,fabrice,gwagner,margaret,mrbkap,mak,njn,vicamo) 2014-09-15 16:30:46 -07:00
Ms2ger
e99bd12a4b Bug 1043963 - Collapse test-only moz.build files under dom/ into ancestor moz.build files; r=ted
There is very little benefit to having another layer of moz.build files, and
removing them will speed up the build a minimal amount. It also paves the way
for removing TEST_DIRS, which could simplify the build system somewhat.
2014-07-26 08:17:24 +02:00
Fabrice Desré
3cb9faec46 Bug 1037030 - Fix ContactManager.js permission prompting. r=gwagner 2014-07-14 10:31:15 -07:00
Mark Finkle
bc23f07992 Bug 1037128 - Regression: Contact API usage is being prompt on webpages r=fabrice 2014-07-14 10:31:16 -07:00
Wes Kocher
b9c05514f8 Backed out changeset 6ac0f97c0c09 (bug 1037030) 2014-07-14 15:59:03 -07:00
Wes Kocher
f5be88750c Backed out changeset a6ecd3131b8a (bug 1037128) 2014-07-14 15:58:56 -07:00
Mark Finkle
a16a2eb1f0 Bug 1037128 - Regression: Contact API usage is being prompt on webpages r=fabrice 2014-07-14 10:31:16 -07:00
Fabrice Desré
b177de0428 Bug 1037030 - Fix ContactManager.js permission prompting. r=gwagner 2014-07-14 10:31:15 -07:00
Fabrice Desré
300974a052 Bug 1024513 - JavaScript Error: "NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: [JavaScript Error: "targetElement is null" r=smaug
* * *
Bug 1024513 - followup to get ASAN builds r=me
2014-07-07 21:45:23 -07:00
Ed Morley
04ad4b9b37 Backed out changeset a2f2a28e0856 (bug 1024513) for build failures 2014-07-08 16:03:04 +01:00
Fabrice Desré
fb6b7b9cea Bug 1024513 - JavaScript Error: "NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: [JavaScript Error: "targetElement is null" r=smaug 2014-07-07 21:45:23 -07:00
Fabrice Desré
8ba7ba40e7 backout a6ae40c60e77 for build failures 2014-07-07 22:21:51 -07:00
Fabrice Desré
a2c91fc105 Bug 1024513 - JavaScript Error: "NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: [JavaScript Error: "targetElement is null" r=smaug 2014-07-07 21:45:23 -07:00
Fabrice Desré
6d852e51f5 Bug 1024157 - Lazy load more js modules - Part 2: contacts r=gwagner 2014-05-07 15:53:16 -07:00
Andrea Marchesini
45c2db850b Bug 1030844 - Get rid of nsIDOMWindowUtils.getFile/getBlob, r=janv 2014-06-26 23:05:25 -07:00