B2G Bumper Bot
7c090ae651
Bumping manifests a=b2g-bump
2014-07-08 07:52:00 -07:00
B2G Bumper Bot
9b53881cd5
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f7bb5e97b6d6
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #20515 from dchunwong/fixgalcrop
Bug 1022618- Adjust current_scale in fullscreen_image.py to return a list of numbers rather than a string.
========
https://hg.mozilla.org/integration/gaia-central/rev/33bf949d1da0
Author: Dylan Chun Wong <d.chunwong@gmail.com>
Desc: Adjust current_scale in fullscreen_image.py to return a list of the scale x, y rather than a string
========
https://hg.mozilla.org/integration/gaia-central/rev/c4bad0c38477
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1014706 - Hide the accept button when in SI/SL mode r=julienw
2014-07-08 07:50:27 -07:00
Fabrice Desré
fb6b7b9cea
Bug 1024513 - JavaScript Error: "NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: [JavaScript Error: "targetElement is null" r=smaug
2014-07-07 21:45:23 -07:00
Antonio M. Amaya
f0e866ddd2
Bug 1033453 - Fix the composed permission check on app updates. r=fabrice
2014-07-08 05:45:00 -04:00
Douglas Crosher
4482c1ad56
Bug 1013056. r=shu
2014-07-08 09:42:00 +10:00
Brian Birtles
cd38f4d2f0
Bug 1033881 part 1 - Don't generate animations when the animation-name doesn't match; r=dbaron
...
When animation-name does not match a keyframes rule, we should not dispatch
animation events as per:
"Any animation for which both a valid keyframe rule and a non-zero duration
are defined will run and generate events; this includes animations with empty
keyframe rules."
http://dev.w3.org/csswg/css-animations/#events
Since bug 1004377, however, we started dispatching events in this case because
we no longer ignore animations whose set of keyframes is empty.
This patch checks for a matching keyframes rule in BuildAnimations and if one is
not found, no corresponding animation is generated.
2014-07-09 09:13:33 +09:00
Blake Kaplan
8a1d25238c
Bug 1001957 - Don't use a CPOW for reload. r=felipe/mccr8/smaug
...
Original patch from billm.
2014-07-08 16:19:10 -07:00
Mike Hommey
5cf267bd6f
Bug 1029346 - Add -Wno-error=coverage-mismatch to PGO builds
2014-07-09 08:05:03 +09:00
David Major
042ed9f8a0
Bug 1035068: Remove unused Windows logging code that VS2013 doesn't like. r=jesup
...
--HG--
extra : rebase_source : a6da82fc96b9042a112b2943ff7bf1e68875232b
2014-07-09 10:44:52 +12:00
Monica Chew
085607a75a
Bug 1035923: Remove deprecated certs from google_root_pems (r=keeler)
2014-07-08 16:01:29 -07:00
David Major
858e6b08ed
Bug 1028972 - Adjust Breakpad reservation for inflation. r=bsmedberg
...
--HG--
extra : rebase_source : e7811bc095ac739c2e5629fbdaa7c81686938416
2014-07-09 10:41:46 +12:00
Timothy Nikkel
083529f19c
Bug 1035917. If we fail to create a requested async scrollable layer then log a warning and approximate reason why. r=roc
2014-07-08 17:35:48 -05:00
Kartikaya Gupta
ebd95dc8cc
Bug 1027593 - Ensure we updated the displayport margins when the scrollable rect changes. r=botond
2014-07-08 18:01:02 -04:00
Kartikaya Gupta
95d40cc159
Bug 1027593 - Ensure RecordFrameMetrics populates the displayport margins as well. r=tn
2014-07-08 18:01:02 -04:00
Kartikaya Gupta
e225727e48
Bug 1027593 - Move displayport and scrollId finding into RecordFrameMetrics from call sites. r=tn
2014-07-08 18:01:02 -04:00
Wes Kocher
5325f9ea14
Backed out changeset 725b7db309c3 (bug 1013571) for causing the failures in 1032783
2014-07-08 14:43:46 -07:00
Benoit Jacob
00485502a6
Bug 1035394 - Add dangerous public destructor detection to _INHERITED refcounting macros - r=khuey
2014-07-08 17:23:18 -04:00
Benoit Jacob
868f55ca76
Bug 1035394 - Fix dangerous public destructors in accessible - r=surkov
2014-07-08 17:23:18 -04:00
Benoit Jacob
ae77343c7f
Bug 1035394 - Fix dangerous public destructors in editor - r=ehsan
2014-07-08 17:23:18 -04:00
Benoit Jacob
79c308b707
Bug 1035394 - Fix dangerous public destructors in layout - r=dbaron
2014-07-08 17:23:18 -04:00
Benoit Jacob
0895eca019
Bug 1035394 - Fix dangerous public destructors in netwerk - r=mcmanus
2014-07-08 17:23:18 -04:00
Benoit Jacob
716bd91400
Bug 1035394 - Fix dangerous public destructors in widget - r=roc
2014-07-08 17:23:18 -04:00
Benoit Jacob
35bc40cd1b
Bug 1035394 - Fix dangerous public destructors in toolkit/components - r=ehsan
2014-07-08 17:23:18 -04:00
Benoit Jacob
539a8b5902
Bug 1035394 - Fix dangerous public destructors in security/ - r=bsmith
2014-07-08 17:23:18 -04:00
Benoit Jacob
f11d309a1d
Bug 1035394 - Fix dangerous public destructors in parser - r=wchen
2014-07-08 17:23:18 -04:00
Benoit Jacob
8bcea310b0
Bug 1035394 - Fix dangerous public destructors in uriloader - r=smaug
2014-07-08 17:23:17 -04:00
Benoit Jacob
090cc40947
Bug 1035394 - Fix dangerous public destructors in storage - r=bent
2014-07-08 17:23:17 -04:00
Benoit Jacob
3c081146b3
Bug 1035394 - Fix dangerous public destructors in tools/profiler - r=benwa
2014-07-08 17:23:17 -04:00
Benoit Jacob
7b83e721d4
Bug 1035394 - Fix dangerous public destructors in xpcom - r=khuey
2014-07-08 17:23:17 -04:00
Benoit Jacob
fa79bad116
Bug 1035394 - Fix dangerous public destructors in dom/events - r=smaug
2014-07-08 17:23:17 -04:00
Benoit Jacob
57ed0c585c
Bug 1035394 - Fix dangerous public destructors in dom - r=ehsan
2014-07-08 17:23:17 -04:00
Benoit Jacob
325432ff7c
Bug 1035394 - Fix dangerous public destructors in content/media/eme - r=cpearce
2014-07-08 17:23:17 -04:00
Benoit Jacob
2ba4f21e5a
Bug 1035394 - Fix dangerous public destructors in content/media/webaudio - r=padenot
2014-07-08 17:23:17 -04:00
Benoit Jacob
6b07d0fa43
Bug 1035394 - Fix dangerous public destructors in content/media/webspeech - r=smaug
2014-07-08 17:23:16 -04:00
Benoit Jacob
c914e1ffed
Bug 1035394 - Fix dangerous public destructors in content/media - r=cpearce
2014-07-08 17:23:16 -04:00
Benoit Jacob
a4e26753c7
Bug 1035394 - Fix dangerous public destructors in content/svg - r=heycam
2014-07-08 17:23:16 -04:00
Benoit Jacob
ba120e7bd6
Bug 1035394 - Fix dangerous public destructors in content/html - r=smaug
2014-07-08 17:23:16 -04:00
Benoit Jacob
00c1cd4d5a
Bug 1035394 - Fix dangerous public destructors in content/base - r=khuey
2014-07-08 17:23:16 -04:00
Benoit Jacob
d6ea06aa3f
Bug 1035394 - Fix dangerous public destructors in content/xml - r=smaug
2014-07-08 17:23:16 -04:00
Benoit Jacob
a2790705d6
Bug 1035394 - Fix dangerous public destructors in content/xul - r=mrbkap
2014-07-08 17:23:16 -04:00
Benoit Jacob
8346b6bf98
Bug 1035394 - Fix dangerous public destructors in content/mathml - r=karlt
2014-07-08 17:23:15 -04:00
Steven MacLeod
ea0121a1c7
Bug 1018720 - Change the options dropdown icon to match the select dropdown. r=florian
...
--HG--
extra : rebase_source : d7d7eb6d00158219c4113ecbaf958649f13692eb
extra : histedit_source : 77d847c52f3dc563b8f13343c0720500cebc422c
2014-07-07 15:48:20 -04:00
Steven MacLeod
7956e2b027
Bug 1018720 - Change the translation infobar select dropdown styling to match the options dropdown. r=florian
...
--HG--
extra : rebase_source : 3be092aa43b1356728f3a9064cb49949c75bab50
extra : histedit_source : b55c90b6cb24f3795e3848652cd0980bb645b098
2014-07-07 15:45:35 -04:00
Steven MacLeod
14bd15d372
Bug 1018720 - Fix translation infobar button styling. r=florian
...
--HG--
extra : rebase_source : 27ee6b3d8555e96fd72936118a6a599fab8da64a
extra : histedit_source : e935ce68b124e328e4e9a65abc403caf221eeac3
2014-07-07 15:23:50 -04:00
Steven MacLeod
2914994eb3
Bug 1018720 - Switch the translation infobar select box icon and add a HiDPI variant. r=florian
...
--HG--
extra : rebase_source : ca98e16a58e5ea2d16b48fa5a678008f268202c0
extra : histedit_source : 141dc4c7baca51e1eec06838a42c88f9471b28e3
2014-07-03 17:03:59 -04:00
Florian Quèze
870aa8608c
Bug 1032139 - Make the 'Translations by' string localizable, r=felipe.
2014-07-08 15:56:34 +02:00
Alexandre Poirot
e7c00f406b
Bug 1013997 - Use only one compartment for all devtools modules. r=mossop, r=past
2014-07-07 06:07:00 -04:00
Carsten "Tomcat" Book
1cb627d65a
Merge mozilla-central to fx-team
2014-07-08 15:28:15 +02:00
Carsten "Tomcat" Book
518f246c5e
merge fx-team to mozilla-central a=merge
2014-07-08 15:10:56 +02:00
Asaf Romano
2071f8f237
Bug 738910 - Use DataView in PropertyListUtils. r=mak
2014-07-08 16:07:31 +03:00