Markus Stange
3209f1f0b4
Bug 1021845 - Don't skip checkerboarding layers during compositing, even if the layer's visible region is empty. r=botond
...
--HG--
extra : commitid : 2b5dQN09gIh
extra : rebase_source : 8bd2dfcf4b17a4ceb863e8744ffbcdf17c6f8fc6
2015-11-24 14:27:10 +01:00
Markus Stange
96c1739213
Bug 1021845 - Before compositing, clip the visible region of a layer to the layer's clip rect. r=mattwoodrow
...
--HG--
extra : commitid : BFuXYwxFvPI
extra : rebase_source : 2b034d8cfac20df565bea456f202573cca99d24d
2015-12-02 22:54:03 +01:00
Nathan Froyd
9a956c9885
Bug 1223808 - part 3 - replace nsAutoArrayPtr<T> with UniquePtr<T[]> in netwerk/; r=mcmanus
2015-11-08 21:28:05 -05:00
Nathan Froyd
ce11c393a5
Bug 1223808 - part 2 - use UniquePtr<uint8_t[]> instead of nsAutoArrayPtr<SHA1Sum::Hash> in HandleHashKey; r=michal
2015-11-18 15:56:47 -05:00
Nathan Froyd
fcdd745657
Bug 1223808 - part 1 - optimize creating a WebSocketFrame with a payload; r=mcmanus
...
This function:
- Allocates a block of memory;
- Copies things into that block of memory;
- Allocates another block of memory inside nsAutoCString;
- Copies into our string from the block of memory we just allocated.
Clearly we can avoid a memory allocation and some copying by just
allocating the amount of data we need in the string first, and copying
things into the string.
2015-11-08 21:26:46 -05:00
Robert Longson
e5adaf828f
Bug 1145195
part 1 - Create a helper function for PrependLocalTransformsTo in SVGContentUtils r=dholbert
2015-12-02 22:36:23 +00:00
Xidorn Quan
fb855297f6
Bug 1229587 part 2 - Use verbose format to disable C4061 to workaround bug of VS2015u1. r=keeler
...
--HG--
extra : source : 96b812b70961a22ae01a377eb9aaaf405ed13349
2015-12-03 09:29:42 +11:00
Xidorn Quan
8cd346c251
Bug 1229587 part 1 - Disable C4464 warning newly added in VS2015u1. r=keeler
...
--HG--
extra : source : 1c79d789b2de950e8024d857f9315ea362141969
2015-12-03 09:29:42 +11:00
Kit Cambridge
c7aea57412
Bug 821291 - Move libmozgnome into libxul. r=glandium,karlt
...
--HG--
extra : commitid : 99eCKOxuHHi
extra : rebase_source : 7e148e7b3b72ffd4687df5ba342599c55fd41280
2015-11-24 12:16:33 -08:00
Olli Pettay
b8e5626be9
Bug 1228634 - Implement Element.getAttributeNames, r=peterv
...
--HG--
extra : rebase_source : e5b4b880618e7d01eb8a806fcfb26539b659ceaf
2015-12-02 23:04:53 +02:00
Masatoshi Kimura
48291711d5
Bug 1218971 - Modernize weak crypto/SSLv3 error page. r=past
2015-12-03 07:16:51 +09:00
Luke Wagner
d5f891c228
Bug 1229698 - Odin: fix memory corruption when -D passed to the shell (r=bbouvier)
...
--HG--
extra : rebase_source : 54987cfd536a8ee35d24df78c4b1510e10ad103e
2015-12-02 09:57:44 -06:00
Ralph Giles
fef6163774
Bug 1229615 - Conditionalize mp4parse.h export. r=kinetik
2015-12-02 12:22:09 -08:00
Matthew Gregan
6b03728600
Bug 1229615 - Compare track counts between rust and stagefright. r=rillian
...
Use the new capi calls in rust mp4parse v0.1.5 to query
audio and video track counts and compare with what we
get from stagefright.
2015-12-02 12:19:29 -08:00
Ralph Giles
8c0e42e151
Bug 1229615 - Don't reject files without edit lists. r=kinetik
...
Patch from upstream.
2015-12-02 12:25:00 -08:00
Kartikaya Gupta
01ade73317
Bug 1229853 - Don't apply the displayport multiplier if we don't have a frame for the element the displayport is set on. r=tn
2015-12-02 16:44:21 -05:00
Nathan Froyd
1c2e83fc5a
Bug 1218454 - part 3 - move nsILoadContext::GetOriginAttributes out-of-line; r=bz
2015-10-26 16:05:13 -04:00
Nathan Froyd
3071ec2419
Bug 1218454 - part 2a - fix bootlegging of nsContentUtils.h includes from nsILoadContext.h; r=bz
2015-12-01 21:49:38 -05:00
Nathan Froyd
c381a6b86c
Bug 1218454 - part 2 - don't #include nsContentUtils.h from CallbackObject.h; r=bz
...
We used to need nsContentUtils.h here for nsCxPusher, but since that got
moved to ScriptSettings.h, we no longer need nsContentUtils.h for
anything.
2015-10-26 12:14:47 -04:00
Nathan Froyd
73e5032ef9
Bug 1218454 - part 1 - move DialogValueHolder::Get out-of-line; r=bz
...
No reason for one ::Get to be out-of-line and the other not. This
change means that nsGlobalWindow.h doesn't depend on nsContentUtils.
2015-10-26 12:55:45 -04:00
Wes Kocher
71df5f8ae3
Backed out changeset 269290441727 (bug 1198095) for file reader failures in mochitest 1 CLOSED TREE
2015-12-02 13:14:22 -08:00
Wes Kocher
b16dc998b7
Backed out 4 changesets (bug 1227190) for still having failures after several followups, most recently jit test assertions in jsfriendapi.cpp CLOSED TREE
...
Backed out changeset e3ae43ee51fa (bug 1227190)
Backed out changeset 2e33a92988cd (bug 1227190)
Backed out changeset 4ebb551d8db2 (bug 1227190)
Backed out changeset 5f84bb42a723 (bug 1227190)
--HG--
extra : amend_source : 41b78fc50850a8a34c48b54aaaa82241607e98cd
2015-12-02 12:26:23 -08:00
Wes Kocher
b4fe562f90
Backed out changeset a52fb149b9ee (bug 1072501) for talos e10s failures resulting in crashes with UpdateFromSurface in the signature CLOSED TREE
...
--HG--
extra : rebase_source : 9d5e20d8dad0357d00602feb0e42dfd605307616
2015-12-02 11:59:07 -08:00
Boris Zbarsky
9c0fbd9079
Bug 1227190. Make the constructor for ReportExceptionClosure explicit to silence our static analyzers. r=CLOSED TREE
2015-12-02 14:57:53 -05:00
David Anderson
dc635a03da
Create a D3D11 content device even if D2D is blocked. (bug 1217665 part 11, r=jrmuizel)
...
--HG--
extra : rebase_source : f61be91f3eee43791769b00de1955efe6da36108
2015-12-02 11:31:18 -08:00
David Anderson
b49b27b9a6
Add an NPN_GetValue query to find the browser's DXGI adapter. (bug 1217665 part 10, r=aklotz,mattwoodrow)
...
--HG--
extra : rebase_source : 55d8f4541524298232b219ab29938c62d69d56af
2015-12-02 11:31:17 -08:00
David Anderson
ca5122668a
Implement the DidComposite NPAPI callback. (bug 1217665 part 8, r=mattwoodrow)
...
--HG--
extra : rebase_source : 4df420dcfb01db1d5fc9136bbb4c428a7ea59266
2015-12-02 11:31:17 -08:00
David Anderson
b48603c10c
Implement the direct DXGI drawing model for plugins. (bug 1217665 part 7, r=mattwoodrow)
...
--HG--
extra : rebase_source : 8e1322c9ea49fc61226a06ab2e2beea525db0ba8
2015-12-02 11:31:17 -08:00
David Anderson
949bfb8805
Implement the direct bitmap drawing model for plugins. (bug 1217665 part 6, r=mattwoodrow)
...
--HG--
extra : rebase_source : a3243dc38b6033d6dcdaf98d89323b4315efd0f7
2015-12-02 11:31:17 -08:00
David Anderson
978468f6f4
Allow asynchronous D3D11 TextureClients on the main thread. (bug 1217665 part 5, r=nical)
...
--HG--
extra : rebase_source : a06aecbf63b0cb55b388da75c50e211fbb95d5c8
2015-12-02 11:31:17 -08:00
David Anderson
7dfba52625
Add a new Image class that wraps drawable TextureClients. (bug 1217665 part 4, r=nical)
...
--HG--
extra : rebase_source : 417abc16c591dd7442228e9200639a35aff15368
2015-12-02 11:31:17 -08:00
David Anderson
a195616940
Disable async rendering paths when a plugin is using direct drawing. (bug 1217665 part 3, r=aklotz)
...
--HG--
extra : rebase_source : 5c0e8f3ce6e6a5f6aa9e764d55baf0a2a119ee5a
2015-12-02 11:31:16 -08:00
David Anderson
975e996172
Revive test plugin changes for async plugin surfaces. (bug 1217665 part 2, r=aklotz)
...
--HG--
extra : rebase_source : 327bad545819836704c0cf46ccbb765d2661093d
2015-12-02 11:31:16 -08:00
David Anderson
55f75a9936
Revive NPAPI async drawing: stub code. (bug 1217665 part 1, r=aklotz)
...
--HG--
extra : rebase_source : e106bcfe1d671bcff1175b08d47bd8fd2768d64e
2015-12-02 11:31:16 -08:00
Ben Hearsum
2658b43d3a
Bug 1079858: Enable SHA2 signing for windows. r=catlee rs=rstrong
...
--HG--
extra : amend_source : c605389facd952635d04a60b15bb14a269d073dc
2015-12-02 14:12:37 -05:00
Boris Zbarsky
f02a79a4e0
Bug 1227190 followup to address the review comments I missed. r=jorendorff
2015-12-02 14:04:47 -05:00
Boris Zbarsky
89a6485e7f
Bug 1172246. Make sure CallSetup's handling of exceptions it wants to deal with itself works even when the callable is a JSNative that uses the JS_Report*Error APIs instead of throwing exceptions in the usual way. r=bholley
2015-06-08 16:16:27 -04:00
Boris Zbarsky
e8013a0abc
Bug 1227190 part 2. Make debugger error reporting play nice with the embedding taking ownership of error reporting. r=jorendorff
2015-12-02 13:53:00 -05:00
Boris Zbarsky
d6f277acb4
Bug 1227190 part 1. change PrepareScriptEnvironmentAndInvoke to return void, not bool, to make it clearer that it reports exceptions for you. r=jorendorff
2015-12-02 13:53:00 -05:00
Boris Zbarsky
29345faced
Bug 1229664. Drop the concept of inner exceptions from Exception/DOMException. r=bholley
2015-12-02 13:52:59 -05:00
Boris Zbarsky
49fb3ecd4e
Bug 1228702. Don't expose the 'location' property of Exception/DOMException on workers. r=bholley
2015-12-02 13:52:59 -05:00
Andrea Marchesini
cd5ac03ace
Bug 1198095 - FileReader should dispatch an error if the blob changes size in the meantime the read is executed, r=bz
2015-12-02 18:46:23 +00:00
Jeff Muizelaar
ba14718938
Revert "Bug 1207288. Ask ANGLE for the correct output version. r=jgilbert"
...
This reverts commit cb6196bdba35
CLOSED TREE
2015-12-02 12:43:00 -05:00
Dustin J. Mitchell
c05f7f5ef6
Bug 1227637: disable mochitest-webgl on TC for the moment; r=armenzg
...
--HG--
extra : commitid : I7qaKLKKGQB
extra : rebase_source : 47b771b0a324f2a6c1adff730aa0dd7203660b4f
extra : amend_source : 6a55c35836353b04a84353dcf7de3d67933783d5
2015-12-02 11:15:21 -05:00
Dustin J. Mitchell
a0349dc1c6
Bug 1227637/1220658: install mesa 9.2.1-1ubuntu3~precise1mozilla1 in desktop-test; r=armenzg
...
--HG--
extra : commitid : LZUwv7jfahr
extra : rebase_source : 65aea68510762c111cb5000ea9157774d18421b0
2015-11-30 13:28:01 -05:00
Mason Chang
16285cd3eb
Bug 990017. Prevent skia accelerated canvas backends from rendering content. r=jmuizelaar
2015-12-02 09:11:52 -08:00
Bas Schouten
1af19f1642
Bug 1072501: Unmap file mapping on source surface destruction. r=milan
2015-12-01 16:41:08 +01:00
Bob Clary
98b2574861
Bug 1214812 - [mozdevice] - adb_android.py - fix missing test_root argument to ADBAndroid, r=gbrown.
2015-12-02 08:34:20 -08:00
Bob Clary
9115f85f5d
Bug 1214812 - [mozdevice] - adb.py, adb_android.py - if possible always run adbd as root, set SELinux to Permissive, r=gbrown.
2015-12-02 08:34:20 -08:00
Bob Clary
f2a34ba40e
Bug 1214812 - [mozdevice] - adb.py - do not prepend LD_LIBRARY_PATH to su commands, r=gbrown.
2015-12-02 08:34:20 -08:00