Граф коммитов

2817 Коммитов

Автор SHA1 Сообщение Дата
Joel Maher 7df0d027f3 Backout 70be2aca088e 2013-01-18 16:18:15 -05:00
Jonathan Griffin 11b24d749e Bug 831830 - Run Marionette unit tests before webapi tests, r=rwood 2013-01-17 10:29:56 -08:00
Joel Maher 402c549dd7 Bug 832442 - upload a new talos.zip to capture fixes for android, process crash detection and datazilla. r=Callek 2013-01-18 15:15:51 -05:00
Jonathan Griffin ba052a1ef8 Bug 820463 - Remove loadearly code from test runners, r=ahal 2013-01-17 12:18:37 -08:00
Jonathan Griffin dcb832123c Bug 830431 - Send data from client in 4kb chunks, r=mdas 2013-01-18 10:29:40 -08:00
Jonathan Griffin 675b5a7e4b Bug 831857 - Use RotatingFileAppender for Marionette's log, r=gwagner 2013-01-17 11:43:57 -08:00
Ehsan Akhgari 575da98029 Bug 831900 - Ensure that SpecialPowers.getFocusedElementForWindow actually returns something; r=ted 2013-01-17 15:23:49 -05:00
Wes Kocher 1d05435ea6 Bug 831474 - Update revision of Jetpack tests used in Firefox. r=kwierso 2013-01-17 12:10:06 -08:00
Boris Zbarsky e2e02c0bfa Bug 823228 part 1. Make browser-test.js ignore indexed properties on the window when determining whether a test leaked properties onto the global. r=dao 2013-01-17 12:30:36 -05:00
Ted Mielczarek ff28b877cf bug 825511 - use outputTimeout for runcppunittests.py. r=ahal
--HG--
extra : rebase_source : 420bd55289ec63b92bec57f0d73d47aecda580be
2013-01-03 18:50:22 -05:00
Jonathan Griffin de4b6b4a10 Bug 828558 - Don't attach to jsconsole window, r=mdas 2013-01-15 17:41:36 -08:00
Jonathan Griffin e6e412ecfc Bug 827531 - Add a pip requirements.txt file for running B2G unit tests, r=aki 2013-01-16 14:14:10 -08:00
Malini Das 914d321937 Bug 829566 - have marionette client send right tap event depending on shim, r=jgriffin 2013-01-16 11:40:06 -05:00
David Burns 4e29b56aac Bug 814768: Force marionette to move to window.top if we try access something the compartment is dead and handle OOP being pulled from under us; r=jgriffin 2013-01-16 15:00:00 +00:00
Jonathan Griffin d5c3d6faec Bug 825802 - Don't expose SpecialPowers unless specifically requested, r=philikon 2013-01-15 15:42:06 -08:00
Jonathan Griffin 8de912de39 Bug 826111 - Support mochitests on b2g desktop build, r=ahal 2013-01-04 10:41:34 -08:00
Ed Morley 9820f29c6a Backout a5b75feea6dd (bug 826111) on suspicion of breaking marionette on linux on a CLOSED TREE 2013-01-15 11:04:25 +00:00
Dave Hunt 43b9047c70 Bug 829790 - Marionette client's XML report fails when path does not contain a directory. r=jgriffin 2013-01-14 20:15:03 -05:00
Jim Blandy 5371b82be9 Bug 808791: Add some xpcshell testing functions handy for matching JSON packets. r=jmaher 2013-01-14 16:15:58 -08:00
Jonathan Griffin 144c469df0 Bug 826111 - Support mochitests on b2g desktop build, r=ahal 2013-01-04 10:41:34 -08:00
Joel Maher 286644efd9 Bug 830374 - upload a new talos.zip to capture mozdevice 0.19. r=armenzg 2013-01-14 12:06:45 -05:00
David Burns 90373ae680 Bug 805475: add the ability to switch to active element in the document; r=jgriffin 2013-01-14 14:57:54 +00:00
Ehsan Akhgari 27b9a69fba Merge mozilla-central into mozilla-inbound 2013-01-12 09:27:31 -05:00
Gregory Szorc 57f274b2a8 Bug 828829 - Refactor Health Report policy out of services/healthreport; r=rnewman
--HG--
rename : services/healthreport/HealthReportService.js => services/datareporting/DataReportingService.js
rename : services/healthreport/modules-testing/mocks.jsm => services/datareporting/modules-testing/mocks.jsm
rename : services/healthreport/policy.jsm => services/datareporting/policy.jsm
rename : services/healthreport/tests/xpcshell/test_policy.js => services/datareporting/tests/xpcshell/test_policy.js
extra : rebase_source : cf766bc99ff843f2d31f82b1c4be71313fbc65a8
2013-01-11 13:45:22 -08:00
Vignesh Sarma 7939b690c0 Bug 822875 - Make TPS .py files use 4-space indent, r=jgriffin 2013-01-11 13:32:50 -08:00
Vignesh Sarma e23d811ae6 Bug 822875 - Fix pyflakes warnings in TPS, r=jgriffin 2013-01-11 13:00:16 -08:00
Malini Das ea850c1150 Bug 829377 - tap() in synthetic_gestures should send touch/mouse/click events, r=jgriffin 2013-01-10 17:40:17 -08:00
Matt Brubeck 305e596335 Bug 773598 - Add MIME types to script tags in mochitest/browser-harness.xul [r=jmaher]
This fixes an error in Metro debug builds that prevented scripts from using
JavaScript 1.7 features.
2013-01-11 16:40:28 -08:00
Ed Morley ca4df8a170 Backout 6be5ab4c2fde (bug 829580) to see if it fixes bug 829690 2013-01-11 23:10:19 +00:00
Yiming Yang 9614cb8e2c Bug 827403 - Implement 'timeouts' command, r=mdas 2013-01-11 11:33:58 -08:00
Ed Morley e4109c30c5 Bug 829580 - Update talos to 637cee40c3ca; r=jmaher 2013-01-11 16:25:28 +00:00
Geoff Brown 5c57dc5c0b Bug 822823 - Dump logcat on any robocop failure; r=jmaher 2013-01-10 02:24:58 -07:00
Ed Morley b8ca821a47 Bug 811644 - Disable test_bug199692.html on Android for too many intermittent failures 2013-01-10 14:59:28 +00:00
Malini Das d4c786e67e Bug 828747 - make synthetic gestures use real touch events by default, r=jgriffin 2013-01-09 17:17:35 -08:00
Raymond Lee af55e840e8 Bug 806736 - Port test_privbrowsing.html to the new per-tab PB APIs. r=ehsan
--HG--
rename : toolkit/components/passwordmgr/test/test_privbrowsing.html => toolkit/components/passwordmgr/test/test_privbrowsing_perwindowpb.html
2013-01-09 12:21:29 +08:00
Mounir Lamouri 34cfc76054 Bug 827050 - Ignore do_get_profile() calls when made from a content process in xpcshell tests. r=jmaher 2013-01-08 15:13:44 +00:00
Joel Maher 9d489d80b7 Bug 828099 - upload a new talos.zip to capture fixes for android and windows counters. r=Callek 2013-01-09 06:52:54 -05:00
Andrew Halberstadt 8bdb636438 Bug 821012 - (Part 3) marionette install_busybox step should happen before install_gecko step, r=jgriffin 2013-01-08 14:59:55 -05:00
Andrew Halberstadt 0cf3131b1b Bug 821012 - B2G emulator install_gecko step should use busybox if available, r=jgriffin 2013-01-08 12:19:49 -05:00
Jeff Hammel 253f8bab17 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
Ed Morley d4a201ee74 Backout b51c3d819364 (bug 806736) for frequent intermittent failures in test_privbrowsing_perwindowpb.html 2013-01-07 21:17:54 +00:00
Ed Morley ca527ece1e Merge mozilla-central to mozilla-inbound 2013-01-07 20:20:51 +00:00
Jeff Hammel b8b0761731 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
Ed Morley 4fd575f0c0 Merge mozilla-central to mozilla-inbound 2013-01-07 12:04:57 +00:00
Gregory Szorc 97aca5f790 Bug 791869 - Remove services/notifications; r=rnewman 2013-01-06 12:04:59 -08:00
Gregory Szorc 2a5ae000e2 Merge mozilla-central into services-central
--HG--
rename : content/html/content/public/nsHTMLCanvasElement.h => content/html/content/public/HTMLCanvasElement.h
rename : content/html/content/src/nsHTMLCanvasElement.cpp => content/html/content/src/HTMLCanvasElement.cpp
2013-01-06 10:06:07 -08:00
Gregory Szorc 993797122a Bug 813833 - Add a Promise-based API to mozIStorage/SQLite; r=mak, sr=Mossop 2013-01-04 15:36:59 -08:00
Ehsan Akhgari 350a6e82ba Backed out changeset 1024e72d4ef9 (bug 826146) because of test failures 2013-01-03 22:59:44 -05:00
Jeff Hammel 6b9f00f448 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
Mihnea Dobrescu-Balaur 2379c9e9a4 Bug 819482 - Remove retry code from b2g automation now that devicemanager handles it, r=ahal 2013-01-04 14:07:48 -05:00