Robert O'Callahan
9746772c09
Bug 972713. Part 1: Make all callers of GetAnimatedGeometryRootFor pass a display item so we can stop searching when we reach the item's reference frame. r=mattwoodrow
...
This guarantees that the animated geometry root for an item is always in the
same display list coordinate system as the frame.
--HG--
extra : rebase_source : 974434342459b76d62d89fdc04c22c518bf0c58b
2014-02-18 14:26:57 +13:00
Robert O'Callahan
6b21411638
Bug 791480. Reenable test on Windows 7. r=dbaron
...
--HG--
extra : rebase_source : f4432bc6143e84c58d590dc80dfcb41419524b5d
2014-03-25 22:15:49 +13:00
Robert O'Callahan
3cfdd18251
Bug 791480. Make reftests enter print mode before reftest-wait is removed, so canvas-print-callback tests can finish drawing before the test ends. r=dbaron
...
--HG--
extra : rebase_source : f5b0ded43f9ef670478a06daf36c44987bd6b823
2014-03-25 22:11:27 +13:00
Robert O'Callahan
91e3ef7f95
Bug 983465. Disable collapsing-text frame construction optimization on a per-document basis. r=bz
...
--HG--
extra : rebase_source : fc2059ac826e001660fb7233d775f8a046467f6b
2014-04-03 03:48:51 -04:00
Paul Adenot
7b3e3eea9e
Bug 949166 - Actually compile the Windows 7 detection code in cubeb's test to disable part of a test. r=kinetik
2014-04-14 12:07:54 +02:00
Timothy Nikkel
b822efd0cb
Bug 964187. Address review comment.
2014-04-15 00:33:45 -05:00
Timothy Nikkel
ec21ac5e74
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
605fba1201
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
b9814b9e11
Bug 995076 - Unconditionally replace null/undefined/magic-typed OSR slots. (r=h4writer)
2014-04-14 22:00:07 -07:00
Shu-yu Guo
305a7f8b85
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
1634f6b64b
Bug 994444. (r=nbp)
2014-04-14 22:00:07 -07:00
Daniel Holbert
50d14afe31
Bug 996351: Rename nsPresShell::GetReferenceRenderingContext() to CreateReferenceRenderingContext(), to reduce implication of fallibility. r=roc
2014-04-14 21:30:25 -07:00
Bobby Holley
d39900b36b
Bug 993423 - Don't hoist <svg:use> content into the XBL scope. r=smaug
2014-04-14 20:38:54 -07:00
Bobby Holley
a81ce7e83c
Bug 989528 - Rename AutoSystemCaller to AutoNoJSAPI, and assert against pre-existing exceptions. r=bz
2014-04-14 20:27:00 -07:00
Bobby Holley
1655b3aa4f
Bug 989528 - Introduce AutoJSAPIWithErrorsReportedToWindow as a replacement for AutoPushJSContextForErrorReporting. r=bz
2014-04-14 20:26:59 -07:00
Bobby Holley
6ecb59c370
Bug 989528 - Implement AutoJSAPI. r=bz
2014-04-14 20:26:59 -07:00
Bobby Holley
95b4d38749
Bug 989528 - Introduce a mechanism to explicitly enter a null compartment. r=luke
2014-04-14 20:26:59 -07:00
Daniel Holbert
278c535e89
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
7dc5ed8d90
Bug 993753 - Don't set media decoders idle while seeking. r=kinetik
2014-04-15 15:01:34 +12:00
Cameron McCormack
e89a5239e9
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
Viktor Stanchev
6b8cc150cf
Bug 962262 - Profiler - Use float instead of double to pack circular buffer. r=benwa
...
--HG--
extra : rebase_source : 62429abbb05c199ed714ecec2f6b000296b94deb
2014-04-10 10:52:23 -04:00
Ben Turner
300558be71
Backout 79296b6a6026 (bug 980549) for test failures, CLOSED TREE.
2014-04-14 18:37:34 -07:00
Phil Ringnalda
f0698f8d50
Back out d1f1725198da (bug 983460) on suspicion of mochitest-chrome assertions
...
CLOSED TREE
2014-04-14 18:36:01 -07:00
Phil Ringnalda
464b77ad54
Back out c70626e77e9f (bug 978235) on suspicion of mochitest-chrome assertions
...
CLOSED TREE
2014-04-14 18:35:46 -07:00
Jeff Walden
c175e19d01
Bug 988619 - Fix bad includes bustage. r=njn over IRC to fix bustage in a CLOSED TREE
...
--HG--
rename : js/src/jit/ExecutionModeInlines.h => js/src/jit/ExecutionMode-inl.h
2014-04-14 18:26:15 -07:00
Daniel Holbert
40820c7fe6
Bug 996319: Drop always-null arg from nsTextFrame.cpp's static helper-function "GetReferenceRenderingContext". r=jdaggett
2014-04-14 17:45:39 -07:00
Ben Turner
795946a9c6
Bug 980549 - 'Intermittently unable to unlock lock screen'. r=gwagner.
2014-04-14 17:40:00 -07:00
Mike Hommey
563b0e2742
Bug 980117 - Use sccache on win32 try builds. r=mshal
2014-04-15 09:37:54 +09:00
Mike Hommey
f7d01d9f0b
Bug 993331 - Use ceph storage for sccache on try builds. r=mshal
2014-04-15 09:37:51 +09:00
Brian Hackett
43872e699a
Bug 988619 - Handle OOM when sweeping type information, r=jandem.
2014-04-14 18:22:17 -06:00
John Daggett
13d6e8211c
Bug 995056 - update common font fallback list for Windows. r=mkato
2014-04-15 08:45:18 +09:00
John Daggett
a75b2c60bc
Bug 995056 - update common font fallback list for OSX. r=mkato
2014-04-15 08:45:18 +09:00
John Daggett
a318dc4387
Bug 995046 - update preload font list on OSX. r=mkato
2014-04-15 08:45:17 +09:00
Seth Fowler
16d054ed67
Bug 901146 - Fix misleading comment in nsImageFrame.cpp. r=tn
2014-04-14 16:26:35 -07:00
Eric Faust
54a85bb0f8
Bug 978235 - ES6 Proxies: Implement [[IsExtensible]] trap. (r=jorendorff)
2014-04-14 15:52:26 -07:00
Eric Faust
dd2a79d719
Bug 983460 - Opcodes.h has an extra TMPSLOT for JSOP_SETPROP. (r=jandem)
2014-04-14 15:52:24 -07:00
Luke Wagner
b9c343c46a
Bug 980447 - Add persistenceType argument to nsIQuotaManager.clearStoragesForURI (r=janv)
...
--HG--
extra : rebase_source : 4d034bd92b099bd1385fc9e8a95fa959fc8e51e0
2014-04-14 15:48:49 -05:00
Jeff Gilbert
1553a0f695
Bug 892990 - Cap waiting time for wait-for-composite in WebGL reftests. - r=bjacob
2014-04-14 15:43:57 -07:00
Matt Woodrow
07c6632342
Bug 995065 - Don't block on the Compositor for more than 100ms. r=jgilbert
2014-02-18 10:12:50 +13:00
Matt Woodrow
d89c3aea06
Bug 995065 - Backout bug 947227 for causing WebGL performances regressions. r=jgilbert
2014-04-15 10:37:06 +12:00
Ryan VanderMeulen
f6d009af86
Backed out changeset e2d5b2be4142 (bug 994971) for non-unified bustage.
...
CLOSED TREE
2014-04-14 18:27:52 -04:00
Matt Woodrow
8ce472ea56
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
2014-03-07 16:24:32 +13:00
Bobby Holley
6248f153d8
Bug 994335 - Null-check aProtoDoc in nsXULPrototypeScript::Serialize. r=smaug
2014-04-14 14:40:49 -07:00
Tooru Fujisawa
1d2a53c522
Bug 918987 - Implement String.prototype.normalize. r=jwalden
...
--HG--
extra : rebase_source : c634fd1961c1eb004bc4e0dd9ed26047abb285b4
2014-04-09 14:38:24 -07:00
Jeff Walden
8f4ad94358
Bug 983053 - Don't suppress-deleted-elements on an object that's not in the middle of iteration. r=jorendorff
...
--HG--
extra : rebase_source : 3cd83274ff2050c864411ddf81ff9e74b0a8dfbe
2014-03-25 10:29:59 -04:00
Tooru Fujisawa
6395ac8f05
Bug 471713 - Part 5: Add documentation for operators and stack. r=jwalden
...
--HG--
extra : rebase_source : 4774a7b194cc4c172ee6fcf153fcae18db0c13b6
2014-04-02 19:33:14 +09:00
Bobby Holley
041e8c7cb1
Bug 996077 - Null-check |holder|, and warn if SetWeakMapEntry fails. r=bz
2014-04-14 14:17:53 -07:00
Doug Turner
e31f65e2f7
Bug 995070 - Add preference to send 'Prefer: Safe' header as defined by draft-nottingham-safe-hint-01. r=mcmanus
2014-04-13 21:39:13 -07:00
Eric Rahm
5f92e784f7
Bug 995345 - Improve efficiency of NS_DescribeCodeAddress. r=froydnj
...
--HG--
extra : rebase_source : ab839d1898d9fe122f2519a657391437dc7216bc
2014-04-14 13:25:04 -07:00
Randell Jesup
095ff2b262
Bug 919215: Drop queued audio data on low-latency startup, make AudioStream::Init() async r=roc,padenot
2014-04-09 15:59:07 -04:00