Jeff Hammel
ebadeaffcb
follow-up: Bug 838733 - generate_diff.py should have a convenience mode for staging;r=ahal ; DONTBUILD because NPOTB
2013-03-13 13:07:05 -07:00
Jeff Hammel
4030494339
Bug 838733 - generate_diff.py should have a convenience mode for staging;r=ahal ; DONTBUILD because NPOTB
2013-03-12 13:21:57 -07:00
Gregory Szorc
2046d9f43e
Bug 784841 - Part 18η: Convert /testing; r=ted
2013-02-25 13:05:39 -08:00
Jeff Hammel
829afba4c6
Bug 838074 - mirror test.py, test.ini, setup_development.py -> m-c;r=jgriffin
...
--HG--
extra : rebase_source : 4f597fe8d636a49ac7dce8e93f67de503bb5cd48
2013-02-12 16:57:03 -08:00
Geoff Brown
747a211891
Bug 838604 - Add mozcrash to tests.zip; r=jgriffin
2013-02-06 10:13:22 -07:00
Jeff Hammel
df0d0abb88
Bug 837870 - mozbase README.md -> m-c, remove m-c README;r=wlach
2013-02-05 14:23:19 -08:00
Ehsan Akhgari
1dccca58b9
Backed out changeset 7fc9c8f622c5 (bug 837870) because it broke the build, landing on a CLOSED TREE
2013-02-05 13:56:54 -05:00
Jeff Hammel
41dce88ae4
Bug 837870 - mozbase README.md -> m-c, remove m-c README;r=wlach
...
--HG--
extra : rebase_source : a6758168b7525d5594c9ca597b78eadd45e368e5
2013-02-05 10:33:57 -08:00
Jeff Hammel
a220f76fed
Bug 830996 - implement a way to DRY mozbase packages for m-c;r=wlach ; DONTBUILD because NPOTB
2013-01-23 10:46:43 -08:00
Jeff Hammel
0de49ebb05
Bug 825957 - mirror mozcrash 0.3 from github to m-c;r=jmaher
...
--HG--
extra : rebase_source : 66105fc53438e7cd3e4f1b2dbaacbaa270e02f34
2013-01-07 16:41:35 -08:00
Jeff Hammel
31307ca4d2
Bug 811527 - generate_diff.py does not ensure that m-c mirror of mozbase is internally compatible;r=jmaher ; follow-up, DONTBUILD because NPTOB
2013-01-07 11:02:19 -08:00
Jeff Hammel
199647096c
Bug 811527 - generate_diff.py does not ensure that m-c mirror of mozbase is internally compatible;r=wlach ; DONTBUILD because NPOTB
2013-01-04 13:55:29 -08:00
Andrew Halberstadt
387b2d541f
Bug 821865 - Update mozdevice to version 0.18, r=jhammel
2012-12-20 10:24:25 -05:00
Jeff Hammel
717317ae39
Bug 821820 - bump mozfile version to 0.2 and release to m-c;r=wlach ; DONTBUILD because NPOTB
2012-12-16 18:17:27 -08:00
Jeff Hammel
12d3cf45ba
Bug 820606 - update mozfile on mozilla-central to version 0.1;r=gps
2012-12-12 10:01:27 -08:00
Jeff Hammel
b46451b8ce
Bug 820612 - remove docs.manifest from mozilla-central;r=wlach DONTBUILD because NPOTB
2012-12-12 09:55:30 -08:00
Andrew Halberstadt
dbdca5dae8
Bug 818615 - Release mozdevice 0.17 to m-c, r=jgriffin
2012-12-05 15:35:19 -05:00
William Lachance
4928373991
Bug 818080 - Bump mozdevice version to 0.16;r=ahal
2012-12-05 12:17:38 -05:00
William Lachance
14b993064f
Bug 811388 - Update mozdevice to 0.15, update consumers;r=ahal
2012-11-14 09:49:04 -08:00
Jeff Hammel
f60a587c79
Bug 805633 - update mozhttpd on m-c;r=wlach ; DONTBUILD because NPOTB
2012-11-13 16:10:25 -08:00
William Lachance
7ea474afa2
Bug 808719 - Mirror over mozdevice 0.14;r=jmaher
2012-11-05 15:18:54 -08:00
Jeff Hammel
9275b655c2
Bug 805190 - document new procedure for mozbase mirroring and versioning;r=wlach ; DONTBUILD because NPOTB
2012-10-27 08:44:30 -07:00
Jonathan Griffin
e9224d85b6
Bug 805216 - Add mozdevice to tests.zip, r=jhammel
2012-10-24 14:54:14 -07:00
Jonathan Griffin
f6a364284b
Bug 803254 - Detect emulator crashes, r=ahal, DONTBUILD(NPOTB)
2012-10-22 15:00:54 -07:00
Jeff Hammel
9749d321ee
Bug 802242 - mirror mozbase -> m-c for week of Oct 16 @ aa50f7cf0f
; r=wlach
2012-10-17 09:44:50 -07:00
Ryan VanderMeulen
3075806156
Merge inbound to m-c.
2012-10-13 04:36:33 -04:00
Jeff Hammel
358ea0a98e
Bug 800110 - Mirror mozbase -> m-c for bug 800097 @ da60c88b8c
;r=ahal,r=wlach
2012-10-12 10:24:35 -07:00
Jonathan Griffin
dfafcd24d5
Bug 800641 - Add mozfile to mozbase packages in test.zip, r=jhammel
2012-10-11 16:44:11 -07:00
Jeff Hammel
00695ab541
Bug 799605 - Mirror mozbase -> m-c for bug 799288 and bug 799507 @ https://github.com/mozilla/mozbase/commit/ 36a2f63be33af799a54d7f1511dc922730b10b22 ; r=wlach
2012-10-10 09:27:06 -07:00
William Lachance
382c927895
Bug 795496 - Make mozdevice raise exceptions on error;r=ahal,jmaher
...
It turns out that relying on the user to check return codes for every
command was non-intuitive and resulted in many hard to trace bugs.
Now most functinos just return "None", and raise a DMError when there's an
exception. The exception to this are functions like dirExists, which now return
booleans, and throw exceptions on error. This is a fairly major refactor,
and also involved the following internal changes:
* Removed FileError and AgentError exceptions, replaced with DMError
(having to manage three different types of exceptions was confusing,
all the more so when we're raising them)
* Docstrings updated to remove references to return values where no
longer relevant
* pushFile no longer will create a directory to accomodate the file
if it doesn't exist (this makes it consistent with devicemanagerADB)
* dmSUT we validate the file, but assume that we get something back
from the agent, instead of falling back to manual validation in the
case that we didn't
* isDir and dirExists had the same intention, but different
implementations for dmSUT. Replaced the dmSUT impl of getDirectory
with that of isDir's (which was much simpler). Removed
isDir from devicemanager.py, since it wasn't used externally
* killProcess modified to check for process existence before running
(since the actual internal kill command will throw an exception
if the process doesn't exist)
In addition to all this, more unit tests have been added to test these
changes for devicemanagerSUT.
2012-10-04 11:28:07 -04:00
Jeff Hammel
626816e3a2
Bug 797144 - mirror mozbase -> m-c for bug 796863 @ db7f115a9e
;r=wlach
2012-10-03 09:13:21 -07:00
Jeff Hammel
9f39e486d8
Bug 795943 - Mirror mozbase -> m-c for week of Oct 1 @ 22aa0aee78
;r=wlach
...
--HG--
extra : rebase_source : 389b6c3a2923c40167698b477e4d57b230b1a063
2012-10-01 14:00:55 -07:00
Malini Das
8b1b4bdbd7
Bug 792084 - add shellCheckOutput command to devicemanager, r=wlach
2012-09-26 12:32:02 -04:00
Ed Morley
635b92ba9f
Bug 793739 - mirror mozbase to m-c for week of Sept 24, 2012 @ b12b008846
;r=jhammel
2012-09-25 09:35:14 -07:00
Jeff Hammel
32c2c1da47
Bug 791716 - mirror mozbase -> m-c for week of Sept 17, 2012;r=wlach
2012-09-17 15:13:45 -07:00
Jeff Hammel
255161f9e1
bug 702832 follow up: add license header;r=wlach DONTBUILD because NPOTB
...
--HG--
extra : rebase_source : 054283ae7cd75772a8303358e553f5d8b78ec680
2012-09-14 14:17:32 -07:00
Jeff Hammel
8187290f06
Bug 702832 - solidify strategy to sync mozbase packages to m-c;r=wlach DONTBUILD because NPOTB
2012-09-14 14:12:35 -07:00
Jeff Hammel
23bc3306f4
Bug 790018 - bump version of manifestdestiny and mirror to m-c;r=mcote
2012-09-11 19:46:39 -07:00
Mark Cote
8ae3041609
Bug 789496 - DeviceManagerSUT: always consume prompt after receiving agent warning. r=wlach
2012-09-10 11:33:11 -04:00
Mihnea Dobrescu-Balaur
5744df9068
Bug 785797 - adapt test_info to the current implemented functionality
2012-09-10 11:23:45 -04:00
Jeff Hammel
0e05e91e98
Bug 789328 - bump mozprocess and mozrunner (again) and release to pypi
2012-09-10 11:13:04 -04:00
Jonathan Griffin
f360150288
Bug 788842 - Mirror mozbase to m-c, r=jhammel
2012-09-07 17:58:39 -07:00
Jonathan Griffin
f391e7b944
backout 69243e829931 due to OSX 10.7 bustage
2012-09-07 17:05:26 -07:00
Jonathan Griffin
d433b7553c
Bug 788842 - Mirror mozbase to m-c, r=jhammel
2012-09-07 15:39:17 -07:00
William Lachance
980573bf62
Bug 723107 - Re-add mozdevice to testing/mozbase, remove duplicate files in build/mobile;r=jmaher
2012-09-07 16:00:31 -04:00
Mounir Lamouri
6e11fd8228
Bug 619236 - Set user_version in generated permissions.sqlite for tests. r=sicking
2012-08-23 11:39:41 -07:00
Mounir Lamouri
f2974f3cbd
Bug 777072 - 6/7 Update the Permission Manager database to save appId/isInBrowserElement. r=sicking
2012-08-23 11:38:26 -07:00
Mike Hommey
c1b35e7b2a
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Mike Hommey
be451c22dc
Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE
2012-08-04 10:38:41 +02:00
Mike Hommey
bbf2d92e8f
Bug 778259 - Fix fallback relpath implementation for python 2.5- in manifestparser.py. r=jhammel
2012-08-04 08:54:59 +02:00
Mike Hommey
e79d87471e
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 08:48:56 +02:00
Andrew Halberstadt
c0c456bc49
Bug 778133 - Update mozbase in m-c for bug 776931. r=jhammel
2012-08-02 17:17:34 -04:00
Jeff Hammel
3d985ba3a7
Bug 775127 - Bump mozInstall version and release to pypi and update mozbase on mozilla central. r=ahalberstadt
2012-07-20 20:19:38 -04:00
Siddharth Agarwal
12c942114f
Fix orange due to botched mozprocess update in bug 769808.
2012-07-03 12:53:23 +05:30
Siddharth Agarwal
e5bdeba46c
Bug 769808 - Update mozbase on m-c to include fix for bug 769789. r=jhammel
2012-07-03 01:52:54 +05:30
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Hiroyuki Ikezoe
391b8f5545
Bug 739497 - Fix the comment of filter method for xpcshell.ini. r=jmaher
2012-03-30 11:42:15 -04:00
William Lachance
b59c7fb4b0
Bug 722429 - Should not mirror mozbase/mozdevice into m-c r=ctalbert
2012-02-08 11:07:19 -08:00
Mark Cote
7862c417ef
Bug 724595 Merge mozbase changes from Dec 31 to Feb 1 r=ctalbert
2012-02-08 11:07:19 -08:00
Matthew Noorenberghe
5a46a0d983
Bug 294260 - Disable startup crash tracking in test profiles (toolkit.startup.max_resumed_crashes = -1) r=waldo,robcee
...
--HG--
extra : rebase_source : 6856629cc35106499f82753471ff77c2607a5e97
2012-02-03 18:31:31 -08:00
Christian Holler (:decoder)
ca2f991dc1
Bug 720806 - Improve DeviceManagerADB actions when device is not rooted. r=gbrown
2012-02-01 10:15:37 -05:00
Kartikaya Gupta
81f35d679d
Bug 717408 - Remove unneeded clause in python exception handling that was causing errors on python 2.5. r=geoffbrown
2012-01-12 13:09:04 -05:00
Bobby Holley
4b6add2c77
Bug 713747 - Use UniversalXPConnect and UniversalXPConnect only in test coverage. r=bz
2011-12-30 09:35:38 -08:00
Mark Cote
7ea9aa8956
Bug 713256 - Mirror mozbase changes for working properly on buildslaves into m-c r=ctalbert
2011-12-23 12:46:37 -05:00
Andrew Halberstadt
822644cd17
Bug 711102 Ensure build environments have logging modules for peptest r=ctalbert
2011-12-15 12:58:37 -06:00
Andrew Halberstadt
9e69cb0b75
Bug 708309 - Do not use zipfile.extract in mozbase components for peptest r=jhammel a=test-only
2011-12-13 13:53:51 -06:00
Andrew Halberstadt
e5f5fd2c69
Bug 706844 - Create a make target for peptest. r=jmaher
2011-12-06 09:26:24 -05:00
Andrew Halberstadt
2899913664
Bug 703266 Mirror mozbase to mozilla-central for peptest r=jhammel
2011-11-29 11:43:16 -05:00