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
Bill McCloskey
a36b8c7b9b
Bug 1017310 - Associate JS compartments with add-on chrome XBL (r=bholley)
2014-06-23 16:33:37 -07:00
Jed Davis
87c0419333
Bug 1029178 - Name the memory pressure monitor thread. r=dhylands
2014-06-23 16:15:21 -07:00
Garrett Robinson
8f3cb774ad
Bug 1011211 - Disable intermittently failing CSP redirect tests on B2G (for now) r=sstamm
2014-06-23 14:21:54 -07:00
Andrew McCreight
589dbafc7c
Bug 988041 - Add suppression for intermittent XML parser leak. r=khuey DONTBUILD
2014-06-23 15:56:21 -07:00
Jonathan Watt
5f2f65ee2a
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
f66d49576a
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
a82bacadb1
Bumping manifests a=b2g-bump
2014-06-23 13:06:59 -07:00
B2G Bumper Bot
6a921e0b1d
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
4b2c279b86
Bumping manifests a=b2g-bump
2014-06-23 12:46:42 -07:00
B2G Bumper Bot
2d0055d983
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a5899fda04e5
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #20604 from pivanov/bug-1026414
Bug 1026414 - [Flame][Settings] - Fuzzy keyboard icons
========
https://hg.mozilla.org/integration/gaia-central/rev/2e733442c290
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1026414 - [Flame][Settings] - Fuzzy keyboard icons
========
https://hg.mozilla.org/integration/gaia-central/rev/7c4453ee1a81
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #20282 from pivanov/bug-1023146
Bug 1023146 - [Flame][Settings] - Wifi image update
========
https://hg.mozilla.org/integration/gaia-central/rev/e857e9d86259
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1023146 - [Flame][Settings] - Wifi image update
2014-06-23 12:40:26 -07:00
B2G Bumper Bot
adce2006f2
Bumping manifests a=b2g-bump
2014-06-23 11:51:14 -07:00
B2G Bumper Bot
e65c911812
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/be3c9b76d295
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #20904 from EverythingMe/1029016-grid-zindex
Bug 1029016 - [Collection app] Can't interact with pinned apps when loading web results
========
https://hg.mozilla.org/integration/gaia-central/rev/dbb658bab1bb
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Bug 1029016 - [Collection app] Can't interact with pinned apps when loading web results
2014-06-23 11:45:31 -07:00
B2G Bumper Bot
bd1e6f974a
Bumping manifests a=b2g-bump
2014-06-23 11:06:10 -07:00
B2G Bumper Bot
a23bfa5cf2
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d97823ac7b01
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #20875 from KevinGrandon/bug_1028681_collections_pinning_entry_points
Bug 1028681 - [Collection app] Contacts and Phone apps cannot be added to Smart Collections
========
https://hg.mozilla.org/integration/gaia-central/rev/2d6f4b914268
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1028681 - [Collection app] Contacts and Phone apps cannot be added to Smart Collections r=ranbena
========
https://hg.mozilla.org/integration/gaia-central/rev/a5e918e0228e
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #20844 from guilherme-pg/bug1000173-tracking-notification
Bug 1000173 - Display User Icon in Settings When FMD is Remotely Trackin...
========
https://hg.mozilla.org/integration/gaia-central/rev/3a66c11eb47b
Author: yglazko <yglazko@yglazko.local>
Desc: Bug 1000173 - Display User Icon in Settings When FMD is Remotely Tracking Device
2014-06-23 11:00:27 -07:00
B2G Bumper Bot
9bbd8d7214
Bumping manifests a=b2g-bump
2014-06-23 10:48:58 -07:00
B2G Bumper Bot
8829e3fa72
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4299530cb326
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #20824 from lightsofapollo/bug-1027925
Bug 1027925 - Ensure that icon remove button is above the icon and give it extra padding to make it clickable.
========
https://hg.mozilla.org/integration/gaia-central/rev/3aa596d26987
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 1027925 - Ensure that icon remove button is above the icon and give it extra padding to make it clickable.
========
https://hg.mozilla.org/integration/gaia-central/rev/47d5de188962
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #20818 from lightsofapollo/l10n-categories
Bug 1028325 - Use mozillas locales where possible when displaying the co...
========
https://hg.mozilla.org/integration/gaia-central/rev/b42775aebbc7
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 1028325 - Use mozillas locales where possible when displaying the collection name
2014-06-23 10:48:47 -07:00
Ehsan Akhgari
44631ff424
Bug 1028944 follow-up: remove the #ifdef altogether
2014-06-23 10:23:30 -07:00
Brian Smith
7878e11fff
Bug 1028643: Convert nsISignatureVerifier to use CertVerifier (mozilla::pkix) and move nsISignatureVerifier functionality to nsIDataSignatureVerifier, r=keeler
...
--HG--
extra : rebase_source : 14f6f5dedd7145d574ac5b4c86b6ad42b6716ae8
extra : histedit_source : f891fbe80c4ca9fc62849bc2d6d8ffad372a6bf0
2014-06-22 18:50:22 -07:00
Jeremie Patonnier
18e4100f8c
Bug 1028570 - Remove unnecessary preprocessing of minimal-xul.css. r=jwatt
2014-06-21 20:17:32 +02:00
Douglas Crosher
8b763ac4fa
Bug 1027441 - OdinMonkey: Fix use of size() with pending pool entries. r=luke
2014-06-23 14:12:16 +10:00
Brian Smith
63d49eeb0e
Bug 1028493: Remove unused stapledOCSPResponse parameter from CreateCetErrorRunnable, r=mmc
...
--HG--
extra : rebase_source : 6ceddadff81fd607b53de317dc841e334bc76621
extra : histedit_source : d05fe4430c880da25c4d361977218ceb416d8f0d
2014-06-20 19:43:09 -07:00