Commit Graph

449053 Commits

Author SHA1 Message Date
Sebastian Hengst
c1930e0865 Bug 1221970 - Black stripe on the right side of About Firefox dialog in unofficial builds - port (bug 890973). r=Gijs 2015-11-05 13:19:21 +01:00
Sebastian Hengst
6a801a6e69 Bug 682741 - About dialog: Properly format and align version number in right-to-left languages. r=Gijs 2015-11-05 16:22:51 +01:00
Fabrice Desré
a76d9cfc62 Bug 1220344 - remote some of nsSystemInfo to make it e10s ready on Android r=nchen,froydnj 2015-11-04 11:08:14 -08:00
B2G Bumper Bot
4da092c62f Bumping manifests a=b2g-bump 2015-11-04 10:27:33 -08:00
B2G Bumper Bot
fc878dc157 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7136753530b8
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #32882 from Phoxygen/bug1171848-contact_caret_misplaced

Bug 1171848 - put scrollbar at the right position for textarea

========

https://hg.mozilla.org/integration/gaia-central/rev/4e17722e637a
Author: Augustin Trancart <augustin.trancart@phoxygen.com>
Desc: Bug 1171848 - put scrollbar at the right position for textarea

If you put a dir="auto" on an element, its direction is viewed as LTR
when it is empty, and the scrollbar is on the left. This is bug 1103011.
But here, we already have a unicode-bidi: -moz-plaintext on the element.
So we don't need any dir="auto" anyway.

========

https://hg.mozilla.org/integration/gaia-central/rev/2191fef5dd6d
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #32496 from zbraniecki/1170963-remove-l10n_date.js

Bug 1170963 - Remove l10n_date.js. r=stas,arcturus,gsvelto,salva,sfoster

========

https://hg.mozilla.org/integration/gaia-central/rev/9d52d5e79139
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1170963 - Remove remaining calls to l10n_date in apps
2015-11-04 10:25:33 -08:00
B2G Bumper Bot
9d08c06f89 Bumping manifests a=b2g-bump 2015-11-04 09:46:51 -08:00
Nicholas Nethercote
4a551425d8 Bug 1221610 - Remove ToIntMargin(). r=jrmuizel.
It's now a no-op.
2015-11-04 09:40:16 -08:00
George Wright
e4b793b815 Bug 1111892 - Ensure gdk_ungrab_pointer is always called in the correct process r=jimm 2015-11-04 16:46:10 -05:00
Daniel Holbert
cb0e88d278 Bug 1208635 part 3: Treat "-webkit-box" as a known CSS keyword, for better parsing performance. r=heycam 2015-11-04 17:59:54 -08:00
Daniel Holbert
6c7605c5d8 Bug 1208635 part 2: Extend existing parser code for CSSUnprefixingService "-webkit-box" handling to also activate if native unprefixing is enabled. r=heycam 2015-11-04 17:59:52 -08:00
Daniel Holbert
1375826a46 Bug 1208635 part 1: Add support for several prefixed CSS properties associated with -webkit-box, as aliases for modern flexbox properties (and behind a pref). r=heycam
Specifically, this adds the following alias mappings:
  -webkit-box-flex          --> flex-grow
  -webkit-box-ordinal-group --> order
  -webkit-box-align         --> align-items
  -webkit-box-pack          --> justify-content
2015-11-04 17:59:51 -08:00
Timothy Nikkel
528864b6be Bug 1215977. Add a flag for GetNearestScrollable that makes fixed pos frames return the root scroll frame of their document. And make APZCCallbackHelper use it to restore previous behaviour. r=botond
We may want to do this for fixed pos frames in all documents (not just root documents). However, this patch only maintains the previous behaviour on purpose.
2015-11-04 19:51:03 -06:00
Timothy Nikkel
8fedb37cdc Bug 1215977. Only match the root scroll frame in GetNearestScrollableFrame if we encounter it. r=botond
Instead of returning the root scroll frame if we encountered the root frame (which is the parent of the root scroll frame).

This allows the use of GetNearestScrollableFrame to walk up the frame tree without getting into a infinite loop going from root scroll frame to root frame and back.

This regresses bug 1105823 in that fixed pos frames will no longer find the root scroll frame of their document. The next patch will fix that.

The only other type of frame that will be affected when calling GetNearestScrollableFrame are viewport (root) frames. However, the only user of SCROLLABLE_ALWAYS_MATCH_ROOT (APZCCallbackHelper) calls GetNearestScrollableFrame on the result of a hit test on a display list. Viewport frames never create any display items whose HitTest function could return the viewport frame.
2015-11-04 19:51:03 -06:00
Timothy Nikkel
b9113902fc Bug 1215974. In GetNearestScrollableFrame don't skip the root scroll frame if we are asked to always match the root scroll frame even if it doesn't WantAsyncScroll(). r=botond
SCROLLABLE_ALWAYS_MATCH_ROOT should take precendence over SCROLLABLE_ONLY_ASYNC_SCROLLABLE as if we fail to find the root scroll frame we will have no usable scroll frame at all.
2015-11-04 19:51:03 -06:00
Ralph Giles
11afc76455 Bug 1189531 - Check for nullptr in convertTimeToDate. r=gerald
In current code it's not possible to pass nullptr, but there's
no harm in checking.

See also bug 1156891.
2015-11-04 14:43:00 -08:00
Ralph Giles
75e08b8620 Bug 1221656 - Update rust mp4parse to v0.1.4. r=kinetik
New upstream release.

- turn off debug trace messages by default.
- better rejection of bad ftyp boxes.
2015-11-04 10:15:00 -08:00
Ralph Giles
7c6d20d965 Bug 1221656 - Copy mp4parse.h in update-rust.sh. r=kinetik
We had added this header manually at some point, but the script
wasn't updating it.

Also bump the default mp4parse version to the latest.
2015-11-04 10:14:00 -08:00
Wes Kocher
cad6f9789a Backed out changeset 89446bf8d6b8 (bug 1215167) for introducing a hazard
--HG--
extra : commitid : 19K8BX0d4Wz
2015-11-04 16:16:59 -08:00
Wes Kocher
ba3e14b5ca Backed out 3 changesets (bug 1176792) for WinXP/7 w(4) permafail
Backed out changeset 4d2f2e40bb5d (bug 1176792)
Backed out changeset 3de6f54e7f41 (bug 1176792)
Backed out changeset 887df043de31 (bug 1176792)

--HG--
extra : commitid : 1wE7FZUeTA1
2015-11-04 15:42:38 -08:00
Wes Kocher
a6029c8941 Backed out changeset 722e121f6ce6 (bug 1217080) for b2g build failures
--HG--
extra : commitid : HdV0UNFbTFn
2015-11-04 15:39:35 -08:00
B2G Bumper Bot
457106086c Bumping manifests a=b2g-bump 2015-11-04 09:06:35 -08:00
B2G Bumper Bot
8de3367613 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2f06ecfcb4b5
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #32991 from Cwiiis/bug1221349-homescreen-exit-editmode-on-visibilitychange

Bug 1221349 - Exit edit mode when phone is locked. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/fc17352e96c3
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1221349 - Exit edit mode when phone is locked. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/b2ff68fe1b07
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #32978 from Cwiiis/bug1221195-homescreen-remove-system-xhr

Bug 1221195 - Remove unused systemXHR permission. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/c0a37151f9a6
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1221195 - Remove unused systemXHR permission. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/9cc40db3820e
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #32993 from mikehenrty/bug-1179587-option-menu-test-fix

Bug 1179587 - Fix option menu test to be less racy

========

https://hg.mozilla.org/integration/gaia-central/rev/04095eeb6b10
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1179587 - Fix option menu test to be less racy
2015-11-04 09:04:33 -08:00
Margaret Leibovic
ec3288ddf4 Bug 1220833 - (Part 2) Properly select header on tablet when launching preference screen directly. r=sebastian
--HG--
extra : commitid : IR6v4OWhfE8
extra : rebase_source : 4b7a9bcef9edf12032007e70e8880921f3092ac5
2015-11-04 11:29:12 -05:00
Manuel Casas
0a57d4effa Bug 1221168 - The pen menu item on a given conversation should say "Delete", NOT "Delete conversation". r=Standard8 2015-11-06 11:52:24 +00:00
Manuel Casas
54526e2604 Bug 1213984 - Remove contacts code from Loop's backend. r=Standard8 2015-11-06 11:52:24 +00:00
Kris Maglione
7abd0ba4b7 Bug 1192433: Return an empty list rather than throwing an error when attempting to read a directory in an app: URL (fixes M1 bustage). r=trivial
--HG--
extra : commitid : IGRDtHsZdIv
extra : rebase_source : 973bc727663a864cf497c1f2239ee34b74374b35
2015-11-05 20:13:19 -08:00
Mark Hammond
65f4ae086d Bug 1209204 - allow the focus manager to select the appropriate control to focus after editing the computer name in Sync prefs. r=MattN 2015-11-06 14:13:55 +11:00
B2G Bumper Bot
c2b3752310 Bumping manifests a=b2g-bump 2015-11-04 08:27:22 -08:00
B2G Bumper Bot
75397f4107 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0c8fb462b0e3
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #32736 from azasypkin/bug-1218091-bridge-libs

Bug 1218091 - [Messages][Performance] Use optimized Bridge libraries. r=schung

========

https://hg.mozilla.org/integration/gaia-central/rev/b437485f6921
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1218091 - [Messages][Performance] Use optimized Bridge libraries. r=schung
2015-11-04 08:25:20 -08:00
B2G Bumper Bot
4174cf5713 Bumping manifests a=b2g-bump 2015-11-04 04:17:32 -08:00
B2G Bumper Bot
de4ebddd9a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0d1a5871aa84
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #32973 from mikehenrty/bug-1117976-reenable-statusbar-test

Bug 1117976 - Re-enable ftu statusbar color test

========

https://hg.mozilla.org/integration/gaia-central/rev/f8aba62ebc8f
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1117976 - Re-enable ftu statusbar color test
2015-11-04 04:15:32 -08:00
Carsten "Tomcat" Book
90803a6363 Merge mozilla-central to b2g-inbound 2015-11-04 12:45:40 +01:00
Carsten "Tomcat" Book
3e11f2fe34 merge mozilla-inbound to mozilla-central a=merge 2015-11-04 11:59:46 +01:00
Carsten "Tomcat" Book
15320b5333 merge fx-team to mozilla-central a=merge 2015-11-04 11:57:59 +01:00
Matt Woodrow
43e4c98e28 Bug 1203199 - Bustage fix. CLOSED TREE 2015-11-04 16:51:22 +13:00
Matt Woodrow
dad4ebe210 Bug 1203199 - Fix driver range with blacklist to avoid blacklisting other OSes.
--HG--
extra : rebase_source : e2dc29a94aa88fd3d181aa2171cece9d61c103c5
2015-11-04 16:17:00 +13:00
Kris Maglione
d9dba55428 Bug 1214058: Part 3 - Touch CLOBBER. r=trivial
--HG--
extra : commitid : E3PuqrHEg9E
extra : rebase_source : fc600110385393ca680613dcceda69e856941366
extra : source : a7f2b158f8d168d617d209b2ab9c285c9b4fd9ec
2015-11-03 16:25:13 -08:00
Nicholas Nethercote
a12d073206 Bug 1187144 (part 1) - Replace nsBaseHashtable::Enumerate() calls in layout/ with iterators. r=heycam.
--HG--
extra : rebase_source : 0d92d0cc642a59d7229062c4b5519ecc12a06149
2015-11-03 15:51:03 -08:00
Sean Stangl
2e1255ee1e Bug 939157 - RotateLeft with shift of zero gives undefined behavior. r=Waldo 2015-11-03 14:25:48 -08:00
Bas Schouten
2ece23a6d8 Bug 1220624: Make MaskSurface properly take into account the possibilities of partial uploads. r=jrmuizel 2015-11-05 00:05:26 +01:00
Jeff Muizelaar
83d63902a7 Bug 1217080. Move recycling functionality into RecyclingPlanarYCbCrImage. r=nical
This makes PlanarYCbCrImage abstract and moves the recycling functionality
into RecyclingPlanarYCbCrImage. This decreases the size of
SharedPlanarYCbCrImage and makes it possible for us to do part 3 of bug
1216644.
2015-11-04 17:40:02 -05:00
Neil Rashbrook
95afcd7585 Bug 1211708 Allow themes to specify XBL bindings even in unprivileged documents r=sicking 2015-11-04 22:31:46 +00:00
Kartikaya Gupta
9c3bee6673 Bug 1141127 - When inside a slop area around the first touchstart, prevent touchmove events from going to content. r=botond
--HG--
extra : commitid : E3IfNyFrc0G
2015-11-04 17:09:52 -05:00
B2G Bumper Bot
e68c800b0a Bumping manifests a=b2g-bump 2015-11-03 14:16:51 -08:00
B2G Bumper Bot
44567d7d7e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/44029d7d66e6
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #32945 from ferjm/bug1220541.bookmarks.collection.refresh.auth

Bug 1220541 - Require user authentication refresh when the bookmark c…

========

https://hg.mozilla.org/integration/gaia-central/rev/31ca4ab104f7
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1220541 - Require user authentication refresh when the bookmark collection checkbox is changed to true. r=yifan
2015-11-03 14:14:48 -08:00
B2G Bumper Bot
6aafac4a50 Bumping manifests a=b2g-bump 2015-11-03 12:17:22 -08:00
B2G Bumper Bot
56cdfe07a4 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f793021410f8
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #32442 from hfiguiere/bug1214652-innerhtml

Bug 1214652 - Part 1: fix the innerHTML unsafeness in the music specific files. r=justindarc

========

https://hg.mozilla.org/integration/gaia-central/rev/a4c16de300ac
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1214652 - Fix the innerHTML unsafeness in the music specific files.

========

https://hg.mozilla.org/integration/gaia-central/rev/13d30bc778ce
Author: punamdahiya <punamdahiya@yahoo.com>
Desc: Merge pull request #32976 from punamdahiya/Bug-1178290

Bug 1178290 - [Gallery] Use MediaFrame.maxImageDecodeSize to calculate output size in pick flow r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/053629d4d8d9
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 1178290 - [Gallery] Use MediaFrame.maxImageDecodeSize to calculate output size in pick flow r=djf
2015-11-03 12:15:19 -08:00
B2G Bumper Bot
abef6edd89 Bumping manifests a=b2g-bump 2015-11-03 11:52:01 -08:00
B2G Bumper Bot
65be37d781 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/36b76f262edb
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #32779 from ferjm/bug1217381.default.settings

Bug 1217381 - Go back to default collection settings on logout. r=michielbdejong, yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/897d191b3259
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1217381 - Go back to default collection settings on logout. r=michielbdjong, yifan
2015-11-03 11:49:58 -08:00
B2G Bumper Bot
1e440d79dc Bumping manifests a=b2g-bump 2015-11-03 09:52:38 -08:00