Commit Graph

62 Commits

Author SHA1 Message Date
Alexandre Lissy
fd47f66b1b Bug 1136784 - Add screenshot to LogShake produced data. r=ochameau, r=gwagner 2015-03-11 01:35:00 -04:00
Alexandre Lissy
7635f89c82 Bug 1137659 - Re-enable LogShake xpcshell tests on B2G Emulator debug. r=me 2015-02-27 04:25:00 -05:00
jp111
6137a8c380 Bug 958147 - Choose one of run-if or skip-if and get rid of the other. r=ted 2015-01-28 06:17:00 -05:00
Alexandre Lissy
ff6bd46c37 Bug 1103958 - Dump Gecko AppInfos and about:memory in LogShake. r=gwagner 2015-01-26 13:16:00 -05:00
Shih-Chiang Chien
c51a1c2a25 Bug 1080474 - Part 3 - Presentation UI glue for Firefox OS. r=fabrice. 2014-10-13 17:05:50 +08:00
Carsten "Tomcat" Book
f15a4ceaa1 Backed out changeset a5adaf7a846c (bug 1103958) for failing X1 Tests 2015-01-09 14:04:04 +01:00
Alexandre Lissy
ab0dc8138f Bug 1103958 - Dumping Gecko AppInfos and about:memory in LogShake. r=gwagner 2015-01-08 06:05:00 +01:00
Alexandre Lissy
b1a47c39c4 Bug 1079322 - Extract properties using libc functions. r=gwagner
The LogShake features allows one to shake its device to be able to dump
a set of useful logging informations. This includes several log files,
and also the Android properties. In the past, we relied on the
/dev/__properties__ file to extract their content by parsing its value.
This is duplicate work from the bionic libc and libcutils library.
Worst, the format used to store the values in this file has been changed
between JellyBean and Kitkat, so our parser was not able to dump the
values: that explains bug 1079322. To fix this we make use of some of
the underlying libc-defined functions used to iterate and get properties
values:
 - __system_property_find_nth() to retrieve one arbitrary property by
   its number (starting from 0), and this returns a struct containing
   all the informations
 - __system_property_read() to read the values contained in the struct
   that was previously retrieved
2014-11-12 06:31:00 +01:00
Alexandre Lissy
f159c5a041 Bug 1092074 - Make LogShake feature resilient to read/parse errors. r=gwagner
In the event of broken/unexpected things, we would like to have even a
partial log set dump. This happens for parsing properties values on
Kitkat builds: the current code does all the parsing itself, but the
format of storage of properties evolved with Kitkat base system, and
this makes LogParser to fail, as documented in bug 1079322. Even if we
miss some values, it can still be useful to have the other remaining
ones.
2014-10-31 05:47:00 +01:00
Jan-Ivar Bruaroey
54d43d8dad Bug 1033885 - return MediaStreamError instead of error strings, to spec. r=bz, r=jesup 2014-10-27 15:42:56 -04:00
Andrea Marchesini
8f8ec51372 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
Ryan VanderMeulen
cd3e8a6f73 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
c8190ba625 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
Birunthan Mohanathas
02533aaee7 Bug 1045289 - Change uses of "XPCom" to "XPCOM". r=froydnj 2014-09-26 07:20:23 +03:00
Alexandre Poirot
75e1b8902b Bug 1062107 - Fix system app listener removal. r=fabrice 2014-09-04 03:04:00 +02:00
Ryan VanderMeulen
6c8cf7e914 Backed out changeset 3390001fd2a6 (bug 1062107) for mochitest failures. 2014-09-03 12:50:22 -04:00
Fabrice Desré
22294f914a Bug 1062107 - System JS : ERROR http://mochi.test:8888/tests/b2g/components/test/mochitest/systemapp_helper.js:97 - TypeError: assert is not a function r=ochameau r=ochameau 2014-09-03 08:35:45 -07:00
1f9e3f30c2 Bug 1019816 - Developer option to store logcat to sdcard by shaking the phone. r=gerard-majax 2014-08-22 10:32:00 +02:00
Ryan VanderMeulen
d84fbe1b1f Bug 1019572 - Disable test_permission_gum_remember.html on opt builds as well.
DONTBUILD
2014-07-18 09:43:37 -04:00
Shih-Chiang Chien
f4946dd110 Bug 1019572 - disable test_permission_gum_remember.html on b2g-emulator debug build. r=RyanVM. 2014-07-16 18:33:00 +02:00
Alfredo Yang
8fb6b66add Bug 984274 - Remove WebappsUpdateTimers in B2G mochitests. r=fabrice 2014-06-30 23:59:00 -04:00
Jed Parsons
013b94f495 Bug 1036198 - rejection not defined in _handleGetAssertionError. r=spenrose 2014-07-08 18:00:25 -07:00
Ed Morley
d922996b81 Bug 984274 - Disable test_sandbox_permission.html on B2G for too many intermittent failures
--HG--
extra : rebase_source : 1774eb1f371100ab13d1711855776d4d708395fd
2014-06-19 09:43:48 +01:00
Mike Habicher
0dfa16ea76 Bug 1022705 - allow StopRecordingImpl() to be called from any thread, r=jesup 2014-06-10 09:52:22 -04:00
Ryan VanderMeulen
acc1b223a0 Bug 984274 - Disable test_sandbox_permission.html for frequent failures on a CLOSED TREE. 2014-06-07 01:12:33 -04:00
Shih-Chiang Chien
60c8fc40f6 Bug 1019572 - Manually stop the media stream in test_permission_gum_remember.html. r=baku. 2014-06-05 05:07:00 -07:00
Vivien Nicolas
80790aa8f7 Bug 1015894 - Use window.realFrameElement into b2g/components/ContentPermissionPrompt.js to dispatch the permission request to the correct iframe. r=ochameau 2014-06-04 20:11:06 +02:00
Ryan VanderMeulen
3d3ce28f0f Backed out 5 changesets (bug 1015871, bug 1020257, bug 1015887, bug 1005888, bug 1015894) for desktop B2G mochitest failures on a CLOSED TREE.
Backed out changeset dbcb9974b640 (bug 1020257)
Backed out changeset 3220b7b2efc9 (bug 1015894)
Backed out changeset 4e23647ae247 (bug 1015887)
Backed out changeset 59df0cdacc15 (bug 1015871)
Backed out changeset e7124b07804b (bug 1005888)
2014-06-04 16:07:06 -04:00
Vivien Nicolas
d1f8d19075 Bug 1015894 - Use window.realFrameElement into b2g/components/ContentPermissionPrompt.js to dispatch the permission request to the correct iframe. r=ochameau 2014-06-04 20:11:06 +02:00
Shih-Chiang Chien
8cf6c4014d Bug 978660 - no need to prompt if gUM is already granted. r=fabrice. 2014-05-13 13:58:04 +08: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
Sam Penrose
ba8ef55ac1 Bug 981210 - FxAccountsManager.jsm and consumers: change "accountId" attribute to "email" r=jedp 2014-04-29 14:47:59 -07:00
Alexandre Poirot
6b82f43a5f Bug 963239 - Implements "SystemAppProxy.jsm" to abtract and ease interacting with the system app from platform code. r=vingtetun 2014-04-07 09:59:48 -04:00
Shih-Chiang Chien
2717fc214c Bug 981113 - Fix unreferenced JS error. r=fabrice 2014-03-12 08:29:23 -04:00
Carsten "Tomcat" Book
5d5e9aeb99 Merge mozilla-central to fx-team on a CLOSED TREE 2014-02-25 15:42:32 +01:00
Shih-Chiang Chien
042d8b4283 Bug 898949 - Part 3, test case for option list in permission request, r=fabrice. 2014-02-13 12:16:07 +08:00
Jed Parsons
5f0a01570c Bug 963835 - B2G fixes for FxA client handle incorrect capitalization in emails. r=ferjm 2014-01-31 15:21:46 -08:00
Alfredo Yang
54cc848d92 Bug 853356 - gUM video prompt for sandbox testcase. r=amarchesini 2014-02-09 15:34:44 -05:00
John Hu
90461dda1b Bug 949944 - [B2G][Helix][Browser][Wallpaper] Use new File([blob], filename) to return a blob with filename when picking. r=fabrice 2014-01-06 16:07:18 +08:00
Alfredo Yang
f65a1f7aa0 Bug 951997 : Create content sandbox permission prompt test. r=amarchesini, jgriffin 2014-01-02 20:43:54 +01:00
Mike Hommey
e80e877ab7 Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
Mike Hommey
317149d3d5 Bug 939042 - Remove library building related variables in directories that build no C/C++ sources. r=mshal 2013-11-19 11:47:29 +09:00
Ms2ger
4807f1c86c Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps 2013-08-22 08:55:59 +02:00
Mihai Cirlanaru
0f836c538b Bug 873511 - Correctly parse 'tel:' links that contain whitespaces. r=fabrice 2013-07-26 11:20:17 -04:00
Joey Armstrong
26736a0ee2 bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
Jed Parsons
00b64393bb Bug 864886 - logout() logs out all tabs with the same origin. r=benadida 2013-04-30 16:29:35 -07:00
Joey Armstrong
321d063783 bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:49:00 -04:00
Arthur Chen
9c53042a1a Bug 832946 - Ignore numbers start with '#' or '*' and end with '#'. r=gwagner 2013-04-12 08:20:31 -04:00
Kyle Machulis
72a717a860 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Kyle Machulis
43628a7867 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00