Commit Graph

355836 Commits

Author SHA1 Message Date
Ed Morley
8e91243e61 Backed out changeset 924ce232443c (bug 976605) 2014-04-15 17:45:30 +01:00
Ed Morley
ed9308b1f2 Backed out changeset 0781ca65c354 (bug 976605) 2014-04-15 17:45:27 +01:00
Ed Morley
5e0030630f Backed out changeset 27ceedad1d1c (bug 976605) 2014-04-15 17:45:24 +01:00
Ed Morley
8c932681e3 Backed out changeset 55843a5551ec (bug 976605) 2014-04-15 17:45:20 +01:00
Ed Morley
3d8bb54f6d Backed out changeset 5fb0bcdb92d5 (bug 976605) 2014-04-15 17:45:17 +01:00
Ed Morley
34538df255 Backed out changeset 7d8d52db13a6 (bug 976605) 2014-04-15 17:45:13 +01:00
Ed Morley
cec725dc21 Backed out changeset 037f46cdfd80 (bug 976605) 2014-04-15 17:45:10 +01:00
Jonathan Watt
5cba8c373e Bug 996687 - Make Moz2D's DataSourceSurface's mIsMapped member exist in non-DEBUG builds (since non-DEBUG code uses it\!). r=Bas 2014-04-15 17:38:57 +01:00
Ryan VanderMeulen
a13a0ead16 Merge m-c to inbound. 2014-04-15 12:29:04 -04:00
Ryan VanderMeulen
1c376e5653 Merge inbound to m-c. 2014-04-15 12:25:27 -04:00
Jan de Mooij
4274e524be Bug 995607 - Fix an AutoDebugModeInvalidation issue. r=shu 2014-04-15 18:22:52 +02:00
Carsten "Tomcat" Book
e8d057500b Merge m-c to fx-team 2014-04-15 15:17:48 +02:00
Carsten "Tomcat" Book
d27829465b Merge m-c to mozilla-inbound 2014-04-15 15:14:05 +02:00
Carsten "Tomcat" Book
9c37a7f723 merge b2g-i to m-c 2014-04-15 15:10:41 +02:00
Carsten "Tomcat" Book
c3e866b3ca merge fx-team to m-c 2014-04-15 15:09:02 +02:00
Jonathan Watt
0a1d61f05b Bug 992406 - Add a null check before using the DataSourceSurface in AsyncFaviconDataReady::OnComplete(). r=Bas 2014-04-15 13:57:16 +01:00
Jonathan Watt
fcf60755cc Bug 995832 - Make DrawTargetSkia::DrawSurface accept any surface type. r=gw280 2014-04-15 13:55:48 +01:00
B2G Bumper Bot
6ffc5c9eab Bumping manifests a=b2g-bump 2014-04-15 02:58:32 -07:00
B2G Bumper Bot
908e3f8f88 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c766bc0d49af
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #18325 from comoyo/bug992346-master

Bug 992346 - Inline keyboard symbols font. r=RudyL

========

https://hg.mozilla.org/integration/gaia-central/rev/c789d15b6937
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 992346 - Inline keyboard symbols font
2014-04-15 02:58:20 -07:00
Erik Vold
7b8ad73f76 Bug 993272 - Uplift Add-on SDK to Firefox 2014-04-14 22:56:11 -07:00
Timothy Nikkel
a4056fbd00 Bug 964187. Address review comment. 2014-04-15 00:33:45 -05:00
Timothy Nikkel
1dc0090222 Bug 964187. When the frame for an image is destroyed remove it from the list of visible images. r=mats
This prevents us from holding onto the image but also doesn't create any more chance that it will be discarded if the frame comes back right away (ie a frame reconstruct, or moving it around in the DOM tree).
2014-04-15 00:24:01 -05:00
Timothy Nikkel
a83e221e77 Bug 995880. Correctly include non-heap memory use by VolatileBuffer's in memory use of images. r=mwu
Bug 962670 added VolatileBuffer's but only included the heap memory use.
2014-04-15 00:24:01 -05:00
Shu-yu Guo
e1bbca7159 Bug 995076 - Unconditionally replace null/undefined/magic-typed OSR slots. (r=h4writer) 2014-04-14 22:00:07 -07:00
Shu-yu Guo
5e373d94d6 Bug 995077 - Preserve phis whose slots are arguments object inside functions that need it. (r=jandem) 2014-04-14 22:00:07 -07:00
Shu-yu Guo
0ef001388a Bug 994444. (r=nbp) 2014-04-14 22:00:07 -07:00
Daniel Holbert
61204d781b Bug 996351: Rename nsPresShell::GetReferenceRenderingContext() to CreateReferenceRenderingContext(), to reduce implication of fallibility. r=roc 2014-04-14 21:30:25 -07:00
Bobby Holley
61c191d83c Bug 993423 - Don't hoist <svg:use> content into the XBL scope. r=smaug 2014-04-14 20:38:54 -07:00
Bobby Holley
3de1018bbe Bug 989528 - Rename AutoSystemCaller to AutoNoJSAPI, and assert against pre-existing exceptions. r=bz 2014-04-14 20:27:00 -07:00
Bobby Holley
04b22e3936 Bug 989528 - Introduce AutoJSAPIWithErrorsReportedToWindow as a replacement for AutoPushJSContextForErrorReporting. r=bz 2014-04-14 20:26:59 -07:00
Bobby Holley
b0d1248d3b Bug 989528 - Implement AutoJSAPI. r=bz 2014-04-14 20:26:59 -07:00
Bobby Holley
1f55e4ee53 Bug 989528 - Introduce a mechanism to explicitly enter a null compartment. r=luke 2014-04-14 20:26:59 -07:00
Daniel Holbert
265d0ea069 Bug 996326: Make nsDeviceContext::CreateRenderingContext() return its result directly, instead of using outparam. r=roc 2014-04-14 20:15:01 -07:00
Chris Pearce
5ce7ac50f4 Bug 993753 - Don't set media decoders idle while seeking. r=kinetik 2014-04-15 15:01:34 +12:00
Matt Woodrow
9b1dc791a7 Bug 996393 - Part 2: Use new gfxPlatform::GetWrappedDataSourceSurface API in nsLayoutUtils::SurfaceFromElement to avoid copying. r=roc 2014-04-15 14:36:27 +12:00
Matt Woodrow
00b5bfc3b0 Bug 996393 - Part 1: Split GetSourceSurfaceForSurface so we can ask for a wrapping surface. r=roc 2014-04-15 14:36:26 +12:00
Robert O'Callahan
a5fa637f6e Bug 791480. Fix bad reftest.list merge. 2014-04-16 00:56:33 +12:00
Landry Breuil
6440dec6e8 Bug 990154: move the enum CodeKind definition outside #if ENABLE_ASSEMBLER to unbreak non-asm platforms r=jandem 2014-04-15 13:46:07 +02:00
Jan de Mooij
9a1fe8a0b3 Bug 996533 - Add some BaselineScript/IonScript asserts. r=till 2014-04-15 13:24:42 +02:00
Nicolas Silva
9b422edf54 Bug 924622 - Make sure gfx's ipc shutdown happens before shutting down xpcom threads. r=bsmedberg, sotaro 2014-04-15 11:34:33 +02:00
Robert Longson
06fbeaf02f Bug 995813 - Mask and pattern elements should map more attributes to styles. r=dholbert
--HG--
rename : layout/reftests/svg/mask-basic-03.svg => layout/reftests/svg/mask-basic-04.svg
rename : layout/reftests/svg/mask-basic-03.svg => layout/reftests/svg/pattern-basic-01.svg
2014-04-15 11:48:02 +01:00
Carsten "Tomcat" Book
daa39d9a32 Backed out changeset f52300725e6f (bug 924622) for Linux Test Bustage 2014-04-15 12:46:25 +02:00
Cameron McCormack
6a988d1ac5 Bug 992488 - Return false early from inDOMUtils::SelectorMatchesElement if the selector is for a pseudo-element. r=bzbarsky 2014-04-15 12:28:57 +10:00
Dave Townsend
557b8e0b3e Bug 639524: Use the application shipped blocklist when it is newer then the profile version. r=Unfocused 2014-04-14 17:44:56 -07:00
Botond Ballo
1d9826f00d Bug 976605 - Fix up APZ gtests to call APZC::SetAllowedTouchBehavior() at the correct time. r=kats
--HG--
extra : source : f299251a7c7ba65a8dca6443a1ab695a89c9230b
2014-04-14 14:59:20 -04:00
Gijs Kruitbosch
014ac9b38e Bug 987067 - use different selector on Windows/Linux than on OS X for background tab clipping for pointer events, r=dao,MattN 2014-04-14 17:53:40 +01:00
Gijs Kruitbosch
29fcdd0925 Bug 995164 - registerArea should work correctly with customize mode, r=mconley 2014-04-14 00:42:24 +01:00
Mike Conley
c2c7f692aa Bug 996186 - Customize mode briefly makes titlebar transparent during transition. r=Gijs. 2014-04-14 13:51:00 -04:00
Marco Bonardo
4dccc938f4 bug 959573 - Land UnifiedAutocomplete (disabled by default). rs=ttaubert 2014-04-14 13:10:16 +02:00
Tim Taubert
a07e875ec6 Bug 966843 - Fix intermittent browser_615394-SSWindowState_events.js hangs r=smacleod 2014-04-14 12:03:18 +02:00