Commit Graph

224628 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
865fb769cb Backed out changeset e6d21c2fa111 (bug 1107336) for breaking Web Platform Reftests on a CLOSED TREE 2015-01-21 16:14:03 +01:00
Carsten "Tomcat" Book
11e2274a1b Backed out changeset d1847f46d293 (bug 1107336) 2015-01-21 16:12:28 +01:00
Carsten "Tomcat" Book
d0dd774b00 Backed out changeset c886cd910936 (bug 1107336)
--HG--
rename : testing/marionette/driver/marionette_driver/application_cache.py => testing/marionette/client/marionette/application_cache.py
rename : testing/marionette/driver/marionette_driver/by.py => testing/marionette/client/marionette/by.py
rename : testing/marionette/driver/marionette_driver/date_time_value.py => testing/marionette/client/marionette/date_time_value.py
rename : testing/marionette/driver/marionette_driver/decorators.py => testing/marionette/client/marionette/decorators.py
rename : testing/marionette/driver/marionette_driver/errors.py => testing/marionette/client/marionette/errors.py
rename : testing/marionette/driver/marionette_driver/expected.py => testing/marionette/client/marionette/expected.py
rename : testing/marionette/driver/marionette_driver/geckoinstance.py => testing/marionette/client/marionette/geckoinstance.py
rename : testing/marionette/driver/marionette_driver/gestures.py => testing/marionette/client/marionette/gestures.py
rename : testing/marionette/driver/marionette_driver/keys.py => testing/marionette/client/marionette/keys.py
rename : testing/marionette/driver/marionette_driver/marionette.py => testing/marionette/client/marionette/marionette.py
rename : testing/marionette/driver/marionette_driver/selection.py => testing/marionette/client/marionette/selection.py
rename : testing/marionette/driver/marionette_driver/wait.py => testing/marionette/client/marionette/wait.py
2015-01-21 16:12:13 +01:00
Carsten "Tomcat" Book
add3f4ee88 Backed out changeset 3c3d31607785 (bug 1107336) 2015-01-21 16:11:55 +01:00
Carsten "Tomcat" Book
1918ad63b1 Backed out changeset 805dce7ae79f (bug 1107336) 2015-01-21 16:11:42 +01:00
Carsten "Tomcat" Book
3ceb5b4c57 Backed out changeset 6aca01a96d37 (bug 1107336) 2015-01-21 16:11:28 +01:00
Carsten "Tomcat" Book
e5136d9ab3 Backed out changeset 9aec81381396 (bug 1107336) 2015-01-21 16:11:13 +01:00
Carsten "Tomcat" Book
c5ccb9cfdb Backed out changeset 5a2e085824ae (bug 1107336) 2015-01-21 16:10:57 +01:00
Carsten "Tomcat" Book
42d4e494f8 Backed out changeset 3c4e0437ace5 (bug 1107336) 2015-01-21 16:10:44 +01:00
Carsten "Tomcat" Book
7a6e8930e7 Backed out changeset 4ac07f1f2998 (bug 1107336) 2015-01-21 16:10:27 +01:00
Kartikaya Gupta
791c89ebb6 Bug 1116586 - Fix hit region for items with rounded corners. r=tn 2015-01-21 09:16:38 -05:00
David Burns
7edb667fd1 Bug 1107336: update Marionette-Client dependencies to include marionette driver; r=jgriffin
--HG--
extra : rebase_source : 36c159f68debeae4f442035233a90919b06d43b1
2015-01-21 00:32:24 +00:00
David Burns
8c91a2af84 Bug 1107336: Update imports for loop tests; r=jgriffin
--HG--
extra : rebase_source : 5bcb1d7f8585033618197eed259688e034361d75
2015-01-16 15:13:26 +00:00
David Burns
5a1e19cfcb Bug 1107336: selection tests imports for marionette; r=jgriffin
--HG--
extra : rebase_source : 807b6f129b932445da3355b11bd3c7ff569c852e
2015-01-09 21:42:06 +00:00
David Burns
6802bbb584 Bug 1107336: correct loop imports for marionette; r=jgriffin
--HG--
extra : rebase_source : 3ada170c463cd26221fc67a19b88a1f607ab311c
2015-01-05 21:52:06 +00:00
David Burns
ab24fe28da Bug 1107336: Update imports to new Marionette Driver from runner; r=jgriffin
--HG--
extra : rebase_source : 5c91d5a35bf2707a04cb5b65acfb1a9688f2f3ac
2015-01-05 21:51:03 +00:00
David Burns
754797383b Bug 1107336: update tests not covered by manifest for when they are ready; r=jgriffin
--HG--
extra : rebase_source : 88ec67c56d415ba716a4b062a549732f03868b2d
2014-12-11 15:56:44 +00:00
David Burns
dbb15cd036 Bug 1107336: Update testsuite targets to make sure MarionetteDriver is available; r=jgriffin
--HG--
extra : rebase_source : 25ec9270b94e4cae73466888a5aa7235b2eebfd2
2014-12-10 23:54:15 +00:00
David Burns
014a863ac8 Bug 1107336: Move marionette code for driving the browser out of the runner; r=jgriffin
--HG--
rename : testing/marionette/client/marionette/application_cache.py => testing/marionette/driver/marionette_driver/application_cache.py
rename : testing/marionette/client/marionette/by.py => testing/marionette/driver/marionette_driver/by.py
rename : testing/marionette/client/marionette/date_time_value.py => testing/marionette/driver/marionette_driver/date_time_value.py
rename : testing/marionette/client/marionette/decorators.py => testing/marionette/driver/marionette_driver/decorators.py
rename : testing/marionette/client/marionette/errors.py => testing/marionette/driver/marionette_driver/errors.py
rename : testing/marionette/client/marionette/expected.py => testing/marionette/driver/marionette_driver/expected.py
rename : testing/marionette/client/marionette/geckoinstance.py => testing/marionette/driver/marionette_driver/geckoinstance.py
rename : testing/marionette/client/marionette/gestures.py => testing/marionette/driver/marionette_driver/gestures.py
rename : testing/marionette/client/marionette/keys.py => testing/marionette/driver/marionette_driver/keys.py
rename : testing/marionette/client/marionette/marionette.py => testing/marionette/driver/marionette_driver/marionette.py
rename : testing/marionette/client/marionette/selection.py => testing/marionette/driver/marionette_driver/selection.py
rename : testing/marionette/client/marionette/wait.py => testing/marionette/driver/marionette_driver/wait.py
extra : rebase_source : 4fa2501172cc1dedf20e2f236b32fe3bbfc30b4f
2014-12-09 20:33:03 +00:00
David Burns
07e00018b8 Bug 1107336: Update layout tests that use marionette to use new Marionette Driver module; r=jgriffin
--HG--
extra : rebase_source : 645d09af73a9072a8c39a4f85cf741fb945a52d1
2014-12-09 20:21:32 +00:00
David Burns
c76407d903 Bug 1107337: Update Marionette unit tests to use Marionette Driver modules; r=jgriffin
--HG--
extra : rebase_source : db859b19823fa6b05fe5f529458584f571e4e21d
2014-12-09 20:17:56 +00:00
David Burns
1762802157 Bug 1107336: Update mach for newly created MarionetteDriver; r=jgriffin
--HG--
extra : rebase_source : 1ca3a7047dbaec3f29ec28e7914db1c9760a6f11
2014-12-09 20:14:23 +00:00
Masatoshi Kimura
e5f1ce00e2 Bug 895582 - Get rid of MOZ_ENUM_TYPE. r=waldo 2015-01-21 22:35:19 +09:00
Carsten "Tomcat" Book
1e0f6191a6 Merge mozilla-central to mozilla-inbound 2015-01-21 14:32:34 +01:00
Carsten "Tomcat" Book
547f782a47 merge mozilla-inbound to mozilla-central a=merge 2015-01-21 14:21:49 +01:00
Tom Schuster
82011cd557 Bug 1122913 - Remove object out-parameter from native LookupOwnProperty. r=jorendorff 2015-01-21 14:09:43 +01:00
Robert Longson
6383c920af Bug 1110337 - Get bounds of image element using maths. r=jwatt 2015-01-21 13:09:45 +00:00
Seth Fowler
b92cad3917 Bug 1124072 - Flip on decode-on-draw on APZ platforms. r=tn 2015-01-21 05:07:46 -08:00
Carsten "Tomcat" Book
d38c6a6af7 merge fx-team to mozilla-central a=merge 2015-01-21 14:05:24 +01:00
Robert Longson
02c054d045 Bug 1122761 - Avoid dividing by zero when calculating turbulence gradients. r=mstange 2015-01-21 13:01:00 +00:00
Olli Pettay
70f1ff23e9 Bug 1089861 - Don't dispatch activate/deactivate to content window objects., r=masayuki
--HG--
extra : rebase_source : 0a6ba0807afeffdbf15176bb2230293881103314
2015-01-21 13:45:47 +02:00
James Graham
f0ac958fba Bug 1121563 - Setup environment for certutil correctly when running wpt on OSX, r=ted 2015-01-21 11:46:44 +00:00
Jon Coppeard
3778c25227 Bug 1088214 - Assert JSCLASS_IMPLEMENTS_BARRIERS is implemented everywhere r=terrence 2015-01-21 10:53:32 +00:00
Jon Coppeard
7dcec5ebe5 Bug 1123394 - Stop spurious re-entry of shell interrupt callback r=shu 2015-01-21 10:53:32 +00:00
Makoto Kato
726c5bb52e Bug 1123547 - Remove old MSVS toolchain support using _CC_SUITE. r=mshal 2015-01-21 17:08:17 +09:00
Bob Owen
17b11ab398 Bug 1121479 Part 4: Turn on DLL_SEARCH_ORDER process-level mitigation for the GMP sandbox. r=tabraldes 2015-01-21 07:59:56 +00:00
Bob Owen
b17b507435 Bug 1121479 Part 3: Turn on HEAP_TERMINATE process-level mitigation for the GMP sandbox. r=tabraldes 2015-01-21 07:59:56 +00:00
Bob Owen
16b5b133f7 Bug 1121479 Part 2: Turn on SEHOP process-level mitigation for the GMP sandbox. r=tabraldes 2015-01-21 07:59:56 +00:00
Bob Owen
ce067cb632 Bug 1121479 Part 1: Turn on DEP process-level mitigation for the GMP sandbox. r=tabraldes 2015-01-21 07:59:56 +00:00
B2G Bumper Bot
6f8a0824e6 Bumping manifests a=b2g-bump 2015-01-20 23:41:15 -08:00
B2G Bumper Bot
066ae5bdef Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ecc956a27479
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #27513 from asutherland/email-uidnext-move

Bug 1116694 - [email/IMAP] moves broken on servers without UIDNEXT support, such as all CoreMail servers (ex: 126.com, 163.com). r=mcav, r=andris9

========

https://hg.mozilla.org/integration/gaia-central/rev/f6a2b5666283
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 1116694 - [email/IMAP] moves broken on servers without UIDNEXT support, such as all CoreMail servers (ex: 126.com, 163.com). r=mcav, r=andris9

land https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/358
2015-01-20 23:39:38 -08:00
B2G Bumper Bot
21529b12f9 Bumping manifests a=b2g-bump 2015-01-20 21:42:03 -08:00
B2G Bumper Bot
4d11e836ab Bumping manifests a=b2g-bump 2015-01-20 21:21:38 -08:00
B2G Bumper Bot
44490e23ed Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b846f59273c0
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #24151 from jrburke/bug1046799-email-no-ssl-option

Bug 1046799 - Include an option to manually configure email accounts without SSL r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/1fd85d30d269
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1046799 - Include an option to manually configure email accounts without SSL
2015-01-20 21:19:44 -08:00
B2G Bumper Bot
51bee446b6 Bumping manifests a=b2g-bump 2015-01-20 21:02:01 -08:00
B2G Bumper Bot
71cd67ad9a Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d3dd75e06b72
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #27439 from TheoChevalier/bug-1067557-african-keyboards

Bug 1122328 - Add Finnish (fi), Armenian (hy-AM), Ewe (ee), Lingala (ln)...

========

https://hg.mozilla.org/integration/gaia-central/rev/cebde7797da2
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 1122328 - Add Finnish (fi), Armenian (hy-AM), Burmese (my) to master / Add Ewe (ee), Lingala (ln), Wolof (wo), Igbo (ig), Yoruba (yo), Hausa (ha) and locales to 2.0, add Wolof keyboard + generic keyboard for Africa to 2.0

========

https://hg.mozilla.org/integration/gaia-central/rev/cbb2ee7e5e6c
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #27431 from ythej/bug_1115243

Bug 1115243

========

https://hg.mozilla.org/integration/gaia-central/rev/41fa57c8a6e2
Author: Vishnu Teja <vish.thej@gmail.com>
Desc: Bug 1115243 - [Messages] message/thread deletion always shows plural in confirm dialog even when only one item is selected r=Steve Chung

========

https://hg.mozilla.org/integration/gaia-central/rev/8b8e69a7d81f
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #27405 from gpgreen/th_844717

Bug 844717 - Add Thai input method for Gaia. R=gpgreen@gmail.com

========

https://hg.mozilla.org/integration/gaia-central/rev/e4a77a3eac86
Author: Greg Green <gpgreen@gmail.com>
Desc: Bug 844717 - Add Thai input method for Gaia. r=rudylu
2015-01-20 21:00:24 -08:00
B2G Bumper Bot
72fa34f9e4 Bumping manifests a=b2g-bump 2015-01-20 20:41:33 -08:00
Ekanan Ketunuti
c64392278e Bug 1123650 - Add teriyaki to the en-US dictionary. r=ehsan 2015-01-21 09:43:01 +07:00
Tom Tromey
70df1a8289 Bug 1123641 - change dissrc to print result. r=jandem 2015-01-20 05:27:00 +01:00
Jim Mathies
bab6a3c216 Bug 1121970 - Debug output from printf_stderr gets clipped on Windows. r=nfroyd 2015-01-20 08:18:26 -06:00