Commit Graph

190129 Commits

Author SHA1 Message Date
Jan de Mooij
485c960644 Bug 1027528 part 18 - Make some error functions work with Latin1 strings. r=terrence 2014-06-24 12:01:37 +02:00
Jonathan Kew
799019919f 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
21312d0686 Bug 750258 - include |nextCurrentTime| when calculating whether to call NotifyBlockingChanged(). r=roc 2014-06-22 20:21:00 +02:00
Shashank Sabniveesu
ec66e81dce 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
9302596f72 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
2a2d7abb8e Bug 925699 - pymake/mach mochitest-plain don't delete the temporary profile. r=jmaher 2014-06-23 11:24:00 +02:00
Jonathan Watt
9ff044d0f7 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
3f3031e6fb Bug 958868 - Add support for delta line and page accumulation; r=masayuki, sr=smaug 2014-06-24 18:02:11 +09:00
Andrew Comminos
bb27e2b35f Bug 958868 - Add support for GDK_SCROLL_SMOOTH; r=karlt 2014-06-24 18:02:10 +09:00
Benjamin Chen
5fee249d8f 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
3258e2dcc7 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
63a1d33bc6 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]
1effc3a9ac 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
4e9fe40560 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
6dbc74f1ee 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
14a0eb0ac4 Bug 1000722 - Rollback close reftest in bug 981477. r=ahal 2014-06-21 01:22:00 +02:00
CJKu
6896551139 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
4923220caa 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
a129adb891 bug 1028521 - testcase for assertion in mathml with bidi. r=smontagu 2014-06-21 15:49:49 +01:00
Jon Coppeard
1a0f8252ef Bug 1028863 - Root SavedFrame::Lookup while creating new SavedFrame r=terrence 2014-06-24 09:23:57 +01:00
Gian-Carlo Pascutto
52b278ac5b Bug 1018928 - Fix getUserMedia device selection on Android. r=blassey 2014-06-24 10:22:50 +02:00
David Major
9e3c8b0abb 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
b117fcb04c Bug 1026315 - Remove PercentageHashKey; r=dbaron 2014-06-24 15:29:54 +09:00
Brian Birtles
e17455d50f 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
9fe1178360 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
c171a38d22 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
91d5bacca4 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
17142509da 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
79a81c9110 Bug 1028918 - Re-enable test_MediaSource.html on Android 2.3; no review 2014-06-23 21:17:02 -06:00
Geoff Brown
57b77cca89 Bug 1020642 - Run more webgl-conformance tests on Android; r=jgilbert 2014-06-23 21:17:02 -06:00
Eric Phan
d7e21aee71 Bug 1015985 - Set decoder seekable members outside of ReadMetadata by StateMachine. r=cpearce 2014-06-23 22:08:34 +12:00
Wes Kocher
01d19e77b4 Bug 1024642 - Fix merge conflict from codemirror 4.2.0 upgrade r=me 2014-06-23 19:20:01 -07:00
Brian Smith
489a7f51ba 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
309d576f1d Bug 1025638 - Traverse and unlink nsXBLPrototypeResources members. r=mccr8 2014-06-23 19:09:36 -07:00
Wes Kocher
d877c4afe7 Merge m-c to inbound a=merge 2014-06-23 18:59:54 -07:00
Wes Kocher
fb575455f8 merge b2g-inbound to m-c a=merge 2014-06-23 18:55:45 -07:00
Masayuki Nakano
bb1a942b30 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
7b66a28e6b Merge fx-team to m-c a=merge 2014-06-23 17:56:11 -07:00
Kartikaya Gupta
1ad2e6330b 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
6251dc1051 Bug 1028216 - Backout 660cc013d558 (bug 952721) for causing b2g animation regressions. 2014-06-24 12:12:52 +12:00
Wes Kocher
16b8eda20a Backed out changeset e5e0bb1653b5 (bug 922187) for mochitest-4 bustage on a CLOSED TREE 2014-06-23 16:49:12 -07:00
Bill McCloskey
e768db9720 Bug 1017310 - Associate JS compartments with add-on chrome XBL (r=bholley) 2014-06-23 16:33:37 -07:00
Jed Davis
7e4960354d Bug 1029178 - Name the memory pressure monitor thread. r=dhylands 2014-06-23 16:15:21 -07:00
Garrett Robinson
f1679c726b Bug 1011211 - Disable intermittently failing CSP redirect tests on B2G (for now) r=sstamm 2014-06-23 14:21:54 -07:00
Andrew McCreight
8d48f8f95a Bug 988041 - Add suppression for intermittent XML parser leak. r=khuey DONTBUILD 2014-06-23 15:56:21 -07:00
Jonathan Watt
fdee44147a Bug 1028786, part 2 - Get rid of the Thebes backed gfxContext in gfxPlatformGtk.cpp. r=mattwoodrow
--HG--
extra : rebase_source : 2920a2b3d862180a15d5a037741744ea5766b5b1
2014-06-23 23:48:59 +01:00
Jonathan Watt
34d2f1c5df Bug 1028786, part 1 - Add a gfxUtils::ClearThebesSurface() helper method. r=mattwoodrow
--HG--
extra : rebase_source : 524ffe6d276ea9b51cf01d534f65c9b74b32b950
2014-06-23 23:48:58 +01:00
B2G Bumper Bot
47ebe005f9 Bumping manifests a=b2g-bump 2014-06-23 13:06:59 -07:00
B2G Bumper Bot
a0e33216d9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8ac363347c96
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #19843 from eeejay/bug-1018492

Bug 1018492 - Use accessibility roles in gaia-tabs and in example html.

========

https://hg.mozilla.org/integration/gaia-central/rev/b272662f1d93
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1018492 - Use accessibility roles in gaia-tabs and in example html.
2014-06-23 13:00:24 -07:00
B2G Bumper Bot
587112d35c Bumping manifests a=b2g-bump 2014-06-23 12:46:42 -07:00