Commit Graph

458113 Commits

Author SHA1 Message Date
Wes Kocher
838731edeb Backed out changeset 481a3c76e313 (bug 1240610) for b2g xpcshell failures CLOSED TREE
--HG--
extra : commitid : 2eLBldrBXT0
2016-01-19 18:26:45 -08:00
Wes Kocher
bc33ad8f90 Backed out changeset 2ee5142ae164 (bug 1240601) for b2g xpcshell failures CLOSED TREE
--HG--
extra : commitid : 9N6B6dhvlXB
2016-01-19 18:26:42 -08:00
Mason Chang
e1c4c0f362 Bug 1239861. Normalize composite timestamps to now if timestamp is in the past. r=kats,vlad 2016-01-19 17:10:07 -08:00
Jean-Yves Avenard
3190ce43f1 Bug 1237140: don't export unecessary symbol using VS2015. r=glandium 2016-01-20 12:04:49 +11:00
Rail Aliiev
0bce779703 Bug 1166464 - Bump version after shipping release builds, r=jlund DONTBUILD
--HG--
extra : rebase_source : 74d89c47ccaee2584669eedc79dce8afafee7e7d
2016-01-19 20:02:06 -05:00
Aaron Klotz
5c9b0e3676 Bug 1240848: Adds additional instructions to x64 detour patcher; r=ehsan
--HG--
extra : rebase_source : 7c050d496e5cf09343dece8a8bb12551eafc7928
extra : amend_source : 68d46effe9b2b7925eff419b14492f399c55b667
2016-01-19 15:14:24 -07:00
Dave Townsend
3663a6d8b6 Bug 1232274: Make installing or enabling an add-on require a restart if e10s is on and a pref is set. r=rhelmer
--HG--
extra : rebase_source : 067151264d8f037df0573ec81937762d8557242f
2016-01-14 15:21:01 -08:00
Dustin J. Mitchell
a120245812 Bug 1240856: update cache whitelist for new cache names; r=garndt
--HG--
extra : commitid : KJuKyGN5xZj
extra : rebase_source : 9911fb7ce16c893d32f19286954807961bfdec1b
extra : amend_source : 34e0ce4b79aebe26af3a341d46d45e2aceb61435
2016-01-19 19:41:00 +00:00
Andreas Tolfsen
bf068f2e6e Bug 1240601 - Set timeout on socket in transport.wait_for_port; r=automatedtester
If the client is able to connect but the server never sends any data,
the socket should time out in order for the function not to hang forever.

That said, polling for ports like this is inherently racy and we should
instead specify and bind what port we wish Marionette to start on in
the future.

--HG--
extra : rebase_source : eb2339c4e70fcc410d8d2a83c93894050ce57001
2016-01-18 22:12:55 +00:00
Andreas Tolfsen
c3313eb1e3 Bug 1240610 - Align socket_timeout with Python's socket interface; r=automatedtester
When socket.settimeout(None) is set in Python's standard library this
is meant to be equivalent to disabling timeouts on socket operations.
marionette.transport should respect this.

This change set unbreaks the use of the --jdebugger flag to `./mach
marionette-test'.

--HG--
extra : rebase_source : 8b3babda46fb0d82345f36b854c1dee2c9e7a05c
2016-01-19 14:44:54 +00:00
Andreas Tolfsen
b231178f36 Bug 1240751 - Annotate bug component in testing/marionette; r=automatedtester
--HG--
extra : rebase_source : 30b8c7357a53d461f7c32f87f6492131c5afc65f
2016-01-19 16:05:43 +00:00
Andreas Tolfsen
f9e4c2678a Bug 1240576 - Use Preferences.jsm throughout Marionette; r=automatedtester
A distinct advantage is that try...catch statements are no longer used
to control the flow of code.

--HG--
extra : rebase_source : 402890020719b04245aa7c601f52752cb43c0666
2016-01-18 22:05:30 +00:00
Jean-Yves Avenard
941ef5031d Bug 1240627 - Touch CLOBBER to force a rebuild
CLOSED TREE
2016-01-20 10:35:48 +11:00
Mike Hommey
dd60f8bf2c Backout changeset de0a7a1cdc4a from bug 1240660 for make package bustage on a CLOSED TREE 2016-01-20 08:03:58 +09:00
Nick Fitzgerald
a3de787b55 Bug 1233831 - Follow up: Expand sanitizeMarkers to filter out minor GC markers; r=jsantell
Minor gc markers can show up at any time, and these tests aren't expecting them,
so we have to filter them out before testing various properties of the expected
markers.
2016-01-19 14:57:28 -08:00
Xidorn Quan
28b65596a2 Bug 1238536 part 3 - Properly handle restoring to normal state from fullscreen. r=smaug
--HG--
extra : source : 3be6847efaa97f014b7cb9df19dd53b7ac41c161
2016-01-20 09:56:52 +11:00
Xidorn Quan
31969e33ee Bug 1238536 part 2 - Do not trigger fullscreen changed when switching between fullscreen and minimized. r=karlt
--HG--
extra : source : b110bdb2afcc02f8a59a4398dee20825f7cc0fd0
2016-01-20 09:56:52 +11:00
Xidorn Quan
7757d924da Bug 1238536 part 1 - Do not automatically exit fullscreen if restored from minimized state. r=jimm
--HG--
extra : source : a80520d376ffd1e06da3eece2f814f6dd77b3e82
2016-01-20 09:56:52 +11:00
Dave Townsend
d6ea5c0172 Bug 1239810: UpdateUtils.jsm requires the update.locale file to be shipped regardless of whether the application update is included. r=nalexander,rstrong
--HG--
extra : rebase_source : 4cefc95c379fc407e6e4abbf53c90ceb62b43c95
2016-01-14 15:19:44 -08:00
Robert Helmer
c14128889e Bug 1239484 - remove use of Object.values() r=mossop
--HG--
extra : rebase_source : acc92d461bdbb594b207637f51c87112bd054e57
2016-01-19 11:01:19 -08:00
Jean-Yves Avenard
245784b7e6 Bug 1240627: [ffvpx] Enable AVX2 on mac. r=rillian 2016-01-20 09:50:27 +11:00
Jean-Yves Avenard
c27ab6683c Bug 1237629: [webm] Parse into BlockGroup element. r=kinetik 2016-01-20 09:50:27 +11:00
Jean-Yves Avenard
f80d48caac Bug 1236703: P3. Add moz specific method to retrieve debug data to media object IDL. r=bz 2016-01-20 09:50:26 +11:00
Jean-Yves Avenard
58d924fab9 Bug 1236703: P2. Add methods to retrieve debugging data on plain readers. r=jwwang 2016-01-20 09:50:26 +11:00
Jean-Yves Avenard
e35b5b767d Bug 1236703: P1. Add debugging information for MSE to about:media plugin. r=kentuckyfriedtakahe
Add : number of frames decoded and number of frames skipped during skip to next key frame and if hardware acceleration is currently in use.
2016-01-20 09:50:25 +11:00
Ehsan Akhgari
6a00aad6ee Bug 1209081 - Part 2: Upgrade the saved Requests in the DOM Cache to reflect the "navigate" RequestMode if they represent navigation content policy types; r=bkelly 2016-01-19 17:46:10 -05:00
Ehsan Akhgari
d08dcc913c Bug 1209081 - Part 1: Implement the "navigate" value for RequestMode; r=bkelly 2016-01-19 17:46:10 -05:00
Blake Kaplan
913607397c Bug 1240909 - Use pushPermissions to be e10s compatible. r=mccr8
--HG--
extra : transplant_source : %23%84%0C%18C%DA%5DM%88%1D%0F%96%A2%FD%F4%25%5EaV%B6
2016-01-19 14:37:47 -08:00
Mike Hommey
7f62418e45 Bug 1240671 - Move FINAL_TARGET_PP_FILES and TEST_HARNESS_FILES to the misc tier. r=gps 2016-01-20 07:24:40 +09:00
Mike Hommey
299b5dc832 Bug 1240660 - Move jar_maker to the misc tier, now that ordering does't matter. r=gps 2016-01-20 07:24:40 +09:00
Mike Hommey
dcdd7d9f41 Bug 1240660 - Remove support for the "+" prefix in jar manifests. r=gps 2016-01-20 07:24:40 +09:00
Mike Hommey
6032f465cb Bug 1240660 - Remove "+" prefixes in jar manifests. r=gps
Now that the faster make backend is enabled by default avoiding
cross-jar.mn file conflicts, and now that individual files can't
overlap with wildcards in the same jar.mn files, which were two
main things that the "+" prefix was used for (apart from
cargo-culting), the "+" prefixes in the tree are not necessary
anymore.
2016-01-20 07:24:40 +09:00
Mike Hommey
92596da030 Bug 1240657 - Fix FasterMake race condition leading to missing "manifest interfaces.manifest" entries. r=gps
Turns out the claim in bug 1234439 that the FasterMake backend knows
about all the chrome manifest entries is wrong, and there's still one
that is added "manually" with buildlist.py, and during mach build
faster, that can happen before or after the corresponding chrome
manifests are written out by install manifest processing.

While the real fix here would be to make the build system totally
aware of those "manifest interfaces.manifest" entries, for now, it's
simpler to add dependencies to work around the race condition.
2016-01-20 07:24:40 +09:00
Mike Hommey
3c783859f9 Bug 1237140 - Pass NSS_EXTRA_SYMBOLS_FILE down to nss.symbols processing. r=gps 2016-01-20 07:24:40 +09:00
Mike Hommey
ba8b3a8a41 Bug 1237140 - Add support for local defines in generate_symbols_file. r=gps
generate_symbols_file only supports the global defines, and completely
ignores DEFINES from the same moz.build the SYMBOLS_FILE is defined.
This fixes this misfeature.
2016-01-20 07:24:40 +09:00
Mike Hommey
5aba5600b3 Bug 1237140 - Allow file_generate scripts to take additional flags. r=gps
Currently, file_generate scripts can only accept input and output file
name, but sometimes, one would like for them to take additional flags.
2016-01-20 07:24:40 +09:00
Mike Hommey
f668d88db6 Bug 1237140 - Move DefinesAction from mozbuild.action.process_install_manifest to mozbuild.util. r=gps 2016-01-20 07:24:40 +09:00
Chris Manchester
a01c2483da Bug 1214885 - Add a "ChromeUrl" build backend to write out information useful for resolving chrome urls. r=glandium
The result of running this backend is a json file containing an array with 3 elements:
a map from resource:// and chrome:// url prefixes to corresponding objdir directories,
a map of overrides, and a map from objdir files to srcdir files (with a flag for whether
the file was preprocessed) for js file in FinalTargetFiles. A subsequent commit implements
the procedure to find an replace based on the url mapping, subsistute based on overrides,
and find sourcedir files based on objdir files.

--HG--
extra : commitid : Di6Ro5c9sTK
2015-10-01 18:56:53 -05:00
Chris Manchester
99fc89d399 Bug 1240239 - Install test plugins in artifact based builds. r=nalexander
--HG--
extra : commitid : ECQBZ0DsPNK
2016-01-19 14:21:30 -08:00
Francois Marier
1ba8c4c5d3 Bug 1239587 - Rename the browser.safebrowsing.appRepURL pref. r=gcp 2016-01-19 13:56:49 -08:00
Jan de Mooij
8697aa024d Bug 1236316 - Suppress GC in ActivationEntryMonitor constructors; should fix a ton of dt oranges. r=fitzgen
--HG--
extra : rebase_source : 22943d68f93e7a026d11ca35243aed37e584473b
2016-01-19 22:50:22 +01:00
Ben Kelly
d255c137ac Bug 1237455 P5 Set headers on fetch() redirects. r=ehsan 2016-01-19 13:54:15 -08:00
Ben Kelly
e8c08705f3 Bug 1237455 P4 Create helper method to set fetch request headers. r=ehsan 2016-01-19 13:54:15 -08:00
Ben Kelly
5612e2c75b Bug 1237455 P3 Add a version of test_fetch_cors that reroutes through an empty service worker. r=ehsan
--HG--
rename : dom/tests/mochitest/fetch/reroute.js^headers^ => dom/tests/mochitest/fetch/empty.js^headers^
rename : dom/tests/mochitest/fetch/test_fetch_basic_http_sw_reroute.html => dom/tests/mochitest/fetch/test_fetch_basic_http_sw_empty_reroute.html
rename : dom/tests/mochitest/fetch/test_fetch_basic_sw_reroute.html => dom/tests/mochitest/fetch/test_fetch_basic_sw_empty_reroute.html
rename : dom/tests/mochitest/fetch/test_fetch_cors_sw_reroute.html => dom/tests/mochitest/fetch/test_fetch_cors_sw_empty_reroute.html
2016-01-19 13:54:15 -08:00
Ben Kelly
4ac9b8ce06 Bug 1237455 P2 Test headers on redirects in fetch mochitests. r=ehsan 2016-01-19 13:54:14 -08:00
Ben Kelly
0e30d8b611 Bug 1237455 P1 Make file_CrossSiteXHR_server.sjs check headers on redirects. r=ehsan 2016-01-19 13:54:14 -08:00
Robert Longson
5e6d529757 Bug 1240616 - mach mochitest-run suggests deprecated commands as an alternative r=cmanchester 2016-01-19 21:39:16 +00:00
Gijs Kruitbosch
62704c57f5 Bug 1240142 - always disable crashreporter when using ./mach run, r=gps
--HG--
extra : rebase_source : 27d22512f407ad025a551796886efb58d0ab31a3
2016-01-18 11:06:00 +00:00
Nick Fitzgerald
926f0d1426 Bug 1233831 - Part 5: Test the minor GC markers; r=vporof 2016-01-19 12:48:23 -08:00
Nick Fitzgerald
6ae5801648 Bug 1233831 - Part 4: Add metadata for the minor GC markers; r=vporof
This commit adds the necessary metadata for the performance tool to render the
new minor gc markers.
2016-01-19 12:48:22 -08:00