Commit Graph

9566 Commits

Author SHA1 Message Date
Nigel Babu
0cf7436f09 Backed out changeset b99ccc3b4e16 (bug 1235953) for devtools bustage ON A CLOSED TREE 2016-01-07 11:37:48 +05:30
Tim Nguyen
94857a5306 Bug 1235953 - Refactor responsive mode tests to use add_task, to not use CPOWs, and make sure they all wait for the off event. r=ochameau 2016-01-06 19:09:15 +01:00
Ryan VanderMeulen
0774f4bb2d Merge inbound to m-c. a=merge 2016-01-06 09:43:47 -05:00
Henrik Skupin
28785b86d6 Bug 1212609 - [mozharness] Update firefox-ui-tests script to use common.tests.zip file. r=jlund 2016-01-06 08:29:50 +01:00
Wes Kocher
6ab60046d5 Merge m-c to b2ginbound, a=merge 2016-01-05 16:53:17 -08:00
Fabrice Desré
9d57d875eb Bug 1224703 - part 2: Enable tests on emulator r=billm 2016-01-05 15:37:06 -08:00
Wes Kocher
fd30a93083 Merge inbound to m-c a=merge 2016-01-05 16:02:49 -08:00
Johan Lorenzo
5c7d2d88db Bug 1225458 - [tc-gip] Change the configuration of the job (memory, timeout) r=garndt 2016-01-05 17:35:50 +01:00
Wander Lairson Costa
edd23f0450 Bug 1236089: Update tc-vcs for phone-builder image. r=garndt 2016-01-05 11:24:43 -02:00
Carsten "Tomcat" Book
f3a72c9035 merge mozilla-inbound to mozilla-central a=merge 2016-01-05 11:58:56 +01:00
Carsten "Tomcat" Book
549ce0c7ad merge fx-team to mozilla-central a=merge 2016-01-05 11:56:41 +01:00
Edgar Chen
595a6cdbe0 Bug 1143380 - [mozrunner] Increase timeout value for waiting emulator to start; r=ahal 2015-12-22 10:27:26 +08:00
Ryan VanderMeulen
f0dc54f9b2 Merge inbound to m-c. a=merge 2016-01-01 19:29:16 -05:00
Ryan VanderMeulen
fc73509586 Merge fx-team to m-c. a=merge 2016-01-01 18:10:26 -05:00
Edgar Chen
34c869b909 Bug 1233940 - Enable emu-x86-kk xpcshell tests on m-c and integration branches; r=garndt 2015-12-23 19:34:33 +08:00
Armen Zambrano Gasparnian
c14acf5f7a Bug 1236909 - Disable xpcshell TC tests as they've become unstable. DONTBUILD. r=jmaher 2016-01-05 11:38:58 -05:00
Armen Zambrano Gasparnian
9e66197096 Bug 1234353 - Notify the user if the stackwalk binary is not executable. r=chmanchester 2015-12-21 16:50:49 -05:00
Mike Hommey
f34f5ce5c9 Bug 1235107 - Move bookmarks.html to a chrome localized location. r=dolske 2016-01-05 20:03:43 +09:00
Gijs Kruitbosch
20aec9b8a3 Bug 1233537 - remove support for generatorTest, r=jmaher 2015-12-30 13:51:18 +00:00
Dave Townsend
2da1796b85 Bug 1229142: Add shared eslintrc files for the different test suites. r=Standard8 2015-12-17 15:28:06 -08:00
Dave Townsend
73b1afc03c Bug 1229224: Add an eslint plugin for importing all browser.js globals for browser-chrome tests. r=miker 2015-12-17 15:33:32 -08:00
Dave Townsend
8520ac9ff7 Bug 1229224: Support more forms of defining globals and make anywhere we import scripts use them too. r=miker
We're attemping to find globals in JS from many places, this attempts to make
them all use the same methods. Since in some cases we're parsing new files we
can't use the eslint methods for getting the source so I've added a simple way
to convert from AST to a JS string.
2015-12-17 15:31:48 -08:00
Ehsan Akhgari
56180baf47 Bug 1229369 - Intercept redirected network fetches that have their request mode set to manual; r=jdm
In the non-e10s case, this is done by simply avoiding to set the
LOAD_BYPASS_SERVICE_WORKER flag when we detect a non-internal redirect
in the manual redirect mode.

The e10s solution is a bit more complicated.  Only the child process
knows whether a URI needs to be intercepted, so we piggy back on the
code written to support the |event.respondWith(Response.redirect())|
case where we know in the child that the target of the redirect needs to
be intercepted.

This means that we need to check the same condition as in the non-e10s
case, but we also need to check whether the target of the redirection
needs to be intercepted, which means we need to properly take secure
upgrades into account as well.  This is done by computing both whether
we should intercept and whether we should do a secure upgrade in
HttpChannelChild::SetupRedirect() and saving the information on the
HttpChannelChild for later usage in HttpChannelChild::AsyncOpen().
2016-01-05 21:02:00 -05:00
Geoff Brown
7eab6f2e34 Bug 1234281 - Use new Android x86 avd; r=me 2015-12-30 10:13:13 -07:00
Carsten "Tomcat" Book
a335baf068 merge mozilla-inbound to mozilla-central a=merge 2015-12-30 12:00:03 +01:00
Carsten "Tomcat" Book
327b698a5d merge fx-team to mozilla-central a=merge 2015-12-30 11:58:59 +01:00
Shane Caraveo
58b4aedea8 Bug 1235722 fix xperf failure with pocket addon, r=glandium 2015-12-29 21:50:52 -08:00
Xidorn Quan
4911fb9bee No bug - Correct the order of two newly added web-platform tests in manifest. DONTBUILD 2015-12-30 12:40:36 +11:00
Shane Caraveo
6d58cc3ee1 Bug 1215694 move pocket to a system addon, r=Gijs, r=glandium
part 1: reorganize file locations, r=Gijs
  part 2: remove built-in pocket code, r=Gijs
  part 3: l10n support, r=glandium
  part 4: move code/functionality from part 2 into the addon, r=Gijs
  part 5: remove dead code, r=Gijs
  part 6: create a simple api for addons to add to reader mode, r=Gijs
  part 7: various test fixes related to cui behaviour and pocket, r=me
2015-12-29 15:40:52 -08:00
Wes Kocher
c0d31dc405 Backed out changeset 4228fd8ef72f (bug 1227527) for fxa_screen_flow_test.js permafail 2015-12-29 14:43:04 -08:00
Alessio Placitelli
88c13df577 Bug 1235559 - |mach android-emulator| looks for the wrong file names on Windows. r=gbrown 2015-12-29 06:25:00 +01:00
Rail Aliiev
d3774677ce Bug 1235591 - Add Android builds to Bouncer, r=jlund DONTBUILD 2015-12-29 14:07:10 -05:00
Wes Kocher
8c63fb33c5 Merge m-c to fx-team, a=merge 2015-12-30 17:43:01 -08:00
Gijs Kruitbosch
938bd8d98f Bug 1182072 - deal with the graphics window that shows up on startup, r=jmaher 2015-12-30 13:50:51 +00:00
Chris Manchester
c7e21a76a0 Bug 1216681 - Add a fileid utility to extract the breakpad GUID from object files for identification in fix_stack_using_bpsyms. r=ted
fix_stack_using_bpsyms.py locates a .sym file based on file name only, not uuid or full path,
which causes a failure if a duplicate leaf file name is introduced. This patch introduces a
small utility program on mac and linux to extract a breakpad guid from a shared library or
executable to identify the correct symbol file when this ambiguity occurs. A subsequent commit
implements this for windows.
2015-10-21 16:37:42 -07:00
Jordan Lund
ed1f46fada Bug 1225905 - create a mozharness script that manages each beet mover task logic, NPOTB DONTBUILD r=rail 2015-12-30 10:20:31 -08:00
Henrik Skupin
df7f39ccdf Bug 1212609 - Add common test package rules for firefox-ui-tests. r=gps 2016-01-04 22:13:43 +01:00
Ehsan Akhgari
e28045dcff Bug 1226384 - Reject the promise returned from ServiceWorkerRegistration.update() if the registration is being uninstalled; r=bkelly 2016-01-04 14:50:57 -05:00
Gregory Szorc
95e56ef3c8 Bug 1236259 - Normalize LOCALE_MERGEDIR paths; r=ted.mielczarek
glandium suggests doing this to fix l10n builds. This is a shot in the
dark. It should either work or completely break things.
2016-01-04 11:13:31 -08:00
Armen Zambrano Gasparnian
c2c1869768 Bug 1232407 - Enable VNC and skip running Mozharness if requested. r=dustin 2015-12-18 10:32:44 -05:00
Ehsan Akhgari
d32bdf13af Bug 1219469 - Part 2: Make HttpChannelParentListener be the controller; r=jdm,jduell
The controller needs to be able to handle redirects.
HttpChannelParentListener is a listener object that can attach to
multiple HttpChannelParent objects as part of a single logical Necko
channel (meaning that the listener object will be reused for redirected
channels) so it seems like the better choice for the object that should
implement nsINetworkInterceptController.  This patch moves the
implementation of the nsINetworkInterceptController interface to
HttpChannelParentListener.
2016-01-04 09:39:12 -05:00
Ehsan Akhgari
8d8169b3e0 Bug 1233245 - Propagate the interception information in the non-e10s case for all HTTP redirects, not just the internal ones; r=jdm
Doing this work in StartRedirectChannelToURI() was causing us to not set
the bypass service worker flag properly in the case of real HTTP redirects.
This patch also fixes the incorrect test expectation value.
2016-01-04 09:39:09 -05:00
Simon Gareste
ea4df6b667 Bug 1231806 - Remove useless semi-colon in statement. r=ted 2015-12-28 05:39:00 +01:00
Simon Gareste
45ea95b527 Bug 1231806 - Fix abnormal blank lines quantity. r=ted 2015-12-28 03:23:37 -05:00
Simon Gareste
e21a9413f3 Bug 1231806 - Fix trailing space in function description. r=ted 2015-12-28 03:22:43 -05:00
Simon Gareste
3ad41eed63 Bug 1231806 - Fix continuation line under-indented for visual indent. r=ted 2015-12-21 14:22:06 -05:00
Simon Gareste
e43e6f4ebe Bug 1231806 - Useless import. r=ted 2015-12-21 14:21:51 -05:00
Simon Gareste
129160ecdb Bug 1231806 - imported patch syntax.patch. r=ted 2015-12-21 13:18:51 -05:00
Gregory Arndt
00e0e175f2 Bug 1234076 - upgrade tc-vcs to 2.3.17 r=wcosta 2015-12-14 11:57:46 -05:00
Ryan VanderMeulen
cf9d0075d7 Merge b2g-inbound to m-c. a=merge 2015-12-25 20:31:45 -05:00