Vivien Nicolas
c7238ae41d
Bug 789358: Enable hit-target fluffing for b2g. r=mbrubeck
2012-09-13 15:43:16 -07:00
Gregor Wagner
cf096b566a
Bug 900960 - Enable the new Notification API on B2G by default. r=vingtetun
2013-08-06 12:13:07 +02:00
Gene Lian
6315e42a29
Bug 850140 - B2G MMS: implement MmsService.handleDeliveryIndication() to handle delivery report (part 2, handle delivery report). r=vicamo a=koi+
2013-07-31 15:24:07 +08:00
Michael Wu
f9e322c544
Bug 898898 - Add support for building on gonk-JB MR2, r=glandium
2013-07-30 13:36:54 -04:00
Bobby Holley
ad302c74ab
Bug 870043 - Disable the watchdog on b2g. r=mrbkap
2013-07-24 15:33:32 -07:00
Michael Henretty
5406284265
Bug 890909 - [Contacts API] migration code problem when matching using the substringMatching pref (eg in Brazil). r=gwagner
2013-07-18 16:17:41 -04:00
Nicolas B. Pierron
7da27c9577
Bug 863398 - Optimize B2G's GC settings for responsiveness and benchmarks. r=gwagner f=jlebar
2013-07-15 13:26:57 -07:00
Marco Zehe
dfa71f5e1c
Bug 892491 - [AccessFu] Add landmark quick navigation, r=eeejay
2013-07-11 16:42:11 -04:00
Andrea Marchesini
9d48d13bff
Bug 884279 - Rename Future to Promise. r=mounir
...
--HG--
rename : dom/future/Makefile.in => dom/promise/Makefile.in
rename : dom/future/Future.cpp => dom/promise/Promise.cpp
rename : dom/future/Future.h => dom/promise/Promise.h
rename : dom/future/FutureCallback.cpp => dom/promise/PromiseCallback.cpp
rename : dom/future/FutureCallback.h => dom/promise/PromiseCallback.h
rename : dom/future/FutureResolver.cpp => dom/promise/PromiseResolver.cpp
rename : dom/future/FutureResolver.h => dom/promise/PromiseResolver.h
rename : dom/future/moz.build => dom/promise/moz.build
rename : dom/future/tests/Makefile.in => dom/promise/tests/Makefile.in
rename : dom/future/tests/moz.build => dom/promise/tests/moz.build
rename : dom/future/tests/test_bug883683.html => dom/promise/tests/test_bug883683.html
rename : dom/future/tests/test_future.html => dom/promise/tests/test_promise.html
rename : dom/future/tests/test_resolve.html => dom/promise/tests/test_resolve.html
rename : dom/webidl/Future.webidl => dom/webidl/Promise.webidl
2013-07-11 16:40:36 -04:00
Yura Zenevich
35da699eb5
Bug 874474 - [AccessFu] Making description last the default utterance order. r=eeejay
...
---
accessible/src/jsat/OutputGenerator.jsm | 6 ++----
b2g/app/b2g.js | 2 ++
mobile/android/app/mobile.js | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
2013-07-10 10:25:57 -04:00
Kevin Grandon
32986ee65f
Bug 889123 - Implement Gecko preference for enabling of pre-installed applications. r=fabrice
2013-07-07 16:41:55 -04:00
David Zbarsky
60b92f4f1c
Backout Bug 863398 for causing Bug 887519
2013-06-26 16:24:23 -07:00
Nicolas B. Pierron
a02ec2165f
Bug 863398 - Optimize B2G's GC settings for responsiveness and benchmarks. r=gwagner f=jlebar
2013-06-24 10:32:15 -07:00
Bill McCloskey
4c15cc1f08
Bug 871005 - Add a pref for GC decommit threshold (r=gregor)
2013-06-20 18:06:53 -07:00
Ed Morley
f647b53fd1
Backed out changeset 96036434bb78 (bug 875289) for mochitest-chrome failures on a CLOSED TREE
...
--HG--
rename : dom/promise/Promise.cpp => dom/future/Future.cpp
rename : dom/promise/Promise.h => dom/future/Future.h
rename : dom/promise/PromiseCallback.cpp => dom/future/FutureCallback.cpp
rename : dom/promise/PromiseCallback.h => dom/future/FutureCallback.h
rename : dom/promise/PromiseResolver.cpp => dom/future/FutureResolver.cpp
rename : dom/promise/PromiseResolver.h => dom/future/FutureResolver.h
rename : dom/promise/Makefile.in => dom/future/Makefile.in
rename : dom/promise/moz.build => dom/future/moz.build
rename : dom/promise/tests/Makefile.in => dom/future/tests/Makefile.in
rename : dom/promise/tests/moz.build => dom/future/tests/moz.build
rename : dom/promise/tests/test_promise.html => dom/future/tests/test_future.html
rename : dom/promise/tests/test_resolve.html => dom/future/tests/test_resolve.html
rename : dom/webidl/Promise.webidl => dom/webidl/Future.webidl
2013-06-20 11:20:49 +01:00
Andrea Marchesini
49cce99311
Bug 875289 - Renaming Future to Promise, r=mounir
...
--HG--
rename : dom/future/Makefile.in => dom/promise/Makefile.in
rename : dom/future/Future.cpp => dom/promise/Promise.cpp
rename : dom/future/Future.h => dom/promise/Promise.h
rename : dom/future/FutureCallback.cpp => dom/promise/PromiseCallback.cpp
rename : dom/future/FutureCallback.h => dom/promise/PromiseCallback.h
rename : dom/future/FutureResolver.cpp => dom/promise/PromiseResolver.cpp
rename : dom/future/FutureResolver.h => dom/promise/PromiseResolver.h
rename : dom/future/moz.build => dom/promise/moz.build
rename : dom/future/tests/Makefile.in => dom/promise/tests/Makefile.in
rename : dom/future/tests/moz.build => dom/promise/tests/moz.build
rename : dom/future/tests/test_future.html => dom/promise/tests/test_promise.html
rename : dom/future/tests/test_resolve.html => dom/promise/tests/test_resolve.html
rename : dom/webidl/Future.webidl => dom/webidl/Promise.webidl
2013-06-20 10:49:40 +02:00
Nikhil Marathe
fd962884d0
Bug 881424 - Set B2G SimplePush serverURL to Mozilla Push Server. r=jrconlin
2013-06-18 17:01:32 -07:00
Ed Morley
c2776f183e
Merge latest green birch changeset and mozilla-central
2013-06-18 11:57:48 +01:00
Max Li
1341e7eb79
Bug 756690 - Add option to not land on images with no alt text. r=eeejay
2013-06-17 16:25:24 -04:00
Nikhil Marathe
c8f6088689
Bug 863660 - Add pref to enable/disable SimplePush WebSocket. r=dougt
...
This pref should be used in UX to enable/disable push notifications
when the user wants to conserve battery life or save data usage.
--HG--
extra : rebase_source : a75b089082a4d44170890cae228c62114633f790
2013-06-17 11:36:58 -07:00
Vladimir Vukicevic
3674b7925e
b=882906; remove EXTRA_DSO_LIBS; r=ted
2013-06-13 22:58:22 -04:00
Gregor Wagner
217f82d73d
Bug 877302 - [Dialer] when searching for a number in contacts, display partial matches (matching the end of the number). r=bent, reuben
2013-06-13 15:00:23 -07:00
Andrea Marchesini
f052055eac
Bug 856410 - Implement futures - Part 5: Put futures behind a pref. r=mounir
2013-06-12 09:44:56 -04:00
Gabriele Svelto
4c8205fe56
Bug 877222 - Increase the low memory notification threshold to increase the chance of triggering it. r=jlebar
2013-06-05 16:35:57 +02:00
Ryan VanderMeulen
5d668fe5f6
Merge m-c to inbound.
2013-06-07 08:01:37 -04:00
Vicamo Yang
e389424b1b
Bug 879671 - 2/2: add ril.cellbroadcast.disabled pref to disable Cell Broadcast completely. r=yoshi
2013-06-07 15:32:24 +08:00
Ben Turner
bdc33f0f46
Bug 873356 - 'Should do shrinking GCs more often for workers'. r=khuey.
2013-05-16 15:49:43 -07:00
Alexandre Poirot
d43bbb0dde
Bug 874459 - Set a valid window icon for desktop on Mac; r=myk
...
--HG--
extra : amend_source : 19a58dfe68f8ff349ebf8858dc8e0fb27ef51b02
2013-05-30 15:56:34 -07:00
Patrick McManus
9219350bce
bug 790388 part 3 - spdy/3 server push r=hurley
...
--HG--
extra : rebase_source : 1ed60ebda0b790f0ff1578abe7a7732676b495cf
2013-05-29 00:07:03 -04:00
Mike Shal
994cfe0b6b
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
...
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
David Zbarsky
4913e4b3a3
[Bug 875204] Merge OMTA prefs r=nrc
2013-05-23 15:09:26 +08:00
David Zbarsky
8c198c4399
Bug 874770 - Always enable OMTA throttling r=nrc
2013-05-22 18:31:03 +08:00
Marco Chen
23e7e20bd1
Bug 871431 - Raise background_perceivable priority's nice value to 7 to avoid jitter during surfing on the web with heavy loading on rendering. r=jlebar
2013-05-17 10:59:33 +08:00
Michael Wu
dd29609b36
Bug 870198 - Support basic display functions on gonk-JB, r=vlad
2013-05-07 23:58:22 -04:00
Nikhil Marathe
8357f84a81
Bug 863732 - Use RTC wakeup to monitor WebSocket connection. r=jlebar
2013-05-14 15:48:19 +05:30
Reuben Morais
4b618d23f6
Bug 862353 - Only enable mozSettings in B2G and mochitests. r=gwagner
...
--HG--
extra : rebase_source : 2b079aa6aca6a65516670cc5adcccf422b5e0261
2013-05-13 18:32:09 -07:00
Reuben Morais
7ddc7e000e
Bug 862353 - Only enable mozContacts in B2G and mochitests. r=gwagner
...
--HG--
extra : rebase_source : 914bd36790ae01f83c3f84817b2021f0f7dbcf22
2013-05-13 18:32:03 -07:00
Ed Morley
204b35d4df
Merge mozilla-central and birch
2013-05-10 12:18:48 +01:00
Fabrice Desré
fbe1832880
Bug 853350 - Implement a notification system to monitor disk space r=bent
2013-05-09 15:57:31 -07:00
Justin Lebar
0d703ce20a
Bug 870181 - Part 1: Add an additional LowCPUPriority argument to hal::SetProcessPriority. r=bent
...
This patch also makes it an error to call hal::SetProcessPriority from a child process.
2013-05-09 16:27:06 -04:00
Shih-Chiang Chien
5f6dcb7faa
Bug 869394 - default turn on captive portal detection. r=fabrice.
...
--HG--
extra : rebase_source : 3b800757a6a138e53cdcc4735e1c048d9412448a
2013-05-08 13:50:13 +02:00
Jose Antonio Olivera Ortega
927a5894e1
Bug 863130 - (Regional) The SMS delivery report is on by default. r=vicamo
2013-05-07 16:26:03 +02:00
Fabrice Desré
899159662f
Bug 860571 - Pings for Firefox OS r=ferjm
2013-05-06 10:41:07 -07:00
Ryan VanderMeulen
559836a039
Backed out changeset 4270acd843cc (bug 863130) for B2G Marionette failures.
2013-05-06 08:57:03 -04:00
Alexandre Poirot
ef07b8164d
Bug 865210 - Set a valid window icon for desktop. r=vingtetun
2013-05-06 08:51:25 -04:00
Jose Antonio Olivera Ortega
65b60f123f
Bug 863130 - (Regional) The SMS delivery report is on by default. r=vicamo
2013-05-06 10:20:23 +02:00
Michael Wu
c2f4fca700
Bug 868150 - Add basic support for identifying and building for JB, r=glandium
2013-05-02 11:42:52 -04:00
Brian O'Keefe
2186ab5dce
Bug 862986 - Part 2a: Migrate PROGRAM from Makefile.in to moz.build. r=gps
2013-05-01 14:05:40 -04:00
Ryan VanderMeulen
9e80ef1555
Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage.
...
CLOSED TREE
2013-04-30 21:09:41 -04:00
Brian O'Keefe
6cb4a9b9be
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
2013-04-30 20:46:10 -04:00