Commit Graph

302424 Commits

Author SHA1 Message Date
Kartikaya Gupta
99fd3d6f18 Bug 1261158 - Convert test_bullet_animation.html to a mochitest-plain. r=tnikkel a=test-only
MozReview-Commit-ID: 8kgi3p2DMkw
2016-04-04 16:27:58 -04:00
Kartikaya Gupta
8c7e85438a Bug 1261158 - Convert test_background_image_anim.html to a mochitest-plain. r=tnikkel a=test-only
MozReview-Commit-ID: 5RJwrm5RKiU
2016-04-04 16:27:58 -04:00
Kartikaya Gupta
5230acebee Bug 1261158 - Convert test_animSVGImage2.html to a mochitest-plain. r=tnikkel a=test-only
MozReview-Commit-ID: JT02zkq1JJm
2016-04-04 16:27:58 -04:00
Kartikaya Gupta
b071de6b2c Bug 1261158 - Convert test_animSVGImage.html to a mochitest-plain. r=tnikkel a=test-only
MozReview-Commit-ID: E2n2JM0PjzR
2016-04-04 16:27:57 -04:00
Kartikaya Gupta
1a89f72413 Bug 1261816 - Guard against the mochitest harness finish()ing a test that already finished. r=jmaher a=test-only
MozReview-Commit-ID: 3w5xfSgJteG
2016-04-04 13:46:12 -04:00
David Burns
787eec4d29 Bug 1239552: Reenabling tests disabled for e10s r=me a=test-only
MozReview-Commit-ID: 49X6SDchYfP
2016-03-27 21:32:57 +01:00
Timothy Nikkel
279f8ddf69 Bug 1251150. Add crash annotations if image visibility is re-entering. r=mats a=ritu
The previous annotations only checked if the re-entrancy happened via DecrementVisibleCount.

The check in RebuildApproximateFrameVisibility is not needed because we add a check in DoUpdateApproximateFrameVisibility.

The check in ClearApproximatelyVisibleFramesList is not needed because we add checks in DoUpdateApproximateFrameVisibility and Destroy. The other caller, ClearApproximateFrameVisibilityVisited, is covered because it is only called from DoUpdateApproximateFrameVisibility.

MozReview-Commit-ID: 5UaOQ4l50wP
2016-04-04 15:57:59 -07:00
Gijs Kruitbosch
ad74e635f5 Bug 621158 - make appcache use messaging for quota management, r=mayhemer,jaws a=ritu
Bug 1257488 - Fix test_gzip_offline.html to work with e10s enabled, r=mayhemer

MozReview-Commit-ID: 506zXb2fLN3
2016-03-21 11:52:36 +00:00
Shane Caraveo
73163ab74e Bug 1259729 fix attaching pocket styles on startup, r=jaws a=lizzard
MozReview-Commit-ID: 3guFW0BVhwO
2016-04-01 08:39:48 -07:00
Shane Caraveo
ca2461ef88 Bug 1259729 turn on pocket during pocket test, r=Gijs a=lizzard
MozReview-Commit-ID: 2iDgPgwMixL
2016-04-01 08:39:48 -07:00
Gijs Kruitbosch
661e713de3 Bug 1255526 - fix import of typed URLs on versions of windows that do not store timestamps, r=MattN a=lizzard
MozReview-Commit-ID: KSXtQAS7meZ
2016-04-01 20:43:25 +01:00
Felipe Gomes
81e4d161e9 Bug 1259846 - QI Services.appinfo to nsICrashReporter because it might not have been QIed yet. r=Mossop a=ritu
MozReview-Commit-ID: KqyzDnLVENW
2016-03-29 15:20:19 -03:00
Lee Salzman
56df1b9a63 Bug 1259810 - check that D2D1 device creation succeeds and otherwise fall to software backend. r=bas.schouten a=ritu
MozReview-Commit-ID: 6oNG7ly2wsA
2016-03-28 12:53:42 -04:00
Jan de Mooij
a9387b51eb Bug 1259699 - Adjust Windows stack limits to account for large PGO stack frames. r=bholley a=ritu
MozReview-Commit-ID: KVSDLG86Xmp
2016-03-29 08:03:54 +02:00
Markus Stange
e6453f4c35 Bug 1254275 - Inspect the event queue to find out whether momentum events are following. r=kats a=ritu
MozReview-Commit-ID: 6k3SaJ6X7Mr
2016-03-28 14:56:28 -04:00
Mark Finkle
1b1c5c5390 Bug 1255202 - Add UI Telemetry probes for DoorHangers. r=margaret a=ritu
MozReview-Commit-ID: 5gsoxiMlFr1
2016-03-18 10:46:19 -04:00
Benoit Girard
3cff7a768a Bug 1257369 - Suppress the DisplayPort when scrolling via nsSliderFrame. r=kats a=ritu
MozReview-Commit-ID: 8I3UfWlkdPq
2016-03-18 14:46:54 -04:00
Victor Porof
66f449dbcb Bug 1245886 - Manually stop the profiler module at the end of all tests. r=me, a=test-only 2016-03-17 08:32:22 +01:00
Victor Porof
f4ec08b30e Bug 1245886 - Force GC at the end of all tests. r=me, a=test-only 2016-03-16 19:29:17 +01:00
Victor Porof
c2db157215 Bug 1245886 - Refactor performance tests. r=jsantell, a=test-only 2016-03-16 09:39:39 +01:00
Sami Jaktholm
36f3569e00 Bug 1242234 - Wait for page load to finish before continuing in browser_webconsole_netlogging.js. r=linclark, a=test-only
The problem with this test is that loadPageAndGetHud() resolves once the console
message about the request is rendered. However, the message is logged immediately
when enough info has been received instead of waiting for all updates, such as
headers, body and timings, to be received.

By the time the test calls waitForFinishedRequest(PAGE_REQUEST_PREDICATE), the
initial request is still pending and the resulting promise resolves once
the initial GET request finishes instead of the POST request triggered by
the form submission causing the test failures.

MozReview-Commit-ID: HkDdKTmzJfM
2016-03-31 08:49:38 +03:00
Brian Grinstead
5d6662313d Bug 1239920 - Re-enable browser_webconsole_netlogging.js in e10s. a=test-only
MozReview-Commit-ID: 9EGRiw2shWQ
2016-03-25 16:20:22 -07:00
Sami Jaktholm
c1b568f30a Bug 1239920 - Fix other usages of waitForFinishedRequest() to ignore unexpected requests in webconsole tests. r=bgrins, a=test-only
If test timings shift in the future, the unexpected requests could occur
during any test. Since there are many tests that use waitForFinishedRequest(),
any of them could start to fail intermittently at any point.

These changes fix other usages of wwaitForFinishedRequest() to include a
predicate that ignores the requests that are unexpected during the test.

MozReview-Commit-ID: Er0xyt3YBj6
2016-03-25 08:09:25 +02:00
Sami Jaktholm
6bee986cf2 Bug 1239920 - Ignore unexpected requests in browser_console_netlogging.js. r=bgrins, a=test-only
The problem here is that the test expects to receive a request for the
|test-network-request.html| but the waitForFinishedRequest() accepts any
request that happens to occur at the same time. In this particular bug,
a GMP update is triggered during the test and the waitForFinishedRequest()
promise resolves with that particular request which obviously isn't the
one the test was expecting.

These changes add an optional predicate function parameter to
waitForFinishedRequest() which will be called for each completed request
and the returned promise only resolves when the predicate returns true for
a request.

Also, browser_console_netlogging.js begins to use the aforementioned
functionality by passing a predicate that only accepts the request for
|test-network-request.html| effectively fixing the intermittent failure.


MozReview-Commit-ID: AWhMRjrqP8i
2016-03-25 08:11:06 +02:00
Brian Grinstead
ffed76df2b Bug 1243975 - Enable browser_webconsole_bug_632817.js in e10s. r=linclark, a=test-only
MozReview-Commit-ID: C2UgQf2SoOm
2016-03-21 17:29:02 -07:00
Kit Cambridge
d9ce0ceb21 Bug 1253831 - Don't check actual intervals in the Push backoff test. r=wchen, a=test-only
MozReview-Commit-ID: CUESwtv58LJ
2016-03-19 15:29:11 -07:00
Kit Cambridge
5126c9dd18 Bug 1258145 - Remove waitForPromise from the xpcshell tests. r=wchen, a=test-only
MozReview-Commit-ID: 6dX63gyXw07
2016-03-19 14:57:15 -07:00
Karl Tomlinson
a2303538a9 Bug 1260178 - Null check pattern from -unico-border-gradient. r=acomminos, a=ritu
MozReview-Commit-ID: HooAlTmINmq
2016-03-29 17:50:47 +13:00
Brendan Dahl
baa4e8fe97 Bug 1256084 - Don't force reflow on size mode change. r=heycam, a=ritu 2016-03-28 10:40:00 -04:00
Markus Stange
709c592838 Bug 1209100 - Back out bug 1165185. a=lizzard
MozReview-Commit-ID: JqohyXNvjiU
2016-03-21 16:45:32 -04:00
Nicholas Nethercote
6d85564e20 Bug 1258257 - Reduce mozjemalloc page cache size from 4 MiB to 1 MiB. r=glandium, a=lizzard
This reduces memory usage by up to 3 MiB per process.

MozReview-Commit-ID: Gfs9PIJM4br
2016-03-24 16:38:45 +11:00
Alessio Placitelli
8654db7493 Bug 1254550 - Make Telemetry configuration consistent across builds. r=gfritzsche, a=lizzard 2016-03-11 06:31:00 +01:00
Andrew Halberstadt
85af2a77f3 Bug 1245092 - Fix beta-only non-local network bustage on reftest, r=me, a=test-only
MozReview-Commit-ID: 1N6lsrbMNyI
2016-03-14 17:00:40 -04:00
Rail Aliiev
917fee22e3 Bug 1260415 - Schedule "partner repacks" builder r=coop a=release DONTBUILD
Allow passing version and build_number via buildbot properties. This will allow
us add buildbot builders without hardcoded parameters depending on release
configs.

MozReview-Commit-ID: 3zGiCJ5z36X
2016-03-30 10:51:29 -04:00
Rail Aliiev
30c2f60b80 Bug 1260946 - Fix SDK file names r=jlund a=release DONTBUILD
MozReview-Commit-ID: HX16hI6slSJ
2016-03-30 21:26:14 -04:00
Rail Aliiev
04b87f26c8 Bug 1261346 - temporarily disable staging balrog submissions r=bhearsum a=release DONTBUILD
MozReview-Commit-ID: DWancgbOGAr
2016-04-01 09:12:08 -04:00
Morgan Phillips
64d57b20b6 Bug 1259600 - Divert typed arrays passed to Array.sort to a typed array specific sort; r=till, a=ritu 2016-03-28 13:02:17 -07:00
Aaron Klotz
8e05748042 Bug 1249849: Ensure that we can always reach malloc_decl.h even when MOZ_REPLACE_ALLOC is not defined; r=glandium, a=lizzard
MozReview-Commit-ID: 5ok6K0cLJrt
2016-03-29 13:59:14 -06:00
Aaron Klotz
89b2ac52c5 Bug 1249849: Make sure the correct implementations of malloc and free are used in DLL blocklist; r=glandium, a=lizzard
MozReview-Commit-ID: 7piMI6MwOZh
2016-03-07 14:12:31 -08:00
Ralph Giles
3e87d1fa85 Bug 1257870 - Require 1.5.0 --with-system-libvpx. r=glandium, a=ritu
WebRTC code requires VP9E_SET_NOISE_SENSITIVITY from vpx/vp8cx.h
which was added in 1.4. We could feature test, but gating on
the minimum version seems better given the m4 code is to be
replaced by python.

We also depend on VPX_MAX_LAYERS wich is part of the 1.5.0 release.
This dependency was added with an SVC support patch in May 2015,
bug 1237023.

Optional --enable-spatial-svc is handled by the work-around
in bug 1248335.

MozReview-Commit-ID: 79kg9JSFtJM
2016-03-28 16:35:00 +02:00
Philip Chee
7d1423a8be Bug 1257348 Fix for GCLI close button disappears when hovered over r=bgrins, a=ritu 2016-03-27 00:06:15 +08:00
Matt Woodrow
e3a56c7e31 Bug 1220466 - Don't build event region display items for pseudo stacking contexts, unless they are also an AGR. r=mstange, a=ritu 2016-03-10 13:55:00 +13:00
Victor Porof
21875b7fd9 Bug 1258197 - Recordings list empty label text has a different background color than its parent container, r=jsantell, a=ritu 2016-03-21 10:05:12 +01:00
Valentin Gosu
96481c9c88 Bug 1254061 - Rewrite nsHttp::ParseInt64 using strtoll. r=mcmanus, a=ritu
MozReview-Commit-ID: FXjTBah4OSd
* * *
[mq]: test

MozReview-Commit-ID: 5YT1jWVb21K
2016-03-23 13:42:12 +01:00
Tom Tromey
77526444bb Bug 1245743 - Don't push new timeline markers while popping markers. r=vporof, a=ritu
MozReview-Commit-ID: IllTB7DOdlZ
2016-03-09 19:19:47 -05:00
Tim Nguyen
9e86142640 Bug 1251256 - Replace clear icon with trash can. r=bgrins, ui-r=hholmes, a=ritu
MozReview-Commit-ID: IAsOEpCiocM
2016-03-28 16:52:22 +02:00
Milan Sreckovic
2de4577bdf Bug 1228687: ScopedResolveTexturesForDraw needs the context to be current, so make those calls earlier. r=jgilbert, a=ritu 2016-03-17 23:00:34 -07:00
Jonathan Kew
b449f322ba Bug 1259978 - Allow slightly more line height for menu-item labels in the panel. r=jaws, a=ritu 2016-03-28 13:48:52 +01:00
Makoto Kato
1a584ba174 Bug 1033488 - Part 2. Make PuppetBidiKeyboard correctly on content process. r=masayuki, a=ritu
MozReview-Commit-ID: KtStkwxw54f
2016-03-22 13:13:09 +09:00
Makoto Kato
ecd014388b Bug 1033488 - Send RTL information to child process by WM_INPUTLANGCHANGE. r=masayuki, a=ritu
MozReview-Commit-ID: KB9ok2oly7y
2016-03-11 17:48:10 +09:00