Matt Woodrow
fb26a5cf34
Bug 991767 - Use Moz2D for printing surfaces. r=roc
2014-04-07 16:07:12 +12:00
Matt Woodrow
165deba580
Bug 988309 - Add nsRenderingContext constructor for a DrawTarget. r=roc
2014-04-07 15:47:06 +12:00
Timothy Nikkel
3069d36554
Bug 987680. Overlay scrollbars should be placed on top of content. r=roc
...
Bug 926292 accidentally put them in the background list if there were no positioned descendents that they needed to be on top of it (because this was where non-overlay scrollbars went, which never made sense). If there are no positioned descendents overlay scrollbars should go on the top-most non-positioned list, which is outlines for the current implementation.
2014-04-06 22:00:01 -05:00
Matt Woodrow
0851e5c863
Bug 991028 - Remove deprecated IPDL SurfaceDescriptor types. r=nical
2014-04-07 13:32:49 +12:00
Matt Woodrow
49d74266e5
Bug 991028 - Get rid of OpenDescriptor/CloseDescriptor. r=nical
2014-04-07 13:32:49 +12:00
Matt Woodrow
3e992116e2
Bug 991028 - Stop using OpenDescriptor in ContentClientIncremental. r=nical
2014-04-07 13:32:49 +12:00
Matt Woodrow
a64bf46575
Bug 991028 - Remove AutoOpenSurface. r=nical
2014-04-07 13:32:48 +12:00
Karl Tomlinson
54601db7a2
b=990794 crash on ovrfl in AllocateAudioBlock r=roc
...
--HG--
extra : transplant_source : %030X%15H%0DN%AA%7B%AEl%2Bi%2A%AB%3D%9C%23%0C%FF
2014-04-03 21:12:54 +13:00
Karl Tomlinson
187c1718b9
b=990794 crash on ovrfl in SharedBuffer::Create() r=roc
...
--HG--
extra : transplant_source : %3F%C2%21%06%C0%A8Z%14%93%82%90%2CT%CE%3E%EC%C2%D0%E4W
2014-04-03 21:12:29 +13:00
Timothy Nikkel
1c0c03ee0e
Bug 992485. Make nsIMM32Handler::OnUpdateComposition less spammy to the console. r=m_kato
...
browser chrome tests hit it about 20,000 times per run.
2014-04-06 20:11:12 -05:00
David Zbarsky
f030bc04b8
Bug 991142 - Remove CreateThebesSurfaceAliasForDrawTarget_hack r=benwa
2014-04-06 19:21:27 -04:00
Dan Minor
2c527450a6
Bug 988532 - Remove jit-tests from 'make check'; r=gps
2014-04-03 13:56:33 -04:00
Jan Beich
5ca1814e81
Bug 991966 - Add/sort missing asm.js stubs for --disable-ion after bug 878399. r=benj
2014-04-06 08:18:27 +02:00
Bobby Holley
8daf887f60
Bug 980537 - Only store FakeBackstagePass instances in mThisObjects. r=khuey
2014-04-06 12:32:39 -07:00
Bobby Holley
5c2ac5c86b
Bug 986730 - Put all anonymous content into the XBL scope. r=smaug
2014-04-06 12:32:39 -07:00
Bobby Holley
a9af8f39e2
Bug 986730 - Add a dynamic accessor to determine whether a node is in an anonymous subtree. r=smaug
2014-04-06 12:32:38 -07:00
Bobby Holley
12a8fa0938
Bug 986730 - Rename NODE_IS_IN_ANONYMOUS_SUBTREE to NODE_IS_IN_NATIVE_ANONYMOUS_SUBTREE, since that's what it is. r=smaug
2014-04-06 12:32:38 -07:00
Bobby Holley
56a6cd32ed
Bug 986730 - Run the FeedWriter sandbox with an expanded principal. r=mrbkap
2014-04-06 12:32:38 -07:00
Bobby Holley
c649999ee6
Bug 986730 - Prevent a NAC-parented plugin from trying to touch its reflector. r=johns
...
jwatt indicated that he thinks we shouldn't support this use case, and thinks
this is the right approach.
2014-04-06 12:32:38 -07:00
Bobby Holley
586d18305b
Bug 986730 - Fix up a bunch of tests that assume that they can touch AC in content. r=mrbkap
2014-04-06 12:32:38 -07:00
Bobby Holley
bf0a65cde1
Bug 988655 - Stop returning true for shadow DOM nodes in nsIContent::IsInAnonymousSubtree. r=mrbkap
2014-04-06 12:32:37 -07:00
Jonathan Watt
2a621e5867
Bug 990082 - Add missing null check to nsWindowGfx::CreateIcon. r=sparky
2014-04-06 15:41:45 +01:00
Phil Ringnalda
811409cf29
Merge b-i to a CLOSED TREE m-c
2014-04-06 10:05:10 -07:00
Phil Ringnalda
125cfa9c03
Merge m-i to a CLOSED TREE m-c
2014-04-06 09:51:58 -07:00
Phil Ringnalda
9334b21dc4
Merge f-t to a CLOSED TREE m-c
2014-04-06 09:44:46 -07:00
B2G Bumper Bot
4ac2c50e75
Bumping manifests a=b2g-bump
2014-04-05 22:56:30 -07:00
B2G Bumper Bot
0241d32c88
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1d85e76d19ed
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #18003 from gasolin/issue-971538
Bug 971538 - [System2] Instantiable PermissionManager, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/4cbefa623985
Author: gasolin <gasolin@gmail.com>
Desc: Bug 971538 - [System2] Instantiable PermissionManager
- rename currentPermission to permissionType
2014-04-05 22:51:11 -07:00
Phil Ringnalda
56ea3e7eb5
Backed out 3 changesets (bug 989137) for a sudden influx of xpcshell failures
...
CLOSED TREE
Backed out changeset 831a3ccce100 (bug 989137)
Backed out changeset d3053c4e4c51 (bug 989137)
Backed out changeset 7e410c1d61e6 (bug 989137)
2014-04-05 20:30:24 -07:00
Phil Ringnalda
4d2da23b5b
Bug 992485 - Reduce browser-chrome logs by 1.2MB by not getting complaints while setting "background-color: undefined", rs=ttaubert
...
CLOSED TREE
2014-04-05 18:23:46 -07:00
B2G Bumper Bot
44543e0700
Bumping manifests a=b2g-bump
2014-04-05 12:21:29 -07:00
Gavin Sharp
6bbd670e2c
Bug 992485: disable info() in devtools tests that is bloating browser-chrome test logs, CLOSED TREE
2014-04-05 12:19:00 -07:00
B2G Bumper Bot
ce94ab34a5
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d8dbcd6ac980
Author: Carmen Jiménez <cjc@tid.es>
Desc: Merge pull request #17346 from mcjimenez/bug978783_v2
Bug 978783 - SV: Data enabled/disabled by default during FTU customized by SIM
========
https://hg.mozilla.org/integration/gaia-central/rev/2aecb1ea1de9
Author: Carmen Jimenez Cabezas <cjc@tid.es>
Desc: Bug 978783 - SV: Data enabled/disabled by default during FTU customized by SIM
2014-04-05 12:16:15 -07:00
B2G Bumper Bot
311c0cb09b
Bumping manifests a=b2g-bump
2014-04-05 12:02:47 -07:00
B2G Bumper Bot
6be0291620
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d3b76729af3d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #17999 from richierichrawr/patch-1
Edit tablet customization doc for readability r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/1ae9a46aa54a
Author: richierichrawr <richierichrawr@users.noreply.github.com>
Desc: Edit for readability
It was missing a few things.
2014-04-05 12:01:09 -07:00
Ben Turner
459f767993
Bug 988878, r=bsmedberg.
2014-04-04 19:45:20 -07:00
B2G Bumper Bot
dbdfb6e29c
Bumping manifests a=b2g-bump
2014-04-04 16:47:59 -07:00
B2G Bumper Bot
5f06a111c9
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/683c11051f90
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 984572 - JSHint fixes for js/*, js/utils and js/worker."
This reverts commit 1b0f1abf64059b88b33f7312f82d722e33e98cac.
Conflicts:
build/jshint/xfail.list
========
https://hg.mozilla.org/integration/gaia-central/rev/bda143b2ca71
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #17994 from Rik/sms-sound-930364
Bug 930364 - standard text message sound is jarring r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/788843f6028f
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 930364 - standard text message sound is jarring
2014-04-04 16:46:20 -07:00
B2G Bumper Bot
058b3b0fe8
Bumping manifests a=b2g-bump
2014-04-04 16:36:34 -07:00
B2G Bumper Bot
5db6b4e850
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4ed06e3278b2
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #17995 from sfoster/backout-959694
Revert "Merge pull request #16262 from benfrancis/959694-master"
========
https://hg.mozilla.org/integration/gaia-central/rev/a0d2ff3d1531
Author: Sam Foster <sfoster@mozilla.com>
Desc: Revert "Merge pull request #16262 from benfrancis/959694-master"
2014-04-04 16:31:12 -07:00
B2G Bumper Bot
f032028e31
Bumping manifests a=b2g-bump
2014-04-04 15:42:47 -07:00
B2G Bumper Bot
baa547cfe7
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f04cae1e859d
Author: Marshall Culpepper <marshall.law@gmail.com>
Desc: Merge pull request #17961 from marshall/ftuPing
Bug 969101: Initial implementation of a first-time use ping. r=fabrice
========
https://hg.mozilla.org/integration/gaia-central/rev/db140ca3dc95
Author: Marshall Culpepper <marshall@mozilla.com>
Desc: Bug 969101: Initial implementation of a first-time use ping. r=fabrice
2014-04-04 15:40:54 -07:00
B2G Bumper Bot
6b90707813
Bumping manifests a=b2g-bump
2014-04-04 15:27:40 -07:00
Jason Orendorff
d0f8b69eb4
Bug 990096, part 2 - Crash on OOM for various small allocations in Yarr. r=h4writer.
2014-04-04 17:03:13 -05:00
Jason Orendorff
7723b12147
Bug 990096, part 1 - Crash on OOM in Yarr vector class. r=h4writer.
2014-04-04 17:03:12 -05:00
Jason Orendorff
bae0290f93
Bug 990806, part 2 - Fix "Assertion failure: gGotError, at js/src/shell/js.cpp:448" after OOM in the shell by setting gGotError from an out-of-memory callback. r=terrence.
2014-04-04 17:03:12 -05:00
Jason Orendorff
f3961934a5
Bug 990806, part 1 - Call js_ReportOutOfMemory when deliberately triggering an OOM for testing. r=terrence.
2014-04-04 17:03:12 -05:00
Jason Orendorff
26ca11f540
Bug 986492, part 1 - Add fill() convenience function to Codegen.py. r=peterv.
2014-04-04 17:03:11 -05:00
Wes Kocher
ce0545356a
Backed out changeset 1e38b4aa8889 (bug 986160) for breaking Nightly builds
2014-04-04 14:54:19 -07:00
Aki Sasaki
9979d93e5d
bug 991393 - flame in-tree configs. r=catlee DONTBUILD
2014-04-04 14:28:04 -07:00
Dave Hylands
f93caa5984
Bug 988410 - Move directory service calls onto MainThread. r=bent
2014-04-04 12:16:16 -07:00