Commit Graph

149330 Commits

Author SHA1 Message Date
Benoit Girard
7d8c972382 Bug 918825 - Add frame duration marker. r=ehsan 2013-09-27 12:08:45 -04:00
Mike Hommey
715a9c6997 Fixup for bug 905973 to fix test failure on windows. r=me 2013-10-02 12:08:19 +09:00
Matt Woodrow
124a45737a Bug 886219 - Enable Off Main Thread Video for OSX. r=nical 2013-05-22 18:20:19 +08:00
Matt Woodrow
d188bf5f9a Bug 921910 - Invalidate when we change the frame of an asynchronous ImageContainer that is part of a main-thread layer tree. r=roc 2013-10-02 16:05:49 +13:00
Matt Woodrow
d2c419f145 Bug 921910 - Don't build TextureHosts for async video frames when there's no compositor. r=nical 2013-10-02 16:05:35 +13:00
Matt Woodrow
4a861f07e5 Bug 886219 - Make sure we release ImageBridge compositables and textures from the ImageBridge thread. r=nical 2013-10-02 16:05:35 +13:00
Matt Woodrow
31741c6662 Bug 886219 - Don't leak the static ImageBridgeParent. r=nical 2013-10-02 16:05:34 +13:00
Matt Woodrow
9ad44524fe Bug 886219 - Force an invalidation when an async video finishes. r=nical 2013-10-02 16:05:34 +13:00
Robert O'Callahan
7f8b1af70b Bug 916520. Rename nsClientRect(List) to mozilla::dom::DOMRect(List). r=khuey
--HG--
rename : content/html/content/src/nsClientRect.cpp => content/base/src/DOMRect.cpp
rename : content/html/content/src/nsClientRect.h => content/base/src/DOMRect.h
rename : dom/webidl/ClientRect.webidl => dom/webidl/DOMRect.webidl
rename : dom/webidl/ClientRectList.webidl => dom/webidl/DOMRectList.webidl
extra : rebase_source : ebe27ef21b38f7df5065f37b971508b740c8cf3c
2013-09-20 22:21:03 +12:00
Robert O'Callahan
bd8d9c7482 Bug 898444. Wrap nsDisplayScrollLayer only around the scrolled content. r=tn
--HG--
extra : rebase_source : 828c5e4a33a26d958117357b439955cfb8dee1dd
2013-10-01 22:29:24 -04:00
Robert O'Callahan
e2de87eee6 Bug 922601. Use StreamTimeToGraphTime to get the correct conversion to graph time. r=padenot
--HG--
extra : rebase_source : 148da9b3fdc1cd6fb12489ad20d724218fcd75d1
2013-10-01 22:28:49 -04:00
Jeff Muizelaar
55721254b2 Bug 922817. Avoid unecessary PushGroups()s while painting. r=roc
This avoids a temporary surface when painting svg images.

--HG--
extra : rebase_source : b458c3e6daef20be14fa7d6c63be7874bc4bb850
2013-10-01 22:24:39 -04:00
Mike Hommey
c8689012fb Bug 921003 - Make directory skipping opt-in, as initially intended. r=me 2013-10-02 11:32:15 +09:00
Luke Wagner
7b30b16689 Bug 922096 - OdinMonkey: prevent multiple concurrent parallel asm.js compilations (r=sstangl) 2013-10-01 17:23:55 -05:00
Wes Kocher
c7a7f8fbbd Merge m-c to inbound 2013-10-01 18:54:45 -07:00
Wes Kocher
4d92cef6c5 Merge inbound to m-c 2013-10-01 18:41:15 -07:00
Wes Kocher
a5554c4850 Merge b2g-inbound to m-c 2013-10-01 18:29:36 -07:00
Jeff Muizelaar
4cc65796f2 Bug 922807. Always draw images with OVER. r=roc
There's no reason I can see to draw them with SOURCE. SOURCE is slower with the
Azure wrapper (see FillAzure()). It is also slow with cairo when we have a
clip.

--HG--
extra : rebase_source : 5c92c09a20699213ef90fad35ae8309f5ca88979
2013-10-01 21:22:44 -04:00
Steven Michaud
4574e97d4b Bug 918943 - Duplicate symbol errors linking WebRTC when using the 10.9 SDK with --disable-optimize. r=ethanhugg 2013-10-01 20:29:50 -05:00
Kartikaya Gupta
b85e28af73 Bug 919437 - Add a test to ensure setting the scrollport size overrides the inner size. r=roc 2013-10-01 21:21:53 -04:00
Kartikaya Gupta
06b2ab5226 Bug 919437 - Use the scrollport size as the inner size if it is set. r=tn, roc 2013-10-01 21:21:00 -04:00
Nicolas Silva
8605f47406 Bug 922202 - Make PlanarYCbCrImage::Data forward-declarable and remove some header includes. r=bjacob 2013-10-01 17:57:50 -07:00
Dan Gohman
4881c584d1 Bug 920050 - SpiderMonkey: Use the high-level mov interface for setting registers to zero, since it now knows how to do the xor trick automatically. r=nbp 2013-10-01 17:47:12 -07:00
Dan Gohman
e5d2321911 Bug 920050 - SpiderMonkey: Use xorl %reg, %reg to clear a register to zero. r=nbp 2013-10-01 17:46:57 -07:00
Dan Gohman
b6619a608d Bug 920050 - SpiderMonkey: Use movq directly for storePtr with 32-bit immediates on x64. r=nbp 2013-10-01 17:46:41 -07:00
Dan Gohman
c0d15a68e1 Bug 920050 - SpiderMonkey: Use mov(ImmWord(imm), reg) instead of mov(Imm32(imm), reg) for moving immediates into registers. r=nbp 2013-10-01 17:46:30 -07:00
Jeff Gilbert
6520f15582 Bug 685184 - Finalize attachments slightly earlier. - r=jgilbert 2013-10-01 17:31:37 -07:00
Jeff Gilbert
3805e281d0 Bug 685184 - Emulate depth_stencil RBs. - r=bjacob 2013-10-01 17:31:09 -07:00
Jeff Gilbert
180c370f76 Bug 685184 - Differentiate textureTarget, texImageTarget, and internal 'face' vars. - r=bjacob 2013-10-01 17:30:38 -07:00
Jeff Gilbert
fd031b67ac Bug 685184 - Delay attachment of RBs to FBs. - r=bjacob 2013-10-01 17:30:05 -07:00
Wes Kocher
08677a07f9 Backed out changeset f804fcc84df2 (bug 912489) for build bustage 2013-10-01 17:05:35 -07:00
Mike Hommey
8f28569cca Bug 921003 - For a given tier, skip directories without a Makefile.in and without variables in moz.build that are relevant to that tier. r=gps 2013-10-02 09:02:41 +09:00
Mike Hommey
c1772e4bcd Bug 905973 part 3 - Add a "binaries" tier that optimizes for recompilation times. r=gps 2013-10-02 08:53:23 +09:00
Mike Hommey
981f3425d5 Bug 905973 part 2 - Add a tool to link several dependency files together in three different ways. r=gps 2013-10-02 08:53:22 +09:00
Mike Hommey
f7af5fbd01 Bug 905973 part 1 - Add a function to read simple dependency makefiles, and make makeutil.Rule faster. r=gps 2013-10-02 08:53:22 +09:00
Jeff Hammel
c4f66c8fc5 Bug 920728 - gdb won't start with mochitest-browser;r=ted 2013-10-01 16:53:19 -07:00
Jonathan Watt
9d69d33e9b Bug 912489 - Including the name of the directory picked by HTMLInputElement.openDirectoryPicker() in File.path. r=sicking 2013-10-02 00:26:40 +01:00
Jim Blandy
3f7580ac31 Bug 912536: Forbid access to non-debuggee environments. r=jorendorff 2013-10-01 16:16:44 -07:00
Mike Hommey
0ab10add59 Bug 921681 - Don't build ICU in developer builds. r=ted 2013-10-02 08:02:22 +09:00
Mike Hommey
a52e6ba617 Bug 922605 - Remove last reference to JAVA_LIBRARY. r=gps 2013-10-02 08:02:08 +09:00
Mike Hommey
3bb4ad2cea Bug 922520 - Disable MOZ_PSEUDO_DERECURSE on the second PGO pass. r=gps 2013-10-02 08:01:35 +09:00
Mike Hommey
b5133a61ff Bug 922437 - Allow py_actions to run as pymake native commands. r=gps 2013-10-02 07:59:20 +09:00
Neil Rashbrook
34d7456a3c Bug 921751 Make Preprocessor.py's -o option honour requested newline type r=ted 2013-10-01 23:36:18 +01:00
Jeff Hammel
f0a08306e2 Bug 922666 - Windows Mochitest "NameError: global name 'subprocess' is not defined" in killAndGetStack();r=edmorley
--HG--
extra : rebase_source : ad0fe201c5b1d6af79e2c60859f8f561e44708ca
2013-10-01 15:09:46 -07:00
Robert Strong
f80dda78aa Use a dynamic port for app update xpcshell tests - Bug 894729. r=bbondy 2013-10-01 14:37:49 -07:00
Robert Strong
a87b58f2a3 Increase the test timeout for Bug 918029. r=bbondy 2013-10-01 14:37:06 -07:00
Nick Fitzgerald
01536ebd1d Bug 918802 - Move the debugger's pretty printing into a worker; r=past 2013-10-01 14:25:19 -07:00
Ryan VanderMeulen
9fff579026 Merge m-c to fx-team. 2013-10-01 17:24:45 -04:00
Marina Samuel
73415c95a0 Bug 905808 - Reuse browser shift code from SelectionHandler to center findbar searches. r=mbrubeck 2013-10-01 14:21:56 -07:00
Gaia Pushbot
888599fc08 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f175ff825091
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #12344 from overholt/master

Bug 878700 - Untranslated text in 'Enter PIN' screen r=fcampo

========

https://hg.mozilla.org/integration/gaia-central/rev/26ba757e12bc
Author: Andrew Overholt <overholt@mozilla.com>
Desc: Bug 878700 - Untranslated text in 'Enter PIN' screen

Simple s/data-l10-id/data-l10n-id change as suggested by
Staś Małolepszy at in comment 6 of bug 878700.
2013-10-01 14:20:23 -07:00