Ryan VanderMeulen
54da5d3668
Backout 35d48d9d80d5 (bug 752982) for landing without proper review.
2013-02-11 14:33:27 -05:00
Patrick Wang
33173b6671
Bug 769178 - Add error page for about:certerror. r=fabrice
2013-02-08 12:08:52 +08:00
Julien Wajsberg
2313a9ae99
Bug 836737 - Don't launch the app when we close a notification. r=vingtetun
2013-02-07 13:54:32 +01:00
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