Ryan VanderMeulen
94ba87d6c2
Backed out changesets e128ceec086c and 7e31deb02ba8 (bug 992670) for mochitest-bc and xpcshell crashes.
2014-04-16 15:16:30 -04:00
Boris Zbarsky
e152157843
Bug 996831. Add a ToJSValue overload for nsresult, to allow rejecting promises from C++ more easily. r=bholley
2014-04-16 15:13:41 -04:00
Boris Zbarsky
5da84a89ff
Bug 996474. Add a ToJSValue overload that takes a Handle<Value>. r=bholley
2014-04-16 15:13:41 -04:00
Boris Zbarsky
f306ff6b04
Bug 996911. Make nsIDOMXUL*Element not inherit from nsIDOMXULElement, so we can make the latter noscript. r=smaug
2014-04-16 15:13:41 -04:00
Boris Zbarsky
4e80da84ee
Bug 995295 part 2. Make console.trace() faster when the console is closed by avoiding reification of the stack until someone actually asks for it. r=baku
2014-04-15 22:58:44 -04:00
Boris Zbarsky
4c5c8309aa
Bug 995295 part 1. Create console events in the junk scope, not the untrusted content scope. r=baku
2014-04-16 15:09:23 -04:00
Terrence Cole
c97877c686
Bug 959787 - Handlify JS_DefineProperty; r=Waldo, r=bz
...
--HG--
extra : rebase_source : 87991ed47ed071550af4e4125eea54a66fdb0071
2014-01-21 18:11:17 -08:00
David Keeler
47abc69838
bug 972753 - OCSP testing: delegated responses and including multiple certificates r=cviecco
2014-04-16 09:31:27 -07:00
Jeff Gilbert
7fae189111
Bug 992874 - Don't try to texture from bad D3D10 texture. - r=bas
2014-04-16 11:05:48 -07:00
Richard Barnes
1f1627b4e8
Bug 997258 - Update TypedArrayCreator to be compatible with simplified Typed Array interface. r=bz
2014-04-16 13:56:52 -04:00
Kartikaya Gupta
3ad5b85cf7
Bug 996768 - Remove redundant copies of HasOpaqueAncestorLayer. r=Bas
2014-04-16 13:56:52 -04:00
Birunthan Mohanathas
279be7bfee
Bug 992670 - Make all child insertions/removals non-temporary in nsNavHistoryContainerResultNode. r=mak
2014-04-16 13:56:52 -04:00
Birunthan Mohanathas
7b8a4fad4b
Bug 992670 - Fix always true assertion condition in nsNavHistoryResult.cpp. r=mak
2014-04-16 13:56:51 -04:00
Kearwood (Kip) Gilbert
93e818d617
Bug 984226 - Add parameter to OverflowChangedTracker::AddFrame to distingush between frames that need nsIFrame::UpdateOverflow called and frames that only have a transform that has changed. r=dbaron
...
- OverflowChangedTracker::AddFrame now accepts an enumerated type parameter to
indicate if the overflow areas of children have changed (CHILDREN_CHANGED),
the overflow areas of the children have changed and the parent have changed
(CHILDREN_AND_PARENT_CHANGED), or if only the transform has changed
(TRANSFORM_CHANGED).
- OverflowChangedTracker::Flush no longer falls back to calling
nsIFrame::UpdateOverflow when a frame lacks a PreTransformOverflowAreas
property.
- Added an additional change hint, nsChangeHint_ChildrenOnlyTransform, which
results in TRANSFORM_CHANGED being passed in to
OverflowChangedTracker::AddFrame.
- In nsIFrame::FinishAndStoreOverflow, the passed in overflow is now stored as
the InitialTransformProperty for elements that are IsTransformed().
- Partially corrected Bug 926155, by only calling
OverflowChangedTracker::AddFrame on parents of the sticky element during
StickyScrollContainer::UpdatePositions, using CHILDREN_CHANGED.
2014-03-13 17:21:25 -07:00
Jonathan Griffin
473e2aa1a3
Bug 996477 - Fix ImportError when running mach marionette-webapi, r=glandium
2014-04-16 10:27:25 -07:00
Jonathan Watt
a95cb6217d
Bug 996673 - Stop using |#pragma once| in Moz2D headers. r=Bas
2014-04-16 17:17:22 +01:00
Nicolas B. Pierron
375d81ab3c
Bug 995817 - Range Analysis: Truncate MDiv indirectly. r=sunfish
2014-04-16 08:31:43 -07:00
Botond Ballo
ff89b98a1c
Bug 996070 - Fix order of arguments to EXPECT_EQ in APZ gtests. r=kats
...
--HG--
extra : source : 5b68197e4d07897060c0f7733e0de176cfa8d736
2014-04-15 17:56:05 -04:00
Jan de Mooij
8910766bd3
Bug 997081 - Optimize StoreElementHole OOL VM call. r=bhackett
...
--HG--
extra : rebase_source : 110a92109994439c48300ddc88627c34fca27254
2014-04-16 17:24:23 +02:00
Robert Longson
b5fdda3b43
Bug 974710 - Stop incorrectly reporting errors with values attribute on the animateMotion element. r=dholbert
2014-04-16 16:24:22 +01:00
Mike Connor
d749ff56d1
bug 997179 - Bing is not present in default search engines, r=mfinkle
2014-04-16 11:03:07 -04:00
Steven Michaud
1bf048a89e
Bug 959281 - http://paperjs.org/examples/voronoi/ drawing performance has regressed badly. r=spohl
2014-04-16 09:59:15 -05:00
Martin Stransky
46d13e6899
Bug 983843 - Use toolkit drag & drop functions for Gtk3 too. r=karlt
2014-04-16 10:29:39 -04:00
Vaibhav Agrawal
a54b880f82
Bug 912243 - Mochitest shouldnt chdir in __init__. r=jmaher
2014-04-16 10:29:39 -04:00
Benjamin Bouvier
c146d59c2f
Bug 993034: SIMD - Factor out typed access to TypedObject memory; r=nmatsakis
2014-04-16 16:21:31 +02:00
Benjamin Bouvier
865a3706f4
Bug 993034: SIMD - Factor out tests for object and vector in a single function; r=nmatsakis
2014-04-16 16:21:29 +02:00
Benjamin Bouvier
21bedb360f
Bug 993034: SIMD - Define shallow wrappers macro that call templated functions instead of macro functions; r=nmatsakis
2014-04-16 16:21:26 +02:00
Benjamin Bouvier
5cef02e0c1
Bug 993034: SIMD - Replace and simplify bogus pointer in Int32x4Select; r=nmatsakis
2014-04-16 16:21:24 +02:00
Benjamin Bouvier
ed7ffdf9c0
Bug 993034: SIMD - Clean up coding style and reorganize functions by number of arguments; r=nmatsakis
2014-04-16 16:21:12 +02:00
Benjamin Bouvier
0d4975cceb
Bug 993034: SIMD - Rename toType2 into toType and make it fallible; r=nmatsakis
2014-04-16 16:21:09 +02:00
Nicolas B. Pierron
5a6f8cc3a3
Bug 992968 - . r=efaust a=abillings
2014-04-16 06:18:26 -07:00
Carsten "Tomcat" Book
8ae823a259
Merge m-c to mozilla-inbound
2014-04-16 15:15:59 +02:00
Carsten "Tomcat" Book
f65baeda20
merge b2g-inbound to mozilla-central
2014-04-16 15:12:44 +02:00
Carsten "Tomcat" Book
3937dc442c
merge fx-team to mozilla-central
2014-04-16 14:52:39 +02:00
Alexander Surkov
082b3af03d
Bug 975065 - implement Text accessible text range methods, r=tbsaunde
2014-04-16 08:50:28 -04:00
Shian-Yow Wu
7b625868f7
Bug 945152 - Part 2: Report mapped array buffer statistics for about:memory. r=njn
2014-04-16 19:26:41 +08:00
Shian-Yow Wu
a132bf6fc9
Bug 945152 - Part 1: Support mapped array buffer type. r=sfink
2014-04-16 19:26:39 +08:00
Carsten "Tomcat" Book
8f6d49c579
Backed out changeset 5bb0b8d757f4 (bug 974710) for m-3 test failure
2014-04-16 12:44:12 +02:00
Robert Longson
94c55edbc0
Bug 974710 - Stop incorrectly reporting errors with values attribute on the animateMotion element. r=dholbert
2014-04-16 10:43:36 +01:00
Carsten "Tomcat" Book
a13b210679
Backed out changeset 2566c7e54dcf (bug 993162) for suspecting this caused dt tools bustage on a CLOSED TREE
2014-04-16 11:14:09 +02:00
Jon Coppeard
434d722551
Bug 995657 - Check new capacity is large enough when growing the mark stack r=terrence
2014-04-16 09:48:24 +01:00
Jon Coppeard
a775e98530
Bug 912581 - Make JS_Add*Root APIs take Heap<T> r=terrence r=bz r=bholley
2014-04-16 09:47:57 +01:00
Jon Coppeard
2a5c843ea4
Bug 993413 - Remove use of JS_Add/Remove*Root in favour of JS::PersistentRooted where possible r=terrence r=bz r=bholley
2014-04-16 09:47:53 +01:00
Carsten "Tomcat" Book
5e075ef9a9
Backed out changeset 16fc740d96f5 (bug 996780) for build test failures on a CLOSED TREE
2014-04-16 10:30:51 +02:00
Simon Montagu
7efd4be22b
Add some more logical getters to nsIFrame.h. Bug 735577, r=jfkthame
2014-04-16 01:03:30 -07:00
Simon Montagu
d89cfb8610
Make nsLineBox.mBounds a LogicalRect. Bug 789096, r=jfkthame
2014-04-16 01:03:28 -07:00
Patrick Brosset
0c2cc517a4
Bug 825410 - intermittent browser_inspector_pseudoclass_lock.js test failures; r=bgrins
2014-04-16 09:55:09 +02:00
Carsten "Tomcat" Book
9920c4611d
Backed out changeset b1e04ec8d283 (bug 942367) for mochitest 3 test failures
2014-04-16 09:54:49 +02:00
Carsten "Tomcat" Book
1d7f94aeb5
Backed out changeset 3d0426ac98f1 (bug 942367)
2014-04-16 09:54:33 +02:00
Carsten "Tomcat" Book
85d97d12db
Backed out changeset e6c72bcaa64c (bug 942367)
2014-04-16 09:54:31 +02:00