Andrea Marchesini
f2ba43b3fd
Bug 1151495
- Support permission prompting from workers for IDB, r=bent
2015-05-06 09:07:57 +01:00
Ms2ger
65f9cd87c9
No bug - Add a bug number to the historical.html expectations.
...
DONTBUILD
2015-05-06 11:37:12 +02:00
Bob Owen
d65b604e3b
Bug 1158773: Use the same initial and delayed integrity level for Windows content sandbox level 0. r=tabraldes
2015-05-06 10:11:56 +01:00
Jon Coppeard
c8e7607510
Bug 1160163 - Refactor arena decommit so we don't have to pass dummy thing kind to allocateArena() r=terrence
2015-05-06 09:45:10 +01:00
Jon Coppeard
eb8eb2cce2
Bug 1160468 - Remove unnecessary pre-barrier when creating undepended string r=terrence
2015-05-06 09:44:42 +01:00
Aaron Klotz
acbeefcd97
Bug 1160298: Modify TaskFactory::NewTask to support variadic templates; r=gfritzsche
2015-04-30 14:23:24 -06:00
L. David Baron
d8275d9234
Back out changeset a02ea85607a2 (bug 1038072) for widespread test failures (at least Linux, Android, and Mulet), on a CLOSED TREE.
2015-05-06 09:58:55 +02:00
L. David Baron
a61c943696
Back out changeset 266853fe8965 (bug 1038072) for widespread test failures (at least Linux, Android, and Mulet).
2015-05-06 09:58:34 +02:00
Diego Wilson
92d756f23f
Bug 1160689
- thumbnail image corruption on certain videos. r=sotaro
...
--HG--
extra : rebase_source : b66097c2e54dcc17a0f8b6e6c527ae68c304d41b
2015-05-04 15:14:34 -07:00
Danilo Cesar Lemes de Paula
e7128811d4
Bug 1160897 - Fixing .ycm_extra_conf for Fennec. r=ehsan
...
Looks like ycmd fails to parse the file if the -march=arm* option is given
Removing it doesn't solve all YCM problems for Fennec, but it allows us
to use JumpToDefinition, GetType and semantic auto-completion.
--HG--
extra : rebase_source : beacdc99b7e698d6ab497c06c2c26b6a49c72d5e
2015-05-04 07:15:00 +02:00
JerryShih
753af4d551
Bug 1160877 - fix gonkDisplay stop anim condition. r=mwu
...
--HG--
extra : rebase_source : efc4bec64e2db7a2e32d6e59ae68bbde113cfa1b
2015-05-05 10:32:00 +02:00
JerryShih
45a96d6940
Bug 1160102 - use VsyncDisplay interface to turn on/off vsync. r=kats
...
--HG--
extra : rebase_source : ada01762d1c57fae42c5d53e57024ab994794480
2015-05-04 03:33:00 +02:00
Florian Merz
7e34e69202
Bug 1155211 - SIMD: rename lane mutators - load/store. r=bbouvier
...
--HG--
extra : rebase_source : 680e0dfa297d8a3c00f20cec254847f9df0d5608
2015-05-05 21:18:36 +02:00
L. David Baron
c8c50385b3
Bug 1153539 patch 2 - Compute scale for rasterizing off-main-thread transform animations based on ratio to display size in addition to maximum and minimum scale. r=roc
...
This fixes bug 1153539 with the Firefox download arrow being pixellated
(verified by testing locally).
I also confirmed what happens on a flame device with the transform
unlocking the Firefox OS homescreen (bug 945082 / bug 972310). For that
transform (which had a maximum scale of 2), I see four calls to
GetSuitableScale:
GetSuitableScale: aMaxScale=2.000000, displayVisibleRatio=1.000000
GetSuitableScale: aMaxScale=2.000000, displayVisibleRatio=1.000586
GetSuitableScale: aMaxScale=2.000000, displayVisibleRatio=1.000000
GetSuitableScale: aMaxScale=2.000000, displayVisibleRatio=1.000586
(Presumably the first and third are for width, and the second and fourth
are for height.) I believe this shows that bug 972310 will remain fixed
with this patch.
I chose to use the pres context's visible area rather than the screen
size because it seemed more appropriate, and also because (if memory
serves correctly) it's much cheaper to get.
2015-05-06 08:52:20 +02:00
L. David Baron
1bc23d9acc
Bug 1153539 patch 1 - Improve comments for nsLayoutUtils::ComputeSuitableScaleForAnimation. r=roc
2015-05-06 08:52:20 +02:00
L. David Baron
52c44314e3
Bug 1160635 patch 2 - Stop making image resizing optimization when image has percent width or height. r=dholbert
...
The reftests pass with the patch, based on local testing.
2015-05-06 08:52:19 +02:00
L. David Baron
4f7b3165ac
Bug 1160635 patch 1 - Add reftests. r=dholbert
...
I confirmed that without patch 2, the reftests fail in the expected way
(with the image in the test having 100px height/width instead of 50px).
2015-05-06 08:52:19 +02:00
Daniel Veditz
917157b9fc
Bug 1038072 - call unpacked jar verification from XPIProvider. r=mossop
...
--HG--
extra : rebase_source : 3f1fc2a39a4d2535f1eda60bc4b469899c4c0762
2015-05-04 18:00:00 +02:00
Daniel Veditz
a956162b00
Bug 1038072 - signature verification for JAR files unpacked into a directory. r=keeler
...
--HG--
extra : rebase_source : 3afa62b566718cfbfaaf53765d385187388e83e5
2015-05-05 20:21:00 +02:00
Tooru Fujisawa
dd1f731c81
Bug 1161628 - Fix leak in ErrorWrongTypeArg. r=bbouvier
2015-05-06 15:44:31 +09:00
Seth Fowler
b699f89076
Bug 1161859 - Compute the size of animated image frames correctly in the SurfaceCache. r=dholbert
2015-05-05 22:19:30 -07:00
Nicholas Nethercote
db496a806e
Bug 1160436 - Fix PLDHashTable::operator=. r=froydnj.
...
This fixes the following problems with PLDHashTable::operator=:
- It doesn't handle self-assigments.
- It leaks the memory used by the assigned-to table.
- It doesn't leave the assigned-from table in a safely destructable state.
--HG--
extra : rebase_source : 433ac3418c00e3bb6d376982e4c679d27e42a377
2015-05-03 17:04:07 -07:00
Bobby Holley
40d7f5a524
Bug 1161742 - Use lambdas for Seek. r=jww
2015-05-05 21:04:30 -07:00
Bobby Holley
c6b81175c2
Bug 1161742 - Use lambdas for WaitForData. r=jww
2015-05-05 21:02:59 -07:00
Bobby Holley
14e17d8213
Bug 1161742 - Add support for lambdas in MediaPromise. r=jww
2015-05-05 21:02:58 -07:00
Bobby Holley
ebfaa1d8dc
Bug 1161742 - Factor out the guts of RefableThen to make them usable for Function-y {,Refable}Then(...) calls. r=jww
2015-05-05 21:02:58 -07:00
Bobby Holley
dd4ebd5ffd
Bug 1161742 - Hoist part of ResolveOrReject into ThenValueBase. r=jww
2015-05-05 21:02:57 -07:00
Bobby Holley
06f8f8a8a7
Bug 1161742 - Introduce ResolveOrRejectValue to make MediaPromise implementation less verbose. r=jww
2015-05-05 21:02:57 -07:00
Bobby Holley
59a144d6a2
Bug 1161742 - Hoist dispatch-related stuff from ThenValue to ThenValueBase. r=jww
...
This cleanup was made possibly by the introduction of AbstractThread. :-)
2015-05-05 21:02:56 -07:00
Wes Kocher
e68f6b417b
Merge m-c to inbound a=merge
2015-05-05 20:29:21 -07:00
Wes Kocher
917dcc1026
Merge b2ginbound to m-c a=merge
2015-05-05 20:28:39 -07:00
Phil Ringnalda
44aaf99825
Back out dbb002daa455 (bug 1160321) for assertion failures
2015-05-05 20:04:39 -07:00
Wes Kocher
f7e0fcaba8
Backed out changeset 7ca0864fc405 (bug 1146904) for b2g xpcshell failures
...
--HG--
rename : browser/base/content/test/general/browser_fxa_web_channel.html => browser/base/content/test/general/browser_fxa_profile_channel.html
rename : browser/base/content/test/general/browser_fxa_web_channel.js => browser/base/content/test/general/browser_fxa_profile_channel.js
rename : services/fxaccounts/FxAccountsWebChannel.jsm => services/fxaccounts/FxAccountsProfileChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_web_channel.js => services/fxaccounts/tests/xpcshell/test_profile_channel.js
extra : source : 092df73f4551786888c2accc8ca71fde3cc21a6d
2015-05-05 19:40:55 -07:00
Ehsan Akhgari
41012d0662
Clean up after test_workerupdatefoundevent.html, no bug
2015-05-05 21:45:00 -04:00
Ehsan Akhgari
2ff1229507
Revert the debugging patch for bug 1157901
2015-05-05 21:43:53 -04:00
Drew Willcoxon
579004be29
Bug 1155521 - Migrate Pocket add-on and social provider users to the new Pocket button (part 2, migration). r=jaws
2015-05-05 17:23:59 -07:00
Gijs Kruitbosch
c831107cdb
Bug 1155521 - Migrate Pocket add-on and social provider users to the new Pocket button (part 1, CustomizableUI changes). r=jaws
2015-05-05 17:21:33 -07:00
Jared Wein
12293f0ffe
Bug 1161654 - Remove some dead code in Pocket.jsm and use pktApi for checking if the user is logged in. r=dolske
2015-05-05 17:05:45 -07:00
Jean-Yves Avenard
aacb467ca4
Bug 1161443: Always read SDM::mWaitForInternalDrain while holding monitor. r=gerald
2015-05-06 09:58:09 +10:00
Jean-Yves Avenard
dbf43400f9
Bug 1161416: Don't wait for a drain complete that will never happen. r=cpearce
2015-05-06 09:58:09 +10:00
Jean-Yves Avenard
cb7623e3b7
Bug 1154896: Part2. Ignore kVTDecodeInfo_FrameDropped flag. r=rillian
...
It appears that on some machine, all video frames are marked with kVTDecodeInfo_FrameDropped even when valid. We just can't rely on it.
2015-05-06 09:58:09 +10:00
Jean-Yves Avenard
60dd15ac2e
Bug 1154896: Report decoding errors back to MP4Reader. r=rillian
2015-05-06 09:58:09 +10:00
Allison Naaktgeboren
543db6baa4
Bug 1139232 - Door hanger on tablet shows up in the tab over view.r=liuche
2015-05-05 16:53:28 -07:00
Blake Kaplan
64797f4404
Bug 1155494 seems to need a clobber.
2015-05-05 16:51:22 -07:00
Chris Pearce
0170b8e2ed
Bug 1160321 - Test whether we can create H.264/AAC decoders before we report we support them. r=mattwoodrow
2015-05-06 11:40:45 +12:00
Chris Pearce
82d33ace6a
Bug 1160914
- Use locks for gmp-clearkey threadsafe refcounting when std::atomic is not easily available. r=edwin
2015-05-06 11:40:42 +12:00
Chris Pearce
05f051d1ba
Bug 1160914
- Make gmp-clearkey's decoders threadsafe refcounted, to handle DecodingComplete while GMPVideoHost::CreateFrame() is waiting. r=edwin
2015-05-06 11:40:40 +12:00
Blake Kaplan
25d39ad698
Bug 1155494 - Add a 'compressall' message flag. f=handyman r=billm (parts of this patch were written by handyman with r=billm)
2015-05-05 16:20:42 -07:00
Ben Kelly
ad6ba8a8b6
Bug 1160138 P3 Test Cache chrome-only Constructor. r=ehsan
2015-05-05 15:45:36 -07:00
Ben Kelly
f1808d0d50
Bug 1160138 P2 Add a [ChromeConstructor] to CacheStorage to support devtools. r=ehsan
2015-05-05 15:45:36 -07:00