Commit Graph

144439 Commits

Author SHA1 Message Date
Gaia Pushbot
fefd6da03b Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e9c3bd17b149
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 906581 - [Messages] Keyboard should always close when pressing Send r=julienw,rwaldron

https://bugzilla.mozilla.org/show_bug.cgi?id=906581

When changing the visible state:

* Don't execute transitionend handler for recipient list visibility unless app is in "new" view
* Don't manually refocus
* Adds conditional guards to avoid TypeErrors when placeholders are null
* Don't remove placeholders that have text
* Do the focus after removing all placeholders, and...
* When focussing in the recipients view, add a new placeholder in case we don't
  have one, and it's the one we want to focus
* Tests
    - Switching multiline to singleline
    - Switching multiline to singleline + refocus
    - Switching singleline to multiline
    - focus without a placeholder
2013-08-26 09:45:21 -07:00
Rodrigo Silveira
d01a3f2d40 bug 904893 - Splitting head.js into multiple files r=sfoster
--HG--
extra : rebase_source : fd5e076a9f7cc17e86e7303f73cdeb61a1810465
2013-08-26 09:40:30 -07:00
Sotaro Ikeda
b8ce56f688 Bug 905008 - Block bogus MetadataLoaded event. r=doublec 2013-08-26 12:11:58 -04:00
Martijn Wargers
173f9f5ada Bug 909043 - test_reftests_with_caret.html failing on b2g mochitest because of spellcheck test. r=ehsan 2013-08-26 17:46:42 +02:00
Kartikaya Gupta
cd34b738bd Bug 885023 - Follow-up to fix build bustage on Metro. r=me 2013-08-26 11:33:02 -04:00
Irving Reid
e590e311ff Bug 905315: Work around android ADT path naming scheme change; r=nalexander 2013-08-26 11:16:18 -04:00
Marco Castelluccio
316af14a5d Bug 854975 - Add fuzz to tests to fix intermittent failures. r=fabrice 2013-08-27 15:54:06 -04:00
Ryan VanderMeulen
3bdc6bb469 Bug 908932 - Bustage follow-up. 2013-08-27 15:51:24 -04:00
Kartikaya Gupta
b6d3848286 Bug 885023 - Follow-up to fix build bustage on Android. r=me 2013-08-26 10:34:56 -04:00
Kartikaya Gupta
55c123d4d6 Bug 885023 - Convert mFrameMetrics.mZoom to a CSSToScreenScale. r=BenWa,k17e
The mFrameMetrics.mZoom was previously a "resolution-independent" zoom,
which meant it had to always be multiplied by the CalculateIntrinsicScale()
value to be useful. This patch converts it to a "resolution-dependent" zoom,
and includes the intrinsic scale multiplier already. This means it needs
to be updated if either the viewport or composition bounds (which determine
the intrinsic scale) change, but there are only a few places where this
happens and it makes the rest of the code cleaner.
2013-08-26 09:50:30 -04:00
Ryan VanderMeulen
6bc7030321 Merge m-c to b2g-inbound. 2013-08-26 09:18:32 -04:00
Ryan VanderMeulen
fab87bc685 Merge inbound to m-c. 2013-08-26 09:15:57 -04:00
Ryan VanderMeulen
15fbd8d9cc Merge b2g-inbound to m-c. 2013-08-26 09:14:57 -04:00
Gaia Pushbot
1dec3f1447 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7f317f4c6c1e
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #11760 from stasm/900504-multilocale-abspaths

Bug 900504 - l10n packaging of gaia broken, doesn't pick up content for apps. r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/fa3db71f1623
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 900504 - l10n packaging of gaia broken, doesn't pick up content for apps. r=yurenju
2013-08-26 06:10:21 -07:00
Magnus Melin
1f1340cc27 Backout of erroneous change from bug 903284 r=Ms2ger 2013-08-26 12:39:46 +01:00
Paul Adenot
0f74c3e49b Bug 908144 - Don't output sound before start() is called when using OscilatorNode. r=ehsan 2013-08-26 11:46:33 +02:00
Felipe Gomes
754b48bbeb Merge fx-team to m-c 2013-08-26 02:41:47 -03:00
Felipe Gomes
0437381f34 Bug 897060 - Display select dropdowns in the parent process. r=enndeakin
Original patch by roc.
2013-08-25 22:34:23 -03:00
Robert O'Callahan
061c18e8d1 Bug 906521. Part 9: Add tests for invalid glyph id values. r=jfkthame
--HG--
extra : rebase_source : 3ffd23c06a40cd51af30c83652ee701ae6057566
2013-08-26 12:21:20 +12:00
Max Li
577722cdba Bug 909153 - Empty reading list hint is inaccessible. r=lucasr 2013-08-25 18:37:32 -04:00
Marco Castelluccio
479f711350 Bug 908932 - Get rid of ContentPolicy.js in webapprt/. r=myk
DONTBUILD
2013-08-27 14:58:46 -04:00
Ryan VanderMeulen
28ac134e0e Backed out changeset 6cd56d32ec92 (bug 908932) for landing with the wrong bug # in the commit message. 2013-08-27 15:06:51 -04:00
Marco Castelluccio
4dfcc9a9c5 Bug 908923 - Get rid of ContentPolicy.js in webapprt/. r=myk 2013-08-27 14:58:46 -04:00
Chris Kitching
f8f415d131 Bug 907918 - Set parent tab and preserve private-tab status when doing search-with-selection. r=mleibovic 2013-08-27 14:58:26 -04:00
Steven MacLeod
136fb175fe Bug 899213 - Add an API for working with global session data, and switch Scratchpad over to it. r=ttaubert
Also fixes tests broken by changing scratchpad to global session data.
2013-08-27 14:57:51 -04:00
Sushant Hiray
e79d0a0e4a Bug 891446 - Move Title rule down in Reader. r=mleibovic 2013-08-27 14:55:58 -04:00
Shilpan Bhagat
ce1697a51c Bug 886925 - Use Symlink instead of INIparser for GeckoProfile. r=mfinkle 2013-08-27 11:05:56 -07:00
Brian Nicholson
19a746ee14 Bug 888482 - Initialize Gecko in onCreate(). r=kats
--HG--
extra : rebase_source : 429dd9d82c5068f5c51993fc132b063cb300a24a
2013-08-27 11:38:07 -07:00
Chenxia Liu
068265367f Bug 906668 - [fig] Reading list text is cut off on small screens. r=sriram 2013-08-27 11:31:19 -07:00
Lucas Rocha
3877cea01b Bug 907157 - Fix forward button margins on tablets (r=wesj) 2013-08-27 17:59:47 +01:00
Shane Caraveo
aa77920dda bug 847124, bug 886300 intermittent blocklist failures 2013-08-27 09:18:35 -07:00
Margaret Leibovic
c0df7eec24 Bug 908423 - Account for parent folder row when creating bookmark list context menu. r=sriram 2013-08-27 08:44:58 -07:00
Jim Mathies
4a17923374 Bug 903740 - Improvements to context ui visibility plus some tests. r=mbrubeck 2013-08-27 09:58:43 -05:00
Ed Morley
38e7b4adb9 Merge mozilla-central and fx-team 2013-08-27 15:20:11 +01:00
Jonathan Griffin
191efc8776 Bug 779284 - Back out 705d668fb81b for suspected perf regressions, a=test-only 2013-08-25 11:23:19 -07:00
Phil Ringnalda
0267f47531 Merge m-i to m-c 2013-08-25 08:20:24 -07:00
Tim Taubert
3c154f8697 merge m-c to fx-team 2013-08-25 15:10:36 +02:00
Seth Fowler
ad84c99697 Bug 869723 (Part 4) - Add OrientedImage. r=joe 2013-08-25 00:19:43 -07:00
Seth Fowler
7759182379 Bug 869723 (Part 3) - Parse EXIF orientation in nsJPEGDecoder. r=joe 2013-08-25 00:19:43 -07:00
Seth Fowler
e56edc217e Bug 869723 (Part 2) - Add an EXIF parser to imagelib. r=tn 2013-08-25 00:19:42 -07:00
Seth Fowler
077d2e1740 Bug 869723 (Part 1) - Add imgIContainer::GetOrientation. r=joe sr=bz 2013-08-25 00:19:42 -07:00
Seth Fowler
04a002e9a5 Bug 870090 (Followup) - Remove the EasyEXIF license from about:license. Reverts 406a05a909d3. r=me 2013-08-25 00:19:42 -07:00
Phil Ringnalda
71f5f2dff5 Back out 353f5b3c81c7:62a1a184b2c3 (Bug 869723 and Bug 870090) for not actually building
CLOSED TREE
2013-08-24 19:13:21 -07:00
Seth Fowler
bd7ba5df5a Bug 869723 (Part 4) - Add OrientedImage. r=joe 2013-08-24 17:31:15 -07:00
Seth Fowler
40980e9f27 Bug 869723 (Part 3) - Parse EXIF orientation in nsJPEGDecoder. r=joe 2013-08-24 17:31:14 -07:00
Seth Fowler
cc0f50924d Bug 869723 (Part 2) - Add an EXIF parser to imagelib. r=tn 2013-08-24 17:31:14 -07:00
Seth Fowler
58c9cfc5f3 Bug 869723 (Part 1) - Add imgIContainer::GetOrientation. r=joe sr=bz 2013-08-24 17:31:14 -07:00
Seth Fowler
0358c713dc Bug 870090 (Followup) - Remove the EasyEXIF license from about:license. Reverts 406a05a909d3. r=me 2013-08-24 17:31:14 -07:00
Gavin Sharp
9f0b9f359c Bug 907893: update nsIBrowserSearchService IID because we forgot to in bug 493051, r=lumpy
--HG--
extra : transplant_source : %81%8F%8Dw2%BCp%E6%02B%CE6%23%F5%8Bz%A7%88%A0p
2013-08-24 08:09:10 -07:00
David Zbarsky
0126553574 Bug 906901 - Use webIDL dictionaries for BrowerElementParent's event details r=bz 2013-08-24 10:08:55 -04:00