Kan-Ru Chen (陳侃如)
08560d00e9
Bug 836505 - We don't care about the active count but only the active state. r=fabrice
2013-02-08 11:34:47 -05:00
Justin Lebar
058aaf14da
Bug 838615 - Add missing process-priority nice values to b2g.js. r=cjones
...
This sets background_perceivable's nice at 10 and
background{,_homescreen}'s nice at 20. I'm a bit worried that this will
de-prioritize background_perceivable so much that music players may
start skipping. But we need to test.
--HG--
extra : rebase_source : e759ffb5bb58b89838c1dafdc49f737832593961
2013-02-08 14:32:24 +00:00
Alan Huang
42a6d75810
Bug 839312 - Specify gonk low-memory-killer priorityClasses in the correct order and fix typo in b2g.js which was preventing us from giving the kernel one of the necessary priority classes. r=jlebar
2013-02-08 14:09:26 +00:00
Vivien Nicolas ext:(%20and%20Chris%20Jones%20%3Cjones.chris.g%40gmail.com%3E)
8256807f98
Bug 835809: Preload more things for faster page loads. r=fabrice,jlebar
...
--HG--
rename : dom/browser-element/BrowserElementChild.js => dom/browser-element/BrowserElementChildPreload.js
rename : dom/browser-element/BrowserElementScrolling.js => dom/browser-element/BrowserElementPanning.js
2013-02-07 21:10:01 -08:00
Dave Hylands
e3f59be79c
Bug 838924 - Fix try/catch introduced in bug 835210 which caused FOTA updates to still be broken. r=marshall_law
2013-02-07 12:53:59 -08:00
Dave Hylands
6b5cf5a133
Bug 839134 - ADB doesn't get enabled in VARIANT=user builds if marionette pref doesn't exist.
2013-02-07 11:44:23 -08:00
Shih-Chiang Chien
8f40f6b4a6
Bug 780793 - Part 1: Add mozChormeEvent/mozContentEvent for captive portal login. r=timdream
2012-11-15 11:26:30 +08:00
Shih-Chiang Chien
44b814d158
Bug 752982 - Part 1: Implement captive portal detection service. r=thinker
2012-09-15 11:37:53 +08:00
Chris Jones
dd7c446f72
Bug 835584: Precompile forms.js and preload UserAgentOverrides.jsm. r=fabrice
2013-02-05 18:27:52 -08:00
Aki Sasaki
f6d1968cba
bug 838261 - add download-panda.tar.bz2 to panda builds. r=catlee
2013-02-05 14:39:26 -08:00
Edgar Chen
cfb5253723
Bug 836644 - Update emulator for b2g tests. r=aki
2013-02-04 16:15:37 +08:00
David Flanagan
a58b9f69e9
Bug 834931 - Add fullscreen buttons to video controls. r=mleibovic, a=tef+
2013-02-05 10:05:36 -08:00
Aki Sasaki
7d2eb38e15
bug 838261 - stop downloading imgtec-panda-imm76i-67545da7.tgz from the internet. r=catlee CLOSED TREE
2013-02-05 12:22:08 -08:00
Vivien Nicolas
2e6ec8c647
Bug 835799 - Add a timestamp property to the observer sent when an application has been called by app.launch(). r=fabrice
2013-02-05 13:05:56 -05:00
Gene Lian
0725c5f798
Bug 831683 - B2G SMS & B2G MMS: make SMS database more generic for MMS (part 2, create dom/mobilemessage to put DB codes). r=vicamo
...
--HG--
rename : dom/sms/interfaces/nsISmsDatabaseService.idl => dom/mobilemessage/interfaces/nsIMobileMessageDatabaseService.idl
rename : dom/sms/interfaces/nsIRilSmsDatabaseService.idl => dom/mobilemessage/interfaces/nsIRilMobileMessageDatabaseService.idl
rename : dom/sms/src/android/SmsDatabaseService.cpp => dom/mobilemessage/src/android/MobileMessageDatabaseService.cpp
rename : dom/sms/src/android/SmsDatabaseService.h => dom/mobilemessage/src/android/MobileMessageDatabaseService.h
rename : dom/sms/src/fallback/SmsDatabaseService.cpp => dom/mobilemessage/src/fallback/MobileMessageDatabaseService.cpp
rename : dom/sms/src/fallback/SmsDatabaseService.h => dom/mobilemessage/src/fallback/MobileMessageDatabaseService.h
rename : dom/sms/src/ril/SmsDatabaseService.js => dom/mobilemessage/src/ril/MobileMessageDatabaseService.js
rename : dom/sms/src/ril/SmsDatabaseService.manifest => dom/mobilemessage/src/ril/MobileMessageDatabaseService.manifest
2013-02-05 19:39:44 +08:00
Vicamo Yang
157aebae18
Bug 833278 - Part 1/2: move voicemail sources to dom/voicemail. r=mounir
...
--HG--
rename : dom/telephony/Makefile.in => dom/voicemail/Makefile.in
rename : dom/telephony/Voicemail.cpp => dom/voicemail/Voicemail.cpp
rename : dom/telephony/Voicemail.h => dom/voicemail/Voicemail.h
rename : dom/telephony/VoicemailEvent.cpp => dom/voicemail/VoicemailEvent.cpp
rename : dom/telephony/VoicemailEvent.h => dom/voicemail/VoicemailEvent.h
rename : dom/telephony/nsIDOMVoicemail.idl => dom/voicemail/nsIDOMMozVoicemail.idl
rename : dom/telephony/nsIDOMVoicemailEvent.idl => dom/voicemail/nsIDOMMozVoicemailEvent.idl
rename : dom/telephony/nsIDOMVoicemailStatus.idl => dom/voicemail/nsIDOMMozVoicemailStatus.idl
rename : dom/telephony/nsIDOMNavigatorTelephony.idl => dom/voicemail/nsINavigatorVoicemail.idl
rename : dom/telephony/test/marionette/pdu_builder.js => dom/voicemail/test/marionette/pdu_builder.js
rename : dom/telephony/test/marionette/test_voicemail_number.js => dom/voicemail/test/marionette/test_voicemail_number.js
rename : dom/telephony/test/marionette/test_voicemail_statuschanged.js => dom/voicemail/test/marionette/test_voicemail_statuschanged.js
rename : dom/telephony/test/marionette/test_voicemail_statuschanged.py => dom/voicemail/test/marionette/test_voicemail_statuschanged.py
2013-02-05 17:02:15 +08:00
Vivien Nicolas ext:(%20and%20Chris%20Jones%20%3Cjones.chris.g%40gmail.com%3E)
a321a9bd0c
Rollup of bug 819000: Preload about:blank. r=cjones, r=jlebar
...
Includes the following patches
Bug 819000: Bail out of PresShell::Paint if not active. r=roc
Bug 819000: Make sure preloaded docshells are reset to active. r=jlebar
Bug 819000: Preload about:blank. r=cjones a=cjones
2013-01-24 10:39:18 -08:00
Alexandre Poirot
dbd572a4f0
Bug 836506 - Set the version on mozilla-central/master to 2.0.0.0-prerelease. r=fabrice
2013-02-04 14:48:14 -05:00
Robert Strong
33b482a03c
Bug 695811 - Checking for updates logs two warnings about deprecated XMLHttpRequest attributes. r=bbondy, r=dhylands
2013-02-01 18:58:48 -08:00
Aki Sasaki
d33a28e4f8
bug 834789 - gaia-nightly -> gaia-central. r=catlee
...
--HG--
extra : rebase_source : ea5a7b9bd9b53e9f8a6c7d7b38ed1cde28baa4d1
2013-02-01 10:47:45 -08:00
Dave Hylands
8198424fe9
Bug 836973 - Force adb on when marionette is enabled (i.e. non-user builds). r=fabrice
2013-02-01 02:04:04 -08:00
Dave Hylands
7bfd9504a4
Bug 836770 - Don't change persist.sys.usb.config if it already has the correct value (ADB) r=fabrice
2013-01-31 14:41:13 -08:00
Ehsan Akhgari
05ec1cf4a8
Merge mozilla-cental into mozilla-inbound
2013-01-31 11:10:40 -05:00
Vivien Nicolas
9f027448f9
Bug 830782 - Homescreen is in English instead of Portuguese after flashed and Pt-BR is set in FTE. r=fabrice a=tef+
2013-01-31 15:58:11 +01:00
Fabrice Desré
df4b373948
Bug 836103 - Enable/disable ADB when changing the "remote debugging" setting in the Settings App r=dhylands
2013-01-29 23:29:08 -08:00
Dave Hylands
853b4c49db
Bug 835210 - FOTA updates don't seem to be working any more. r=fabrice
2013-01-30 17:23:51 -08:00
Armen Zambrano Gasparnian
76720ddfa7
Bug 831788. Specify upload_platform for B2G gaia-central builds. DONTBUILD. r=aki
2013-01-30 10:15:57 -05:00
Jonathan Griffin
1bafd938ca
Bug 834080 - Set marionette.force-local=true for b2g desktop builds, r=mdas
2013-01-28 15:36:58 -08:00
Glenn Randers-Pehrson
c969143002
Bug 835015 - Specify unused chunks in boot animation png decoder, r=mwu
2013-01-28 14:35:20 -05:00
Glenn Randers-Pehrson
b952bab533
Bug 835325 - Clean up and return from BootAnimation PNG reader when libpng reports an error, r=mwu
2013-01-28 14:35:20 -05:00
Andrea Marchesini
46d7aa3b76
Bug 828283 - Apps playing sound should not be muted when the screen is put to sleep., r=sicking
2013-01-28 12:47:18 +01:00
Justin Lebar
e2d2df38f2
Bug 834059 - Send processses into the foreground when they first launch, so they don't get killed quite so quickly. r=cjones
...
This patch also sends the preallocated process into the background immediately after it's launched.
2013-01-26 16:14:01 -05:00
Michael Wu
b3faaf1ba7
Bug 831624 - Use fb/gralloc to render boot animation, r=cjones,joe,glennrp
2013-01-24 21:18:30 -08:00
Dave Hylands
d80493e642
Bug 828731 - Wait for the framebuffer to become ready before trying to open it. r=mwu
2013-01-25 17:31:46 -08:00
Phil Ringnalda
91cff9e707
Back out 2692ef57acaa (bug 789358) for causing bug 834883
2013-01-25 14:38:30 -08:00
Dave Hylands
8cf4b54e21
Bug 831701 - Missing a change that was supposed to be in the previous patch. r=me
2013-01-25 10:32:56 -08:00
Dave Hylands
7884b269e2
Bug 831701 - Finish active updates unless the user swtiches to a newer one. Remove stale updates. r=rstrong
...
Once the user starts to download an update, stick to that update until the user cancels the download and does a "Check Now".
If a newer update is started and a stale update is detected, remove the stale update.
If a download fails due an update being in the applied state, prompt the user to apply it.
If an update was fully downloaded, but interrupted during verification, then don't redownload.
2013-01-25 10:27:49 -08:00
Matt Brubeck
d6632d924a
Bug 789358 - Re-enable click target fluffing in B2G [r=cjones]
2013-01-24 06:53:55 -08:00
Nick Thomas
dc30ee75d4
Bug 834298, update kernel for otoro, r=mwu
2013-01-25 14:28:53 +13:00
Nick Thomas
ccdb0c68b5
Bug 834295, update kernel for unagi, r=mwu
2013-01-25 14:28:38 +13:00
Nick Thomas
0433e6c111
Bug 833410, update unagi snapshot, r=Callek
2013-01-25 09:32:13 +13:00
Fernando Jiménez
4a0404f10a
Bug 833392 - Send RP ID within mozChromeEvents; r=jparsons
2013-01-23 21:10:38 +01:00
Justin Lebar
2cf4281232
Bug 833796 - Remove a shutdown observer in forms.js to fix a leak. r=vingtetun
2013-01-23 11:57:31 -05:00
Ryan VanderMeulen
bd08b980a7
Merge m-c to inbound.
2013-01-24 07:09:10 -05:00
Mike Hommey
4d9f2c54bd
Bug 780561 - Remove now unused bits of the packaging scripts. r=ted
2013-01-23 11:23:15 +01:00
Mike Hommey
13d7cb3c37
Bug 780561 - Use new packager code for packaging (packager.mk) r=ted
2013-01-23 11:23:15 +01:00
Ehsan Akhgari
ef7fbcca32
Merge the latest PGO green changeset of mozilla-inbound into mozilla-central; a=pgo-ectomy
2013-01-22 12:49:52 -05:00
Armen Zambrano Gasparnian
b15086c52d
Bug 833096: Update b2g panda snapshot. a=nonlibxul, r=catlee, DONTBUILD
2013-01-22 09:41:07 -05:00
Mounir Lamouri
a0d20ede21
Bug 801635 - Disable <input type='file'> for B2G. r=sicking
2013-01-21 10:48:48 +00:00
L. David Baron
763b3d3d27
Bug 832352, patch 3: Make sure all b2g mozconfigs include build/mozconfig.common . r=ted
2013-01-22 19:16:20 +00:00
Ehsan Akhgari
639dabfc2d
Merge mozilla-central into mozilla-inbound
2013-01-22 12:50:50 -05:00
Fernando Jiménez
5596d1028a
Bug 832951 - [WebPayment] Expose DOMRequest ID within mozChromeEvents; r=fabrice, a=nonlibxul
2013-01-22 12:29:54 +01:00
Ryan VanderMeulen
8c81436a5e
Merge m-c to inbound.
2013-01-17 21:21:24 -05:00
Fabrice Desré
425177a56c
Bug 832104 - Don't report CSS errors in production builds r=cjones
2013-01-17 18:08:26 -08:00
Fabrice Desré
0cd68ef2f9
Bug 831412 - Disable support for installing certified-level apps through the remote debugger protocol in production builds r=cjones
2013-01-17 15:31:12 -08:00
Julien Wajsberg
004a3cb685
Bug 831393 - send manifestURL in the desktop-notification event. r=vingtetun. a=lsblakk
2013-01-16 19:22:28 +01:00
Marco Chen
5827e2831c
Bug 830611 - [Audio] Add dom_audioagent.xpt into package-manifest.in. r=roc
2013-01-17 16:18:22 +08:00
Doug Turner
602dae8d37
Bug 830027 - Allow all device APIs that uses the content permission prompt from the system principal. r=fabrice/gwagner a=tef+
2013-01-17 10:26:40 -08:00
Jonathan Griffin
c944d69b73
Bug 827531 - Add a pip requirements.txt file for running B2G unit tests, r=aki
2013-01-16 14:14:10 -08:00
Alexandre Poirot
74e6b3cdec
Bug 829451 - Change the Firefox OS version to 1.0.0.0 (4 digits). r=fabrice
2013-01-15 19:44:43 -05:00
Marshall Culpepper
7ef598c5a2
Bug 823695: Part 1 - Send update errors after the shell is ready in B2G. r=fabrice
2013-01-14 23:40:51 -08:00
Dave Hylands
22fb48a38c
Bug 825598 - Add a watchdog timer on downloads and automatically restart if timer expires. r=marshall_law
2013-01-15 00:10:19 +01:00
Ryan VanderMeulen
4d65d8ffac
Merge m-c to inbound.
2013-01-14 20:14:58 -05:00
Chris AtLee
5c2520aaae
Bug 830371: Put the kernel in the right place. r=nthomas DONTBUILD
2013-01-14 15:59:09 -05:00
Andrea Marchesini
60ca8dd167
Bug 829030 - Accessing the desktop notification API in the browser and approving permission errors out - API does not work, r=sicking
2013-01-14 11:08:55 +01:00
Justin Lebar
a6448c2ae3
Bug 809949 - Dump memory reports when 'memory report' is written to a special fifo on disk. r=glandium,njn
2013-01-14 01:43:25 -05:00
Jonathan Griffin
da252bfef9
Bug 828670 - Add emulator.manifest to specify emulator to use in b2g unit tests, r=aki, DONTBUILD (NPOTB)
2013-01-10 15:50:54 -08:00
Panos Astithas
e76c49abdd
Bug 829633 - dbg-webapps-actors.js redeclares Cu and friends; r=fabrice
2013-01-11 19:04:23 +02:00
Fabrice Desré
17be7e418e
Bug 828944 - downloadavailable flag is removed if you reboot after stopping the download r=ferjm
2013-01-11 07:32:06 -08:00
Hubert Figuière
5685ea4c9b
Bug 829121 - Follow-up: remove excessive dump() to not confuse developers. r=fabrice
...
--HG--
extra : rebase_source : 118069b887b95bc6a19110a3848ba47dfa4c5104
2013-01-11 14:18:34 +01:00
Hubert Figuière
a96d2b9ba7
Bug 829477 - Don't notify the UI if we didn't have crash ID. r=fabrice
...
Thanks margaret!
--HG--
extra : rebase_source : cde55fa2e2ed892f1f2dd3943122d55dae688e43
2013-01-11 13:53:45 +01:00
Ed Morley
44cd9d5c0b
Backout 8461f75fd62b (bug 809949) for breaking the build on a CLOSED TREE
2013-01-11 11:52:35 +00:00
Justin Lebar
90d6e0e8d4
Bug 809949 - Dump memory reports when 'memory report' is written to a special fifo on disk. r=glandium,njn
...
--HG--
extra : rebase_source : edb54edca665486d9efe073be088fee80ebfebdd
2013-01-11 12:26:52 +01:00
Hubert Figuière
90b9ef6f28
Bug 829121 - Annotate B2G_OS_Version for the crash reporter. r=fabrice
...
--HG--
extra : rebase_source : 30d533413d9fa022bb30c504632a0fed340b9322
2013-01-11 00:47:32 +01:00
Gregor Wagner
6cbbf2b5b2
Bug 828887 - "unused-arenas" is not freed unless worker is idle for 5 seconds. r=bent
2013-01-10 23:50:40 +01:00
Mark Banner
852f9a887e
Bug 827303 - Firefox core and crypto services components assume services/sync is built. Move registrations out of services/sync. r=gps
...
--HG--
rename : services/sync/SyncComponents.manifest => services/common/servicesComponents.manifest
rename : services/sync/SyncComponents.manifest => services/crypto/cryptoComponents.manifest
2013-01-10 22:02:38 +00:00
Jonathan Griffin
3edbb46003
Bug 830252 - Update the emulator used in b2g tests, r=aki
2013-01-14 13:11:20 -08:00
Marshall Culpepper
8b682ea320
Bug 816306: Part 2 - Report update HTTP errors to Gaia, and accompanying tests. r=fabrice
2013-01-10 18:13:39 +01:00
Benoit Girard
0b1123da53
Bug 761135 - Remove XPCOMGlueShutdown. r=benjamin
2013-01-07 16:19:39 -05:00
Panos Astithas
70976f6da5
Bug 784824 - support for remote debugging of b2g desktop builds; r=fabrice
2013-01-10 13:00:32 +02:00
Fabrice Desré
397bde16d5
Bug 828863 - followup, forgotten typo r=past
2013-01-10 07:57:10 -08:00
Fabrice Desré
4f96f228e0
Bug 828863 - Add a remote debugger actor to install apps r=past
2013-01-10 07:38:51 -08:00
Margaret Leibovic
b4cf1a50f5
Bug 824148 - [KEYBOARD] Input type=range should bring up the number keyboard. r=ttaubert
2013-01-10 13:25:30 +01:00
Andrea Marchesini
7562bbdc99
Bug 823974 - Permission requests from browser elements should be denied if unknown/denied for the container app, r=sicking, a=bb+
2013-01-10 14:56:45 +01:00
Dave Hylands
062761000b
Bug 785124 - Pt 6 - Fix JS code that was failing xpcshell tests. r=marshall_law
2013-01-10 14:46:39 +01:00
Dave Hylands
910cba180d
Bug 785124 - Pt 2 - JS changes to updater to allow storing update.mar to sdcard. r=marshall_law
...
From 93958fee051e9355930edba538eabeb91f4b442d Mon Sep 17 00:00:00 2001
sdcard and lock sdcard while in use
---
b2g/components/DirectoryProvider.js | 154 ++++++++++++++++++++++++++---
b2g/components/UpdatePrompt.js | 16 ++-
toolkit/mozapps/update/nsUpdateService.js | 124 ++++++++++++++++++++++-
3 files changed, 276 insertions(+), 18 deletions(-)
* * *
Fix log stmt
2012-12-14 16:05:39 -08:00
Jed Parsons
0ae29d94ea
Bug 823751 - When persona login in the Trusty UI is canceled, fire the RP's oncancel() callback; r=benadida, a=bb+
2013-01-10 09:56:10 +01:00
Alexandre Poirot
347c1b9aeb
Bug 813797 - Completely remove apps developer mode (dom.mozApps.dev_mode) in release builds. r=fabrice
2013-01-09 17:34:13 -05:00
Ben Turner
ed7ee2c712
Bug 827740 - Deny requests for more indexedDB quota from content. r=fabrice
2013-01-09 08:24:56 -08:00
Mounir Lamouri
6393630aee
Bug 777283 - Adds <input type='time'> behind "dom.experimental_forms" pref. r=smaug
2013-01-08 17:10:00 +00:00
Fabrice Desré
9c45d42b65
Bug 799151 - Display a prompt to allow remote debugging connections in Firefox OS r=vingtetun
2013-01-08 09:08:00 +02:00
Gregor Wagner
e21aa627d7
Bug 828209 - Remember my choice default for certified apps for PROMPT_ACTION WebAPIs is incorrect. r=mounir
2013-01-09 13:43:15 +01:00
Andrea Marchesini
2b223b56af
Bug 825674 - Installed apps do not get affected by the hardware volume control, r=sicking
2013-01-09 08:18:16 +01:00
David Flanagan
66fa2040ba
Bug 825698 - Move YouTube query code from chrome to content. r=jdm
...
DONTBUILD
2013-01-07 12:55:31 -08:00
Ryan VanderMeulen
25cff0e359
Backed out changeset d30114b63097 (bug 825698) for landing with the wrong bug number.
2013-01-08 19:47:31 -05:00
David Flanagan
7f6d8e06ea
Bug 625698 - Move YouTube query code from chrome to content. r=jdm
2013-01-07 12:55:31 -08:00
Marshall Culpepper
4fffdc3187
Bug 817821: Part 1 - Communicate update download events better to Gaia. r=fabrice
2013-01-08 17:13:32 +01:00
Gregor Wagner
906d6ab0dd
Bug 824421 - Cannot request access to the desktop notification webapi in the browser - no permission prompt is seen, webapi can't be used. r=sicking
2013-01-08 16:47:16 +01:00
Gian-Carlo Pascutto
351d6de093
Bug 825891 - Remove the code for per-client randomization in the url-classifier. r=dcamp
2013-01-08 16:43:33 +01:00
Phil Ringnalda
ed9b0b2817
Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests
2013-01-07 22:59:32 -08:00