Gabriele Svelto
4c270d1ad7
Bug 1081871 - Part 2 - Use cgroups instead of nice values to implement application priorities. r=dhylands
2015-01-08 15:39:43 +01:00
Gavin Sharp
ac05aea3a6
Bug 1117158: move search service prefs to all.js, r=markh/margaret/fabrice
...
--HG--
extra : rebase_source : 5b3380dd9a0dc695c44a2d7d85e8217d8fb2119a
2015-01-05 08:01:12 -08:00
Kartikaya Gupta
7f8e3c175b
Bug 928833 - Turn on event-regions based hit-testing in APZ. r=botond
2015-01-02 17:07:27 -05:00
Mason Chang
88b4b73330
Bug 1097792. Further tweak fling curving prefs. r=kats
2014-12-19 10:47:56 -05:00
Alexandre Lissy
6f2dbab3f6
Bug 1110063 - Open readonly transaction for settings lock when possible. r=qdot
...
Whenever a settings lock does only read operations (i.e. lock.get()),
there is no need that the underlying indexedDB transaction should be
opened as readwrite. Doing so, we will be able to parallelize some
request and avoid locking that should in the end allow for faster
operations. Enabling this feature is controlled by the preference
dom.mozSettings.allowForceReadOnly, defaulting to false for now.
2014-12-17 09:30:00 -05:00
Fabrice Desré
0d0f27a8dd
Bug 923897 - Extensibility support for b2g r=ferjm,bholley
2014-12-16 15:32:28 -08:00
Terrence Cole
ceddb6ef1f
Bug 1107349 - Always build in enerational GC support; r=jonco
2014-12-04 09:45:05 -08:00
Alexandre Lissy
ba2badacc6
Bug 1094362 - Completely disable update prefs for reftest. r=vingtetun, r=jgriffin
...
When running reftests on Mulet, we do not want that forced update
checking gets triggered. We can block this by setting the following
prefs:
- app.update.enabled to false
- app.update.url.override and app.update.url to empty string
We also disable tiles-related pinging and downloading by setting empy
values for:
- browser.newtabpage.directory.source
- browser.newtabpage.directory.ping
Gaia also does force check app updates at some point, so we introduce a
new pref, webapps.update.enabled, that we can use to make sure webapps
update won't be triggered.
2014-12-05 07:14:00 -05:00
Olli Pettay
2d01ffb679
Bug 1102975 - Add a pref to control the content viewer expiration time in bfcache, r=khuey
...
--HG--
extra : rebase_source : 6fb403cdb1b73fa8e1f61945ddfd3bfe8e75a92d
2014-12-04 11:04:36 -08:00
Carsten "Tomcat" Book
6b113363d2
merge b2g-inbound to mozilla-central a=merge
2014-12-04 17:03:38 +01:00
Alexandre Lissy
286efcf039
Bug 1106896 - Improve debug and error reporting in mozSettings. r=qdot
...
We break down the logging capabilities into two classes: debug and
verbose. Verbose will help to track everything that happens, while debug
should just report error cases. We also augment memory reports with
values to help tracking potential issues like: queue blockage, leaking,
etc.
2014-12-02 14:50:00 +01:00
Alexandre Lissy
9474068426
Bug 1100345 - Make Mulet appear as B2G for Marionette r=jgriffin
...
When running Gaia Marionette integration tests, we need to talk to Mulet
like if it was a B2G device. We define the "b2g.is_mulet" pref for this
purpose.
2014-11-27 03:07:00 +01:00
Phil Ringnalda
59d301563e
Backed out changeset a686c6909b22 (bug 928833)
2014-11-30 17:32:45 -08:00
Kartikaya Gupta
0546cf03b2
Bug 928833 - Turn on event-regions based hit-testing in APZ. r=botond
2014-11-30 17:31:16 -05:00
Seth Fowler
b3a334e0e2
Bug 1104622 (Part 1) - Remove DiscardTracker. r=tn
2014-11-27 19:55:57 -08:00
Seth Fowler
a6808b1007
Bug 1060869 - Followup - Fix mochitest.ini syntax and bump back up memory limit prefs on B2G. r=me
...
--HG--
extra : rebase_source : 1b3a89c0c35e2fc8e1febcba1e4b3b784fa5fcff
2014-11-26 13:39:30 -08:00
Seth Fowler
ca33a839c5
Bug 1060869 (Part 4) - Update SurfaceCache prefs to increase the cache size. r=dholbert,tn
2014-11-26 13:22:10 -08:00
Ryan VanderMeulen
78f5671b60
Backed out changeset 82fd2eef7630 (bug 1060869) because the rest of this bug was backed out and it seems to be causing OSX Gip(f1) to be near permafail.
2014-11-26 16:06:53 -05:00
Seth Fowler
8e7a71e160
Bug 1060869 (Part 4) - Update SurfaceCache prefs to increase the cache size. r=dholbert,tn
2014-11-26 01:37:57 -08:00
David Anderson
e79b1d03df
Put meta viewport support behind a pref (bug 1092450, r=kats).
2014-11-21 14:32:32 -05:00
Botond Ballo
df4371c995
Bug 1066888 - Tweak prefs for overscroll bounce effect on B2G. r=kats
2014-11-14 18:01:48 -05:00
Kartikaya Gupta
9f50084a42
Bug 1072498 - Collapse the dom.browser_frames.useAsyncPanZoom pref into layers.async-pan-zoom.enabled. r=fabrice
2014-11-14 07:42:24 -05:00
Ryan VanderMeulen
621dcd5467
Merge m-c to inbound. a=merge
2014-11-12 15:52:37 -05:00
Kartikaya Gupta
46a9bfe6b1
Bug 1095727 - Update fling curving prefs per UX request. r=me
...
DONTBUILD because trivial prefs change
2014-11-12 11:07:48 -05:00
Blake
3b18294e97
Bug 1060900 - [FFOS] Unpref B2G/Gonk Platform Decoder Module. r=ajones
...
From e66c0561aa744bbdbf6d39cc65ab8b6d92690c4a Mon Sep 17 00:00:00 2001
2014-11-12 10:29:40 +08:00
Carsten "Tomcat" Book
02658fde16
Backed out changeset 53e23b1b3642 (bug 1092450) for test bustage
2014-11-12 11:19:26 +01:00
David Anderson
7b5a96273f
Put meta viewport support behind a pref (bug 1092450, r=kats).
...
--HG--
extra : rebase_source : 888513255b2d672643beb9933ebb67ac6a2452ca
2014-11-12 00:15:40 -08:00
Alexandre Lissy
663d07fa06
Bug 1095451 - Switch off e10s for Mulet. r=gavin
2014-11-07 05:09:00 -05:00
Kartikaya Gupta
f0bd3fa57b
Bug 1072093 - Support progressive-paint on OS X 10.7 or later. r=BenWa
2014-11-07 14:17:14 -05:00
Robert O'Callahan
9c502a0a72
Bug 1085186. Don't readahead more than 30s of media data per resource on mobile/B2G. r=cpearce
...
--HG--
extra : rebase_source : 6fce6b5390d0eb76463db04f7dd72f79b97d39c5
2014-10-21 10:32:11 +13:00
Ryan VanderMeulen
cb8a31e3ed
Backed out changesets bc3b048b416d and 773b27cd166b (bug 1050122) for regression B2G debug test runtimes dramatically.
2014-11-03 12:46:43 -05:00
Ting-Yu Chou
68a0de5c5e
Bug 1050122 - Part 1 - Enable Nuwa on debug builds, and kill it if the preference is false. r=khuey
2014-10-31 15:07:43 +08:00
Ting-Yu Lin
f9ff62b4e3
Bug 1029943 - Part 4 - Enable selection carets by default on b2g. r=ehsan
2014-10-31 09:15:00 +01:00
Gina Yeh
abb76353f3
Bug 989198, Patch 3: Dispatch BeforeAfterKeyboardEvent on b2g, r=smaug
2014-11-03 15:05:38 +08:00
Botond Ballo
6f42175366
Bug 1066888 - Overscroll physics improvements. r=kats
...
This patch unifies the physics governing the overscroll phase of a fling
with the snap-back animation. The unified physics are spring-based, like the
physics governing the snap-back animation before, except we allow for
oscillations.
2014-10-31 12:06:31 -04:00
Max Li
5a216845b3
Bug 1011886 - [AccessFu] Introduce key echo by character, word, and character and word. r=eeejay
2014-10-31 08:48:21 -07:00
Kartikaya Gupta
7c61bb1c83
Bug 1091049 - Add fling curving to accelerate fast flicks. r=botond
2014-10-30 10:38:10 -04:00
Sean Lin
d40727534f
Bug 998872 - [Stingray] TV Manager API. Part 1 - DOM API & WebIDL bindings. r=ehsan, r=baku
...
--HG--
rename : dom/datastore/tests/file_app.sjs => dom/tv/test/file_app.sjs
2014-08-21 17:15:18 +08:00
Lucas Silvestre
b0d099f5c4
Bug 1035422 - Control the layout.imagevisibility.enabled pref in a single place. r=tn
2014-10-21 11:08:51 -07:00
Ryan VanderMeulen
1a22fa2864
Backed out 6 changesets (bug 989198, bug 1082963) for causing bug 1083231.
...
Backed out changeset a7c972407578 (bug 1082963)
Backed out changeset 94d1b30bde00 (bug 989198)
Backed out changeset 01e064ceb505 (bug 989198)
Backed out changeset f5a538109e36 (bug 989198)
Backed out changeset 3ff227d79d74 (bug 989198)
Backed out changeset 186743fc6f6d (bug 989198)
CLOSED TREE
2014-10-16 12:57:18 -04:00
Eitan Isaacson
944781b2fe
Bug 1081720 - Use prefs service to store quicknav state and proxy quicknav prefs to b2g settings. r=yzen
2014-10-14 14:42:50 -07:00
Ethan Tseng
09460e99ab
Bug 1072050 - Add pref for setting device identifier in UA string. r=khuey, sr=sicking
2014-10-02 11:44:29 +08:00
Gina Yeh
4d98afa8b4
Bug 989198, Patch 3: Dispatch BeforeAfterKeyboardEvent on b2g, r=smaug
...
---
b2g/app/b2g.js | 3 +
content/base/src/nsGkAtomList.h | 4 +
dom/events/EventNameList.h | 16 +++
dom/events/EventStateManager.cpp | 6 +
dom/ipc/PBrowser.ipdl | 2 +
dom/ipc/TabChild.cpp | 6 +-
dom/ipc/TabParent.cpp | 24 ++++
dom/ipc/TabParent.h | 1 +
layout/base/nsIPresShell.h | 12 +-
layout/base/nsPresShell.cpp | 250 ++++++++++++++++++++++++++++++++++++++
layout/base/nsPresShell.h | 26 ++++
modules/libpref/init/all.js | 3 +
12 files changed, 350 insertions(+), 3 deletions(-)
2014-10-14 15:09:24 +08:00
Gareth Aye
f7e0522aff
Bug 1067270 - Disable http2 r=fabrice
2014-10-12 21:37:27 -07:00
Michael Wu
06394625bc
Bug 1073094 - Disable jsloader.reuseGlobal on debug builds, r=khuey
2014-09-30 12:25:41 -04:00
Kartikaya Gupta
505fca2650
Bug 1074030 - Copy the OS X overlay scrollbar fade parameters to B2G. r=fabrice
2014-09-29 15:32:11 -04:00
Mason Chang
e86a764517
Bug 1071156 - Raise compositor thread priority to nice -4. r=roc
2014-09-24 10:56:00 -04:00
Zoran Jovanovic
dc17a28218
Bug 1059202 - CSP and CA verfication for Trusted Hosted Apps r=fabrice,sicking,rlb
2014-09-19 14:58:34 -07:00
Fabrice Desré
417ad40e17
backout bug 1029943 for performance regressions (see bug 1066515)
2014-09-18 10:31:20 -07:00
Vlatko Markovic
12b304479b
Bug 1059194 - Trusted Hosted Apps, part 2: CSP infrastructure changes. r=sicking
2014-09-16 13:14:02 -07:00