Commit Graph

6620 Commits

Author SHA1 Message Date
Alessio Placitelli
0abf384b90 Bug 1122048 - Add generic preferences collection and change detection to Telemetry Environment. r=gfritzsche 2015-02-25 23:54:32 +01:00
Carsten "Tomcat" Book
476e8299a2 merge mozilla-inbound to mozilla-central a=merge 2015-02-25 12:05:55 +01:00
Chris Manchester
6b2cc2dcda Bug 1136378 - Use a browser's outerWindowId property rather than a CPOW to identify marionette's content listeners.;r=mconley 2015-02-24 15:52:52 -08:00
James Graham
53dbf084d4 Bug 1136398 - Update to latest wptrunner, a=testonly 2015-02-24 22:08:47 +00:00
Andrew McCreight
cc7daba0dd Bug 1073352, part 1 - Make the DOMWINDOW and DOCSHELL leak detector work with e10s. r=jmaher
This reworks how the Mochitest DOMWINDOW and DOCSHELL leak detector works. Rather than
collecting immediately in the top-level script, it sends a message to all processes
telling them to carry out collections. Each process prints out a message when it has
finished the collections. This message is used by the test harness to decide when windows
and docshells for that process should be have been destroyed.

In non-e10s mode, the shutdown leak detector is only run in the parent process, to work
around various issues with leak detection in the thumbnail process tests.
2015-02-24 13:00:54 -08:00
Wes Kocher
8550a42023 Merge m-c to b2g-inbound a=merge CLOSED TREE 2015-02-24 15:43:10 -08:00
jlal@mozilla.com
c541c5c029 Bug 1132676 - Add support for try appearning anywhere in commit r=garndt
--HG--
extra : rebase_source : fa85b82bfa66ea178f483806c550742f3f40b8d3
extra : histedit_source : 8c3f8129c71ae7541ea41fba04ebae84d5045d68
2015-02-23 22:22:48 -08:00
jlal@mozilla.com
ef17cc7116 Bug 1136026 - Ensure ccache has enough space and is tied to specific caches r=wcosta
--HG--
extra : rebase_source : 13f276bf441faef66990a7f573299c5b670fdf3d
2015-02-24 00:36:39 -08:00
jlal@mozilla.com
a14b9030aa Bug 1136020 - Update try decision task to use cache and more recent version of builder r=garndt
--HG--
extra : rebase_source : ee72959b80f282936e8550d85f4445a156d20e69
2015-02-23 21:54:42 -08:00
jlal@mozilla.com
5ba7e5aa98 Bug 1131157 - Add buildbot lines to mulet/b2g-desktop/emulator r=wcosta
--HG--
extra : rebase_source : 9dbcd13fa6a36d2cd1300322fca1b202e9924899
2015-02-23 21:50:39 -08:00
jlal@mozilla.com
3f0367b965 Bug 1132562 - Use workspace directory so autoclobber can function with caches r=wcosta
- Move builder scripts into tree proper instead of baked into docker images

--HG--
extra : rebase_source : 761884f4b2142e58455498564bc35874fa891a21
2015-02-24 08:26:48 -08:00
Giovanny Andres Gongora Granada
9f3b3188a6 Bug 1118298 - Client uses unknown command property session_id. r=ato 2015-02-22 14:42:00 -05:00
Gabor Krizsanits
827f87aa22 Bug 1109007 - Adding htmlimports.enabled pref flag. r=wchen 2015-02-23 13:06:28 +01:00
Nikhil Marathe
657760de24 Bug 1085283 - Update web-platform-tests expected data. r=jgraham
--HG--
extra : transplant_source : %93%29%EF%EC%8D%95%92d%83%3B%08%24%DB%C0%3EJ%0Ew%E6x
extra : histedit_source : f4423abf713bb072ecf6982e592a8d1b3cadc1cd
2015-02-21 14:08:56 -08:00
William Lachance
cf9936f338 Bug 1135255 - Fix mozdevice tempfile handling on Windows. r=gbrown 2015-02-23 10:56:50 -05:00
Giovanny Andres Gongora Granada
52a087cd8d Bug 1133718 - By class misses constant for 'anon attribute'. r=Automatedtester 2015-02-23 07:16:00 +01:00
Alessio Placitelli
deb826f3fb Bug 1111022 - Tests for the SelfSupport backend. r=gfritzsche 2015-01-09 11:18:00 +01:00
Boris Kudryavtsev
a9d11598eb Bug 1131763 - Remove dead constants in marionette.py. r=dburns
--HG--
extra : histedit_source : 99628655734ccad29e23d1aa34b1e7a05f6a4097
2015-02-19 18:30:00 -05:00
Joshua Cranmer
e8da5a087b Bug 1054308 - Add mozmill tests to the mozharness configurations for Thunderbird, r=ted 2015-02-20 20:48:29 -06:00
Chris Manchester
cd23dedd4c Bug 1125377 - Store window ids in a weak map keyed by browser objects to prevent attempts to access dead windows in marionette's getWindowHandles.;r=jgriffin 2015-02-05 11:58:53 -08:00
Bill McCloskey
a1a8fae426 Bug 1128798 - [e10s] Make a version of nsIContentPolicy that doesn't pass the node as a parameter (r=mrbkap,tanvi,ckerschb)
--HG--
rename : dom/base/nsIContentPolicy.idl => dom/base/nsIContentPolicyBase.idl
2015-02-20 08:54:12 -08:00
Joel Maher
1f58d9f4b2 Bug 1134824 - update talos on trunk to gain fixes for e10s, mainthreadio, etc. r=wlach 2015-02-20 06:43:40 -05:00
Chris Manchester
a0534ec9e8 Bug 1133468 - Use wait_for_condition rather than immediately checking for a url update in marionette's modal handling code.;r=automatedtester 2015-02-19 17:41:37 -08:00
Chris Manchester
644c6791c0 Bug 1119211 - Disable the 360 second socket timeout when marionette is invoked with --jsdebugger.;r=ato 2015-02-19 17:41:37 -08:00
Boris Zbarsky
4418bf72d3 Bug 1134559. DOMContentLoaded should not be cancelable. r=ms2ger 2015-02-19 14:36:02 -05:00
Anish
45de248a8b Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher,mwargers 2015-02-19 11:53:01 -05:00
Jeremy Chen
b1bfdeff8c Bug 1131948 - Part 2: Separate multiple line test cases from test_selectioncarets.html. r=dburns 2015-02-19 07:14:00 -05:00
Carsten "Tomcat" Book
c0d53e2918 Backed out changeset 6885e993936a (bug 1056851) for crashtest failures 2015-02-19 15:02:05 +01:00
Anish
e7006d8a59 Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher 2015-02-19 07:26:41 -05:00
James Graham
aef7e08bd7 Bug 1134188 - Update web-platform-tests expected data, a=testonly
--HG--
rename : testing/web-platform/meta/html/semantics/embedded-content/the-img-element/relevant-mutations.html.ini => testing/web-platform/meta/battery-status/battery-interface-idlharness.html.ini
rename : testing/web-platform/meta/html/semantics/embedded-content/the-canvas-element/size.attributes.parse.whitespace.html.ini => testing/web-platform/meta/html/browsers/browsing-the-web/history-traversal/PopStateEvent.html.ini
rename : testing/web-platform/meta/html/browsers/history/the-history-interface/003.html.ini => testing/web-platform/meta/html/syntax/parsing/the-end.html.ini
rename : testing/web-platform/meta/html/semantics/embedded-content/the-img-element/srcset/select-an-image-source.html.ini => testing/web-platform/meta/infrastructure/failing-test.html.ini
2015-02-19 09:32:46 +00:00
James Graham
60bac161dd Bug 1134188 - Update web-platform-tests to revision 06dfcf88301bcc02ed25830f0d87c75f041dad4e, a=testonly
--HG--
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/script-for-event.html => testing/web-platform/tests/html/browsers/browsing-the-web/history-traversal/PopStateEvent.html
rename : testing/web-platform/tests/common/failing-test.html => testing/web-platform/tests/html/semantics/forms/the-input-element/files.html
rename : testing/web-platform/tests/common/failing-test.html => testing/web-platform/tests/infrastructure/failing-test.html
rename : testing/web-platform/tests/battery-status/battery-full-manual.html => testing/web-platform/tests/notifications/instance.html
2015-02-19 09:32:46 +00:00
Masayuki Nakano
ca9bed9a3f Bug 1119609 part.18 Add nsITextInputProcessor.commitCompositionWith() and drop aCommitString from nsITextInputProcessor.commitComposition() r=smaug, sr=smaug 2015-02-19 15:50:21 +09:00
Masayuki Nakano
019965a1f6 Bug 1119609 part.14 Reimplement/redesign EventUtils.synthesizeKey() with nsITextInputProcessor r=smaug 2015-02-19 15:50:20 +09:00
Masayuki Nakano
26f706d27e Bug 1119609 part.13 EventUtils.synthesizeComposition() and synthesizeCompositionChange() should take KeyboardEvent for emulating composition state change caused by a key operation rs=smaug 2015-02-19 15:50:20 +09:00
Masayuki Nakano
e0f19b8f22 Bug 1119609 part.12 nsITextInputProcessor should take KeyboardEvent as an argument of composition releated methods for dispatching key events around composition events r=smaug, sr=smaug 2015-02-19 15:50:20 +09:00
Masayuki Nakano
6de68f8acc Bug 1119609 part.6 TextInputProcessor should manage modifier key state and set it to dispatching key events automatically r=smaug, sr=smaug 2015-02-19 15:50:19 +09:00
Boris Zbarsky
836f1589ec Bug 1134149. Throw the exception the spec calls for when withCredentials is set on a sent XMLHttpRequest object. r=ms2ger 2015-02-18 20:56:21 -05:00
Ryan VanderMeulen
c966517190 Merge m-c to inbound. a=merge 2015-02-18 20:35:37 -05:00
Ryan VanderMeulen
a411359369 Merge inbound to m-c. a=merge 2015-02-18 20:29:54 -05:00
Wander Lairson Costa
2fd7111639 Bug 1132583: Use different object folders for opt and debug builds.
Due to caching, using the same object folder for debug and opt builds
may lead to object linking issues.
2015-02-18 11:41:31 -02:00
Wander Lairson Costa
791f4606ac Bug 1109365: Default try graph platforms to all.
When the platfoms list is not supplied by cli,
default to all platforms.
2015-02-18 08:10:13 -02:00
Armen Zambrano Gasparnian
9b757a1eeb Bug 1110286 - Pin mozharness to 2264bffd89ca instead of production. r=rail 2015-02-18 11:04:52 -05:00
William Lachance
f243dc7e3e Bug 1133076 - Add documentation for mozinstall. r=ahal 2015-02-17 13:48:17 -05:00
Ryan VanderMeulen
cc5672087d Merge m-c to inbound. a=merge 2015-02-17 14:27:23 -05:00
Ryan VanderMeulen
cd46520185 Merge inbound to m-c. a=merge 2015-02-17 14:24:51 -05:00
Wander Lairson Costa
7c082ed7e3 Bug 1130467: Add flame-kk build to try server. 2015-02-17 14:54:35 -02:00
Josh Matthews
03913d3a48 Bug 1017875 and 1018389 - Update WPT expectations. 2015-02-17 10:21:16 -05:00
Andrew Halberstadt
9252eecf41 Bug 1132154 - [manifestparser] Implement basic chunking algorithms in manifestparser, r=jmaher
The algorithms are chunk_by_slice and chunk_by_dir and were largely copied from:
http://hg.mozilla.org/mozilla-central/file/fd12875a8a48/testing/mochitest/chunkifyTests.js

--HG--
extra : rebase_source : a19c24d078b90939062c42769d72e7db4e1b35d2
2015-02-13 16:23:45 -05:00
Andrew McCreight
d20d59ce3f Backout 1ffecdc47c6d for OSX and Windows docShell leaks. CLOSED TREE 2015-02-15 21:26:19 -08:00
Andrew McCreight
e0a76a26b8 Bug 1073352, part 1 - Make the DOMWINDOW and DOCSHELL leak detector work with e10s. r=jmaher
This reworks how the Mochitest DOMWINDOW and DOCSHELL leak detector works. Rather than
collecting immediately in the top-level script, it sends a message to all processes
telling them to carry out collections. Each process prints out a message when it has
finished the collections. This message is used by the test harness to decide when windows
and docshells for that process should be have been destroyed.
2015-02-14 11:43:45 -08:00