Граф коммитов

464169 Коммитов

Автор SHA1 Сообщение Дата
Jim Chen 40fe704b00 Bug 1251567 - Don't delay loading reader mode frame script; r=margaret
When restoring reader mode tabs, we need the reader mode frame script to
be loaded early, otherwise the restored page won't be loaded correctly.
The safest fix seems to be simply not delay-loading the frame script.
2016-03-03 13:10:07 -05:00
Jim Chen 633ea30d54 Bug 1248459 - Add a test for querying out-of-bounds selection; r=masayuki 2016-03-03 13:10:07 -05:00
Jim Chen 6e298a23a6 Bug 1248459 - Don't query out-of-bounds selection; r=masayuki
During a query selection event, fail if the selection is outside of the
editor's root content. This can happen if the placeholder text in an
input field is somehow selected. The placeholder is in a separate
element outside of the root content.

Also fix a bug in test_imestate, where the selection was not properly
reset at the start of a test.
2016-03-03 13:10:07 -05:00
Nathan Froyd bf2936fd66 Bug 1252075 - use UniquePtr instead of ScopedDeletePtr in testGCHeapPostBarriers; r=terrence 2016-03-02 21:04:33 -05:00
Gregory Szorc ecfbed3062 Bug 1253057 - Record PGO phases as build tiers; r=ted
This will enable each PGO phase to show up in mach's resource reporting,
making it easier to compare PGO runtime across machines. This does
confuse the rendering of `mach resource-usage` a bit since it doesn't
know how to handle overlapping tiers. But the raw data is captured as
expected. I don't think `mach resource-usage` is that heavily used right
now, so I don't care about a minor regression for PGO builds.

MozReview-Commit-ID: HalvEwITmif

--HG--
extra : rebase_source : 5c27c6bda814cd61c0da792d9336980dc4f530a9
2016-03-03 09:47:44 -08:00
Eugen Sawin 354975fe89 Bug 1232334 - [1.2] Only set context on successful attach. r=snorp 2016-03-03 18:32:37 +01:00
Andrea Marchesini 856342a4be Bug 1253187 - Remove some warnings in clang-plugin tests, r=ehsan 2016-03-03 18:31:12 +01:00
Andrea Marchesini 451a5e300c Bug 1253215 - Initialize RequestSyncService only if its pref is enabled, r=ehsan 2016-03-03 18:30:16 +01:00
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