Commit Graph

155760 Commits

Author SHA1 Message Date
Michael Wu
e00f620c90 Bug 892285 - Only unlock gralloc surfaces if they were locked, r=bas 2013-11-15 12:50:00 -05:00
Gaia Pushbot
b9a4a09408 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d1e81b32a9e2
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #13691 from lissyx/bug929895

Bug 929895 - Blacklist some apps of notifications removal r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/0e5f3265ad40
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 929895 - Blacklist some apps of notifications removal

Until bug 890440 is addressed, the system app clears all notifications
related to an application when it is launched/displayed. This is not
what we want for a couple of applications. We add a temporary hack to
blacklist those, thus avoiding to clear notifications.
2013-11-15 09:45:22 -08:00
Benoit Jacob
bb3f8d22ce Bug 919987 - pass surface as an EGLSurface, not a void* - r=jgilbert 2013-11-15 12:33:51 -05:00
Gaia Pushbot
149a3ba19b Bumping gaia.json for 5 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/38f10407c66d
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13709 from viorelaioia/bug-938146

Bug 938146 - Put testvars skip into test_contacts_import_from_gmail

========

https://hg.mozilla.org/integration/gaia-central/rev/485de82e210d
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 938146 - Put testvars skip into test_contacts_import_from_gmail

========

https://hg.mozilla.org/integration/gaia-central/rev/8497221b23d4
Author: zacc <zcampbell@mozilla.com>
Desc: Bug 915138 - Python Change test_cards_view_with_three_apps.py to Hamachi failure only

========

https://hg.mozilla.org/integration/gaia-central/rev/260273fb4965
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Merge pull request #13750 from zacc/bug_939114

Bug 939114 - Python test_camera_x tests failing

========

https://hg.mozilla.org/integration/gaia-central/rev/9e2fdea9715a
Author: zacc <zcampbell@mozilla.com>
Desc: Bug 939114 - Python test_camera_x tests failing
2013-11-15 09:10:24 -08:00
Chris Lord
ade36f9119 Bug 933556 - Anchor fixed, left+right/top+bottom positioned content to center. r=roc
If a fixed position element has both top and bottom, or both left and right
positioning, set the fixed position anchor to the center of the corresponding
axis. This causes it to remain center-aligned when async zooming.
2013-11-15 17:06:29 +00:00
Nathan Froyd
152e97b993 Bug 939137 - part 2 - display memory statistics following each mochitest; r=ted
Landing this on a CLOSED TREE
2013-11-15 12:01:06 -05:00
Nathan Froyd
cb5c7e226c Bug 939137 - part 1 - add largestContiguousVMBlock attribute to nsIMemoryReporterManager; r=bsmedberg 2013-11-15 13:04:43 -05:00
Ryan VanderMeulen
74d5487c6b Bug 914401 - Skip browser_toolbox_raise.js on Windows due to frequent failures.
CLOSED TREE
2013-11-15 12:28:16 -05:00
Dale Harvey
8ebea2de0a Bug 935672 - Only use accelerated skia on gonk. r=mwoodrow 2013-11-15 08:55:55 -08:00
Gaia Pushbot
af502ddb2a Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8b9ce757677e
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #13648 from yzen/937859

Bug 937859 - Making emergency callback markup a11y friendly.

========

https://hg.mozilla.org/integration/gaia-central/rev/8dbea64ce813
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Bug 937859 - Making emergency callback markup a11y friendly.

========

https://hg.mozilla.org/integration/gaia-central/rev/6b157bcc5cb6
Author: zacc <zcampbell@mozilla.com>
Desc: Bug 915138 - Xfail python test test_cards_view_with_three_apps.py
2013-11-15 08:35:24 -08:00
Randell Jesup
43f13f1f8e Bug 938070: Fix misplaced #ifdef for GONK in webrtc audio_device_impl from 3.43 merge r=jesup 2013-11-15 11:33:18 -05:00
Benoit Jacob
e1e0174f07 Bug 925608 - 8/8: remove mServerSurfaceValid - r=kats 2013-11-15 11:29:01 -05:00
Benoit Jacob
1d3a8d8fae Bug 925608 - 7/8: rename ProvideEGLSurface to CreateEGLSurfaceForCompositor - r=kats 2013-11-15 11:28:59 -05:00
Benoit Jacob
b56e9f0b0c Bug 925608 - 6/8: rename createCompositor to updateCompositor - r=kats 2013-11-15 11:28:57 -05:00
Benoit Jacob
0fbd16e75b Bug 925608 - 5/8: simplify serverSurfaceChanged callback - r=kats 2013-11-15 11:28:56 -05:00
Benoit Jacob
d6ee05d835 Bug 925608 - 4/8: Consistently manage the client surface on the GLContext side. Java only provides the function to create a surface - r=kats,jgilbert
Also folded in the originally separate patch on bug 936968 because it didn't work on its own.
2013-11-15 11:28:54 -05:00
Benoit Jacob
009d0cc6b3 Bug 925608 - 3/8: rename GLController's surfaceDestroyed and surfaceChanged to clarify that they refer to the server surface - r=kats 2013-11-15 11:28:52 -05:00
Benoit Jacob
5e059f1fa7 Bug 925608 - 2/8: Rename mSurface to mClientSurface - r=kats 2013-11-15 11:28:50 -05:00
Benoit Jacob
5b5eb3c161 Bug 925608 - 1/8: Rename mSurfaceValid to mServerSurfaceValid for clarity - r=kats 2013-11-15 11:28:49 -05:00
Benoit Jacob
a5fd01d0a1 Bug 937204 - 4/3. Avoid stalling in xpcshell or anywhere we don't have a WindowCreator - r=ehsan 2013-11-15 11:28:47 -05:00
Benoit Jacob
1a9cb2d9e6 Bug 938393 - Let nsIWindowWatcher expose a HasWindowCreator method - r=bsmedberg 2013-11-15 11:28:45 -05:00
Benoit Jacob
5480ece61e Bug 937204 - 3/3. Kill GfxInfoThread. Instead, get GL strings from the compositor - r=kats,jrmuizel 2013-11-15 11:28:43 -05:00
Benoit Jacob
6f6ca8bbab Bug 937204 - 2/3. Consistently EnsureInitialized in all GfxInfo getters - r=jrmuizel 2013-11-15 11:28:42 -05:00
Benoit Jacob
5425966dac Bug 937204 - 1/3. Simplify the D3D9_LAYERS gfxinfo check and only run it on Windows - r=jrmuizel 2013-11-15 11:28:40 -05:00
Benoit Jacob
f51c3ef95e Bug 919987 - Replace mCurSurface, which was redundant state, by a saner mSurfaceOverride that does nothing when it's EGL_NO_SURFACE - r=jgilbert 2013-11-15 11:28:38 -05:00
Benoit Jacob
b64fc71295 Bug 937196 - Remove mPlatformContext from GLContextProviderEGL - r=jgilbert 2013-11-15 11:28:36 -05:00
Gijs Kruitbosch
f3b8636bc9 Bug 939091 - fix forward-moving detection to check if we actually can, r=mikedeboer 2013-11-15 15:25:41 +01:00
Gijs Kruitbosch
4f5a01fecc Merge mozilla-central and ux 2013-11-15 18:32:01 +01:00
Ryan VanderMeulen
d444cea56c Backed out changeset f3c4d03ad677 (bug 922924) for bustage. 2013-11-15 08:32:23 -05:00
Gaia Pushbot
5055b71375 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fd7054c7fb2d
Author: zacc <zcampbell@mozilla.com>
Desc: Bug 939086 - Enable test_system_message for TBPL. r=me a=testonly
2013-11-15 05:26:21 -08:00
Simone Carletti
54cedd6a46 Bug 936769 - Add newly-minted gTLDs to the PSL (to 2013-11-15). r=gerv 2013-11-15 08:16:12 -05:00
Olli Pettay
5d02b72bf5 Bug 938945, gc/cc more during test runs, f=Ms2ger, pending-r=ted, a=Tomcat on a CLOSED TREE 2013-11-15 13:19:26 +02:00
Matthew Noorenberghe
ccbd221b61 Bug 929548 - Tab middle LWT background disappears upon dragging. r=Gijs 2013-11-15 03:13:52 -08:00
Ryan VanderMeulen
bc153b7708 Merge fx-team to m-c on a CLOSED TREE. 2013-11-14 22:19:19 -05:00
Ryan VanderMeulen
25f4dc9657 Merge m-c to inbound on a CLOSED TREE. 2013-11-14 20:58:52 -05:00
Ryan VanderMeulen
b435761165 Merge b2g-inbound to m-c on a CLOSED TREE. 2013-11-14 20:57:32 -05:00
Olli Pettay
8ce7b8fc8a Bug 938030 - Fix race with PAC file loading causing frequent failures. r=ehsan
CLOSED TREE
2013-11-14 20:42:04 -05:00
Gaia Pushbot
f8e8c833bb Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/88cc9854d6da
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #13538 from davidflanagan/demokbd

demo keyboard app, NPOTB

========

https://hg.mozilla.org/integration/gaia-central/rev/cb18ccb6a653
Author: David Flanagan <dflanagan@mozilla.com>
Desc: demo keyboard app with dynamic hit target resizing

make shift and ?123 keys work

defined controller and hit detector classes

get key alternatives menu working

define a layout as a set of pages

add dynamic hit target resizing

visual tweaks

fix build-time configuration bug

remove visual indication of dynamic resizing

use <template> elements to define basic keyboard elements

Allow Backspace, Return, etc to be static

Use textBeforeCursor for next character prediction; fix minor bugs

add autocorrect dictionary
2013-11-14 16:05:24 -08:00
Gaia Pushbot
978e13e2fb Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3c80024a0f45
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #13716 from mikehenrty/bug-937955-marionette-client

Bug 937955 - use marionette client with bigger timeouts

========

https://hg.mozilla.org/integration/gaia-central/rev/f4bc3b75df58
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 937955 - use marionette client with bigger timeouts
2013-11-14 14:30:24 -08:00
Nicholas Cameron
7fc18f7edd Fix bustage from bug 915940 on a CLOSED TREE. r=me 2013-11-15 11:13:53 +13:00
Nicholas Cameron
eb5956cf6d Bug 915940. Memory reporter for memory image surfaces. r=njn,mattwoodrow This might even help diagnose the problems causing a CLOSED TREE. 2013-11-15 10:54:25 +13:00
Mike Conley
8fb2d30426 Backout bug 908796 - the workaround from this bug is no longer required because we do not draw the closing tab anymore. rs=MattN, Gijs. 2013-11-14 16:36:30 -05:00
Gijs Kruitbosch
4a208e08c2 Bug 938694 - CustomizableUI.reset should persist default set equivalent, not remove the attribute entirely, r=jaws 2013-11-14 20:16:08 +01:00
Gijs Kruitbosch
7ba852a636 Bug 930970 - add nullcheck because of bug 938694 and flushing, to ensure the migration works correctly, r=jaws 2013-11-14 19:42:36 +01:00
Gijs Kruitbosch
0893d603c6 Bug 918226 - expose 'work offline' in the developer subview, r=mikedeboer 2013-11-14 16:26:01 +01:00
Benjamin Smedberg
e84a6cfe89 Bug 932854 temporary test workaround for test_keycodes.xul, r=jimm 2013-11-14 08:23:09 -05:00
Matt Woodrow
a2ab151d04 Bug 934860 - Part 6: Add a pref to disable single rect painting and disable it for now for causing TART regressions. r=jrmuziel 2013-11-14 13:46:19 +13:00
Matt Woodrow
6929a01f36 Bug 937878 - Don't let too many ContentHostIncremental updates queue up. r=nrc 2013-11-15 12:56:42 +13:00
Benjamin Peterson
c7cf0b5f09 Bug 939464 - Rewrite code to fix GCC unitialized variable compliants. r=billm
--HG--
extra : rebase_source : 6ef2b3017888286447135816e734c98bb6cf3da9
2013-11-16 18:15:33 -05:00
Gijs Kruitbosch
a498e27fa5 Bug 938162 - if it looks, swims and quacks like a duck, but doesn't end in .js, let's not call it a test, r=gps
--HG--
extra : rebase_source : 700e855b79998028d57590c445f7f4b390bd0f9d
2013-11-13 17:30:00 +01:00