Commit Graph

151745 Commits

Author SHA1 Message Date
Simon Montagu
74c3067fe1 Add new bidi control characters defined in Unicode 6.3. Bug 922530, r=jfkthame 2013-10-02 16:07:02 +03:00
Markus Stange
b570e91848 Bug 703872 - Use different scale factors for X and Y when determining the resolution for transformed filter rendering. r=jwatt 2013-10-24 10:09:09 +02:00
Markus Stange
f3a791c68e Bug 924184 - Don't repaint -moz-appearance: -moz-window-titlebar on hover. r=roc 2013-10-24 10:07:35 +02:00
Robert O'Callahan
a66f004ebb Bug 929021. Skip calling GetFrameBoundsForTransform when we don't need it. r=heycam
--HG--
extra : rebase_source : d081b5acc5df7518e004a9ce5e9d27afaa7041fe
2013-10-22 11:09:46 +02:00
Robert O'Callahan
8941abb074 Bug 261037. Support scrolled fieldsets. r=mats
The main change here is to have nsCSSFrameConstructor able to construct
a scrollframe for nsFieldSetFrame's inner frame.
To make this work properly (as much like normal scrolled elements, and
to be consistent with Chrome), we need another major change, which is to move
the padding from the nsFieldSetFrame to its inner frame. We do this by copying
the padding to the inner frame and ignoring the padding on the outer frame.
To get this right for percentage padding and intrinsic widths is a little
tricky. For that, we need nsLayoutUtils::IntrinsicForContainer to be able to
ignore the padding on a frame so we don't add it twice.
Overriding nsFieldSetFrame::GetScrollTargetFrame makes setting scrollTop/
scrollLeft on a <fieldset> work as expected.
* * *
Bug 261037 - A fieldset overflow:auto reftest.

--HG--
extra : rebase_source : d737eebdc25b3b748a84de676d5e8e066505e00b
2013-10-23 00:46:40 +02:00
Carsten "Tomcat" Book
e1f813cae8 Merge mozilla-central to mozilla-inbound 2013-10-24 07:08:01 +02:00
Carsten "Tomcat" Book
5b11b4cbda Merge mozilla-inbound to Mozilla-Central 2013-10-24 07:05:29 +02:00
Carsten "Tomcat" Book
417825f57d Merge b2g-inbound to Mozilla-Central 2013-10-24 06:50:15 +02:00
Carsten "Tomcat" Book
caf97f2670 Merge Fx-Team to Mozilla-Central 2013-10-24 06:48:43 +02:00
Benjamin Peterson
1d9c42d48f Bug 928736 - Fix compiler warnings related to context options namespace importing. r=luke 2013-10-23 23:51:37 -04:00
Mike Hommey
06378e98d7 Bug 929983 - Restore ?= on CC/CXX_WRAPPER that bug 585011 removed. r=khuey 2013-10-24 12:25:52 +09:00
Mike Hommey
55962a0a31 Backout changeset 6f52040ede0d (bug 928364) for PGO bustage 2013-10-24 09:37:06 +09:00
Gaia Pushbot
ed7f5b3686 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/20e3f42ccb60
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12635 from gasolin/issue-921327

Bug 921327 - [Flatfish][homescreen] show 6 icons in a row on tablet, r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/2a75bf172fcb
Author: gasolin <gasolin@gmail.com>
Desc: Bug 921327 - [Flatfish][homescreen] show 6 icons in a row on tablet
2013-10-23 17:00:24 -07:00
Fabrice Desré
0f64c6b40c Bug 927959 - Cannot preinstall a hosted app with appcache in a SIM customization variant r=ferjm 2013-10-23 16:50:57 -07:00
Terrence Cole
113cfa8375 Bug 930097 - Fix an exact rooting false positive in worker event dispatch; r=bent
--HG--
extra : rebase_source : 8fcffa0b3aa4e381b8fdce6abfd9f05e88829768
2013-10-23 15:32:50 -07:00
Mike Hommey
3c9f8437c8 Bug 930227 - Sync config/rules.mk and js/src/config/rules.mk. r=me
--HG--
extra : amend_source : 7828dc29ea1deda914808bf316949f390ee77990
2013-10-24 08:16:48 +09:00
Mike Hommey
6761193a4a Bug 930227 - Don't use lists to link host binaries. r=gps
Host and target linkers may not support the same kind of lists expandlibs uses.
On the other hand, lists are only really needed for libxul, where the command
line length or number of arguments may overflow the kernel support. So just
don't use them for host linkage.
2013-10-24 08:06:43 +09:00
Mike Hommey
dc906fec0c Bug 928364 - Remove unified source dependencies completely, they're useless. r=gps
The backend.RecursiveMakeBackend.built business ensures config.status reruns
when moz.build changes, which is the only thing that would affect unified
sources. Rerunning config.status updates unified sources if they need to
be updated. Once updated, normal object dependencies will ensure they are
rebuilt. Those same dependencies will ensure they are rebuilt when one of
the C/C++ sources they include change. IOW, unified sources don't need any
explicit dependencies generated by the backend.
2013-10-24 08:06:01 +09:00
Mike Hommey
61124c1afc Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps 2013-10-24 08:05:43 +09:00
Mike Hommey
e2ae65f67a Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal 2013-10-24 08:00:23 +09:00
Mike Hommey
6231fee0c3 Bug 929896 - Make GTEST_CPP_SOURCES a StrictOrderingOnAppendList. r=mshal 2013-10-24 07:59:50 +09:00
Mike Hommey
261cd6adea Bug 928204 - Don't ignore missing depfiles when aggregating them. r=gps 2013-10-24 07:59:03 +09:00
Kartikaya Gupta
5fdef322e6 Bug 929367 - Rename all the prefs for the async pan/zoom code to be consistent. r=botond,mbrubeck 2013-10-24 00:07:50 +02:00
Gaia Pushbot
29a861158c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0de4fc219e05
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #13022 from brion/bug929525-emailsetup

Bug 929525: Email manual setup 'account' fields make automatic spelling corrections. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/1d313d8c037c
Author: Brion Vibber <brion@pobox.com>
Desc: Bug 929525: Email manual setup 'account' fields make automatic spelling corrections

Added x-inputmode="verbatim" inputmode="verbatim" on username fields
to keep them from spontaneously correcting your username to random words.
2013-10-23 15:05:25 -07:00
Dave Hylands
ea4f46740c Bug 929816 - Allow devicestorage testing mode to work on travis. r=mikeh
--HG--
extra : amend_source : 6eeed813c1634a5c6113455c8b4319f3e8d0d5a9
2013-10-23 15:03:03 -07:00
Dave Hunt
47d4ff8572 Bug 929920 - Bump marionette_client version to 0.6.1. r=mdas 2013-10-23 15:02:21 -07:00
Anton Kovalyov
31daa479fa Bug 919706 - Localize search UI. r=robcee 2013-10-23 14:57:13 -07:00
Gregor Wagner
2dc721ecf7 Clobber needed for bug 899574. 2013-10-23 14:44:15 -07:00
Nick Alexander
571dc2e39b Backed out changeset 69ebfb936442 (bug 862849) for bc orange on a CLOSED TREE.
--HG--
extra : amend_source : 0fbcba6a47f79369df9628f3ca1aa2ebf02a6efa
2013-10-23 13:19:58 -07:00
Paolo Amadini
30c71292f2 Bug 928349 - Add a build-time setting to use only the JavaScript API for downloads, and enable it in Firefox for Desktop. r=enn 2013-10-23 21:46:47 +02:00
Rail Aliiev
ac83358972 Bug 917642 - [Helix] Please update the helix blobs. Backed out changeset 5ef0ca4d1068 2013-10-23 15:39:18 -04:00
Rail Aliiev
b86fc2b90a Bug 917642 - [Helix] Please update the helix blobs. r=nhirata 2013-10-23 14:45:51 -04:00
Tim Taubert
bf5089bd76 Bug 928630 - Wait for the initial window's delayed startup to be finished before restoring a session; r=smacleod 2013-10-23 19:05:41 +02:00
Carsten "Tomcat" Book
556a4ccef1 Merge b2g-inbound to Mozilla-Central 2013-10-23 14:51:43 +02:00
Carsten "Tomcat" Book
d6f8ae99e9 Merge Fx-team to Mozilla-Central 2013-10-23 14:49:38 +02:00
Gaia Pushbot
122eaf3723 Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a57a913f1dd7
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Revert "Bug 923152 - Group non-latin names on import contacts"

This reverts commit 1733c32d7a8398f5e09d4389d7b9a2f45caafaeb.

========

https://hg.mozilla.org/integration/gaia-central/rev/097f13b2056b
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12664 from gitmai/bug-923152-group-non-latin-names-import

Bug 923152 - Group non-latin names on import contacts

========

https://hg.mozilla.org/integration/gaia-central/rev/9955af784ef0
Author: mai <mri@tid.es>
Desc: Bug 923152 - Group non-latin names on import contacts
2013-10-22 23:45:23 -07:00
Daniel Holbert
9190808d33 Bug 929466: Cast '0' + known-small-uint32_t to type "char" in comparison within mar.c, to fix sign-compare build warning. r=bbondy 2013-10-23 08:22:32 +02:00
Daniel Holbert
47591e6cd3 Bug 929430 part 2: Wrap OggReader.cpp's opus-specific variables and their usages in #ifdef MOZ_OPUS. r=rillian 2013-10-23 08:21:04 +02:00
Daniel Holbert
e40b5dbe47 Bug 929430 part 1: Wrap OggReader.cpp's opus-specific function calls in #ifdef MOZ_OPUS, so that it can build successfully with --disable-opus. r=rillian 2013-10-23 08:21:02 +02:00
Daniel Holbert
bb00d0a6dc Bug 929404: Mark unused-depending-on-build-config function as 'inline' instead of 'static'. r=derf 2013-10-23 08:20:54 +02:00
Shawn Huang
7732c55140 Bug 880610: Part3-[Bluetooth]bluedroid-Prototype: BluetootServiceBluedroid, r=echou 2013-10-23 14:12:24 +08:00
Shawn Huang
db3e2aadbe Bug 880610: Part2-Add build flag in UnixSocket to distinguish between bluez and bluedroid stack, r=echou 2013-10-23 14:12:24 +08:00
Shawn Huang
8edfdaf15d Bug 880610: Part1-Add build flag to support both bluez/bluedroid stacks, r=glandium 2013-10-23 14:12:24 +08:00
Gaia Pushbot
dbd7c7b2a0 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ebdeab7ec302
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #12467 from EragonJ/bug-914362

Bug 914362 - fix long device name problem

========

https://hg.mozilla.org/integration/gaia-central/rev/8d688a8a338b
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 914362 - fix long device name problem

- add middle ellipsis symbols for this case
2013-10-22 22:35:24 -07:00
Gaia Pushbot
1e204d26ba Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3ff89cdffb83
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #13014 from jrburke/bug802643-email-activity-return

Bug 802643 - [email] Compose/share activities are unable to return to calling app once message is sent r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/5c25e7eab3a7
Author: jrburke <jrburke@gmail.com>
Desc: Bug 802643 - [email] Compose/share activities are unable to return to calling app once message is sent
2013-10-22 22:10:23 -07:00
Gaia Pushbot
d3cb7ef0f1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c8b2d242ca99
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #13006 from alivedise/bugzilla/929285/soft-home-height

Bug 929285 - Predefine appWindow height with software home button enable...r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/e08038e3d5ef
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 929285 - Predefine appWindow height with software home button enabled
2013-10-22 21:25:23 -07:00
Dave Hylands
e6c78fd10b Backout 32307c4a20bc (Bug 818353) due to causing bug 929815. 2013-10-22 21:12:04 -07:00
Dave Hylands
4e28b733d0 Backout c6a0d5f696ec (Bug 818353) due to causing bug 929815. 2013-10-22 21:12:04 -07:00
Dave Hylands
07b91f5537 Backout 033a0cdb8c03 (Bug 818353) due to causing bug 929815. 2013-10-22 21:12:04 -07:00
Dave Hylands
0e2d2de05f Backout 3867f316204e (Bug 818353) due to causing bug 929815. 2013-10-22 21:12:04 -07:00