Michael Wu
0cac9879e7
Bug 831624 - Use fb/gralloc to render boot animation, r=cjones,joe,glennrp
2013-01-24 21:18:30 -08:00
Dave Hylands
401e69ea54
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
6bc93ea756
Back out 2692ef57acaa (bug 789358) for causing bug 834883
2013-01-25 14:38:30 -08:00
Dave Hylands
6e3249f4f9
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
eccfc8c615
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
1b60f876ab
Bug 789358 - Re-enable click target fluffing in B2G [r=cjones]
2013-01-24 06:53:55 -08:00
Nick Thomas
757574a538
Bug 834298, update kernel for otoro, r=mwu
2013-01-25 14:28:53 +13:00
Nick Thomas
58f4da1341
Bug 834295, update kernel for unagi, r=mwu
2013-01-25 14:28:38 +13:00
Nick Thomas
f50fec26ef
Bug 833410, update unagi snapshot, r=Callek
2013-01-25 09:32:13 +13:00
Fernando Jiménez
ac17d44f05
Bug 833392 - Send RP ID within mozChromeEvents; r=jparsons
2013-01-23 21:10:38 +01:00
Justin Lebar
cee0840c57
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
ff8945e8f3
Merge m-c to inbound.
2013-01-24 07:09:10 -05:00
Mike Hommey
2434030c1f
Bug 780561 - Remove now unused bits of the packaging scripts. r=ted
2013-01-23 11:23:15 +01:00
Mike Hommey
5ad44af9bd
Bug 780561 - Use new packager code for packaging (packager.mk) r=ted
2013-01-23 11:23:15 +01:00
Ehsan Akhgari
4babd6d50d
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
5f2940cc29
Bug 833096: Update b2g panda snapshot. a=nonlibxul, r=catlee, DONTBUILD
2013-01-22 09:41:07 -05:00
Mounir Lamouri
e143c49152
Bug 801635 - Disable <input type='file'> for B2G. r=sicking
2013-01-21 10:48:48 +00:00
L. David Baron
89aa6b3b19
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
276e9a54d3
Merge mozilla-central into mozilla-inbound
2013-01-22 12:50:50 -05:00
Fernando Jiménez
ef4672503c
Bug 832951 - [WebPayment] Expose DOMRequest ID within mozChromeEvents; r=fabrice, a=nonlibxul
2013-01-22 12:29:54 +01:00
Ryan VanderMeulen
ecb5e3e307
Merge m-c to inbound.
2013-01-17 21:21:24 -05:00
Fabrice Desré
65bb9862c6
Bug 832104 - Don't report CSS errors in production builds r=cjones
2013-01-17 18:08:26 -08:00
Fabrice Desré
f28b7658e2
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
aa08e0a6c0
Bug 831393 - send manifestURL in the desktop-notification event. r=vingtetun. a=lsblakk
2013-01-16 19:22:28 +01:00
Marco Chen
a8b6e7b1cd
Bug 830611 - [Audio] Add dom_audioagent.xpt into package-manifest.in. r=roc
2013-01-17 16:18:22 +08:00
Doug Turner
244459f18c
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
e6e412ecfc
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
1c88865c77
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
7be8f66a54
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
9036a0e047
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
5218add07b
Merge m-c to inbound.
2013-01-14 20:14:58 -05:00
Chris AtLee
6dc67e5cd7
Bug 830371: Put the kernel in the right place. r=nthomas DONTBUILD
2013-01-14 15:59:09 -05:00
Andrea Marchesini
806c76d9f1
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
30ae94b71e
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
d1baa13edc
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
d190bd2570
Bug 829633 - dbg-webapps-actors.js redeclares Cu and friends; r=fabrice
2013-01-11 19:04:23 +02:00
Fabrice Desré
b20126c6cd
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
f7f76c6caa
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
69fa838f1a
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
d00714acc0
Backout 8461f75fd62b (bug 809949) for breaking the build on a CLOSED TREE
2013-01-11 11:52:35 +00:00
Justin Lebar
78313ad8ef
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
620c8a55dd
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
1af6f59c67
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
b786539327
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
050625e1d4
Bug 830252 - Update the emulator used in b2g tests, r=aki
2013-01-14 13:11:20 -08:00
Marshall Culpepper
1430f80313
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
cd64937ac7
Bug 761135 - Remove XPCOMGlueShutdown. r=benjamin
2013-01-07 16:19:39 -05:00
Panos Astithas
b66143e6bf
Bug 784824 - support for remote debugging of b2g desktop builds; r=fabrice
2013-01-10 13:00:32 +02:00
Fabrice Desré
6691260f64
Bug 828863 - followup, forgotten typo r=past
2013-01-10 07:57:10 -08:00
Fabrice Desré
6882d62977
Bug 828863 - Add a remote debugger actor to install apps r=past
2013-01-10 07:38:51 -08:00