Birunthan Mohanathas
de517e19d6
Bug 992670 - Fix always true assertion condition in nsNavHistoryResult.cpp. r=mak
2014-04-16 13:56:51 -04:00
Kearwood (Kip) Gilbert
2025167bb7
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
fc7f63ed93
Bug 996477 - Fix ImportError when running mach marionette-webapi, r=glandium
2014-04-16 10:27:25 -07:00
Jonathan Watt
679d2f9680
Bug 996673 - Stop using |#pragma once| in Moz2D headers. r=Bas
2014-04-16 17:17:22 +01:00
Nicolas B. Pierron
93baf38b69
Bug 995817 - Range Analysis: Truncate MDiv indirectly. r=sunfish
2014-04-16 08:31:43 -07:00
Botond Ballo
7de0d03925
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
23c31f2114
Bug 997081 - Optimize StoreElementHole OOL VM call. r=bhackett
...
--HG--
extra : rebase_source : 110a92109994439c48300ddc88627c34fca27254
2014-04-16 17:24:23 +02:00
Robert Longson
e40a4640ac
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
959009b165
bug 997179 - Bing is not present in default search engines, r=mfinkle
2014-04-16 11:03:07 -04:00
Steven Michaud
5371259ead
Bug 959281 - http://paperjs.org/examples/voronoi/ drawing performance has regressed badly. r=spohl
2014-04-16 09:59:15 -05:00
Martin Stransky
b133924039
Bug 983843 - Use toolkit drag & drop functions for Gtk3 too. r=karlt
2014-04-16 10:29:39 -04:00
Vaibhav Agrawal
ed43b370bb
Bug 912243 - Mochitest shouldnt chdir in __init__. r=jmaher
2014-04-16 10:29:39 -04:00
Benjamin Bouvier
c353b01174
Bug 993034: SIMD - Factor out typed access to TypedObject memory; r=nmatsakis
2014-04-16 16:21:31 +02:00
Benjamin Bouvier
099e7bd409
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
70f406abc2
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
c156072d56
Bug 993034: SIMD - Replace and simplify bogus pointer in Int32x4Select; r=nmatsakis
2014-04-16 16:21:24 +02:00
Benjamin Bouvier
3d249fd380
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
ddb2cd07d6
Bug 993034: SIMD - Rename toType2 into toType and make it fallible; r=nmatsakis
2014-04-16 16:21:09 +02:00
Nicolas B. Pierron
9c16d1e48c
Bug 992968 - . r=efaust a=abillings
2014-04-16 06:18:26 -07:00
Carsten "Tomcat" Book
d9b5484329
Merge m-c to mozilla-inbound
2014-04-16 15:15:59 +02:00
Carsten "Tomcat" Book
8aa0496ac9
merge b2g-inbound to mozilla-central
2014-04-16 15:12:44 +02:00
Carsten "Tomcat" Book
b2148d7f1c
merge fx-team to mozilla-central
2014-04-16 14:52:39 +02:00
Alexander Surkov
710da7d2d2
Bug 975065 - implement Text accessible text range methods, r=tbsaunde
2014-04-16 08:50:28 -04:00
Shian-Yow Wu
a10ec8bc68
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
9a8da42623
Bug 945152 - Part 1: Support mapped array buffer type. r=sfink
2014-04-16 19:26:39 +08:00
Carsten "Tomcat" Book
13d55daf59
Backed out changeset 5bb0b8d757f4 (bug 974710) for m-3 test failure
2014-04-16 12:44:12 +02:00
Robert Longson
798f6f8230
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
5fc1ff7fc3
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
57a7df7372
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
6e3781aa06
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
2c591777e1
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
1b627c5563
Backed out changeset 16fc740d96f5 (bug 996780) for build test failures on a CLOSED TREE
2014-04-16 10:30:51 +02:00
Simon Montagu
213431d467
Add some more logical getters to nsIFrame.h. Bug 735577, r=jfkthame
2014-04-16 01:03:30 -07:00
Simon Montagu
f84bfb284b
Make nsLineBox.mBounds a LogicalRect. Bug 789096, r=jfkthame
2014-04-16 01:03:28 -07:00
Patrick Brosset
34ead8f4db
Bug 825410 - intermittent browser_inspector_pseudoclass_lock.js test failures; r=bgrins
2014-04-16 09:55:09 +02:00
Carsten "Tomcat" Book
11537808df
Backed out changeset b1e04ec8d283 (bug 942367) for mochitest 3 test failures
2014-04-16 09:54:49 +02:00
Carsten "Tomcat" Book
48f271a5e0
Backed out changeset 3d0426ac98f1 (bug 942367)
2014-04-16 09:54:33 +02:00
Carsten "Tomcat" Book
b5fc89d249
Backed out changeset e6c72bcaa64c (bug 942367)
2014-04-16 09:54:31 +02:00
B2G Bumper Bot
e97f347957
Bumping manifests a=b2g-bump
2014-04-16 00:11:17 -07:00
B2G Bumper Bot
16552f90a3
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f1f04d6c6f24
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #18280 from anefzaoui/issue-985849
Bug 985849 - [Settings] Add icons to Volume adjustment Seek Bar r=crh0716
========
https://hg.mozilla.org/integration/gaia-central/rev/71160bb27b14
Author: anefzaoui <nefzaoui.ahmed@hotmail.com>
Desc: Bug 985849 - [Settings] Add icons to Volume adjustment Seek Bar
2014-04-16 00:05:50 -07:00
Kartikaya Gupta
b1028dbc7a
Bug 996738 - Change #define to const int to work better with unified builds. r=mattwoodrow
2014-04-15 10:58:00 +02:00
Tatiana Meshkova
e74d5f0207
Bug 994856 - Add support for Gecko rendering via GLScreenBuffer into external GL Context. r=bjacob,jgilbert
2014-04-15 07:57:26 -07:00
Georg Koppen
e3befbc39c
Bug 971153 - Write a test for bug 751465. r=mcmanus
...
This patch adds a) a test for the fixed proxy bypass in bug 751465 and
makes b) some underlying changes to the nsDNSService to be able to write
that test in the first place.
2014-04-15 22:13:00 +02:00
Olli Pettay
3d64091359
Bug 996677 - Incorrect call DeviceRotationRate() ctor from another one. r=VYV03354
2014-04-15 10:59:00 +02:00
Kartikaya Gupta
746cf3e093
Bug 996742 - Remove unused forward declare in the wrong namespace. r=nrc
2014-04-15 11:02:00 +02:00
Dan Glastonbury
3084cbcab2
Bug 963492 - Assertion failure: GetTransform() == Matrix(mat.xx, mat.yx, mat.xy, mat.yy, mat.x0, mat.y0). r= matt.woodrow
2014-04-15 14:57:29 +10:00
Martin Thomson
43558d920e
Bug 942367 - Stream isolation for WebRTC. r=jib,bholley
2014-04-15 14:36:00 +02:00
Martin Thomson
59875342fd
Bug 942367 - DOMMediaStream supports PeerIdentity. r=bobbyholley
2014-04-15 13:46:00 +02:00
Martin Thomson
393c16cc53
Bug 942367 - WebIDL changes for peerIdentity constraint. r=jib
2014-04-15 13:45:00 +02:00
Raymond Etornam Agbeame(:retornam)
699e03848f
Bug 934676 - Remove unused variable 'extracted' in ClientAuthDataRunnable::RunOnTargetThread. r=keeler
2014-04-15 15:46:00 +02:00