Commit Graph

413261 Commits

Author SHA1 Message Date
Jason Orendorff
2e5f991fe0 Bug 1142784, part 2 - Change ProxyHandler::defineProperty() to make the desc argument a non-mutable handle. r=Waldo.
--HG--
extra : rebase_source : c40a50b3522e8306d68d8114fe576d4f43006d82
2015-02-17 11:58:43 -06:00
Jason Orendorff
092c7ab1e2 Bug 1142784, part 1 - In NativeObject.cpp, move some Lookup functions out of the way and make a big swath of this file the [[DefineOwnProperty]] section. r=Waldo.
--HG--
extra : rebase_source : 538dc782303a9e5920581789caebb739d3718dd3
2015-02-17 12:01:54 -06:00
Jason Orendorff
cfa924afa0 Bug 1142775 - Rename NativeSet -> NativeSetExistingDataProperty and simplify it since it is only called for data properties. Delete Shape::set. Add comments. No change in behavior. r=efaust.
--HG--
extra : rebase_source : 9b47668e82807fab4d576ef012a449e7bd147096
2015-02-28 14:40:07 -06:00
Zachary Carter
7c62c725d7 Bug 1139657 - Expose a method on FxAccounts for retrieving profile information. r=markh 2015-03-26 01:33:38 -07:00
Bob Owen
e7768682a2 Bug 1147446: Chromium patch to fix memory leak in Windows sandbox sharedmem_ipc_server.cc. r=aklotz 2015-03-26 08:06:04 +00:00
Shian-Yow Wu
d5acb1e8d0 Bug 1115495 - Part 2: PAC generator for browsing and system wide proxy. r=mcmanus, r=echen 2015-03-26 15:11:08 +08:00
Shian-Yow Wu
e03f3d519e Bug 1115495 - Part 1: Support app info for PAC. r=mcmanus 2015-03-26 15:11:05 +08:00
Gerald Squelart
93b76062f3 Bug 1135541 - Make crash reporting work for EME CDMs - r=cpearce 2015-03-26 19:55:30 +13:00
Chris Pearce
56ad29a9d5 Bug 1147730 part 2 - Validate input rather than not-yet-set data field in MediaKeySession::SetSessionId. r=jw_wang 2015-03-26 19:53:23 +13:00
Chris Pearce
39e8beae91 Bug 1147730 part 1 - Prevent data race between CDMProxy and CDM caps and video decoder startup. r=edwin 2015-03-26 19:53:05 +13:00
Cameron McCormack
66744f5325 Bug 1147737 - Remove duplicate Selection.h entry from layout/generic/moz.build. r=dholbert 2015-03-26 16:26:05 +11:00
Jeff Muizelaar
470a5f318f Bug 1146034. Cherry pick "Fix struct uniform packing."
This comes from ANGLE commit 2857f489f32372310014888342c6f9c97fac5995

--HG--
extra : rebase_source : 0a950753cbe67051ad1fa99dfe3d3b8c53f0d062
2015-03-25 10:13:31 -04:00
Dan Glastonbury
c9f30719f5 Bug 1048745 - Uniform array with Uint32Array. r=jgilbert, r=smaug 2015-03-26 14:27:44 +10:00
Jean-Yves Avenard
b5404f62e0 Bug 1145815: Do not report discontinuities less than 35ms. r=k17e
--HG--
extra : rebase_source : eb8fa50d7036ceae23756e10d0ad815605aae3f8
2015-03-25 22:32:21 +11:00
Bas Schouten
4631908ab5 Bug 1147439: Report telemetry correctly for individual devices resetting. r=vladan 2015-03-26 05:01:31 +01:00
Shih-Chiang Chien
3924973b17 Bug 1144715 - Socket might be closed by GC before lower layer failure. r=khuey
CLOSED TREE

--HG--
extra : amend_source : 4c2833e4e3c160abaf325e8ab7e4a9fe9a6555b6
2015-03-23 20:06:00 -04:00
Chris Peterson
3084940cd2 Bug 1083499 - Replace JS1.7's nonstandard destructuring for…in loops in mochitest/server.js. r=jmaher 2015-03-23 20:37:47 -07:00
Steve Fink
2f8f528a55 Bug 1126544 - Update sixgill to handle more constructs and manage memory better
--HG--
extra : rebase_source : 646d280634ca386ad94c93dc592cdacdac14c9c1
2015-03-06 14:25:00 -08:00
Steve Fink
5f3c77b286 Bug 1146520 - Do not treat osx arm-sim as a cross-compile, r=woof!
--HG--
extra : rebase_source : 9fcab74384fdf1f0a73522d48bd0e2c19a56316e
2015-03-25 07:55:53 -07:00
Steve Fink
07b383ea8a Bug 1135399 - Timeout shell builds, r=catlee
--HG--
extra : rebase_source : 71b02418a159108cf48e0e9ed6bb862120f6ca76
2015-03-18 10:59:17 -07:00
David Anderson
3eefa67684 Follow-up nit to bug 1147648 (alphabetize prefs). r=kats 2015-03-25 18:39:20 -07:00
David Anderson
c974fd18b3 Improve bad APZ wheel pref detection in about:support. (bug 1147223 part 2, r=kats) 2015-03-25 18:37:33 -07:00
David Anderson
11dca95ed5 Fix wheel events not applying root scroll delta overrides. (bug 1147223 part 1, r=kats) 2015-03-25 18:36:41 -07:00
David Anderson
204bc78fed Fix some full zoom FrameMetrics changes not propagating to APZ. (bug 1147648, r=botond) 2015-03-25 18:34:56 -07:00
Ehsan Akhgari
6115fab25e Bug 1147367 - Add a test for checking the Request.context attribute for FetchEvents generated for fetch(); r=nsm 2015-03-25 21:28:22 -04:00
Ehsan Akhgari
bb4f610dac Bug 1147184 - Extend the tests for Cache.put; r=bkelly 2015-03-25 21:22:18 -04:00
Tooru Fujisawa
9f25511f18 Bug 1146193 - Part 2: Add test for tab reorder and duplicate. r=gavin 2015-03-24 06:40:01 +09:00
Seth Fowler
be84cac397 Bug 1128467 - Take scale factors into account when computing image size even if we aren't snapping. r=roc 2015-03-25 18:12:58 -07:00
Sotaro Ikeda
dfcae94801 Bug 1145389 - Add gralloc allocation requet size check r=nical 2015-03-25 18:05:11 -07:00
Matt Woodrow
b47f624ddc Bug 1146313 - Null check pData in UpdateConstantBuffers. r=jrmuizel
--HG--
extra : rebase_source : 468e7af0dc2208962892610c4cf2f8033d39fc60
2015-03-26 13:06:21 +13:00
Matt Woodrow
439798a572 Bug 1146315 - Part 2: Release D3D11 YUV textures on the main thread. r=nical
--HG--
extra : rebase_source : 6d8d17dd02bb63a8ea0adcd94de891aad369d6dc
2015-03-26 13:05:25 +13:00
Matt Woodrow
a5a35423f7 Bug 1146315 - Part 1: Create D3D media device on the ImageBridge thread. r=nical
--HG--
extra : rebase_source : 29a7c9e7fb5ab2726cb9a3868b85a5c0292a38b4
2015-03-26 13:04:42 +13:00
Matt Woodrow
69645b11a3 Bug 1116812 - Blacklist two intel GPUs that are trigger driver crashes frequently. r=jrmuizel
--HG--
extra : rebase_source : d84456b830a5ee7fc77f14bb2ed1e9cbed3d0a57
2015-03-26 12:58:48 +13:00
Matt Woodrow
500d1b3448 Bug 1145037 - Remove invalid assertion in MoofParser. r=ajones
--HG--
extra : rebase_source : 9a2b2b0f588fd9a7730e050306417b64725a2e94
2015-03-26 12:57:58 +13:00
Matt Woodrow
abe801b442 Bug 1145585 - Hold a ref to the right texture. r=jmuizelaar
--HG--
extra : rebase_source : e000ff00ef1a25e040572a21775cfbf0efb32485
2015-03-26 12:57:03 +13:00
Bobby Holley
086ebaa957 Bug 1142336 - Create one unified thread pool for media code and run the MDSM task queues on it. r=mattwoodrow
This allows for parallel MDSM execution. \o/
2015-03-25 17:46:26 -07:00
Bobby Holley
ec38dc1002 Bug 852821 - Disable test on b2g. r=me 2015-03-25 17:46:25 -07:00
Kearwood Gilbert
020a6fa9a6 Bug 969250 - Part 2: Tests for scroll snapping for scrollbars (v2 Patch), r=roc relanding on a CLOSED TREE
--HG--
extra : source : 3c1005c81e52b9b9d68bba8873c957180b94f1a3
extra : amend_source : 89c352098b0853f826883edf0ff472c9a60e5d42
2014-02-17 15:47:29 +13:00
Kearwood (Kip) Gilbert
d1823e40bc Bug 969250 - Part 1: Implement scroll snapping for scrollbars (v7 Patch),r=roc
--HG--
extra : source : 3ed9d5170d1386e5922df6ca06765922db08968c
2015-03-25 11:40:31 -07:00
Cykesiopka
b44239d022 Bug 996872 - Reduce calls to getXPCOMStatusFromNSS() in PSM xpcshell tests. r=keeler relanding on a CLOSED TREE 2015-03-25 17:29:05 -07:00
Wes Kocher
2ab967724a Merge m-c to inbound a=merge to fix this CLOSED TREE 2015-03-25 16:57:50 -07:00
B2G Bumper Bot
e1d40cac37 Bumping manifests a=b2g-bump 2015-03-25 16:02:57 -07:00
B2G Bumper Bot
f44dfe7697 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eee90c2eb176
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #29152 from lightsofapollo/bug-1147618

Bug 1147618 - Disable intermittent test r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/32be03acaf01
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 1147618 - Disable intermittent test r=me
2015-03-25 16:00:23 -07:00
Wes Kocher
d13b0bd122 Backed out changeset e36d161eef9b (bug 1127801), further theories, CLOSED TREE
--HG--
extra : amend_source : 26a72295a667b795ac8633390a2f1cde50c0d4bf
2015-03-25 15:28:18 -07:00
Wes Kocher
2624480c60 Backed out changeset 88d41ff68289 (bug 1146869) 2015-03-25 15:28:11 -07:00
B2G Bumper Bot
e58e881d80 Bumping manifests a=b2g-bump 2015-03-25 15:13:34 -07:00
B2G Bumper Bot
ed09c35d20 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9b306b9c304c
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #29150 from lightsofapollo/bug-1147601

Bug 1147601 - Disable ice contacts test failures r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/e2774677f871
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 1147601 - Disable ice contacts test failures r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/f91756c0e5f5
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #29151 from lightsofapollo/bug-1147610

Bug 1147611 - Disable ftu failures r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/c00589aca477
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 1147611 - Disable ftu failures r=me
2015-03-25 15:10:21 -07:00
Wes Kocher
df05ff9297 Backed out 2 changesets (bug 969250) on the other theory that it broke lots of tests, forcing a prolonged CLOSED TREE
Backed out changeset 3c1005c81e52 (bug 969250)
Backed out changeset 3ed9d5170d13 (bug 969250)
2015-03-25 14:46:47 -07:00
Wes Kocher
9b0a211a65 Backed out changeset 3a38c3d97f44 (bug 996872) on the theory that it somehow broke lots of tests, forcing a prolonged CLOSED TREE 2015-03-25 14:40:44 -07:00
Wes Kocher
996ac9ece8 Merge m-c to inbound a=merge CLOSED TREE 2015-03-25 13:18:17 -07:00