Chris Peterson
|
66215cc9ce
|
Bug 941732 - Build chrome in unified mode. r=ehsan
|
2013-11-20 23:14:31 -08:00 |
Chris Peterson
|
e374f13377
|
Bug 941728 - Build embedding in unified mode. r=bz
|
2013-11-20 23:13:31 -08:00 |
Masatoshi Kimura
|
8c2c9a5c0a
|
Bug 925599 - Replace GetVersion() uses. r=bsmedberg
|
2013-11-22 12:35:42 +09:00 |
Masatoshi Kimura
|
ed579a7fd3
|
Bug 925599 - Replace WinUtils::GetWindowsVersion() and GetWindowsServicePackVersion(). r=jimm
|
2013-11-22 12:35:42 +09:00 |
Masatoshi Kimura
|
ad49423ee9
|
Bug 925599 - Replace GetVersionEx() in toolkit/. r=bsmedberg
|
2013-11-22 12:35:40 +09:00 |
Masatoshi Kimura
|
94e32908ff
|
Bug 925599 - Replace gfxWindowsPlatform::WindowsOSVersion(). r=Bas
|
2013-11-22 12:35:40 +09:00 |
Masatoshi Kimura
|
8cb6d4b7ee
|
Bug 925599 - Replace other GetVersionEx() uses. r=jimm
|
2013-11-22 12:35:39 +09:00 |
Masatoshi Kimura
|
76985474ec
|
Bug 941931 - Add <algorithm> for VC12 to use std::min. r=cpearce
|
2013-11-22 12:35:39 +09:00 |
Brian Hackett
|
c3005f4f45
|
Bug 941311 - Improve GGC pretenuring heuristics, r=terrence,jandem.
|
2013-11-21 19:20:25 -08:00 |
Wes Kocher
|
e2a6672471
|
Merge m-c to inbound
|
2013-11-21 19:19:08 -08:00 |
Wes Kocher
|
0baa2a0d4e
|
Merge m-c to inbound
|
2013-11-21 19:18:18 -08:00 |
Wes Kocher
|
07ce8fb494
|
Merge fx-team to m-c
|
2013-11-21 19:16:50 -08:00 |
Wes Kocher
|
0ddc2182e2
|
Merge b2g-inbound to m-c
|
2013-11-21 19:15:38 -08:00 |
Wes Kocher
|
5f2d8e38e7
|
Merge inbound to m-c
|
2013-11-21 19:14:06 -08:00 |
Kan-Ru Chen (陳侃如)
|
899b652824
|
Bug 940285 - Followup fix the variable order. r=me
|
2013-11-22 10:52:13 +08:00 |
Matt Brubeck
|
0094801d34
|
Bug 941331 - Leave a margin when double-tap zooming to an element [r=ally]
|
2013-11-21 17:40:54 -08:00 |
Matt Brubeck
|
f1090b9bc6
|
Bug 941328 - Don't scroll to top when double-tap zooming out [r=ally]
|
2013-11-21 17:39:30 -08:00 |
Wes Kocher
|
0ad19cee88
|
Backed out changeset 763bcda2802f (bug 834243) for Android bustage on a CLOSED TREE
|
2013-11-21 16:35:44 -08:00 |
Wes Kocher
|
93c960dab0
|
Backed out changeset 7c27af05042e (bug 929506) because it should've been backed out with f08ab0578efb on a CLOSED TREE
|
2013-11-21 15:06:33 -08:00 |
Wes Kocher
|
91b8bccdd1
|
Backed out changeset f08ab0578efb (bug 929506) for breaking GLContext during a CLOSED TREE
|
2013-11-21 14:55:22 -08:00 |
Matt Brubeck
|
18bad3aac6
|
Bug 941327 - Match scale to scroll offset during zoom animation [r=botond]
|
2013-11-21 14:12:28 -08:00 |
Matt Brubeck
|
3a3b0a0647
|
Bug 941123 - Pre-render content before starting animated zoom [r=botond]
|
2013-11-21 14:12:25 -08:00 |
Nicholas Cameron
|
446f79a12d
|
No bug. Add a missing include to fix bustage in the previous patches. r=me
|
2013-11-22 11:07:58 +13:00 |
Nicholas Cameron
|
9b7f4ecea0
|
Bug 900248. Handle the add/remove monitor case. r=Bas
|
2013-11-22 11:07:58 +13:00 |
Nicholas Cameron
|
3dce33b8c6
|
Bug 900248. An extra safety check in TextureD3D9 plus some refactoring around it. r=Bas
|
2013-11-22 11:07:58 +13:00 |
Nicholas Cameron
|
621f0723d9
|
Bug 900248. Move logic for device checking to Ready() and check it at the start of transactions. r=Bas
|
2013-11-22 11:07:57 +13:00 |
Nicholas Cameron
|
2832cf7323
|
Bug 900248. Better handling of device reset and recreation. r=Bas
|
2013-11-22 11:07:57 +13:00 |
Nicholas Cameron
|
375333e147
|
Bug 900248. Remove managed pool d3d9 texture use. r=Bas
|
2013-11-22 11:07:57 +13:00 |
Nicholas Cameron
|
a44334c0fc
|
Bug 900248. Reinstate some removed code and don't composite immediately after resetting the device. r=Bas
|
2013-11-22 11:07:57 +13:00 |
Nicholas Cameron
|
f59c4c9f6d
|
Bug 900248. Only create d3d9 device on the main thread. r=Bas
|
2013-11-22 11:07:57 +13:00 |
Nicholas Cameron
|
b7fa55c34a
|
Bug 900248. Don't return a d3d9 device from device() if we can't composite. r=Bas
|
2013-11-22 11:07:56 +13:00 |
Nicholas Cameron
|
a5462f4e61
|
Bug 900248. Don't assume success for effect creation. r=Bas
|
2013-11-22 11:07:56 +13:00 |
Nicholas Cameron
|
d3441a90be
|
Bug 900248. Rebuild the d3d9 device. r=Bas
|
2013-11-22 11:07:56 +13:00 |
Nicholas Cameron
|
e9665e5538
|
Bug 900248. ReleaseTextureResources. r=Bas
|
2013-11-22 11:07:56 +13:00 |
Nicholas Cameron
|
aea4f9337a
|
Bug 900248. Don't assume ThebesLayerBufer will get the buffers it wants. r=mattwoodrow
|
2013-11-22 11:07:55 +13:00 |
Nicolas Silva
|
fb2c934a9b
|
Bug 929506 - fix context bug in BasicTextureImage. r=bjacob
|
2013-11-21 23:02:17 +01:00 |
Nicolas Silva
|
6dc80430b8
|
Bug 929506 - Check that the GLContext is not destroyed in MakeCurrent. r=bjacob
|
2013-11-21 22:58:32 +01:00 |
Benoit Jacob
|
76b65afddb
|
Bug 834243 - Revert to old behavior of holding off from starting the compositor until we have successfully preallocated its EGLSurface - r=snorp
|
2013-11-21 16:47:20 -05:00 |
Gaia Pushbot
|
41ce5b1811
|
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/32c72fb8d857
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #13448 from mschwart/bug935780
Bug 935780 - Observe stk timeout settings
========
https://hg.mozilla.org/integration/gaia-central/rev/f3743a61c002
Author: Michael Schwartz <mschwart@codeaurora.org>
Desc: Bug 935780 - Observe stk timeout settings r=frsela
Change-Id: Id467189e521d24aed34437e6916d06a5aea6ec6d
|
2013-11-21 13:10:23 -08:00 |
Sotaro Ikeda
|
a093031260
|
Bug 939654 - Remove unnecessary wait from instantiating MediaResourceManagerService. r=mwu
|
2013-11-21 16:03:27 -05:00 |
Sotaro Ikeda
|
3d229cda0f
|
Bug 929973 - Implement android::IGraphicBufferAlloc in B2G. r=mwu, r=mikeh
|
2013-11-21 16:03:27 -05:00 |
Mason Chang
|
7f44f38932
|
Bug 884706 - Update getDefaultScale. r=mwu
|
2013-11-21 16:03:24 -05:00 |
Gaia Pushbot
|
f50aa9e163
|
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/d5ebee6f3764
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #13767 from pivanov/bug-939139
Bug 939139 - [Music] Update scrubber to be consistent with the video player
========
https://hg.mozilla.org/integration/gaia-central/rev/88965740b73a
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 939139 - [Music] Update scrubber to be consistent with the video player
|
2013-11-21 12:35:22 -08:00 |
Ryan VanderMeulen
|
7d43603d58
|
Merge b2g-inbound to m-c.
|
2013-11-21 15:22:03 -05:00 |
Gregory Szorc
|
f3d929fdf3
|
Bug 941833 - mach mercurial-setup should define host fingerprints during repo operations; r=nalexander
DONTBUILD (NPOTB)
--HG--
extra : rebase_source : 64bfe02d9f27009ab896b09c54fe7e48953a280d
|
2013-11-21 12:19:32 -08:00 |
Steve Workman
|
a3c1808d30
|
Bug 938803 - Change nsDNSPrefetch and nsHttpChannel::BeginConnect to honor cache bypassing in load flags r=mcmanus
|
2013-11-21 13:35:45 -08:00 |
Steve Workman
|
275393efdc
|
Bug 938803 - Improve DNS debugs to show which path is taken in nsHostResolver::ResolveHost r=mcmanus
|
2013-11-21 13:35:44 -08:00 |
Ryan VanderMeulen
|
7685aa2e55
|
Merge m-c to inbound.
|
2013-11-21 14:41:01 -05:00 |
Gregory Szorc
|
18841b539d
|
Bug 935987 - Part 0b: Convert DOS line endings to UNIX; r=dos2unix
--HG--
extra : rebase_source : f9974e065c7dcddcf069952fd7500639379dc5fb
|
2013-11-21 11:39:57 -08:00 |
Jim Blandy
|
73956edbb8
|
Bug 941803: Make --enable-perf build again, after the rvalue reference support patch broke it. r=luke
|
2013-11-21 11:35:56 -08:00 |