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

449370 Коммитов

Автор SHA1 Сообщение Дата
L. David Baron a5313b48ed Bug 1221436 patch 3 - Remove Rule::SetHTMLCSSStyleSheet and related code, now unused. r=heycam
This was made unused by patch 2.

--HG--
extra : commitid : 5nbboJpVYvk
2015-11-09 15:57:16 +08:00
L. David Baron a3eadb1b86 Bug 1221436 patch 2 - For style attributes, only store a css::Declaration instead of a css::StyleRule. r=heycam
Now that Declaration implements nsIStyleRule, we don't need the memory
overhead of storing a StyleRule object for style attributes.

We also need to change this prior to patch 5, because the changes in
patch 5 that will allow rules to change (but declarations not) would
otherwise break due to style attribute object merging done by
nsAttrValue::ParseStyleAttribute.

--HG--
extra : commitid : Ij4yRdba7wa
2015-11-09 15:57:16 +08:00
L. David Baron f6a21597aa Bug 1221436 patch 1 - Have a pointer back from the css::Declaration for style attributes to the nsHTMLCSSStyleSheet. r=heycam
This is needed for patch 2, since we need a replacement for the
mechanism to get from rules to the style attribute sheet
(nsHTMLCSSStyleSheet) that works instead for declarations rather than
rules.

This pointer will be merged with the owning rule pointer in patch 4, but
we can't do that until after patch 2.

--HG--
extra : commitid : CzWSnFhsbcq
2015-11-09 15:57:16 +08:00
Nicholas Nethercote 12d49e11b3 Bug 1038663 (part 4) - Inline StyleToCoord(). r=heycam.
This doesn't make much sense by itself, but one of the call sites will be
changed in a subsequent patch.

--HG--
extra : rebase_source : 7b3bb92e6e08137434f4abd56a3b423ca82e4b0e
2015-11-04 21:10:36 -08:00
J. Ryan Stinnett c7e3e516d1 Bug 1182722 - Fix l10n-check on Windows. r=me on a CLOSED TREE 2015-11-04 22:44:30 -06:00
Nick Fitzgerald e09e9db1a5 Bug 1221150 - Follow up: disable the browser_memory_no_auto_expand.js test on DEBUG builds; r=me CLOSED TREE 2015-11-04 19:09:29 -08:00
Nicholas Nethercote a6e88b52f4 Bug 1038663 (part 3) - Factor out space width computation. r=heycam.
This will be reused in a subsequent patch.

--HG--
extra : rebase_source : 67d14767298841dbe3f38d2f7a1c89dfcec122dd
2015-11-04 18:02:40 -08:00
Nicholas Nethercote 0edc52ad5a Bug 1038663 (part 2) - Move GetFirstFontMetrics() up. r=heycam.
This is necessary for a subsequent patch.

--HG--
extra : rebase_source : 4d80215e1ee75105344db5d101cfa5d5d47ea33a
2015-11-04 18:02:20 -08:00
crazyprodigy 7544d36b8f Bug 1210989 - SendTabDeviceListArrayAdapter.java needed to be changed to point to shareplane.png. r=mcomella
--HG--
extra : transplant_source : %0El%F228%B4%DE%EFrf/4%0D%BF%7Eu%3D%A1j%2A
2015-11-04 17:20:31 -05:00
crazyprodigy a1feaca054 Bug 1210989 - Removed all the instance of the unused file icon_shareplane.png. r=mcomella
--HG--
extra : transplant_source : 5%EA%29%9A%96%7B%87%AE%5D%0B%1E%1DA9%B6%A0%84W%03%3D
2015-11-04 23:39:33 -05:00
Michael Comella ec8cfcfa94 Bug 1183659 - Update tab received notification copy. r=nalexander
The new format is:
  $DeviceName
  $url

If "$DeviceName" is not available, "$BrandName" (e.g. Firefox, Nightly) is
used.

Multiple received tab notifications are not aggregated.

--HG--
extra : commitid : APtf30beoHq
extra : rebase_source : 402c2b3ea16ba75e281e5e7d517d35f8aaf82d10
2015-11-04 12:27:20 -08:00
Chenxia Liu 56d558f371 Bug 1221113 - Put insecure-login-form doorhanger behind a flag. r=margaret
--HG--
extra : commitid : 7CMdM89A2ay
extra : rebase_source : e582f2d4c60bf1e672f153700825583baaf070c1
2015-11-04 16:06:58 -08:00
Brian Grinstead 47dcb4d935 Bug 1213932 - Restrict ServiceWorker logging to windows that match navigator.serviceWorker.controller.scriptURL;r=baku,r=past
--HG--
extra : commitid : 4ObOwLPCliV
2015-11-05 12:03:31 -08:00
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
crazyprodigy 71b22ed811 Bug 1210989 - Rename overlay_send_tab_icon -> shareplane. r=mcomella
--HG--
rename : mobile/android/base/resources/drawable-hdpi/overlay_send_tab_icon.png => mobile/android/base/resources/drawable-hdpi/shareplane.png
rename : mobile/android/base/resources/drawable-xhdpi/overlay_send_tab_icon.png => mobile/android/base/resources/drawable-xhdpi/shareplane.png
rename : mobile/android/base/resources/drawable-xxhdpi/overlay_send_tab_icon.png => mobile/android/base/resources/drawable-xxhdpi/shareplane.png
extra : transplant_source : %C4%EB%14%C0%EE%E4%FAI%0Em%87C%C2%3Em%3Cr%21au
2015-11-03 20:27:29 -05:00