Commit Graph

177879 Commits

Author SHA1 Message Date
Tetsuharu OHZEKI
218003d00c Bug 994188 - Fix "ReferenceError: Cu is not defined" in browser/components/places/content/controller.js. r=mak 2014-04-12 01:11:10 +09:00
Mihai Sucan
1f75b07c7f Bug 823097 - Add support for %c style formatting in the web console; r=past,bz 2014-04-10 17:59:21 +03:00
Mike de Boer
bcf5d60b93 Bug 989466: revert clip-path change made in bug 893661 to fix font scaling. r=dao 2014-04-11 14:36:33 +02:00
Richard Newman
41927effba Bug 941744 - Remove Send Tab intent filter from RELEASE_BUILDs. r=nalexander 2014-04-10 14:25:20 -07:00
Girish Sharma
5b0b659de0 Bug 930931 - Storage Inspector - Indexed DB non-live actor, r=jwalker 2014-04-11 20:26:23 +05:30
Maxim Zhilyaev
7718402af0 Bug 993329 - Remove inline event handlers in newTab.xul [r=adw]
Add listener from page's init instead of inline.

--HG--
extra : rebase_source : 3a635d20bbb2b35caa23c4d7a5823172d066aee9
2014-04-10 23:15:59 -07:00
Mark Capella
77f49a161b Bug 895463 - (p2) Expose DrawListener in LayerView, r=kats 2014-04-11 10:38:14 -04:00
Georg Fritzsche
fb55b58bb2 Bug 994727 - Telemetry experiments: Fix disabling the feature. r=bsmedberg 2014-04-11 16:29:29 +02:00
Georg Fritzsche
7ad45ca701 Bug 994727 - Telemetry experiments: Test coverage for disabling the feature. r=bsmedberg 2014-04-11 16:29:29 +02:00
Georg Fritzsche
294277064c Bug 993084 - Don't load experiments module if the feature is preffed off. r=bsmedberg 2014-04-10 16:56:25 +02:00
Margaret Leibovic
f256ffda64 Bug 983435 - Add titles to subscribe prompts. r=wesj 2014-04-10 17:00:42 -04:00
Gregory Szorc
b3c8b25895 Bug 994359 - Update Bitbucket certificate fingerprint; r=edmorley
Certificate updated per
http://blog.bitbucket.org/2014/04/08/bitbuckets-ssl-certificates-are-changing/

DONTBUILD (NPOTB)

--HG--
extra : rebase_source : 7b2acdad8221d40629a0fff7b9b9fcfbd51eb1a5
extra : amend_source : 2138af8ab774420f466e33914f2abdb82a52df25
2014-04-09 15:33:16 -07:00
Henrik Skupin
7936999b7f Bug 992198 - TPS.Sync() fails for special options like 'wipeRemote' if the user is not logged in yet. r=jgriffin DONTBUILD
--HG--
extra : rebase_source : d4ff28171ebdd7d2a23e7cc395d7087831d30f96
2014-04-09 23:35:57 +02:00
Boris Zbarsky
96db362740 Bug 991080. Add an overload of Promise::ArgumentToJSValue that lets callers pass in an nsTArray to MaybeResolve() a promise with a JS array. r=khuey 2014-04-10 00:58:43 -04:00
Boris Zbarsky
893f2b3907 Bug 993889 part 6. Remove the "scope" argument of dom::WrapObject methods. r=bholley 2014-04-10 00:58:43 -04:00
Boris Zbarsky
e233bf14f8 Bug 993889 part 5. Remove the "creator" argument of the version of TypedArray::Create that takes a JSObject* creator. r=bholley 2014-04-10 00:58:42 -04:00
Boris Zbarsky
adc450e8a7 Bug 993889 part 4. Remove the scope argument of xpc_FastGetCachedWrapper. r=bholley 2014-04-10 00:58:42 -04:00
Boris Zbarsky
cd175a1557 Bug 993889 part 3. Remove the scope argument of the classinfo WrapNative methods. r=bholley 2014-04-10 00:58:42 -04:00
Boris Zbarsky
69ccfaf9b5 Bug 993889 part 2. Remove the duplicated WrapNative methods in HTMLAllCollection. r=bholley 2014-04-10 00:58:42 -04:00
Boris Zbarsky
3738611b99 Bug 993889 part 1. Remove "scope" argument from nsContentUtils::WrapNative. r=bholley 2014-04-10 00:58:41 -04:00
L. David Baron
041db41077 Bug 992324 patch 2 - Disable interruptible reflow in reftest harness. r=bzbarsky
Without this patch, mInterruptsEnabled is frequently (although not
always) initialized to true in nsPresContext::ReflowStarted while
running reftests; with the patch it is always initialized to false.
2014-04-09 21:47:58 -07:00
L. David Baron
7a9f2069eb Bug 992324 patch 1 - Add a pref to disable interruptible reflow. r=bzbarsky 2014-04-09 21:47:58 -07:00
L. David Baron
0ddacd4e00 Bug 991928 - Make warning about wrapping XUL boxes chrome-only. r=bzbarsky 2014-04-09 21:47:57 -07:00
L. David Baron
25c7836173 Bug 993747 - nsAppRunner.cpp should use NS_FREE_PERMANENT_DATA rather than making up its own variant of the same concept. r=karlt 2014-04-09 21:47:57 -07:00
L. David Baron
6844a6d30a No bug - Add paragraph about the size of reftests. 2014-04-09 21:47:57 -07:00
Ryan VanderMeulen
5de13f836a Backed out changeset c81707878977 (bug 974197) for Gaia integration test failures on a CLOSED TREE. 2014-04-09 22:14:13 -04:00
Ryan VanderMeulen
40d36c2c28 Merge m-c to inbound on a CLOSED TREE. 2014-04-09 19:11:24 -04:00
Myk Melez
4f7dbceb4f Bug 994216 - ensure desktop INI file parent directory exists to fix bustage on CLOSED TREE; r=marco"
--HG--
extra : amend_source : d72cf290cc27d2cc6baa3d68611192167c45fd8f
2014-04-09 14:20:59 -07:00
Girish Sharma
082a6e9ac7 Bug 993580 - Permanently fix webconsole error count test and temporarily fix box model tests. r=pbrosset 2014-04-10 02:30:01 +05:30
Tim Taubert
ec780451c8 No Bug - Fix bustage caused by mochitest-bc chunking r=bustage
From 1f58ec726d4ac8b77d0f4ba45550d059f680a075 Mon Sep 17 00:00:00 2001
2014-04-10 13:21:04 +02:00
Mike de Boer
3e623c7e24 Bug 993932: remove border-color transition to remedy TART regression. r=dao 2014-04-09 22:48:39 +02:00
Tim Taubert
8791952e5a Bug 616853 - Fix tabview and toolkit/startup tests r=smacleod 2014-04-10 10:47:47 +02:00
David Keeler
f0c23bbc7e bug 993186 - improve test_cert_eku generator r=cviecco 2014-04-09 11:04:00 -07:00
Joel Maher
6ef8e7088a Bug 984930 - Create mochitest-dt [temporarily turn off --subsuite]. r=mratcliffe 2014-04-10 15:00:56 -04:00
Benjamin Bouvier
7bb5ba0dba Bug 944392: Remove reference to PRThread in Tracelogger.h to reenable tracelogging compilation, on a CLOSED TREE; r=h4writer over irc 2014-04-09 18:16:40 +02:00
James Zhang
314ee9d604 Bug 992854 - [tarako] No sound when play some specific m4a music r=kinetik 2014-04-09 18:10:00 +02:00
Mike Habicher
148549b192 Bug 981047 - enable torch mode in low light when video recording, r=dhylands,ehsan 2014-04-09 11:53:41 -04:00
Mike Habicher
a227ea0e70 Bug 983180 - hide camera objects behind Navigator::HasCameraSupport(), r=bz 2014-04-09 11:53:34 -04:00
Mike Habicher
dd79db6c78 Bug 965420 - camera face-tracking, r=bz,dhylands 2014-04-09 11:52:10 -04:00
Youngwoo Jo
9a24f21df5 Bug 965421 - camera continuous autofocus status callback, r=jst,mikeh 2014-04-09 11:12:25 -04:00
Alexandre Poirot
0fcc9e894d Bug 990065 - Ship simulator screen xpcom in b2g desktop package and prevent it from breaking bfcache. r=vingtetun 2014-04-10 10:35:26 -04:00
B2G Bumper Bot
b75011a5c3 Bumping manifests a=b2g-bump 2014-04-10 07:27:49 -07:00
B2G Bumper Bot
0c81a314a4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b4923337d01a
Author: dwi2 <dwi2@dwi2.com>
Desc: Merge pull request #18116 from dwi2/bug975293

Bug 975293 - Make sure we have _containerElement defined in the context ...

========

https://hg.mozilla.org/integration/gaia-central/rev/4ea68c15cd9f
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 975293 - Make sure we have _containerElement defined in the context of _onTransitionEnd
2014-04-10 07:26:11 -07:00
B2G Bumper Bot
5cf77a1ce9 Bumping manifests a=b2g-bump 2014-04-10 07:16:17 -07:00
B2G Bumper Bot
60e64f0e44 Bumping gaia.json for 11 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/688b47681078
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #17989 from guilherme-pg/findmydevice-lockscreen

Bug 992272 - Make the new Lockscreen Window Manager respond to 'lockscre...

========

https://hg.mozilla.org/integration/gaia-central/rev/aec1eacd1b2e
Author: Guilherme Goncalves <guilherme.p.gonc@gmail.com>
Desc: Bug 992272 - Make the new Lockscreen Window Manager respond to 'lockscreen.lock-immediately'.

========

https://hg.mozilla.org/integration/gaia-central/rev/eb7c4d1c9f2e
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #18103 from flodolo/bug991951_ftu

Bug 991951 - [B2G][FTU] Some external links on 'About Firefox OS' are not selectable

========

https://hg.mozilla.org/integration/gaia-central/rev/d0846d05ad24
Author: Francesco Lodolo (:flod) <flod@lodolo.net>
Desc: Bug 991951 - [B2G][FTU] Some external links on 'About Firefox OS' are not selectable

========

https://hg.mozilla.org/integration/gaia-central/rev/f938e246919f
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #18107 from Archaeopteryx/settings-bug986846-privacyPolicyWhitespaceTheXth

Bug 986846 - [settings] additional white space next to 'privacy policy' link in page about crash reports. r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/fcc2b89e9f68
Author: Sebastian Hengst <archaeopteryx@coole-files.de>
Desc: Bug 986846 - [settings] additional white space next to 'privacy policy' link in page about crash reports

========

https://hg.mozilla.org/integration/gaia-central/rev/004c4993f1f1
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #16893 from chuck-lee/bug-907028_Wifi_Wake_Lock

Bug 979130 - Turn Wifi into power save mode while screen off with wifi lock held.

========

https://hg.mozilla.org/integration/gaia-central/rev/8959a8e88021
Author: Chuck Lee <chulee@mozilla.com>
Desc: Bug 979130 - Turn Wifi into power save mode while screen off with wifi lock held. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/c2a1b31f35ef
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 979833 - Spell out FDN r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/75672827dc78
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #18129 from Rik/fdn-message-979833

Bug 979833 - inconsistent presentation of message that number is not in ... r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/9d1c1d531581
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 979833 - inconsistent presentation of message that number is not in FDN list
2014-04-10 07:10:43 -07:00
B2G Bumper Bot
853661e525 Bumping manifests a=b2g-bump 2014-04-10 07:04:36 -07:00
Etienne Segonzac
3257f40ed3 Bug 992948 - Add missing data to the telephony-call-ended systemmessage. r=hsinyi 2014-04-10 10:01:58 -04:00
Alexandre Poirot
c5d51bce28 Bug 990057 - Fix Promise exception in simulator. r=jryans 2014-04-10 10:01:58 -04:00
Jeff Muizelaar
c7546d18ed Bug 994101. Allow skia content on windows.
--HG--
extra : rebase_source : 7afdd908a24e7a9e4757af4dcb15f3dce792aa9c
2014-04-09 10:40:44 -04:00
Geoff Brown
5a6336f40a Bug 967704 - Update reftest manifests for Android 2.3; r=me 2014-04-09 08:38:45 -06:00