Commit Graph

302104 Commits

Author SHA1 Message Date
Markus Stange
4764fdcc93 Bug 1251894 - In CompositorD3D11::CreateTexture, copy as much as the render target allows. r=bas, a=ritu
MozReview-Commit-ID: KK5wu3T4tLE
2016-03-10 16:03:24 -05:00
Mike de Boer
12d5089ebd Bug 1093153 - enabled and re-factored browser_aboutHome.js to work correctly in e10s mode. r=mak, a=ritu 2016-03-15 11:09:34 +01:00
Mike de Boer
b6b5962e27 Bug 1093153 - Introduce 'BrowserTestUtils#synthesizeKey', 'BrowserTestUtils#synthesizeComposition' and 'BrowserTestUtils#synthesizeCompositionChange' to allow mochitests to remotely invoke EventUtils' text composition utilities. Changes to EventUtils include 1) removed dependency on the 'navigator' object when 'nsIXULRuntime' is available and 2) make '_getKeyboardEvent' more robust when used in frame scripts. r=Enn, a=test-only 2016-03-15 11:09:31 +01:00
Jan de Mooij
40e492b522 Bug 1212328 - Clean up some JSErrorReport-related code. r=Waldo,bz, a=ritu 2016-03-11 15:19:06 +01:00
Chenxia Liu
32279f92be Bug 1256400 - Update firstrun search image. r=ahunt, a=ritu
MozReview-Commit-ID: EJTeFrmrKR6
2016-03-15 12:25:27 -07:00
Blake Kaplan
ca27a467f4 Bug 1253792 - Handle another case of re-entrancy through nsDocShell::InternalLoad. r=smaug, a=ritu 2016-03-09 12:26:00 -05:00
Jeff Muizelaar
e9e0f570dd Bug 1255281 - Add pixman fast path for bilinear x888_8888_SRC. r=lsalzman, a=ritu
This avoids falling back to a slow path when doing x8888 -> 8888 scales. It is basically just cherrypicked from upstream.
2016-03-11 08:23:48 +08:00
Peter Van der Beken
94fe31b1ee Bug 1255223 - Null crash when logging weak maps. r=mccr8, a=ritu 2016-03-04 23:11:37 +01:00
Randell Jesup
ada7c8830d Bug 1256510 - When shutting down MediaStreamGraphs, if the graph hasn't started, let it start and shut down r=padenot, a=ritu
MozReview-Commit-ID: 64WjTbaduvu
2016-03-15 11:46:01 -04:00
Mike de Boer
eb3cb5b13f Bug 1229195 - resolve the promise when the chat window has actually finished loading, not right away. r=Standard8, a=ritu 2016-03-15 17:24:52 +01:00
Seth Fowler
278aa793ba Bug 1225934 - Never allow surface substitution when FLAG_HIGH_QUALITY_SCALING is disabled. r=tn, a=ritu 2016-03-07 17:17:16 -08:00
Robert Helmer
207111c0fa Bug 1245376 - do not advertise updates for locked install locations r=mossop,a=ritu
MozReview-Commit-ID: EmCzFZpOGKR
2016-02-29 14:53:56 -08:00
L. David Baron
7633d63cd1 Bug 1256500 - Root style contexts before calling ApplyStyleFixups. r=heycam a=lizzard
MozReview-Commit-ID: 8P4AyTCvhmW
2016-03-14 20:26:53 -07:00
Mike de Boer
32a756972e Bug 1250534: introduce a ChatboxClosed event that fires when a chatbox is closed in attached and detached mode. r=Standard8,a=lizzard 2016-03-09 11:29:25 +01:00
Andrew Halberstadt
9d5e6fc5d5 Bug 1255809 - Sign extensions needed by devtools/client/webide/test/test_simulators.html, r=jryans, a=test-only
MozReview-Commit-ID: FaxWT715puY
2016-03-15 12:24:39 -04:00
Kartikaya Gupta
66a19d14d0 Bug 1255997 - Account for scrollbar dimensions when testing the size of the displayport. r=botond a=test-only
MozReview-Commit-ID: 8SrIfA8xuqq
2016-03-14 14:07:16 -04:00
Mark Banner
9071698fe7 Bug 1249365 - Fix regression in e10s mode to re-allow the camera by default in Loop's conversation window. r=gcp,a=ritu 2016-03-07 14:11:54 +00:00
Jonathan Kew
0664ff5a6d Bug 1255731 - Disable graphite2 by default on release-channel builds. r=jet, a=sledru 2016-03-11 08:47:05 +00:00
Florian Quèze
02cc0f075d Bug 1255605 - search.json.mozlz4 should always contain search engines. r=adw, a=sledru 2016-03-14 18:45:33 +01:00
Blake Kaplan
300f5b9f94 Bug 1254856 - Use a better window for 3rd-party checks. r=sicking, r=billm, a=sledru 2016-03-11 23:28:00 -05:00
Ryan VanderMeulen
7a543d9b97 Bug 1241634 - Skip test_frameNavigation.html on Windows and OSX for frequent failures. a=test-only 2016-03-15 12:50:07 -04:00
Rail Aliiev
0586788d95 Bug 1256329 - 46.0b1 tarball should use firefox-46.0b1 directory inside, not firefox-46.0 r=jlund a=release DONTBUILD
MozReview-Commit-ID: 7NzKfLVZ4Ry
2016-03-14 13:28:35 -04:00
Jordan Santell
032a70384d Bug 1254444 - Frame component should react to being focused by displaying a legible color in the memory tool. r=fitzgen, a=ritu 2016-03-09 16:19:00 +01:00
Nicolas B. Pierron
588b8b63db Bug 1240521 - Fix the test case to ensure that oomAfterAllocation is defined. r=red, a=test-only 2016-03-08 14:22:47 +00:00
Nicolas B. Pierron
0ec6077369 Bug 1240521 - IonBuilder processSwitchEnd returns ControlStatus_Error on allocation errors. r=h4writer, a=ritu 2016-03-08 13:19:34 +00:00
Henrik Skupin
ed1d065319 Bug 1212811 - focused_chrome_window_handle() should wait until focus transition has been finished. r=maja_zf, a=test-only
MozReview-Commit-ID: JXKYAez1PNV

Lets make sure that we do not return a focused chrome window handle if a focus transition event is currently happening.
In such a case the chrome window handle would be `None`.
2016-03-07 12:45:33 +01:00
Ryan VanderMeulen
ed6cbabb48 Bug 931445 - Disable test_pointerlock-api.html on Linux and Windows for frequent timeouts. a=test-only 2016-03-14 20:55:56 -04:00
Mark Banner
4a521441cf Bug 1256287 - Land version 1.1.12 of the Loop system add-on in mozilla-central - code updates. rs=Standard8 for already reviewed code,a=lizzard 2016-03-14 13:15:10 +00:00
Mark Banner
7a56d2d486 Bug 1256287 - Land version 1.1.12 of the Loop system add-on in mozilla-central - locale updates. rs=Standard8 for already reviewed code, a=lizzard 2016-03-14 13:15:10 +00:00
Andrea Marchesini
2c68ec60b8 Bug 1255375 - MessagePort should not leak if DispatchMessage() fails, r=smaug a=ritu
MozReview-Commit-ID: LjGtQrf5Gnk
2016-03-10 14:33:52 +01:00
Rail Aliiev
c27601decc Bug 1253756 - Branch specifics for relpro on release r=jlund a=release DONTBUILD
MozReview-Commit-ID: Fva2LLVlsRV
2016-03-14 08:26:54 -04:00
Boris Zbarsky
f64530c563 Bug 1255298. Just pass through the JSContext when passing through the NotificationOptions in notification code. r=wchen a=lizzard
MozReview-Commit-ID: I3KHxrrDHZo
2016-03-10 18:07:28 -05:00
Timothy Nikkel
175f767b18 Bug 1187420. r=drc r=jmuizelaar a=abillings,lizzard
MozReview-Commit-ID: Hh0Khqfj8Bf
2016-03-10 13:23:27 -06:00
Richard Barnes
f557d18c1b Bug 1254653 - Add telemetry to measure how often we encounter EV certificates r=keeler a=ritu
MozReview-Commit-ID: FvDpMGEJGLQ
2016-03-08 17:30:40 -05:00
Tim Nguyen
74387a0283 Bug 1253981 - Fix out of view breakpoint checkboxes in debugger. r=bgrins a=ritu
MozReview-Commit-ID: IHM56SfHwjL
2016-03-09 21:13:57 +01:00
Chenxia Liu
71a08e2551 Bug 1254239 - Align bookmark folders with other home panel items. r=mcomella a=ritu
MozReview-Commit-ID: KRfmSVqbhSl
2016-03-07 11:49:37 -08:00
Brian Grinstead
859e1062f8 Bug 1253886 - Re-add reference to common.css from the eyedropper frame;r=pbrosset a=ritu
Since the frame doesn't allow any theme to load, common.css isn't be loaded automatically

MozReview-Commit-ID: 56Iss0VEbee
2016-03-08 09:54:47 -08:00
Kartikaya Gupta
558c410486 Bug 1254263 - Add a flag to allow disabling paint-skipping. r=mstange a=ritu
MozReview-Commit-ID: 4bgvqEZcSWy
2016-03-07 16:25:00 -05:00
Lee Salzman
09540f3b2d Bug 1254151 - use B8G8R8X8 for 24 bit depth visuals in nsShmImage with Cairo. r=jrmuizel a=ritu
MozReview-Commit-ID: 81QthQUYijY
2016-03-08 11:18:13 -05:00
Bob Owen
08b29f22d1 Bug 1253850: On Windows change MOZ_DEBUG_CHILD_PROCESS back to JIT and add MOZ_DEBUG_CHILD_PAUSE for a 10 second pause. r=mchang a=ritu
MozReview-Commit-ID: 6VAVFM5l7We
2016-03-07 17:08:15 +00:00
Gerald Squelart
0081eefa1a Bug 1253395 - Disable msmpeg2vdec.dll blackslisting - r=cpearce a=ritu
Disable the blacklisting introduced in bug 1242343, as it was having a
negative effect on many working configurations.

MozReview-Commit-ID: HRpmus7mtbz
2016-03-08 12:54:48 +11:00
Wes Kocher
dc052987f6 Bug 1254268 - Distribution should use default prefs, regression from 1252466; r=mconnor a=ritu 2016-03-14 11:39:55 -07:00
Alessio Placitelli
d560c581ae Bug 1252869 - Fix browser_experiments.js to work with e10s. r=gfritzsche a=lizzard
MozReview-Commit-ID: 2ljJQ1Hfi9k
2016-03-07 17:21:58 +01:00
Sebastian Kaspari
4fc1561eeb Bug 1251923 - TabQueueService: Treat BadTokenException like SecurityException. r=margaret a=ritu
MozReview-Commit-ID: qTtRaQuZyo
2016-03-04 16:01:59 +01:00
Julian Descottes
6f92639953 Bug 1230325 - markup-view: skip keyboard shortcuts if any modifier;r=pbrosset a=ritu
Bail out from the markup view onKeyDown handler if any modifier is currently
true. All shortcuts specified in this handler are intended to be used without
modifier, so for now this approach is fine.

Added a test checking the use case mentioned in Bug 1230325, with the S
shortcut. In order to write the test, had to create an additional method on
the test actor to be able to wait for events in the window of the content process.

MozReview-Commit-ID: 67icou0HkfA
2016-03-04 18:15:32 +01:00
Andrew Halberstadt
72f0204ff0 Bug 1255567 - Sign quitter extension for valgrind-test and pgo/profileserver, r=jgriffin, a=test-only
MozReview-Commit-ID: HtH8z4rBSMY
2016-03-10 15:37:51 -05:00
Andrew Halberstadt
84d989f303 Bug 1245092 - Install reftest and specialpowers extensions at runtime via AddonManager.installTemporaryAddon, r=jgriffin, a=test-only
MozReview-Commit-ID: 5HSa3nFVTeF
2016-03-09 14:38:13 -05:00
Peter Van der Beken
9579ce7214 Backed out 4 changesets (bug 1222624) to fix bug 1249572
Backed out changeset e407f668476d (bug 1222624)
Backed out changeset 2a4502574495 (bug 1222624)
Backed out changeset 4b6ae937a03d (bug 1222624)
Backed out changeset cfa2b6acc2ba (bug 1222624)
2016-03-14 11:36:39 +01:00
Ryan VanderMeulen
8ef0386053 Backed out changesets d59774690fc8, 26e323cbbfc0, and 1864afbb3bd4 (bug 1236108) for test_content_exception_time_annotation.js failures. 2016-03-13 21:02:58 -04:00
Ehsan Akhgari
6f4ca1bff6 Bug 1255139 - Keep allowing remote JAR files for IBM iNotes for now on release builds. r=bzbarsky, a=sledru 2016-03-11 09:15:54 -05:00