- May 09, 2016
-
-
Dustin J. Mitchell authored
This code will also be used by taskgraph's legacy kind. MozReview-Commit-ID: Gd4zZYEee2W --HG-- extra : rebase_source : 41a76624322687d752c6d836c15700c92ed80cdb
-
Dustin J. Mitchell authored
MozReview-Commit-ID: DzmF3zF5jeD --HG-- extra : rebase_source : b8fead11cee6600cbf6ea241e77208f2418007cb
-
- May 17, 2016
-
-
Rail Aliiev authored
MozReview-Commit-ID: 8zc1ppQGxWp --HG-- extra : rebase_source : 0a3867dbdfbdf3ade3a80a515deca24dfce5515f
-
Andi-Bogdan Postelnicu authored
MozReview-Commit-ID: 7I4wqGSBe64 --HG-- extra : rebase_source : 0fdca792cc58fad2643ce10a343cfde8d8289589
-
Sotaro Ikeda authored
-
Andi-Bogdan Postelnicu authored
MozReview-Commit-ID: KbluCZJMbNy --HG-- extra : rebase_source : 3def2f61e9a6bcfe7f0f46794ede835dd26d6cca
-
- May 12, 2016
-
-
valenting authored
The class name clashes with mozilla::net::OfflineObserver and ends up crashing in nsTraceRefcnt::GetBloatEntry because the two classes have a different size.
-
- Mar 27, 2015
-
-
valenting authored
-
- May 17, 2016
-
-
Yoshi Huang authored
-
Yoshi Huang authored
Bug 1250063 - Part 3 : docshell shouldn't load any document except for about:blank when set origin attibutes. r=sicking
-
Yoshi Huang authored
-
Yoshi Huang authored
-
Sebastian Hengst authored
Backed out changeset 613c6e5d56a2 (bug 1272109) for failure in test_execute_script.py. r=backout on a CLOSED TREE
-
- May 12, 2016
-
-
David Burns authored
It looks like when I landed bug 965308 it stopped looking at any tests that had @skip_if_b2g decorator. Since we no longer need to support b2g we should just remove the decorator. MozReview-Commit-ID: 6EJoSTSCKDu --HG-- extra : rebase_source : f0b0518633039ba4e742240979e03d37fb821fdf extra : source : ec96e9cac1a38d1b1df3709b9d16c423e5ce368e
-
- May 17, 2016
-
-
David Burns authored
This allows us to converge with webdriver project which scrolls to the start of the element instead of the end. MozReview-Commit-ID: ErQ18bTeo5m --HG-- extra : rebase_source : 0cb69c80da561e0b0fda288841c415fd206fe907
-
Jon Coppeard authored
-
Sotaro Ikeda authored
-
Kai Engert authored
This backs out bug 1270836, as it wasn't landed according to NSS procedures. It will be re-landed once we go to a NSS 3.25 beta version.
-
- May 16, 2016
-
-
Joel Maher authored
MozReview-Commit-ID: 3cg9fQgorhG --HG-- extra : rebase_source : 76c75b2fab084240c33eab1311ebb6c8f7b9f856
-
Alexandre Lissy authored
MozReview-Commit-ID: 1FniQxHUCKC --HG-- extra : rebase_source : e64684de98c903502d133e1278cb87c19a2f20a2
-
- May 17, 2016
-
-
Timothy Nikkel authored
-
Christoph Kerschbaumer authored
-
Sebastian Hengst authored
Backed out changeset aa4ee7364898 (bug 1264694) for frequent crash in mediasource-append-buffer.html [@ mozilla::TrackBuffersManager::ProcessTasks()] on OSX 10.10 after hitting its new assertion. r=backout
-
Sebastian Hengst authored
-
Sebastian Hengst authored
-
Brian Birtles authored
Bug 1264822 part 5 - Remove web-animations/animation-model/animation-types/not-animatable.html; r=hiro Part 3 in this patch series introduces a test that checks this behavior more strictly. If that test passes, this test is sure to pass as well. MozReview-Commit-ID: 8UvESeSYYFl --HG-- extra : rebase_source : 7c676f9efbc9caeedcc864d8e5698edb033aa64d
-
Brian Birtles authored
Bug 1264822 part 4 - Ignore shorthand properties when all their subproperties are not-animatable; r=hiro This patch also includes a tweak to not-animatable.html to match the order in which properties are enumerated on the object. This test was always in error but we never noticed since the test failed before reaching the test in question. Making the test dependent on the order in which object properties is enumerated is not good but we will remove this test in the next patch. In this patch we just make sure it passes. MozReview-Commit-ID: AKXdHj4nUMv --HG-- extra : rebase_source : 64270ae9d9cf68cdf534baaf198583fb1974025c
-
Brian Birtles authored
We already have a test under web-animations/animation-model/animation-types/not-animatable.html that checks that non-animatable properties don't show up in the result from getKeyframes(). However, the spec says we should not even *read* those properties off the input object(s). This patch adds a test to check that we don't read non-animatable properties. In a later patch we will remove the existing test since it will be redundant after this test is added. MozReview-Commit-ID: J11cUybTLcX --HG-- extra : rebase_source : 84355bf19084a8c33f271c314ceca2572761cffd
-
Brian Birtles authored
To better match where the behavior under test is defined in the spec. MozReview-Commit-ID: 6Uhypq7ZxDc --HG-- rename : testing/web-platform/tests/web-animations/keyframe-effect/keyframe-handling.html => testing/web-platform/tests/web-animations/animation-model/keyframe-effects/the-effect-value-of-a-keyframe-effect.html extra : rebase_source : b972ea3ab9778703a8eedfd4f58cd934befc428a
-
Brian Birtles authored
To better match the outline of the spec. MozReview-Commit-ID: LZrDJvql65s --HG-- rename : testing/web-platform/meta/web-animations/animation-model/keyframes/effect-value-context.html.ini => testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-context.html.ini rename : testing/web-platform/tests/web-animations/animation-model/keyframes/effect-value-context.html => testing/web-platform/tests/web-animations/animation-model/keyframe-effects/effect-value-context.html extra : rebase_source : aa2d5f7a44aa2a5c5e1c0244289797288bc40606
-
- May 15, 2016
-
-
Bob Owen authored
Bug 1035125 Part 9: Link Chromium sandbox into firefox.exe instead of having a separate DLL. r=aklotz,glandium MozReview-Commit-ID: 1vgDPjpcwz3 --HG-- extra : rebase_source : 40966d98ca6c37f30884639d648907b4760ae240
-
Bob Owen authored
Bug 1035125 Part 8: Pass sandboxing pointers through XRE_InitChildProcess instead of linking to more functions in xul. r=aklotz,glandium MozReview-Commit-ID: 5AiktOArpfU --HG-- extra : rebase_source : 1ba3be949e2bfeb3b67687ab05d43342852ab764
-
Bob Owen authored
Bug 1035125 Part 7: Remove unused functions in security/sandbox/chromium/base/time/time.h to avoid nspr dependency. r=aklotz MozReview-Commit-ID: 4TwVMQGTXUU --HG-- extra : rebase_source : 0757390f3ff6fc71242ae09d95e1934d3e80fa26
-
Bob Owen authored
Bug 1035125 Part 6: Take Chromium commit 3181ba39ee787e1b40f4aea4be23f4f666ad0945 to add Windows 10 version to enumeration. r=aklotz MozReview-Commit-ID: 8sR9F72JJ1k --HG-- extra : rebase_source : bc911fbaa12c8186e2c9539e21fe776282280304
-
Bob Owen authored
The original changeset that is being backed out had comment: Bug 1023941 - Part 1: Static-link the CRT into firefox.exe. MozReview-Commit-ID: FPqXvdajdo3 --HG-- extra : rebase_source : 9bdc9c7e1a34419c6812a5908f29f568fb9fe94b
-
Bob Owen authored
The original changeset that is being backed out had comment: Bug 1023941 - Part 2: Static-link the CRT into plugin-container.exe. MozReview-Commit-ID: 1iPJghgd0t2 --HG-- extra : rebase_source : cbed4e43f51af8ea0c3adbfc150ed029fe0d0f57
-
Bob Owen authored
The original changeset that is being backed out had comment: Bug 1023941 - Part 3: Static-link the CRT into plugin-hang-ui.exe. MozReview-Commit-ID: G0DmyyKqGWg --HG-- extra : rebase_source : a7e5f38a7bb70d595c3fdbb26bc5e7f86b4c5926
-
Bob Owen authored
The original changeset that is being backed out had comment: Bug 1023941 - Part 4: Static-link the CRT into crashreporter.exe. MozReview-Commit-ID: AWoYiy4TfNW --HG-- extra : rebase_source : 97dd66786c1d9fbd9374158e703665c371940401
-
Bob Owen authored
The original changeset that is being backed out had comment: Bug 1023941 - Part 5: Loader hook to redirect the missing import. The changes made in bug 1023941 were to work around the fact that with VS2013, msvcr120.dll imports kernel32!GetLogicalProcessorInformation, which is not available on Windows XP SP2. In VS2015, the GetLogicalProcessorInformation requirement has moved into concrt140.dll (concurrency runtime), which we don't use. So, now that our build infra is building with VS2015, we can remove the hooking and static runtime linking required to get the VS2013 fix to work. In addition we need to do that to be able us to link the Chromium sandbox code into firefox.exe and get it to build and run with both VS2015 and VS2013. MozReview-Commit-ID: 1tlXaYJ8dHH --HG-- extra : rebase_source : 49b216e34fc5c77af96df1f67ee44c46d5368bfe
-
- May 17, 2016
-
-
Gerald Squelart authored
MozReview-Commit-ID: Keo14BhdA6P --HG-- extra : rebase_source : 08f00a2ab566bcc55a1120ddd0c188e3790bdbab
-