Ed Morley
f45acba61e
Backed out changeset e56739ee253b (bug 1000722) for causing failures in outer-svg-border-and-padding-01.svg; CLOSED TREE
2014-06-24 15:38:23 +01:00
Ed Morley
b91811f205
Backed out changeset 5f0396c873f3 (bug 1000722)
2014-06-24 15:37:40 +01:00
Benoit Jacob
0d54735966
Bug 1029504 - remove an incorrect assertion on XPCOM services being available, that failed when triggered late by the CC - r=smaug CLOSED TREE
2014-06-24 09:06:57 -04:00
Carsten "Tomcat" Book
eed482899c
Backed out changeset 3a5789d0e7e0 (bug 883339) suspicion of causing Exception: Ambiguous symbol file for xul.pdb failure on a CLOSED TREE
2014-06-24 13:35:26 +02:00
Carsten "Tomcat" Book
9d9fb6ee1b
Backed out changeset f809a67a796e (bug 958868) for m2 test failures on a CLOSED TREE
2014-06-24 12:50:11 +02:00
Carsten "Tomcat" Book
8be0d4bc98
Backed out changeset 8499eefa342e (bug 958868) for m2 test failures on a CLOSED TREE
2014-06-24 12:49:47 +02:00
Jan de Mooij
801e7fbbe4
Bug 1026438 part 9 - Make irregexp CheckNotBackReferenceIgnoreCase work with Latin1 strings. r=bhackett
2014-06-24 12:01:42 +02:00
Jan de Mooij
b23817cf8f
Bug 1027528 part 20 - Make enough code work with Latin1 strings to pass shell tests. r=luke
2014-06-24 12:01:41 +02:00
Jan de Mooij
2195993117
Bug 1027528 part 19 - Make XDR work with Latin1 strings. r=luke
2014-06-24 12:01:39 +02:00
Jan de Mooij
455f2d196a
Bug 1027528 part 18 - Make some error functions work with Latin1 strings. r=terrence
2014-06-24 12:01:37 +02:00
Jonathan Kew
b0554eb41c
bug 789096 patch 3a - followup to fix usage of LOGICAL_SIDE flags in nsTableColGroupFrame.cpp. r=smontagu
2014-06-24 10:53:58 +01:00
JW Wang
b23c53b0d6
Bug 750258 - include |nextCurrentTime| when calculating whether to call NotifyBlockingChanged(). r=roc
2014-06-22 20:21:00 +02:00
Shashank Sabniveesu
bf65c4e5fc
BUG 1028826 - Move <script> element next to <body> element in test_fastSeek-forwards.html. r=cajbir
2014-06-23 13:09:00 +02:00
cku@mozilla.com
fda062c431
Bug 1028092 - "Dump testing log when testing pass but we expect testing fail." r=ahal
2014-06-20 02:51:00 +02:00
Vaibhav Agrawal
34b269b85c
Bug 925699 - pymake/mach mochitest-plain don't delete the temporary profile. r=jmaher
2014-06-23 11:24:00 +02:00
Jonathan Watt
fe47bc40e9
Bug 1029211 - Get rid of a couple more Thebes backed gfxContexts by using gfxUtils::ClearThebesSurface instead. r=mattwoodrow
...
--HG--
extra : rebase_source : cc75965e0ba908b84a592e337af0429ddb9cc846
2014-06-24 10:02:10 +01:00
Andrew Comminos
156004b042
Bug 958868 - Add support for delta line and page accumulation; r=masayuki, sr=smaug
2014-06-24 18:02:11 +09:00
Andrew Comminos
df5e780bec
Bug 958868 - Add support for GDK_SCROLL_SMOOTH; r=karlt
2014-06-24 18:02:10 +09:00
Benjamin Chen
c30f4036df
Bug 962878: testcase: Modify the testcase since we can not guarantee the last onDataAvailble always has data. r=roc
2014-06-24 13:52:09 +08:00
Benjamin Chen
5725609dec
Bug 962878 - 1. Reduce the two successive PushBlobRunnable at the end of recording to one. 2. Refine the code flow in Session:Extract for the accuracy of the blob time. r=roc
2014-06-24 14:05:49 +08:00
Cykesiopka
a29ee4ef6d
Bug 270016 - Make the list of certs shown in the Delete/Distrust cert dialog scrollable. r=keeler
2014-06-23 23:51:00 +02:00
Byron Campen [:bwc]
5571ac5825
Bug 1027938 - Bump max transmit count for ICE checks to 7. Also, adjust unit-tests. r=drno
2014-06-19 17:13:12 -07:00
Jerry Shih
c8229cdfef
Bug 998916 - check the visibility change event to defer the webgl context restore. r=jgilbert,smaug
2014-06-23 01:16:00 +02:00
Ting-Yu Lin
4c7c85652e
Bug 951654 - Fix unable to locate element box0 intermittently. r=automatedtester
...
Set search timeout to 30 seconds so that box0 could have enough time to
appear. The original timeout 3 seconds might be too short when try
servers have heavy loading.
2014-06-23 02:54:00 +02:00
CJKu
32c94506d9
Bug 1000722 - Rollback close reftest in bug 981477. r=ahal
2014-06-21 01:22:00 +02:00
CJKu
04287a0589
Bug 1000722 - Many B2G reftests fail after enabling OOP, because partial drawWindow calls are drawing too small an area. r=dbaron
2014-06-18 21:39:00 +02:00
Simon Montagu
6579381e92
Bug 1028521: Use the nsHTMLReflowMetrics' writing mode passed in from the container in nsMathMLContainerFrame::ReflowChild, not the child frame's. r=jfkthame
2014-06-24 01:36:45 -07:00
Jonathan Kew
333a20ce82
bug 1028521 - testcase for assertion in mathml with bidi. r=smontagu
2014-06-21 15:49:49 +01:00
Jon Coppeard
400bb8bec2
Bug 1028863 - Root SavedFrame::Lookup while creating new SavedFrame r=terrence
2014-06-24 09:23:57 +01:00
Gian-Carlo Pascutto
b3264d7ef1
Bug 1018928 - Fix getUserMedia device selection on Android. r=blassey
2014-06-24 10:22:50 +02:00
David Major
69fbeb6898
Bug 576435 - Use the clamping variant of NSToCoordRound to avoid rounding nscoord_MAX. r=roc
2014-06-24 15:47:02 +12:00
Brian Birtles
c959ddc099
Bug 1026315 - Remove PercentageHashKey; r=dbaron
2014-06-24 15:29:54 +09:00
Brian Birtles
2b0a950785
Bug 1010067 part 2 - Rename nsStyleAnimation.{h,cpp} to StyleAnimationValue.{h,cpp}; r=dbaron
...
--HG--
rename : layout/style/nsStyleAnimation.cpp => layout/style/StyleAnimationValue.cpp
rename : layout/style/nsStyleAnimation.h => layout/style/StyleAnimationValue.h
2014-06-24 15:29:54 +09:00
Brian Birtles
7621375179
Bug 1010067 part 1 - Rename nsStyleAnimation::Value to mozilla::StyleAnimationValue; r=dbaron
...
This patch also moves the static methods defined on nsStyleAnimation so that
they are part of StyleAnimationValue class.
Renaming nsStyleAnimation.h to StyleAnimationValue.h is performed in a separate
patch to simplify the diff (since some tools may not handle file renames
elegantly).
2014-06-24 15:29:54 +09:00
Brian Birtles
e16787cc55
Bug 1026302 part 5 - Make a common property dtor for CommonElementAnimationData; r=dbaron
...
This patch takes the two static methods ElementAnimationsPropertyDtor and
ElementTransitionsPropertyDtor and replaces them with a class static on
CommonElementAnimationData.
2014-06-24 15:29:53 +09:00
Brian Birtles
0a5b16809a
Bug 1026302 part 4 - Remove ElementAnimations; r=dbaron
...
This patch removes ElementAnimations and replaces all references to
ElementAnimations with references to CommonElementAnimationData.
We don't bother to rename variables like 'ea' or methods like
GetElementAnimations to correspond with the data type
(CommonElementAnimationData) since CommonElementAnimationData will soon be
renamed in bug 1010067 and we'll rename these things then.
The ElementAnimationsPropertyDtor function is renamed and merged in a subsequent
patch in this series.
2014-06-24 15:29:53 +09:00
Brian Birtles
203b7cbdda
Bug 1026302 part 3 - Move GetEventsAt to nsAnimationManager; r=dbaron
...
In order to unify ElementAnimations with CommonElementAnimationData we need to
find another home for GetEventsAt which is specific to queueing CSS Animation
events. For now nsAnimationManager seems an appropriate place and corresponds
more closely to the arrangement for transitions (where nsTransitionManager is
responsible for queueing the events by iterating over the list of animations).
In future we may reintroduce a subclass of animation specific to CSS Animations
that does this event queueing but for now nsAnimationManager seems to be a
suitable place.
This patch simply moves the code and replaces references to "mAnimation" with
"eEA->mAnimation". There are no functional changes.
2014-06-24 15:29:53 +09:00
Geoff Brown
8e59ee35ac
Bug 1028918 - Re-enable test_MediaSource.html on Android 2.3; no review
2014-06-23 21:17:02 -06:00
Geoff Brown
886971ff56
Bug 1020642 - Run more webgl-conformance tests on Android; r=jgilbert
2014-06-23 21:17:02 -06:00
Eric Phan
661c2e8d55
Bug 1015985 - Set decoder seekable members outside of ReadMetadata by StateMachine. r=cpearce
2014-06-23 22:08:34 +12:00
Wes Kocher
9fd1c39670
Bug 1024642 - Fix merge conflict from codemirror 4.2.0 upgrade r=me
2014-06-23 19:20:01 -07:00
Brian Smith
85e25965c9
Bug 883339: Enable GTest on Windows except for PGO builds, r=glandium
...
--HG--
extra : rebase_source : d438645a363b72affb8e754a760ac92dfacaac5b
2014-06-08 19:00:58 -07:00
William Chen
d3ef9ca507
Bug 1025638 - Traverse and unlink nsXBLPrototypeResources members. r=mccr8
2014-06-23 19:09:36 -07:00
Wes Kocher
20e8bbb46d
Merge m-c to inbound a=merge
2014-06-23 18:59:54 -07:00
Wes Kocher
17ccd46921
merge b2g-inbound to m-c a=merge
2014-06-23 18:55:45 -07:00
Masayuki Nakano
a7263417ab
Bug 1028485 Don't set caret position over actual inserted string at commiting composition r=ehsan
2014-06-24 10:06:20 +09:00
Wes Kocher
3f15cb212c
Merge fx-team to m-c a=merge
2014-06-23 17:56:11 -07:00
Kartikaya Gupta
e5ded19395
Bug 1024126 - Fix rounding errors and add a danger zone to the B2G AboutToCheckerboard heuristic function. r=Cwiiis
2014-06-23 20:54:32 -04:00
Matt Woodrow
332afdd1cb
Bug 1028216
- Backout 660cc013d558 (bug 952721) for causing b2g animation regressions.
2014-06-24 12:12:52 +12:00
Wes Kocher
ebad1ff4e2
Backed out changeset e5e0bb1653b5 (bug 922187) for mochitest-4 bustage on a CLOSED TREE
2014-06-23 16:49:12 -07:00