Markus Stange
533712e3b1
Bug 1154322 - Always use DrawTargetCG when painting directly into a window on OS X (unaccelerated drawRect rendering). r=jrmuizel
...
This also gets rid of the code path that allowed us to test DrawTargetCairo for OS X content rendering. As far as I know, nobody has made use of it in the past 12 months.
This change makes us not crash if SupportsAzureContentForType(BackendType::COREGRAPHICS) returns false, which will be the case if you flip the azure content pref to a supported non-"cg" value.
2015-04-14 11:40:53 -04:00
Patrick McManus
965b4acedf
Bug 1154068 - rename relaxed to insecure scheme and add more runtime checks r=hurley
...
we used the term relaxed for http:// over tls; but someitmes we also
enforced the authentication if alt-svc changed the host involved. That
was all done correctly but the term relaxed wasn't very accurate in
those cases.
For clarity rename "relaxed" to be "insecureScheme". Also add a
runtime check (with debug assert) to paths to enforce that bit isn't
set where it shouldn't be (it isn't known to be).
2015-04-06 17:30:29 -04:00
Patrick McManus
dea53428c8
Bug 1154061 - clear cached alt svc mappings on a variety of state changes r=hurley
...
an alt-svc map is just an optimization which can get out of phase like
any other piece of state.. therefore it makes sense to
drop them when a user presses some kind of "serenity now" button such
as force-reload, clear cache, etc..
2015-04-10 16:13:30 -04:00
Patrick McManus
2bc676b831
Bug 1153936 - nsIHttpChannelInteral attribute to opt out of alt-svc on per channel basis r=hurley
2015-04-13 12:59:34 -04:00
Patrick McManus
f5c22512f7
Bug 1153924 - do not use altsvc with proxy r=hurley
2015-04-13 12:33:10 -04:00
Patrick McManus
61b076171b
Bug 1153896 - dont setup altsvc for same host/port as origin r=hurley
2015-04-09 23:38:26 -04:00
Patrick McManus
c5a3235e9e
Bug 1153869 - altsvc assert scheme is http or https r=hurley
2015-04-13 10:20:26 -04:00
Maksim Lebedev
f60627631d
Bug 979497 - Once DispatchPointerFromMouseOrTouch is called, aFrame can be deleted. r=smaug
...
--HG--
extra : rebase_source : 9556dce20748b3b581f8e39df6992513e90f62ff
2015-04-14 11:46:39 -04:00
Tooru Fujisawa
2cfe169d44
Bug 1154228 - Remove unnecessary semicolon in toLocalTimeISOString in TelemetrySession.jsm. r=gfritzsche
...
--HG--
extra : rebase_source : 6ea48037f01ae127ff00d7ca76aecaa7c6edd5dd
2015-04-14 21:45:05 +09:00
Ying-Ruei Liang (KK)
bc847b0369
Bug 1143522 - Convert cliprect coordinate in gonk code. r=botond
...
--HG--
extra : rebase_source : c9e042c65d9d5d2bb8fbc72c8b12f87de2c40192
2015-04-11 22:06:00 -04:00
Ying-Ruei Liang (KK)
f17daf9c2a
Bug 1143522 - Convert Layer::mClipRect to ParentLayerIntRect. r=botond
...
Change interface of getter/setter for mClipRect,
also necessary modification for codes that use these resources.
* * *
Bundle mUseClipRect and mClipRect as Maybe<ParentLayerIntRect> mClipRect
--HG--
extra : rebase_source : ca0c60404a28b7418df88104b863760033289910
2015-04-11 22:03:00 -04:00
Kershaw Chang
3066d09f90
Bug 1020179 - Test case for visibilitychange. r=fabrice
...
--HG--
extra : rebase_source : 0516eb720e1133074132d7aa5f359565e8491930
2015-04-13 21:11:00 -04:00
Kershaw Chang
b312b11170
Bug 1020179 - ContentPermissionPrompt change in b2g. r=fabrice
...
--HG--
extra : rebase_source : 2724741b70d3c20f41690d7233548834921de5fe
2015-04-13 21:10:00 -04:00
Kershaw Chang
e81771306d
Bug 1020179 - Let PContent manage PContentPermissionRequest. r=fabrice, r=khuey
...
--HG--
extra : rebase_source : dba5c4709942f8ad92fc6aa0ee76942247b08992
2015-04-13 21:08:00 -04:00
David Anderson
2bacc33539
Make sure that confirmed APZ wheel targets are always scrollable. (bug 1154132, r=kats)
2015-04-14 11:43:41 -04:00
David Anderson
6ed66f11dc
Don't vertically scroll APZCs that have less than one pixel of vertical scroll range. (bug 1154134, r=kats)
...
--HG--
extra : rebase_source : 61f8690c3583ccdde782ef02cc5cae45ddebb611
2015-04-14 11:37:40 -04:00
Kartikaya Gupta
19ef59aa9f
Bug 1146349 - Wire up native event synthesization in child processes. r=smaug
2015-04-14 11:36:36 -04:00
Kartikaya Gupta
448f4aa25b
Bug 1146349 - Update browser-chrome mochitests to deal with async native event synthesization. r=Gijs
2015-04-14 11:36:36 -04:00
Kartikaya Gupta
8ffd1ab6d0
Bug 1146349 - Update DOM mochitests to deal with async native event synthesization. r=smaug
2015-04-14 11:36:36 -04:00
Kartikaya Gupta
f0f1261931
Bug 1146349 - Update some widget tests to deal with async native key event synthesization. r=smaug,masayuki
2015-04-14 11:36:36 -04:00
Kartikaya Gupta
5cf2d407fd
Bug 1146349 - Make the native event synthesization functions in DOMWindowUtils async. r=smaug
2015-04-14 11:36:36 -04:00
Kartikaya Gupta
f7dbd8ca43
Bug 1146349 - Allow NS_NewRunnableMethodWithArgs to take up to 8 arguments. r=froydnj
2015-04-14 11:36:35 -04:00
travis
e525795e3f
Bug 1151005 - Show notifications when the 'install' and 'package' mach commands complete r=gps
2015-04-14 10:35:10 -05:00
travis
afc2e8bd4d
Bug 1151005 - Refactor terminal notification stuff from 'mach build' into MozbuildObject r=gps
2015-04-14 10:35:09 -05:00
Kartikaya Gupta
4ea64b3332
Bug 1152211 - Fuzz a now-expected permaorange when APZ is enabled. r=mstange
2015-04-14 11:30:48 -04:00
Paul Adenot
bc7866deae
Bug 1134034 - Add a chrome-only parentId and name on AudioParam for devtools. r=ehsan
2015-04-14 17:03:52 +02:00
Paul Adenot
e86047f94a
Bug 1153783 - Implement the `detune` AudioParam for the AudioBufferSourceNode. r=ehsan
2015-04-14 17:03:50 +02:00
Paul Adenot
a1ddbe8bcb
Bug 1148496 - Allow to set an interface member as [Deprecated] in WebIDL. r=bz,smaug
2015-04-14 17:03:49 +02:00
Ryan VanderMeulen
76056920ad
Backed out changeset 607cfbb06eb8 (bug 1153498) for WinXP debug jit-test perma-timeouts.
...
CLOSED TREE
2015-04-14 11:08:34 -04:00
Ryan VanderMeulen
e75dc71bd7
Backed out changeset c2f12ead270c (bug 1131375) for Windows bustage.
...
CLOSED TREE
2015-04-14 10:55:59 -04:00
Ehsan Akhgari
f5a2ba31bf
Bug 956530 follow-up: Fix the test failure on Windows 8 caused by the text box having a glowing outline as a result of being clicked on
...
Landed on a CLOSED TREE
2015-04-14 10:54:00 -04:00
Mason Chang
08ea8e0b5d
Bug 1151489
. Enable software vsync on all b2g versions. r=kats
2015-04-14 10:32:47 -04:00
Mason Chang
0608d80c6e
Bug 1153395 - Disable Hardware Vsync on Non Kit-Kat devices. r=mwu
2015-04-14 10:31:58 -04:00
Andrew Halberstadt
b6dec03613
Bug 1153413 - Add --subsuite option to mochitest mach command, r=jgriffin
...
--HG--
extra : rebase_source : 535b0a108de9b517d1b4b3a73275fbacb9e09492
extra : source : f3e21cdfa1fc1488247e27b572825ac63d2ff151
2015-04-10 15:31:36 -04:00
Bill McCloskey
0fe08fe004
Bug 1131375 - Fix message ordering for in-process message manager (r=smaug)
2015-04-14 07:18:33 -07:00
Carsten "Tomcat" Book
807db18b59
Merge mozilla-central to mozilla-inbound
2015-04-14 16:15:02 +02:00
Ryan VanderMeulen
612dc2a6ee
Merge inbound to m-c. a=merge
2015-04-14 10:06:03 -04:00
Ms2ger
f1fc41b0e5
Bug 949614 - Use === for SimpleTest.is; r=Waldo
...
This is more likely to be correct, and a necessary step in case we ever want
to move to Object.is.
This keeps ise as an alias for is, and introduces is_loosely for the old
behaviour.
2015-04-14 15:28:13 +02:00
Ms2ger
7a131fd192
Bug 949614 - Update test_simulators.html for new is() semantics; r=janx
2015-04-14 15:27:34 +02:00
Ms2ger
3688595ddd
Bug 949614 - Consolidate some spellchecking test code; r=ehsan
2015-04-14 15:26:14 +02:00
Ehsan Akhgari
dd354aa828
Back out bug 1154243
since mWindow is an nsIDOMWindow
...
Landed on a CLOSED TREE
2015-04-14 08:54:59 -04:00
Ehsan Akhgari
60a1078cd3
Bug 1154243
- Avoid calling QueryInterface in AudioChannelAgent::GetWindowVolume() unnecessarily; r=baku
2015-04-14 08:31:38 -04:00
Ehsan Akhgari
9e824d6fa4
Bug 1153915 - Null check the window in AudioChannelService::WindowDestroyedEnumerator(); r=baku
2015-04-14 08:31:37 -04:00
Jan Beich
5ab8ccdeac
Bug 1154188 - Unbreak build on non-SPS platforms after bug 1153737 r=bsmith
2015-04-14 14:30:09 +02:00
Ehsan Akhgari
51fd5c3de1
Bug 956530 - Clear the delayed caret data when clicking on a selected part of a text control if the focus event handler selects the control; r=roc
2015-04-14 08:29:11 -04:00
Carsten "Tomcat" Book
662ed27b62
merge fx-team to mozilla-central a=merge
2015-04-14 14:27:14 +02:00
Tom Schuster
06c138f72e
Bug 1153651
- Define array.length as JSPROP_SHADOWABLE. r=jorendorff
2015-04-14 14:24:45 +02:00
Carsten "Tomcat" Book
6b53afcce7
Backed out changeset f3e21cdfa1fc (bug 1153413) for causing regression like Bug 1153851
...
--HG--
extra : rebase_source : 8f8d52fe0c3a64403fea0b859fb671066a480e85
2015-04-14 09:13:44 +02:00
Carsten "Tomcat" Book
3ac2fef09c
Backed out changeset 946b935a9cb4 (bug 1077464) for suspicion of causing dt e10s perma failure on a CLOSED TREE
2015-04-14 08:59:56 +02:00
Jean-Yves Avenard
75aa71162f
Bug 1153049: Fix linux build ON A CLOSED TREE. a=bustage
2015-04-14 16:11:14 +10:00