Commit Graph

682 Commits

Author SHA1 Message Date
Kartikaya Gupta
e230d54989 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
a3fba57a19 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
1938b69d8b 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
b3971b5f46 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
8fc67c17a1 Bug 1029943 - Part 4 - Enable selection carets by default on b2g. r=ehsan 2014-10-31 09:15:00 +01:00
Gina Yeh
a9a5a8c2c1 Bug 989198, Patch 3: Dispatch BeforeAfterKeyboardEvent on b2g, r=smaug 2014-11-03 15:05:38 +08:00
Botond Ballo
84f4ed3fa8 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
1c013f94e5 Bug 1011886 - [AccessFu] Introduce key echo by character, word, and character and word. r=eeejay 2014-10-31 08:48:21 -07:00
Carsten "Tomcat" Book
3de670ab27 Merge mozilla-central to b2g-inbound 2014-10-30 15:51:48 +01:00
Kartikaya Gupta
44e502b83b Bug 1091049 - Add fling curving to accelerate fast flicks. r=botond 2014-10-30 10:38:10 -04:00
Mike Hommey
47c853314f Bug 1077148 part 4 - Add and use new moz.build templates for Gecko programs and libraries. r=gps
There are, sadly, many combinations of linkage in use throughout the tree.
The main differentiator, though, is between program/libraries related to
Gecko or not. Kind of. Some need mozglue, some don't. Some need dependent
linkage, some standalone.

Anyways, these new templates remove the need to manually define the
right dependencies against xpcomglue, nspr, mozalloc and mozglue
in most cases.

Places that build programs and were resetting MOZ_GLUE_PROGRAM_LDFLAGS
or that build libraries and were resetting MOZ_GLUE_LDFLAGS can now
just not use those Gecko-specific templates.
2014-10-30 13:06:12 +09:00
Sean Lin
d12e06f1df 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
Karl Dubost
1f70372a6b Bug 1049484 - Remove UA override for domains (starting 2014-08-06). r=lmandel 2014-10-28 04:01:00 -04:00
Jan Keromnes
2db002a086 Bug 1011562 - Ship Firefox OS fonts with the simulator. r=fabrice, r=mshal 2014-10-21 12:34:00 -04:00
Lucas Silvestre
1b8a9458de Bug 1035422 - Control the layout.imagevisibility.enabled pref in a single place. r=tn 2014-10-21 11:08:51 -07:00
Ryan VanderMeulen
f00e2738a4 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
664f171f22 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
15a948822d 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
bd5a3188f8 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
3cb0938b46 Bug 1067270 - Disable http2 r=fabrice 2014-10-12 21:37:27 -07:00
Michael Wu
38ff59f01d Bug 1073094 - Disable jsloader.reuseGlobal on debug builds, r=khuey 2014-09-30 12:25:41 -04:00
Carsten "Tomcat" Book
b37ac43e39 merge fx-team to mozilla-central a=merge 2014-09-30 15:10:47 +02:00
Stephen Pohl
6462438b09 Mac v2 signing - Bug 1066123 - Ensure b2g desktop OSX builds still work after the v2 signature changes to Firefox.app bundles. r=ted 2014-09-29 11:51:47 -07:00
Mason Chang
ee9d2047b1 Bug 1071156 - Raise compositor thread priority to nice -4. r=roc 2014-09-24 10:56:00 -04:00
Cervantes Yu
f306f96f76 Bug 1051633: Make sure magic file descriptors in the content process will not be taken for other uses. r=khuey
--HG--
extra : rebase_source : 5e2dedb855dd5e0e6637d6f42c80c69df8081971
2014-09-30 00:00:00 +08:00
Kartikaya Gupta
0c3606834a Bug 1074030 - Copy the OS X overlay scrollbar fade parameters to B2G. r=fabrice 2014-09-29 15:32:11 -04:00
Carsten "Tomcat" Book
293a55afc8 Backed out changeset 1e25cd3e8219 (bug 1051633) for B2G ICS Emulator Opt m4 test failures 2014-09-24 11:28:37 +02:00
Cervantes Yu
5d34df52be Bug 1051633: Make sure magic file descriptors in the content process will not be taken for other uses. r=khuey
--HG--
extra : rebase_source : 2c9baf6ac87744d7049c90284990c0aa48e0f058
2014-08-15 17:19:05 +08:00
Zoran Jovanovic
1c124be1f8 Bug 1059202 - CSP and CA verfication for Trusted Hosted Apps r=fabrice,sicking,rlb 2014-09-19 14:58:34 -07:00
Fabrice Desré
70514dcc33 backout bug 1029943 for performance regressions (see bug 1066515) 2014-09-18 10:31:20 -07:00
Vlatko Markovic
892881d00d Bug 1059194 - Trusted Hosted Apps, part 2: CSP infrastructure changes. r=sicking 2014-09-16 13:14:02 -07:00
Fabrice Desré
5da8d5fa12 Bug 1066362 - Move default privileged csp to all.js r=dveditz 2014-09-16 13:01:53 -07:00
Monica Chew
d9133ed513 Bug 1024555: Cancel gethash requests after 5 seconds if they are still pending 2014-09-08 16:44:08 -07:00
Phil Ringnalda
2c98827aa5 Back out 34a02ee9896c (bug 1024555) for xpcshell bustage
CLOSED TREE
2014-09-11 21:50:39 -07:00
Monica Chew
4e94ee034f Bug 1024555: Cancel gethash requests after 5 seconds if they are still pending 2014-09-08 16:44:08 -07:00
Botond Ballo
a7e201e857 Bug 1064527 - Tweak some preferences for the overscroll stretch effect. r=kats. DONTBUILD for changes to physics constants
--HG--
extra : amend_source : 31d7555ca1b8d452509b06c0f731b3e1426de1ec
2014-09-08 16:29:28 -04:00
Botond Ballo
92fda10b76 Bug 1063227 - Make APZ axis locking constants preffable. r=kats
--HG--
extra : source : 83f2d844c5a9833a40b2d0d9021597652e707a1a
2014-09-05 20:07:52 -04:00
Ting-Yu Lin
e499b0b7b0 Bug 1029943 - Enable selection carets by default on b2g. r=ehsan 2014-08-29 17:12:22 +08:00
Ehsan Akhgari
3e12cc3169 Bug 1060115 - Avoid using malloc/free in b2g.exe on b2g desktop so that we can make it work on XPSP2 with MSVC2013; r=dmajor 2014-09-04 23:21:24 -04:00
Mike Hommey
ed70c5f377 Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps 2014-09-03 14:10:54 +09:00
Kyle Huey
a98032818a Back out bug 1050122 for causing silent timeouts on emulator mochitests. a=me 2014-09-02 12:05:36 -07:00
Ting-Yu Chou
db092f3c12 Bug 1050122 - Enable Nuwa on debug builds, and kill it if the preference is false. r=khuey 2014-09-01 10:43:39 +08:00
Botond Ballo
f1400587fe Bug 1057578 - Make the overscroll transform a uniform stretch. r=kats 2014-08-29 15:28:47 -04:00
Fabrice Desré
baeeaa2c70 Bug 1011738 - Theme support for b2g/gaia, Part 1 : settings hook-up r=vingtetun 2014-08-28 17:20:26 -07:00
David Major
36c74581b8 Bug 1023941 - Part 5: Loader hook to redirect the missing import. r=bsmedberg
--HG--
extra : rebase_source : 7cf2e857f51dcfcc95bb806d49ef13b794f5ba5b
2014-08-28 14:53:38 +12:00
Shih-Chiang Chien
e20f3c8471 Bug 745283 - Part 4: WebIDL binding for UDPSocket API. r+sr=smaug, r=khuey, r=baku 2014-04-14 09:21:26 +08:00
Sotaro Ikeda
fa87ed9a17 Bug 1042305 - Increase ImageCache size and add MemoryPressure support r=gw280 2014-08-25 12:01:46 -07:00
Sean Lin
c1aba63374 Bug 1014023 - [Datastore] Notify apps of changes in datastore without being opened. r=baku, r=gene 2014-06-27 15:58:47 +08:00
Ting-Yu Lin
a94fb4b045 Bug 1016184 - Part 4: Enable touch caret by default on B2G. r=ehsany 2014-07-27 00:23:00 +02:00
Ryan VanderMeulen
3ea3cf2a2f Backed out changeset 3200ed3305db (bug 1014023) for causing bug 1051164. 2014-08-12 12:44:09 -04:00