Граф коммитов

451617 Коммитов

Автор SHA1 Сообщение Дата
Andrew Comminos 1bc0d5d5c3 Bug 1198613 - Use GTK style padding for dropdown boxes in HTML. r=karlt
--HG--
extra : rebase_source : 2d36fcd0925ff497ad717317cc656db1552a55dd
2015-11-18 14:11:58 +13:00
Karl Tomlinson 0c63a8dceb bug 866955 annotate 423107-1.xhtml crashtest assertion failure r=mats
triggered by https://hg.mozilla.org/integration/mozilla-inbound/rev/938041e183e5

--HG--
extra : rebase_source : 54da760a3c96534c47449ad44ef2027b15a1f9a6
2015-11-20 12:54:33 +13:00
Karl Tomlinson 42c19dece3 bug 1227008 use GtkPaperSize in GtkPageSetup directly, instead of maintaining a separate copy r=acomminos
Fixes a leak in nsPrintSettingsGTK::SetGtkPrintSettings() and
missed paper size copy in operator= (bug 965991).

GtkPageSetup always has a GtkPaperSize [1], which is returned from
gtk_page_setup_get_paper_size() as indicated in the docs [2]:
"Return value: the paper size" without "or NULL".

[1] https://git.gnome.org/browse/gtk+/tree/gtk/gtkpagesetup.c?h=2.18.0#n68
[2] https://git.gnome.org/browse/gtk+/tree/gtk/gtkpagesetup.c?h=2.18.0#n164

--HG--
extra : rebase_source : c554c9cb2c30380301fb4286efb9b52497c10d9d
2015-11-25 11:07:21 +13:00
Matt Woodrow e486b02c34 Bug 1222880 - Followup to handle the case when aStopAtAnimatedGeometryRoot isn't an ancestor of aAnimatedGeometryRoot. CLOSED TREE 2015-11-25 16:24:42 +13:00
L. David Baron 2a21a450b3 Bug 1227501 patch 3 - Handle custom properties correctly in transition-property. r=xidorn
Without the code change, the property_database.js changes lead to:

 * 3 failures in test_value_cloning.html (one each for
   transition-property, -moz-transition-property, and
   -webkit-transition-property) that "computed value should be nonempty"

 * 6 failures in test_value_computation.html (two each for
   *transition-property) that "should not get empty value"

 * 16 failures in test_value_storage.html "parse+compute+serialize...
   should be idempotent":  2 for each longhand, 2 for the shorthand for
   the unprefixed, and 4 for the shorthand for each prefixed

--HG--
extra : commitid : ADG1EQ3rOlK
2015-11-24 17:45:02 -08:00
Jesse Ruderman a6fae6aaa5 Bug 1227501 patch 2 - Crashtest.
--HG--
extra : commitid : 8Sld106lbG2
2015-11-24 17:45:02 -08:00
L. David Baron f2ac6fad96 Bug 1227501 patch 1 - Don't check flags for eCSSPropertyExtra_variable. r=xidorn
I tested locally that the crashtest in patch 2 hits the fatal assertion
without this patch, and passes with the patch.

--HG--
extra : commitid : 8NwOfppKxBN
2015-11-24 17:45:01 -08:00
L. David Baron e5a5e95ab1 Bug 1217833 followup - Add margin to avoid fuzz on reftest.
--HG--
extra : commitid : 6mp1Q3MN1v3
2015-11-24 17:45:01 -08:00
Nicholas Nethercote 43bbaa0481 Bug 1220021 (part 2) - Add four reftests. r=seth. 2015-11-23 18:20:21 -08:00
Nicholas Nethercote eeb418d47f Bug 1220021 (part 1) - Don't treat 0RGB ICO files as transparent. r=seth.
This approach is much the same as the one we had before bug 1062066 caused the
regression.
2015-11-23 15:32:39 -08:00
Nicholas Nethercote 2c9bfa2dec Bug 1223319 (part 1) - Remove unused function nsICODecoder::CalcAlphaRowSize(). r=seth. 2015-11-16 17:54:11 -08:00
Wes Kocher 3f9d73cccc Merge m-c to inbound, a=merge CLOSED TREE
--HG--
extra : commitid : HQ2HZ9hq60S
2015-11-24 16:59:18 -08:00
Wes Kocher fcb2a5060a Merge b2ginbound to central, a=merge
--HG--
extra : commitid : DY49ZjkFuGD
2015-11-24 16:52:38 -08:00
Mike Hommey 259b73a779 Backout changeset 29c31b5cdc19 (bug 1227385) for Linux, Android and B2G bustage on a CLOSED TREE. 2015-11-25 09:33:48 +09:00
Wes Kocher d04352af5d Merge fx-team to central, a=merge
--HG--
extra : commitid : GWsEhTdRTPF
2015-11-24 16:33:15 -08:00
Mike Hommey 5752ced4c9 Typo fix for bug 1224460 breaking Gtk+2 builds. r=me 2015-11-25 08:54:24 +09:00
Chris Pearce cea22429d5 Bug 1226450 - Report audio/video codecs used in HTMLMediaElement and WebAudio via telemetry. r=jya 2015-11-25 12:52:48 +13:00
Mike Hommey 70a5b9589d Bug 1227388 - Finish removing dehydra support. r=mshal
Dehydra/Treehydra is unmaintained, broken (iirc), and obsoleted by clang
static analysis. We've removed parts of the build system support for it, but
not all. This is meant to remove the remains.
2015-11-25 08:23:25 +09:00
Mike Hommey 1044711983 Bug 1227385 - Avoid make variable references in VISIBILITY_FLAGS and STL_FLAGS. r=mshal 2015-11-25 08:23:23 +09:00
Mike Hommey ac46182165 Bug 1227384 - Move LOCAL_INCLUDES and DEFINES to moz.build in js/src/. r=mshal 2015-11-25 08:23:22 +09:00
Mike Hommey ca5e376580 Bug 1227380 - Move LOCAL_INCLUDES and CXXFLAGS to moz.build in dom/bindings/. r=mshal 2015-11-25 08:23:17 +09:00
Wes Kocher bee783ac06 Merge inbound to m-c a=merge
--HG--
extra : commitid : C5ZGJHM8FSu
2015-11-24 13:54:06 -08:00
Kartikaya Gupta e5cc4bfe1f Bug 1227636 - Put back missing scrollbar styles. r=mfinkle
--HG--
extra : commitid : 7zQGmAtYcGn
2015-11-24 14:23:53 -05:00
Wes Kocher 72261b4523 Backed out 12 changesets (bug 1200595) for b2g mochitest crashes in SharedBufferManagerParent CLOSED TREE
Backed out changeset cf8cf1a039dd (bug 1200595)
Backed out changeset 65da564f952c (bug 1200595)
Backed out changeset 7663208f1582 (bug 1200595)
Backed out changeset fc1fbb97c8eb (bug 1200595)
Backed out changeset 3ad5a4c457fe (bug 1200595)
Backed out changeset add3fe9afc0c (bug 1200595)
Backed out changeset 68aba6b39588 (bug 1200595)
Backed out changeset ab326c34f1cf (bug 1200595)
Backed out changeset ed34bc528a1b (bug 1200595)
Backed out changeset 0dc93424546c (bug 1200595)
Backed out changeset 8cc12f12f3d1 (bug 1200595)
Backed out changeset bb84403701b7 (bug 1200595)

--HG--
extra : commitid : AMC6i05xyTh
2015-11-24 10:07:02 -08:00
Wes Kocher e617ebdf10 Backed out changeset d4af58f0f1e0 (bug 1226188) for MacroAssembler bustage on Windows CLOSED TREE
--HG--
extra : commitid : 66bECBf7LtE
2015-11-24 09:49:49 -08:00
L. David Baron 0b6fd1d8c8 Bug 1217833 followup - Mark one test as fuzzy(43,2) on a CLOSED TREE (though fuzzy amounts needed vary by platform). 2015-11-24 09:46:45 -08:00
Wes Kocher b40b9c497b Backed out changeset eb9e244e3834 (bug 1227535) for static build bustage in ModuleObject.h CLOSED TREE
--HG--
extra : commitid : 27dFKkZdEs4
2015-11-24 09:42:40 -08:00
Jon Coppeard e379214094 Bug 1227535 - Add ZoneAllocPolicy and use it to attribute module memory usage to the zone r=terrence 2015-11-24 17:27:35 +00:00
Jon Coppeard ac26a189d6 Bug 1011786 - Reset GC zeal in reftest before returning to the browser r=terrence 2015-11-24 17:27:35 +00:00
Jon Coppeard 1abd844269 Bug 1226896 - Fix OOM handling related to script counts r=nbp 2015-11-24 17:27:35 +00:00
Olivier Yiptong 85561f5e75 Bug 1227274 - Fix remote url resolution test breaking aurora nightlies r=mconley
--HG--
extra : commitid : KLwvw6y0Iyp
extra : amend_source : 083d08a5aaaecf76d01ac58efe572a239cf26a86
2015-11-24 12:25:02 -05:00
B2G Bumper Bot 9d4e9c499e Bumping manifests a=b2g-bump 2015-11-24 09:24:36 -08:00
B2G Bumper Bot 71948cf802 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e094d698a05c
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33318 from ferjm/bug1224198.syncnow.nonetwork

Bug 1224198 - No visual feedback when clicking 'Sync Now' with no net…

========

https://hg.mozilla.org/integration/gaia-central/rev/4830f4c60a0f
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1224198 - No visual feedback when clicking 'Sync Now' with no network connectivity. r=yzen
2015-11-24 09:23:13 -08:00
Wes Kocher dba42704d1 Backed out 2 changesets (bug 1226347) for build bustage CLOSED TREE
Backed out changeset da34ad5d6957 (bug 1226347)
Backed out changeset 63d13b6b43ee (bug 1226347)

--HG--
extra : commitid : 4yYcYyidto4
2015-11-24 09:02:03 -08:00
Terrence Cole 593a471c03 Backout c2c730d6bd73 (Bug 1227144) for build bustage on a CLOSED TREE. 2015-11-24 08:48:57 -08:00
Nicolas B. Pierron bba1586666 Bug 1226188 - Use __VA_ARGS__ to avoid warnings with empty argument list. r=h4writer 2015-11-24 16:41:16 +00:00
Paul Kerr [:pkerr] 46b05602ec Bug 1226347 - Part 2: Allow control of AEC via prefs. r=rjesup 2015-11-24 08:32:11 -08:00
B2G Bumper Bot 2ddac03fc3 Bumping manifests a=b2g-bump 2015-11-24 08:11:56 -08:00
B2G Bumper Bot b906030adb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b9df1e5c5e65
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #33338 from hfiguiere/bug1192171-camera-folders

Bug 1192171 - Make sure to check the file number on activate. r=aosmond

========

https://hg.mozilla.org/integration/gaia-central/rev/3b5d93d8dde6
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1192171 - Make sure to check the file number on activate.
2015-11-24 08:10:11 -08:00
B2G Bumper Bot 00cb8ba84a Bumping manifests a=b2g-bump 2015-11-24 07:34:41 -08:00
B2G Bumper Bot cb2f4fdddd Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4b516144b790
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #33342 from albertopq/1220487-intermittent-unpin2

Bug 1220487 - Using goHome instead of tapHome for intermittent issue r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/909751e04026
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1220487 - Using goHome instead of tapHome for intermittent issue
2015-11-24 07:33:19 -08:00
B2G Bumper Bot d4968a4cab Bumping manifests a=b2g-bump 2015-11-24 06:34:32 -08:00
B2G Bumper Bot 4c0e9fd3f7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9fcd8ab1c48f
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33315 from ferjm/bug1222375.importall.contacts

Bug 1222375 - When user quickly taps 'import all' several times in vi…

========

https://hg.mozilla.org/integration/gaia-central/rev/17dfce63db09
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1222375 - When user quickly taps 'import all' several times in view page, the prompt 'One duplicated Contact merged' will increase from bottom of screen as the number of your tap grows. r=francisco
2015-11-24 06:33:10 -08:00
B2G Bumper Bot 86acfdb9c2 Bumping manifests a=b2g-bump 2015-11-24 06:15:38 -08:00
B2G Bumper Bot fa4382ae45 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2549ad87faa0
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #33299 from arcturus/bug-1221940

Bug 1221940 - [Contacts]When user double clicks "Find duplicate conta…

========

https://hg.mozilla.org/integration/gaia-central/rev/07ca7c7632c8
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1221940 - [Contacts]When user double clicks "Find duplicate contacts" button, the "Merge Duplicates" view will be blank. r=ferjm
2015-11-24 06:14:07 -08:00
Carsten "Tomcat" Book 4dc5e74675 merge fx-team to mozilla-central a=merge 2015-11-24 11:58:27 +01:00
B2G Bumper Bot d046bd3630 Bumping manifests a=b2g-bump 2015-11-23 20:54:37 -08:00
B2G Bumper Bot 3921aa6018 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cd2e59912634
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #33176 from KevinGrandon/bug_1223685_usage_gaia_menu

Bug 1223685 - [Usage] Convert reset menu to use gaia menu

========

https://hg.mozilla.org/integration/gaia-central/rev/379c77fb5aa8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1223685 - [Usage] Convert reset menu to use gaia menu r=salva
2015-11-23 20:53:14 -08:00
Kris Maglione 3b218341fa Bug 1208761: [webext] Support l10n.getMessage in content scripts. r=billm
--HG--
extra : commitid : Iuj6mzu3KIU
extra : rebase_source : 08612b809866cf35057dc690bdf62dd74a330b46
2015-11-23 17:52:23 -08:00
Mark Finkle 9a4a57cbcf Bug 1226292 - Add telemetry for Find in Page r=liuche 2015-11-24 00:21:16 -05:00