Matt Woodrow
126b90d8b4
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
ae90722e6c
Bug 886219 - Don't leak the static ImageBridgeParent. r=nical
2013-10-02 16:05:34 +13:00
Matt Woodrow
e61f859e65
Bug 886219 - Force an invalidation when an async video finishes. r=nical
2013-10-02 16:05:34 +13:00
Robert O'Callahan
567884049e
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
e498319509
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
e2bb6e1ede
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
55e2da1b6d
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
7eea2d2f7f
Bug 921003 - Make directory skipping opt-in, as initially intended. r=me
2013-10-02 11:32:15 +09:00
Luke Wagner
5530c7cf8e
Bug 922096 - OdinMonkey: prevent multiple concurrent parallel asm.js compilations (r=sstangl)
2013-10-01 17:23:55 -05:00
Wes Kocher
548b3fc608
Merge m-c to inbound
2013-10-01 18:54:45 -07:00
Wes Kocher
404e115714
Merge inbound to m-c
2013-10-01 18:41:15 -07:00
Wes Kocher
f59f01eaa8
Merge b2g-inbound to m-c
2013-10-01 18:29:36 -07:00
Jeff Muizelaar
e3faae1e97
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
1121b7cc90
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
15c833eefc
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
312e87dde6
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
1df67b87cd
Bug 922202 - Make PlanarYCbCrImage::Data forward-declarable and remove some header includes. r=bjacob
2013-10-01 17:57:50 -07:00
Dan Gohman
9791a45319
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
d8273b311b
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
42f3455c2d
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
c4d52b4df8
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
6f57186ec4
Bug 685184 - Finalize attachments slightly earlier. - r=jgilbert
2013-10-01 17:31:37 -07:00
Jeff Gilbert
e5fb5f3a5d
Bug 685184 - Emulate depth_stencil RBs. - r=bjacob
2013-10-01 17:31:09 -07:00
Jeff Gilbert
37a2edd7e6
Bug 685184 - Differentiate textureTarget, texImageTarget, and internal 'face' vars. - r=bjacob
2013-10-01 17:30:38 -07:00
Jeff Gilbert
07bed4985f
Bug 685184 - Delay attachment of RBs to FBs. - r=bjacob
2013-10-01 17:30:05 -07:00
Wes Kocher
ee2537edf4
Backed out changeset f804fcc84df2 (bug 912489) for build bustage
2013-10-01 17:05:35 -07:00
Mike Hommey
dd0b7222ec
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
9ff9ef374e
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
5481e9f418
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
5c826129ba
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
79590c6032
Bug 920728 - gdb won't start with mochitest-browser;r=ted
2013-10-01 16:53:19 -07:00
Jonathan Watt
8c89fc3bd2
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
fecce686ba
Bug 912536: Forbid access to non-debuggee environments. r=jorendorff
2013-10-01 16:16:44 -07:00
Mike Hommey
0d677e36a2
Bug 921681 - Don't build ICU in developer builds. r=ted
2013-10-02 08:02:22 +09:00
Mike Hommey
a66e1f576a
Bug 922605 - Remove last reference to JAVA_LIBRARY. r=gps
2013-10-02 08:02:08 +09:00
Mike Hommey
1cb857e9fe
Bug 922520 - Disable MOZ_PSEUDO_DERECURSE on the second PGO pass. r=gps
2013-10-02 08:01:35 +09:00
Mike Hommey
2e338e152e
Bug 922437 - Allow py_actions to run as pymake native commands. r=gps
2013-10-02 07:59:20 +09:00
Neil Rashbrook
7f44a46b26
Bug 921751 Make Preprocessor.py's -o option honour requested newline type r=ted
2013-10-01 23:36:18 +01:00
Jeff Hammel
d4d5c3bc28
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
35ff8cdbd9
Use a dynamic port for app update xpcshell tests - Bug 894729. r=bbondy
2013-10-01 14:37:49 -07:00
Robert Strong
a3f31fff06
Increase the test timeout for Bug 918029. r=bbondy
2013-10-01 14:37:06 -07:00
Nick Fitzgerald
a1ba873e10
Bug 918802 - Move the debugger's pretty printing into a worker; r=past
2013-10-01 14:25:19 -07:00
Ryan VanderMeulen
5a0c3d08b6
Merge m-c to fx-team.
2013-10-01 17:24:45 -04:00
Marina Samuel
174a2d035a
Bug 905808 - Reuse browser shift code from SelectionHandler to center findbar searches. r=mbrubeck
2013-10-01 14:21:56 -07:00
Gaia Pushbot
0363af2770
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
Nick Alexander
f83ce962de
NO BUG - Deleted unused resource `gecko_actionbar_bg'. r=sriram
2013-10-01 14:13:22 -07:00
Ryan VanderMeulen
d10e7fd2ea
Merge m-c to b2g-inbound.
2013-10-01 16:47:09 -04:00
Ryan VanderMeulen
d47af724e8
Merge fx-team to m-c.
2013-10-01 16:43:07 -04:00
Ryan VanderMeulen
f42c46e00d
Merge inbound to m-c.
2013-10-01 16:35:23 -04:00
Nick Fitzgerald
024b364905
Bug 911995 - Add escodegen's license to about:license; r=robcee
2013-10-01 13:21:05 -07:00