Ed Morley
6250aafdf0
Backout 92530b29ac24, 42e659956dc6 & 38277196c099 (bug 486918), d3b69fe15ac3 & b2dba2108722 (bug 786444), e7381ac9e30a (bug 786449) on suspicion of causing Android reftest failures on a CLOSED TREE
2012-09-28 23:00:28 +01:00
Nicolas Silva
7e53c4356b
Bug 794747 - Set B2G's default video queue size to 3 instead of 10. r=kinetik
2012-09-28 14:43:57 -04:00
Joe Drew
7c3734fece
Bug 486918 - Create and obey a high-quality downscaling pref, and turn it off on OS X and mobile. r=jlebar
...
--HG--
extra : rebase_source : 386bee19522e3cb8bca16ec40e3c092a52ae18d2
2012-09-27 14:12:56 -04:00
Ed Morley
4cefec1e0b
Backout 927bda3a4947 (bug 777445) for failing to build on a CLOSED TREE
2012-09-28 13:14:26 +01:00
Michal Novotny
874dc9c6a2
Bug 777445 - Network activity indicator for B2G, r=jduell
2012-09-28 13:53:52 +02:00
Edwin Flores
82e45ea38a
Bug 759506 - Build changes for B2G zero-copy OMX hardware decoding r=cjones
2012-09-27 16:33:42 +12:00
Chris Jones
cfb2865031
Bug 789358: Enable hit-target fluffing for b2g. r=doublec
2012-09-13 15:43:16 -07:00
Sid Stamm
c356d3cd85
Bug 768029 - Apply CSP Policy to trusted and certified apps. Temporarily using a overly permissive policy for certified apps until Gaia is updated to handle the desired policy. r=sicking Parts by sicking, r=mounir
2012-09-25 16:28:17 -07:00
Fabrice Desré
3fd41470ed
Backout Bug 768029 because that breaks Gaia (see https://github.com/mozilla-b2g/gaia/issues/5177 )
2012-09-25 15:32:20 -07:00
Sid Stamm
bc5dd19449
bug 768029 - Apply CSP Policy to trusted and certified apps. r=sicking. Parts by sicking, r=mounir.
2012-08-02 12:13:53 -07:00
Chris Jones
ec1152c106
Bug 787436: Implement a "really really quit" watchdog to monitor normal shutdown and exit Gecko in a hurry if it takes too long. r=bent
2012-09-19 16:13:31 -07:00
Gregor Wagner
2f5d2e9f4a
Bug 770731 - Expose JS API for modifying app permissions. r=sicking
2012-09-19 11:19:00 -07:00
Gregor Wagner
45182816a6
Backout bug 770731
2012-09-18 16:19:56 -07:00
Gregor Wagner
25f4b524a1
Bug 770731 - Expose JS API for modifying app permissions. r=sicking
2012-09-18 14:52:39 -07:00
Marshall Culpepper
46f7b4814c
Bug 787398: Change B2G update prefs for nightly updates. r=cjones
2012-09-14 18:06:22 -05:00
Thomas Zimmermann
1f17381b82
Bug 785171 - Adopt semantics of /proc/<pid>/oom_score_adjust in preferences. r=dhylands
...
The preference settings
hal.processPriorityManager.gonk.backgroundOomAdjust,
hal.processPriorityManager.gonk.foregroundOomAdjust, and
hal.processPriorityManager.gonk.masterOomAdjust
have been replaced by
hal.processPriorityManager.gonk.backgroundOomScoreAdjust,
hal.processPriorityManager.gonk.foregroundOomScoreAdjust, and
hal.processPriorityManager.gonk.masterOomScoreAdjust.
The new settings adopt the semantics of /proc/<pid>/oom_score_adj and the default
values have been changed accordingly. The interface to the OOM killer interface is
still /proc/<pid>/oom_adj, and its input values are computed from the settings.
2012-09-14 11:52:07 -07:00
Thomas Zimmermann
64595e0ccc
Bug 785171 - Whitespace cleanups. r=dhylands
2012-09-14 11:52:07 -07:00
Marshall Culpepper
f19580e66f
Bug 787380: Initial implementation of B2G updater download mozChromeEvents. r=fabrice
2012-09-12 11:53:03 -05:00
Marshall Culpepper
b590c87c7a
Bug 740720: Initial implementation of B2G apply update mozChromeEvents. r=fabrice
2012-09-12 11:53:03 -05:00
Ehsan Akhgari
78618df071
Bug 790453 - Rename the pref for background updates to app.update.staging.enabled; r=rstrong
2012-09-11 22:13:14 -04:00
Patrick Wang
28b023a421
Bug 775464 - Part 2: Fire event to mozbrowser embedder from parent on receiving HTTP auth request. r=jlebar
...
--HG--
extra : rebase_source : 52ea850574a4858fb45d4241b4e61248d9bc2385
2012-09-03 18:59:55 +08:00
Patrick McManus
384f94364d
bug 648603 - update connection limits; especially for proxies r=jduell
2012-09-05 08:27:31 -04:00
Chris Jones
4957ad3fea
Bug 785237: Give prelaunch processes background priority, and move the background oom_adj up (down?) a class. r=jlebar
2012-09-04 17:36:16 -07:00
Nicholas Cameron
19c7dbc81c
Bug 773460; backout the changes to b2g.js because they are unnecessary. r=cjones
...
--HG--
extra : rebase_source : 41844d8d001b22b285005dbc634c39ad9b61a9f6
2012-08-30 13:39:29 +12:00
Marshall Culpepper
ba8c45700b
Bug 764684: Enable update staging for B2G, and skip the update.test check. r=ehsan
2012-08-27 12:15:12 -03:00
Eitan Isaacson
64646bb634
Bug 783077 - Attach accessfu to b2g shell. r=fabrice
2012-08-26 20:14:42 -07:00
Chris Jones
5371efd533
No bug. Don't prelaunch app processes in debug builds, for easier debuggability. irc-r=bent
2012-08-22 22:59:32 -07:00
Jonathan Griffin
58e4ff972b
Bug 779984 - Re-land patch without letting ENABLE_MARIONETTE=1 actually load Marionette in desktop Firefox, r=ted
2012-08-22 16:26:32 -07:00
Jonathan Griffin
907e69114d
Bug 779984 - Backout 98fc3d40910c due to leaking crashtest, CLOSED TREE
2012-08-22 13:11:53 -07:00
Jonathan Griffin
ebe010163e
Bug 779984 - replace --enable-marionette with ENABLE_MARIONETTE and make it consistent, r=ted
2012-08-22 11:17:22 -07:00
Donovan Preston
59c3f2f38b
Bug 733573 - Expose a client TCP socket API to web applications [r=honzab,fabrice]
2012-08-21 09:46:27 -07:00
Ed Morley
f67e6384d0
Backout 3c39fdebf386 (bug 733573) for native Android m3 failures in test_tcpsocket_enabled_no_perm.html on a CLOSED TREE
2012-08-21 23:01:09 +01:00
Donovan Preston
4e92071ac7
Bug 733573 - Expose a client TCP socket API to web applications [r=honzab,fabrice]
2012-08-21 09:46:27 -07:00
Justin Lebar
63703857ca
Bug 783644 - Part 1: Flip a pref so B2G ignores dialog=1 in window.open, like we do on other mobile platforms. r=smaug
2012-08-20 09:30:08 -07:00
Gregor Wagner
e904d61d48
Bug 782694 - Set GC parameters for otoro. r=cjones
2012-08-16 16:04:11 -07:00
Chris Jones
b5aa2f402e
Bug 781742: Try to keep a process pre-launched for app content, if the pref says to. r=jlebar
2012-08-15 18:46:03 -07:00
Gian-Carlo Pascutto
ee6d11560d
Bug 768871 - Provide an option to disable per-client randomization. r=dcamp
2012-08-15 09:07:10 +02:00
Gian-Carlo Pascutto
8a2f9a9f5b
Bug 729928 - Cleanup unused cache preferences. r=dcamp
2012-08-15 09:06:39 +02:00
Nicholas Cameron
7c85755c6e
Bug 773460; turn Azure/Cairo on for b2g. r=cjones
2012-08-15 17:02:32 +12:00
Raphael Catolino
f4956995f4
Bug 780857 - Enable the pref to use the experimental forms by default in b2g r=mounir
2012-08-08 21:46:38 +02:00
Justin Lebar
20266d6b15
Bug 768832 - Set OOM adjust for background windows. r=bz,cjones
2012-08-05 01:09:39 -04:00
Etienne Segonzac
faeae64b09
Bug 775638 - Set dom.send_after_paint_to_content to true in the gaia profile to ease compatibility when testing in nightly. r=vingtetun
2012-08-04 11:28:35 -04:00
Ed Morley
4eb11bee72
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
2012-08-04 18:05:15 +01:00
Etienne Segonzac
28860cc278
Bug 775638 - Set dom.send_after_paint_to_content to true in the gaia profile to ease compatibility when testing in nightly. r=vingtetun
2012-08-04 11:28:35 -04:00
Vivien Nicolas
c31dd3196e
Bug 778810 - Show/Hide scrollbars depending on activity. r=roc
2012-08-03 12:35:14 +02:00
Hub Figuière
9a0bd306b8
Bug 773892 - Part 1: Add crash submission when starting b2g. r=ted
...
--HG--
extra : rebase_source : 48289cfd83479d98c169bdee564e5bae8775391f
2012-07-18 14:40:24 -07:00
David Zbarsky
8cd7f9761d
No bug, enable off main thread animations for b2g, r=cjones over irc
2012-07-23 17:49:08 -07:00
Patrick McManus
7a2776aa29
bug 770331 - always try and negotiate HTTP Keep-Alive r=biesi
...
--HG--
extra : rebase_source : d348e3ec56faa48fbed5c4f0f697dee6658e21b2
2012-07-20 08:40:13 -04:00
Chris Jones
2cf7adf64a
Bug 750977: Implement glue code for asynchronous panning/zooming. r=jlebar,roc,vingtetun
...
This is a rollup of three separate patches
- Add nsIDocShell.asyncPanZoomEnabled. r=jlebar
- Have BrowserElementChild service repaint requests and handle fallback synchronous scrolling (for now). r=jlebar,vingtetun
- Glue async pan/zoom logic up between compositing, event dispatch, and repaint requests. r=roc
--HG--
rename : b2g/chrome/content/webapi.js => dom/browser-element/BrowserElementScrolling.js
2012-07-19 23:48:27 -07:00
Chris Jones
62d23842f9
Bug 745148, part 9: Hook up the pieces and enable direct compositor. r=roc
2012-07-17 16:59:45 -07:00