Commit Graph

464161 Commits

Author SHA1 Message Date
Luke Wagner
b5a255ff58 Bug 1252498 - Baldr: add Wasm object behind pref, default off (r=jorendorff)
MozReview-Commit-ID: BlhrURAX26H

--HG--
extra : rebase_source : e1b540f06c2f3976f91242ac7b0b8ede29fbc5f2
2016-03-03 10:20:21 -06:00
Sebastian Hengst
1e69d4c08b Backed out changeset a5d2e586777c (bug 1220082) for bustage. r=bustage on CLOSED TREE 2016-03-03 17:19:22 +01:00
Luke Wagner
7f219c93b8 Bug 1253137 - Baldr: update memory section to match BinaryEncoding.md, part 1 (r=sunfish)
MozReview-Commit-ID: EKCvmgPnLmv

--HG--
extra : rebase_source : c1a5649c9d1b56f76dbac4c1bf4f901046925b71
2016-03-02 21:48:05 -06:00
Luke Wagner
db4afae271 Bug 1253137 - Baldr: update section header structure to match BinaryEncoding.md, part 2 (r=sunfish)
MozReview-Commit-ID: 5taHsbHpcSz

--HG--
extra : rebase_source : 08d474753438edaf020484eda5b026114b052abe
2016-03-02 21:48:05 -06:00
Luke Wagner
6e8a8bc910 Bug 1253137 - Baldr: update section header structure to match BinaryEncoding.md, part 1 (r=sunfish)
MozReview-Commit-ID: 41Yhj7esXsj

--HG--
extra : rebase_source : 9cccc3137c3b904221bd998ad772f3f91e1ba743
2016-03-02 21:48:05 -06:00
Luke Wagner
dbe26fee42 Bug 1253137 - Baldr: update version uint32 to match BinaryEncoding.md (r=sunfish)
MozReview-Commit-ID: 7qGh9inzNmG

--HG--
extra : rebase_source : 97362a596b3c1ca7d17d6ad9f5e43f6a3c6e88cb
2016-03-02 21:48:04 -06:00
Martijn Wargers
5c4ab36d15 Bug 1252444 - Rewrite some dom mochitests to use pushPrefEnv instead of setCharPref. r=jmaher
--HG--
extra : rebase_source : 7b61270760aa225f8c087ea190aaeb49670ca900
2016-03-03 09:41:14 -05:00
Nick Fitzgerald
472cf008c2 Bug 1251675 - Add a Mutex<T> type, based on Rust's std::sync::Mutex<T>. r=terrence, r=jimb
--HG--
extra : rebase_source : 0d428608f539bc07e8a451523637adc2a6f204ec
2016-03-02 11:50:00 -05:00
Aditya Motwani
6b460aeb50 Bug 1226381 - Marionette should print real path for profile location. r=automatedtester, r=maja_zf
MozReview-Commit-ID: HOjxrXmnHoa

--HG--
extra : rebase_source : 81e01da6d6c359f184945ed1013cec03b24a97d9
2016-03-01 19:44:24 +05:30
Matt Woodrow
6350413d1b Bug 1220082 - Assign frame ids to animated images so that they get invalidated correctly. r=seth 2016-01-12 17:14:09 +13:00
Mark Goodwin
dd5d4c9925 Bug 1244975 - Intermittent e10s browser_ssl_error_reports.js r=past
MozReview-Commit-ID: H3bYTOmIx36
2016-03-03 11:43:08 +00:00
Benjamin Chen
c258d7a911 Bug 1243611 - When EOS, call vpx_codec_encode correctly. r=rillian
MozReview-Commit-ID: IzrDAOD11r9

--HG--
extra : rebase_source : 31fd4b8f4e6b24b63864e93f6484a87f325f3f34
2016-02-26 16:07:29 +08:00
Nick Fitzgerald
67c2983eed Bug 1252912 - Ensure that we wrap the results of the shortestPaths JS shell testing function. r=jimb
--HG--
extra : rebase_source : 997441c17bb884a7edaf17e5ee83c17f15112253
2016-03-02 13:16:00 -05:00
Jim Mathies
8dafb27e55 Bug 1252870 - Fixup a couple buggy plugin related browser chrome tests. r=mikedeboer
MozReview-Commit-ID: FcnlTb9cqxg

--HG--
extra : rebase_source : 7c2207dfb4fd0044e95631a4e9cff2582e479bd6
2016-03-02 15:16:53 -06:00
Nick Fitzgerald
402e48074d Bug 1252713 - Fix FILES_PER_UNIFIED_FILE=1 bustage in js/. r=terrence
--HG--
extra : rebase_source : 9a57b0c1ed834adb4c3883c25052738481fc292c
2016-03-02 09:15:00 -05:00
Dylan Roeh
573869a701 Bug 1243639 - Remove Honeycomb flash-related code. r=snorp
--HG--
extra : rebase_source : e15895b5b672be06fd3a3935824e702a37292545
2016-03-03 10:30:53 -05:00
Lin Clark
fde0887c81 Bug 1243974 - [e10s] Enable browser_webconsole_output_01.js in e10s. r=bgrins
--HG--
extra : rebase_source : 1a1caa166d44ca87de913005ca082cc9f0440121
2016-02-16 15:21:00 -05:00
Tracy Walker
7bcd6a2797 Bug 1253030 - Remove test cases for showModalDialog in dom/tests/mochitest/bugs/. r=jimmm
--HG--
extra : rebase_source : 510e23a30edc3d36e6c29575014109c807b98ffb
2016-03-02 15:32:24 -06:00
Ryan VanderMeulen
69b696538c Bug 1252201 - Skip some devtools tests that leak on OSX e10s.
--HG--
extra : rebase_source : 45377cbbc25be80c604b68ef071ba54a65e474f6
2016-03-02 23:15:38 -05:00
Nathan Froyd
b938c57967 Bug 1251714 - use UniquePtr instead of ScopedDeletePtr in media/; r=jesup
UniquePtr is more standard than ScopedDeletePtr; using standard
constructs whenever possible is preferable.

This patch merits a couple explanations:

- Where it made sense, I tried to convert:

    T* foo() {
      UniquePtr<T> x = ...;
      ...
      return x.release();
    }

  into:

    UniquePtr<T> foo()

  with corresponding changes inside |foo|'s body.

- The attentive reader will note that:

    auto x = MakeUnique<T>(...);

  is used sometimes and:

    UniquePtr<T> x(new T(...));

  is used sometimes.  I would prefer to use the former, but was stymied
  in several places due to protected constructors.  (MakeUnique doesn't
  have access to those protected constructors, natch.)
2016-03-02 15:28:27 -05:00
Felipe Gomes
d39ba6caa5 Bug 1249845 - bootstrap.js code to manage the e10s staged rollout. r=Mossop
This code decides on a per-branch basis the proportion of users to be part of the e10s rollout, and sets the pref browser.tabs.remote.autostart.2 to true for users part of the test group. It also sets a name for the assigned group to be stored in the telemetry environment.
2016-03-03 11:35:27 -03:00
Felipe Gomes
7bcb0df079 Bug 1249845 - Store the e10s rollout cohort in the telemetry environment. r=gfritzsche 2016-03-03 11:35:11 -03:00
Felipe Gomes
3ce64f0c1f Bug 1249845 - Set up structure for e10srollout system add-on. r=Standard8,glandium
--HG--
rename : browser/extensions/pocket/install.rdf.in => browser/extensions/e10srollout/install.rdf.in
rename : browser/extensions/pocket/moz.build => browser/extensions/e10srollout/moz.build
2016-03-03 11:34:39 -03:00
Andrea Marchesini
44a9792f73 Bug 1250401 - test comments fixed, r=me 2016-03-03 15:16:41 +01:00
Nicolas B. Pierron
ef0e203acf Bug 1252326 - Reorder MacroAssembler flush functions to follow the header order. r=bbouvier 2016-03-03 13:58:49 +00:00
Nicolas B. Pierron
41843d829f Bug 1239075 - RangeAnalysis: Assume that all captured results are used in bailing branches. r=h4writer 2016-03-03 13:29:24 +00:00
Alexander Surkov
4a93a11cd7 Bug 1251941 - aria::GetRoleMap should take element, r=davidb 2016-03-03 07:45:47 -05:00
Benjamin Bouvier
1552b4afb2 Bug 1252326: Flush the assembly buffer at the end of codegen for plateforms which need it; r=luke
MozReview-Commit-ID: CQyZ3eqiQIF

--HG--
extra : rebase_source : e160dc2e95d41e59b4721d8386af70aadd4ce150
2016-03-02 10:45:58 +01:00
Joel Maher
11bec39a16 Bug 1252582 - Remove graph server output from talos, only post perfherder_data. r=wlach
MozReview-Commit-ID: Gg0eyVi6am7

--HG--
extra : rebase_source : 38da7d1facee296c22f46a31027b54cba9bc62dc
2016-03-01 13:58:49 -08:00
Yoshi Huang
ce8e69a274 Bug 1227861 - Add OriginAttributes getter/setter into nsIDocShell. r=smaug, sicking 2016-02-16 15:04:14 +08:00
Bob Owen
3a8e10a239 Bug 1252889: On Windows use a 10 second pause instead of trying to invoke the JIT debugger with MOZ_DEBUG_CHILD_PROCESS. r=jimm 2016-03-03 11:09:25 +00:00
Gabor Krizsanits
02d06252fa Bug 1248806 - Splitting out protocol handlers from nsLayoutModule. r=bholley 2016-03-03 12:05:52 +01:00
Carsten "Tomcat" Book
78ab08e8be Merge mozilla-central to mozilla-inbound 2016-03-03 11:57:42 +01:00
Carsten "Tomcat" Book
82cf3c3383 merge mozilla-inbound to mozilla-central a=merge 2016-03-03 11:54:40 +01:00
Carsten "Tomcat" Book
136d831e57 merge fx-team to mozilla-central a=merge 2016-03-03 11:53:32 +01:00
JW Wang
f61d05c3cf Bug 1252360 - remove some check from NeedToDecodeAudio(). r=bechen.
MozReview-Commit-ID: J8kuQDQAEj9
2016-03-03 10:52:07 +08:00
Kai Engert
9b8bef561d Bug 1245053, NSS_3_23_RTM, only version numbers finalized, no code changes, DONTBUILD 2016-03-03 10:53:54 +01:00
Kim Moir
ffeab55d67 Bug 1252908 - [beetmover] refresh AV database on every run r=rail a=testing DONTBUILD
MozReview-Commit-ID: Ceo1dF3tyVS

--HG--
extra : source : 96983cc46be3cb0900b1e63551dcbf62eac5459f
extra : intermediate-source : e4f7da85ded27a18df9ea0726cf652be9f302fb4
2016-03-02 16:36:31 -05:00
Rail Aliiev
1520125dcd Bug 1252725 - artifacts tasks should be reclaimed to avoid timeouts r=jlund a=testing DONTBUILD
MozReview-Commit-ID: Lnrjb0ro8MX

--HG--
extra : source : 77a8ffe34d9485e4d9a2aa363dcf01ea1a73c819
2016-03-02 19:50:30 -05:00
Ryan VanderMeulen
9dabe43310 Bug 1252266 - Fuzz some APZ reftests with off-by-one failures. 2016-03-01 16:29:30 -05:00
Ryan VanderMeulen
e5d256eaa8 Bug 1252630 - Move the asyncPan skip-if for APZ reftests to the manifest level instead of per-test. r=kats 2016-03-01 16:56:41 -05:00
Ryan VanderMeulen
fd546e1adb Bug 1253037 - Skip browser_net_sort-01.js on OSX debug e10s. 2016-03-02 21:44:18 -05:00
Ryan VanderMeulen
ed8a4802bf Bug 1252348 - Skip the dom/canvas mochitests on OSX debug e10s. 2016-03-01 16:13:49 -05:00
Chris Pearce
648f43b562 Bug 1252168 - Don't send CDM unsupported notifications from Gecko to chrome. r=kentuckyfriedtakahe
MozReview-Commit-ID: FDfpeEt3HfT

--HG--
extra : rebase_source : 5bddbeae15a8afb750f4baae416d9ff8257893c4
2016-03-03 11:02:17 +13:00
Kim Moir
3005da2dd6 Bug 1252908 - [beetmover] refresh AV database on every run r=rail a=testing DONTBUILD
MozReview-Commit-ID: Ceo1dF3tyVS

--HG--
extra : source : 96983cc46be3cb0900b1e63551dcbf62eac5459f
2016-03-02 16:36:31 -05:00
Nicholas Nethercote
933e726105 Bug 1252790 - Remove RuleHashTableOps. r=dbaron.
It's a confusing and non-standard way of doing things.

--HG--
extra : rebase_source : 0aa66f4d8b028a0b002a664f18ba3b98d936d00f
2016-03-03 09:21:49 +11:00
Gregory Szorc
bc708e89a8 Bug 1250991 - Move APK upload files code to own file; r=mshal
This is several hundred lines of make goo that makes upload-files.mk
even harder to read than it actually is. Extract it to its own file.

I performed a `hg cp` to preserve file history so blame continues to
work.

MozReview-Commit-ID: IpoPE79m9SX

--HG--
rename : toolkit/mozapps/installer/upload-files.mk => toolkit/mozapps/installer/upload-files-APK.mk
extra : rebase_source : 1c3ce7596a89994fd37b9230de9752c441751877
2016-03-02 16:30:03 -08:00
Jordan Lund
b2995a9305 Bug 1160385 - Generate checksums rel promotion, full bucket, DONTBUILD NPOTB a=testing r=rail
MozReview-Commit-ID: G3OZPmFyXDx

--HG--
extra : source : 20618b237669969be83ecb9a480b767a6b64e894
extra : intermediate-source : b326f5187df6ca94453ffd5f3a6ba546a065edeb
2016-03-01 09:32:37 -08:00
Andreas Tolfsen
278e4c6847 Bug 1251701 - Store imported scripts in memory; r=jgriffin
This bug is also a dependency for scheduling Mn-e10s tests on Windows 7
(bug 1251351).

MozReview-Commit-ID: 2jE4C99d1MX

--HG--
extra : rebase_source : 96c9fad49538fdadcc8f001aeef5926e82419001
2016-02-29 18:52:30 +00:00
Andrea Marchesini
3cda6dc514 Bug 1250401 - HTMLOptionElement::GetSelect should not return an element if we have nested OptGroup elements - tests - patch 3, r=bz 2016-03-03 09:51:43 +01:00