Jed Parsons
9149c0c3de
Bug 839500 - Close system persona iframe when not in use. r=fabrice, r=benadida
2013-03-14 15:19:34 -04:00
Fernando Jiménez
ae7e3b532a
Bug 843309 - paymentSuccess sometimes does not appear in scope (payment window does not close); r=fabrice
2013-03-14 09:58:34 +01:00
Fabrice Desré
b74d60416d
Bug 848615 - B2G: IPC's nsStringBuffer leak r=bent
2013-03-13 22:55:25 -07:00
Rail Aliiev
37f3aaddd4
Bug 848978 - Please generate a new Otoro, Unagi, Pandaboard and Emulator snapshot for Master branch. r=hwine
2013-03-13 18:41:35 -04:00
Gregory Szorc
de55b5242b
Merge mozilla-central into build-system
...
dom/interfaces/svg/Makefile.in and dom/media/Makefile.in had merge
conflicts. They were resolved by hand. The former needed 2 IDLs removed.
The latter had a context conflict for EXPORTS_NAMESPACES.
2013-03-12 13:04:55 -07:00
Gregory Szorc
c865547d94
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
...
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Yuan Xulei
1e1680f215
Bug 848660 - Fix Gaia selector. r=fabrice
2013-03-08 23:14:16 -05:00
Sotaro Ikeda
7a5c5818bc
Bug 803471 - Part 1b - change Makefile.in for Enable Binder ThreadPool. r=cjones
2013-03-08 14:43:32 -05:00
Sotaro Ikeda
12c26d0257
Bug 803471 - Part 1a - Enable Binder ThreadPool. r=mwu
2013-03-08 14:43:32 -05:00
Brian Smith
13bcb99fd4
bug 750421 - remove unnecessary nsIBadCertListener2 and nsISSLErrorListener implementations r=mayhemer r=mounir r=dolske
2013-03-06 11:25:03 -08:00
Kan-Ru Chen (陳侃如)
756ad8cb13
Bug 838547 - We are only interested to the pagehide event from the root document. r=smaug
2013-03-07 08:35:38 -05:00
Gregory Szorc
7b6f9c7add
Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium
...
XPIDL_MODULE defaults to MODULE. These Makefile.in were setting
XPIDL_MODULE to the same value as MODULE.
--HG--
extra : rebase_source : e96bd34d5949d0ab94cecbec35d6c9f4bffec01e
2013-03-07 05:03:51 -08:00
Rail Aliiev
310f7ce17b
Bug 848341 - Regenerate unagi/otoro snapshots for mozilla-central. r=armenzg
2013-03-06 12:10:07 -05:00
Edgar Chen
c486a8cc07
Bug 828307 - Part 6: Save lastKnownMcc as string type. r=vyang
2013-03-04 10:38:17 +08:00
Gregor Wagner
0c1a0cb7ce
Bug 842217 - Contacts list swipe and pan gets stuck because of frequent GCs. r=billm
2013-03-05 11:08:44 -08:00
James Lal
3c58501611
Bug 840268 - Fix --runapp CLI, r=fabrice
2013-03-04 10:38:00 -08:00
Raymond Lee
b6c2c37151
Bug 840682 - Use HTTPS instead of HTTP in the links to crash reports in about:crashes. r=gavin
2013-03-04 15:11:21 +08:00
Gene Lian
3fd091d44a
Bug 844429 - B2G SMS & MMS: move SMS codes into dom/mobilemessage to make it generic for MMS. r=vicamo
...
--HG--
rename : dom/sms/interfaces/nsIDOMMozSmsEvent.idl => dom/mobilemessage/interfaces/nsIDOMMozSmsEvent.idl
rename : dom/sms/interfaces/nsIDOMMozSmsMessage.idl => dom/mobilemessage/interfaces/nsIDOMMozSmsMessage.idl
rename : dom/sms/interfaces/nsIDOMNavigatorSms.idl => dom/mobilemessage/interfaces/nsIDOMNavigatorSms.idl
rename : dom/sms/interfaces/nsIDOMSmsCursor.idl => dom/mobilemessage/interfaces/nsIDOMSmsCursor.idl
rename : dom/sms/interfaces/nsIDOMSmsFilter.idl => dom/mobilemessage/interfaces/nsIDOMSmsFilter.idl
rename : dom/sms/interfaces/nsIDOMSmsManager.idl => dom/mobilemessage/interfaces/nsIDOMSmsManager.idl
rename : dom/sms/interfaces/nsIDOMSmsRequest.idl => dom/mobilemessage/interfaces/nsIDOMSmsRequest.idl
rename : dom/sms/interfaces/nsIDOMSmsSegmentInfo.idl => dom/mobilemessage/interfaces/nsIDOMSmsSegmentInfo.idl
rename : dom/sms/interfaces/nsISmsRequest.idl => dom/mobilemessage/interfaces/nsISmsRequest.idl
rename : dom/sms/interfaces/nsISmsService.idl => dom/mobilemessage/interfaces/nsISmsService.idl
rename : dom/sms/src/Constants.cpp => dom/mobilemessage/src/Constants.cpp
rename : dom/sms/src/Constants.h => dom/mobilemessage/src/Constants.h
rename : dom/sms/src/SmsCursor.cpp => dom/mobilemessage/src/SmsCursor.cpp
rename : dom/sms/src/SmsCursor.h => dom/mobilemessage/src/SmsCursor.h
rename : dom/sms/src/SmsFilter.cpp => dom/mobilemessage/src/SmsFilter.cpp
rename : dom/sms/src/SmsFilter.h => dom/mobilemessage/src/SmsFilter.h
rename : dom/sms/src/SmsManager.cpp => dom/mobilemessage/src/SmsManager.cpp
rename : dom/sms/src/SmsManager.h => dom/mobilemessage/src/SmsManager.h
rename : dom/sms/src/SmsMessage.cpp => dom/mobilemessage/src/SmsMessage.cpp
rename : dom/sms/src/SmsMessage.h => dom/mobilemessage/src/SmsMessage.h
rename : dom/sms/src/SmsRequest.cpp => dom/mobilemessage/src/SmsRequest.cpp
rename : dom/sms/src/SmsRequest.h => dom/mobilemessage/src/SmsRequest.h
rename : dom/sms/src/SmsSegmentInfo.cpp => dom/mobilemessage/src/SmsSegmentInfo.cpp
rename : dom/sms/src/SmsSegmentInfo.h => dom/mobilemessage/src/SmsSegmentInfo.h
rename : dom/sms/src/SmsServicesFactory.cpp => dom/mobilemessage/src/SmsServicesFactory.cpp
rename : dom/sms/src/SmsServicesFactory.h => dom/mobilemessage/src/SmsServicesFactory.h
rename : dom/sms/src/Types.h => dom/mobilemessage/src/Types.h
rename : dom/sms/src/android/SmsService.cpp => dom/mobilemessage/src/android/SmsService.cpp
rename : dom/sms/src/android/SmsService.h => dom/mobilemessage/src/android/SmsService.h
rename : dom/sms/src/fallback/SmsService.cpp => dom/mobilemessage/src/fallback/SmsService.cpp
rename : dom/sms/src/fallback/SmsService.h => dom/mobilemessage/src/fallback/SmsService.h
rename : dom/sms/src/ipc/PSms.ipdl => dom/mobilemessage/src/ipc/PSms.ipdl
rename : dom/sms/src/ipc/PSmsRequest.ipdl => dom/mobilemessage/src/ipc/PSmsRequest.ipdl
rename : dom/sms/src/ipc/SmsChild.cpp => dom/mobilemessage/src/ipc/SmsChild.cpp
rename : dom/sms/src/ipc/SmsChild.h => dom/mobilemessage/src/ipc/SmsChild.h
rename : dom/sms/src/ipc/SmsIPCService.cpp => dom/mobilemessage/src/ipc/SmsIPCService.cpp
rename : dom/sms/src/ipc/SmsIPCService.h => dom/mobilemessage/src/ipc/SmsIPCService.h
rename : dom/sms/src/ipc/SmsParent.cpp => dom/mobilemessage/src/ipc/SmsParent.cpp
rename : dom/sms/src/ipc/SmsParent.h => dom/mobilemessage/src/ipc/SmsParent.h
rename : dom/sms/src/ipc/SmsTypes.ipdlh => dom/mobilemessage/src/ipc/SmsTypes.ipdlh
rename : dom/sms/src/ipc/ipdl.mk => dom/mobilemessage/src/ipc/ipdl.mk
rename : dom/sms/src/ril/SmsService.cpp => dom/mobilemessage/src/ril/SmsService.cpp
rename : dom/sms/src/ril/SmsService.h => dom/mobilemessage/src/ril/SmsService.h
rename : dom/sms/tests/Makefile.in => dom/mobilemessage/tests/Makefile.in
rename : dom/sms/tests/marionette/manifest.ini => dom/mobilemessage/tests/marionette/manifest.ini
rename : dom/sms/tests/marionette/test_between_emulators.py => dom/mobilemessage/tests/marionette/test_between_emulators.py
rename : dom/sms/tests/marionette/test_bug814761.js => dom/mobilemessage/tests/marionette/test_bug814761.js
rename : dom/sms/tests/marionette/test_emulator_loopback.js => dom/mobilemessage/tests/marionette/test_emulator_loopback.js
rename : dom/sms/tests/marionette/test_filter_date.js => dom/mobilemessage/tests/marionette/test_filter_date.js
rename : dom/sms/tests/marionette/test_filter_date_notfound.js => dom/mobilemessage/tests/marionette/test_filter_date_notfound.js
rename : dom/sms/tests/marionette/test_filter_mixed.js => dom/mobilemessage/tests/marionette/test_filter_mixed.js
rename : dom/sms/tests/marionette/test_filter_number_multiple.js => dom/mobilemessage/tests/marionette/test_filter_number_multiple.js
rename : dom/sms/tests/marionette/test_filter_number_single.js => dom/mobilemessage/tests/marionette/test_filter_number_single.js
rename : dom/sms/tests/marionette/test_filter_read.js => dom/mobilemessage/tests/marionette/test_filter_read.js
rename : dom/sms/tests/marionette/test_filter_received.js => dom/mobilemessage/tests/marionette/test_filter_received.js
rename : dom/sms/tests/marionette/test_filter_sent.js => dom/mobilemessage/tests/marionette/test_filter_sent.js
rename : dom/sms/tests/marionette/test_filter_unread.js => dom/mobilemessage/tests/marionette/test_filter_unread.js
rename : dom/sms/tests/marionette/test_getmessage.js => dom/mobilemessage/tests/marionette/test_getmessage.js
rename : dom/sms/tests/marionette/test_getmessage_notfound.js => dom/mobilemessage/tests/marionette/test_getmessage_notfound.js
rename : dom/sms/tests/marionette/test_getmessages.js => dom/mobilemessage/tests/marionette/test_getmessages.js
rename : dom/sms/tests/marionette/test_incoming.js => dom/mobilemessage/tests/marionette/test_incoming.js
rename : dom/sms/tests/marionette/test_incoming_delete.js => dom/mobilemessage/tests/marionette/test_incoming_delete.js
rename : dom/sms/tests/marionette/test_incoming_max_segments.js => dom/mobilemessage/tests/marionette/test_incoming_max_segments.js
rename : dom/sms/tests/marionette/test_incoming_multipart.js => dom/mobilemessage/tests/marionette/test_incoming_multipart.js
rename : dom/sms/tests/marionette/test_mark_msg_read.js => dom/mobilemessage/tests/marionette/test_mark_msg_read.js
rename : dom/sms/tests/marionette/test_mark_msg_read_error.js => dom/mobilemessage/tests/marionette/test_mark_msg_read_error.js
rename : dom/sms/tests/marionette/test_message_classes.js => dom/mobilemessage/tests/marionette/test_message_classes.js
rename : dom/sms/tests/marionette/test_outgoing.js => dom/mobilemessage/tests/marionette/test_outgoing.js
rename : dom/sms/tests/marionette/test_outgoing_delete.js => dom/mobilemessage/tests/marionette/test_outgoing_delete.js
rename : dom/sms/tests/marionette/test_outgoing_max_segments.js => dom/mobilemessage/tests/marionette/test_outgoing_max_segments.js
rename : dom/sms/tests/marionette/test_segment_info.js => dom/mobilemessage/tests/marionette/test_segment_info.js
rename : dom/sms/tests/marionette/test_strict_7bit_encoding.js => dom/mobilemessage/tests/marionette/test_strict_7bit_encoding.js
rename : dom/sms/tests/moz.build => dom/mobilemessage/tests/moz.build
rename : dom/sms/tests/test_sms_basics.html => dom/mobilemessage/tests/test_sms_basics.html
rename : dom/sms/tests/test_smsdatabaseservice.xul => dom/mobilemessage/tests/test_smsdatabaseservice.xul
rename : dom/sms/tests/test_smsfilter.html => dom/mobilemessage/tests/test_smsfilter.html
rename : dom/sms/tests/test_smsservice_createsmsmessage.js => dom/mobilemessage/tests/test_smsservice_createsmsmessage.js
rename : dom/sms/tests/xpcshell.ini => dom/mobilemessage/tests/xpcshell.ini
2013-03-01 16:38:47 +08:00
Fabrice Desré
eb4c1e1779
Bug 842725 - install to device via b2gremote throws "appInfo is null" r=ferjm
2013-02-28 11:22:31 -08:00
Olli Pettay
e594545631
Bug 845631 - Remove nsXMLHttpProgressEvent, r=sicking
...
--HG--
extra : rebase_source : e5c6e80fbb656782bfe0f530c778cda9d9f97f0f
2013-02-28 20:53:04 +02:00
Ms2ger
8fedd090cc
Merge m-i to b-s.
2013-02-28 14:46:10 +01:00
Gregory Szorc
26c3b82fb1
Bug 784841 - Part 20: Fixes to support building external projects; r=glandium
...
This is extremely hacky. It will likely need many refinements as we
figure out how we want external projects to be handled.
2013-02-28 12:56:40 +01:00
Gregory Szorc
0c8ee65118
Merge mozilla-central into build-system
...
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Ms2ger
aea301eee3
Merge m-c to b-s.
2013-02-26 19:09:25 +01:00
Gregory Szorc
bbaccdd804
Bug 784841 - Part 19: Remove allmakefiles.sh and friends; r=ted
2013-02-25 14:09:16 -08:00
Gregory Szorc
6ed07eef47
Bug 784841 - Part 18b: Convert /b2g; r=ted f=Ms2ger
2013-02-25 12:47:17 -08:00
Chia-hung Tai
e07370ca5d
Bug 810067 - Support automatic/manual/never retrieval modes. r=vyang
2013-02-25 14:08:23 +08:00
Timothy Nikkel
a82d679a61
Bug 689623. Part 13. Disable image visibility pass on mobile and b2g. r=mats
2013-02-24 18:59:24 -06:00
Michael Schwartz
b0452910a3
Bug 846065 - Adjust low memory killer parameters so that we will keep a larger file cache. r=jlebar
2013-02-19 11:57:59 -08:00
Aki Sasaki
a79ce58077
bug 841935 - add java-1.6.0-openjdk-devel to otoro+unagi mock_packages. r=catlee
2013-02-23 19:54:32 -08:00
Yuan Xulei
a451da1cff
Bug 818893 - Get caret position of the contenteditable r=djf
2013-01-01 19:26:49 +08:00
Rail Aliiev
8e0d30baca
Bug 837019 - update mozilla-central gonk snapshot (otoro). r=hwine
2013-02-26 11:55:44 -05:00
Rail Aliiev
102ca6d742
Bug 837019 - update mozilla-central gonk snapshot (unagi & panda). r=hwine
2013-02-26 11:55:06 -05:00
Dave Hylands
3af43ce51b
Bug 842890 - Fix logic error which made applying updates Later fail. r=marshall_law
...
--HG--
extra : rebase_source : 3438ba6459d063664b3a78517807ccf34214d952
2013-02-22 16:57:10 -06:00
Ehsan Akhgari
b0a062d05b
Bug 845063 - Remove the dummy global private browsing service; r=jdm
2013-02-25 17:57:28 -05:00
Ehsan Akhgari
f6ebf6b2d6
Backed out changeset 30f7cbdcc2a1 (bug 845063) because of build bustage on a CLOSED TREE
2013-02-25 22:32:50 -05:00
Marshall Culpepper
0c5e954231
Bug 833708: Correctly set the active update's errorCode when there isn't enough space in Gonk. r=dhylands
2013-02-25 21:11:14 -06:00
Ehsan Akhgari
b06a2b09b4
Bug 845063 - Remove the dummy global private browsing service; r=jdm
...
--HG--
extra : rebase_source : 400d1240f8cb016d4183c64cab353a753b3fe74d
2013-02-25 17:57:28 -05:00
Shih-Chiang Chien
418c3fc9d7
Bug 835260 - Need B2G version number for composing update URL. r=marshall_law
2013-02-25 20:44:12 -05:00
Fabrice Desré
39827264ac
Bug 843802 - Don't accept an appType parameter when sideloading apps. r=ferjm
2013-02-22 09:42:34 -08:00
Jonathan Griffin
e524000933
Backout ac4a74c8e510 for bustage, bug 843631, on a CLOSED TREE
2013-02-21 16:58:14 -08:00
Jonathan Griffin
42fab6e49a
Bug 843631 - Update emulator for bug 843614, r=rail
2013-02-21 13:13:29 -08:00
Panos Astithas
d0ef2623a7
Bug 818385 - Support chrome debugging in Firefox OS; r=fabrice
2013-02-20 21:32:49 +02:00
Jonathan Griffin
d90e9fedde
Bug 841836 - Update emulator for bug 716859, r=callek
2013-02-19 18:05:16 -08:00
Ryan VanderMeulen
dcb992f562
Backed out changeset b46c006a7696 (bug 716859) and changeset 6a14e4c15aa6 (bug 841836) for B2G test failures on a CLOSED TREE.
2013-02-20 10:01:20 -05:00
Jonathan Griffin
632682ff55
Bug 841836 - Update emulator for bug 716859, r=callek
...
--HG--
extra : rebase_source : c75cfa94dda664e52aedbee31227b5ed05ba4dd3
2013-02-19 18:05:16 -08:00
Lukas Blakk
96a4d23df2
Merging in version bump NO BUG CLOSED TREE
2013-02-19 09:35:19 -08:00
David Dahl
e04136004d
Bug 683262 - window.crypto throws if MOZ_DISABLE_DOMCRYPTO is turned on - window.crypto patch - r=jst
...
--HG--
rename : dom/interfaces/base/nsIDOMCrypto.idl => dom/interfaces/base/nsIDOMCryptoLegacy.idl
2013-02-16 22:43:16 -06:00
Fabrice Desré
c1b6529a8c
Bug 842100 - Restore the virtual keyboard in desktop builds r=cjones
2013-02-16 18:58:00 -08:00
Phil Ringnalda
c71c586441
Back out 236ba87c0a9f (bug 440046) and d3b7606d94a6:895a7efc978d (bug 683262) for b2g mochitest failures
2013-02-15 23:33:45 -08:00
Phil Ringnalda
43e64f47dc
Backout 727072808d9f (bug 841836) for b2g mochitest-1 failures
...
--HG--
extra : rebase_source : 895209557393923f4be09c7418b044871cbb6a20
2013-02-15 21:57:05 -08:00
David Dahl
a29fc61d9f
Bug 683262 - window.crypto throws if MOZ_DISABLE_DOMCRYPTO is turned on - window.crypto patch r=jst
...
--HG--
rename : dom/interfaces/base/nsIDOMCrypto.idl => dom/interfaces/base/nsIDOMCryptoLegacy.idl
2013-02-15 23:34:15 -06:00
Shih-Chiang Chien
3f2dfe58f2
Bug 841243 - Followup fix for the captive portal changes, r=fabrice a=shira+
2013-02-15 14:26:58 -08:00
Shih-Chiang Chien
011a0868cd
Bug 752982 - Part 1, implement captive portal detection service. r=thinker,dolske rs=dolske a=shira.
2013-02-15 23:41:35 +08:00
Joey Armstrong
fa3323d7f6
bug 746277: replace hg commands with functions
2013-02-15 17:00:12 -05:00
Scott Johnson
ff010dc7eb
Bug 840331: Rev IID of B2GKeyboard interface. [r=bsmedberg]
2013-02-14 16:26:38 -06:00
Jonathan Griffin
8b823e7363
Bug 841836 - Update emulator, r=armenzg
2013-02-15 13:14:50 -08:00
Fabrice Desré
62cf0afe0b
Bug 838308 - mozKeyboard should require a permission to use r=vingtetun a=tef+
2013-02-15 12:35:18 -08:00
Gregor Wagner
4ac069736b
Bug 752982: Backout c144a6760459 on CLOSED TREE
2013-02-14 20:10:16 -08:00
Fabrice Desré
880d0714b0
Bug 752982 - Part 1, implement captive portal detection service. r=thinker,dolske rs=dolske a=shira.
2012-09-15 11:37:53 +08:00
Justin Lebar
d1ce700b5e
Bug 836654 - Part 8: Inform the mozbrowser embedder when we're opening a frame that we expect to send a system message to. r=cjones
2013-02-14 15:41:30 -05:00
Justin Lebar
1ed9b7bade
Bug 836654 - Part 7: Hold a CPU wake lock while a "critical" process that's expecting a system message loads. r=cjones,fabrice
2013-02-14 15:41:30 -05:00
Justin Lebar
4f1627e9e7
Bug 836654 - Part 6: If a process is "critical" and holds the "cpu" or "high-priority" wake lock, give it priority FOREGROUND_HIGH. r=cjones
2013-02-14 15:41:30 -05:00
Justin Lebar
2810c72632
Bug 836654 - Part 2: Add PROCESS_PRIORITY_FOREGROUND_HIGH. r=cjones
2013-02-14 15:41:30 -05:00
Ed Morley
606424254e
Backed out changeset 235887eecb56 (bug 836654)
2013-02-14 10:02:46 +00:00
Ed Morley
96f0163d6e
Backed out changeset 693868d079cd (bug 836654)
2013-02-14 10:02:35 +00:00
Ed Morley
8d3e1b8cde
Backed out changeset ef4884e40bb4 (bug 836654)
2013-02-14 10:02:32 +00:00
Ed Morley
c3e9fd00ef
Backed out changeset f951099c6a3c (bug 836654)
2013-02-14 10:02:29 +00:00
Justin Lebar
f230a181d2
Bug 836654 - Part 8: Inform the mozbrowser embedder when we're opening a frame that we expect to send a system message to. r=cjones
2013-02-14 02:26:44 -05:00
Justin Lebar
8cf00da75f
Bug 836654 - Part 7: Hold a CPU wake lock while a "critical" process that's expecting a system message loads. r=cjones,fabrice
2013-02-14 02:26:44 -05:00
Justin Lebar
7581548ce1
Bug 836654 - Part 6: If a process is "critical" and holds the "cpu" or "high-priority" wake lock, give it priority FOREGROUND_HIGH. r=cjones
2013-02-14 02:26:44 -05:00
Justin Lebar
adef86c814
Bug 836654 - Part 2: Add PROCESS_PRIORITY_FOREGROUND_HIGH. r=cjones
2013-02-14 02:26:43 -05:00
Trevor Saunders
8a1ade07de
bug 648267 - remove nsIWinAccessNode r=surkov
2013-01-09 06:34:39 -05:00
Vivien Nicolas
8cb536206d
Bug 839473 - Return early in form.js for non editable content r=fabrice
2013-02-12 16:31:08 -08:00
Gabriele Svelto
cdb3f81e9b
Bug 820438 - Immediately apply changes in maximum script runtime to make them visible in content processes. r=jst
2013-01-31 18:23:50 +01:00
Ryan VanderMeulen
57dcf876ff
Backout 35d48d9d80d5 (bug 752982) for landing without proper review.
2013-02-11 14:33:27 -05:00
Patrick Wang
10d62ecadf
Bug 769178 - Add error page for about:certerror. r=fabrice
2013-02-08 12:08:52 +08:00
Julien Wajsberg
4009849a73
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 (陳侃如)
eab6f83115
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
481f9ea73f
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
4275dc0291
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)
a63928cdfc
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
68371c687a
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
6b4ea058b9
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
c5e6583de2
Bug 780793 - Part 1: Add mozChormeEvent/mozContentEvent for captive portal login. r=timdream
2012-11-15 11:26:30 +08:00
Shih-Chiang Chien
eede229339
Bug 752982 - Part 1: Implement captive portal detection service. r=thinker
2012-09-15 11:37:53 +08:00
Chris Jones
f71a3eb305
Bug 835584: Precompile forms.js and preload UserAgentOverrides.jsm. r=fabrice
2013-02-05 18:27:52 -08:00
Aki Sasaki
9e272bead6
bug 838261 - add download-panda.tar.bz2 to panda builds. r=catlee
2013-02-05 14:39:26 -08:00
Edgar Chen
b7ad5bfe74
Bug 836644 - Update emulator for b2g tests. r=aki
2013-02-04 16:15:37 +08:00
David Flanagan
b5e9218ecf
Bug 834931 - Add fullscreen buttons to video controls. r=mleibovic, a=tef+
2013-02-05 10:05:36 -08:00
Aki Sasaki
f9fc38dc4a
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
b390960218
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
69273e44a0
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
f749d57c57
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)
0938b96ba6
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
d05ec351a4
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
7c9873feef
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
ca98a34577
bug 834789 - gaia-nightly -> gaia-central. r=catlee
...
--HG--
extra : rebase_source : ea5a7b9bd9b53e9f8a6c7d7b38ed1cde28baa4d1
2013-02-01 10:47:45 -08:00
Dave Hylands
176f4d84b4
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
56d481443a
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
395197733f
Merge mozilla-cental into mozilla-inbound
2013-01-31 11:10:40 -05:00
Vivien Nicolas
f101f5b9d0
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é
2ff8b2cdfd
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
f790db8534
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
248c21cc05
Bug 831788. Specify upload_platform for B2G gaia-central builds. DONTBUILD. r=aki
2013-01-30 10:15:57 -05:00
Jonathan Griffin
3cc8d599cc
Bug 834080 - Set marionette.force-local=true for b2g desktop builds, r=mdas
2013-01-28 15:36:58 -08:00
Glenn Randers-Pehrson
4a9eb2d983
Bug 835015 - Specify unused chunks in boot animation png decoder, r=mwu
2013-01-28 14:35:20 -05:00
Glenn Randers-Pehrson
d2a308d49e
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
3f200030f7
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
0f0d04a754
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
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
Margaret Leibovic
e40b2a62f5
Bug 824148 - [KEYBOARD] Input type=range should bring up the number keyboard. r=ttaubert
2013-01-10 13:25:30 +01:00
Andrea Marchesini
7467f12154
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
9139c75270
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
914aeaf3fa
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
56eb53bf49
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
ec4b923e4f
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
1f9eab3973
Bug 827740 - Deny requests for more indexedDB quota from content. r=fabrice
2013-01-09 08:24:56 -08:00
Mounir Lamouri
a5c687b336
Bug 777283 - Adds <input type='time'> behind "dom.experimental_forms" pref. r=smaug
2013-01-08 17:10:00 +00:00
Fabrice Desré
9bfe75c61c
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
b4cc408427
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
f78b7dc440
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
320e25d2f3
Bug 825698 - Move YouTube query code from chrome to content. r=jdm
...
DONTBUILD
2013-01-07 12:55:31 -08:00
Ryan VanderMeulen
8d5a1d1584
Backed out changeset d30114b63097 (bug 825698) for landing with the wrong bug number.
2013-01-08 19:47:31 -05:00
David Flanagan
5d02d78e45
Bug 625698 - Move YouTube query code from chrome to content. r=jdm
2013-01-07 12:55:31 -08:00
Marshall Culpepper
3b9cf8d69c
Bug 817821: Part 1 - Communicate update download events better to Gaia. r=fabrice
2013-01-08 17:13:32 +01:00
Gregor Wagner
97fd1b2f9b
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
0da033e962
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
69566d191b
Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests
2013-01-07 22:59:32 -08:00
Ehsan Akhgari
5e42b191c3
Merge mozilla-central into mozilla-inbound
2013-01-07 18:23:31 -05:00
Alex Keybl
9fc46ad72d
Merging in version bump NO BUG
2013-01-07 12:31:33 -08:00
Josh Matthews
d16a56d46d
Bug 822551 - Initialize the user agent overrides in content process frames. r=dao,vingtetun
2013-01-07 17:47:01 +01:00
Ed Morley
4fd575f0c0
Merge mozilla-central to mozilla-inbound
2013-01-07 12:04:57 +00:00
Gregory Szorc
2420b2d8c2
Merge mozilla-central into services-central
...
--HG--
rename : browser/themes/gnomestripe/downloads/download-notification.png => browser/themes/gnomestripe/downloads/download-notification-start.png
rename : browser/themes/pinstripe/downloads/download-notification.png => browser/themes/pinstripe/downloads/download-notification-start.png
rename : browser/themes/winstripe/downloads/download-notification.png => browser/themes/winstripe/downloads/download-notification-start.png
2013-01-07 00:21:41 -08:00
Gregory Szorc
02e0479d7d
Bug 813287 - Move healthreport prefs into greprefs.js; r=rnewman
2013-01-06 16:15:51 -08:00
Phil Ringnalda
a5972c7b9b
Merge the last PGO-green inbound changeset to m-c
2013-01-05 15:57:15 -08:00
Chris Peterson ext:(%2C%20Shih-Chiang%20Chien%20%3Cschien%40mozilla.com%3E%20and%20Chris%20Jones%20%3Cjones.chris.g%40gmail.com%3E)
56e0349b73
Gecko work for bug 823619: Dispatch spec-compliant mouse events when touch events are available. r=cjones,jlebar,schien,vingtetun a=blocking-basecamp
...
This is a rollowup of the following patches
Bug 823619, part 1: Make TabChild dispatch spec-compliant compat mouse events. r=mwu
Bug 823619, part 2: Use touch event for scrolling if available. r=cjones,schien,vingtetun a=blocking-basecamp
2013-01-05 15:53:16 +01:00
Armen Zambrano Gasparnian
b0609459bf
Bug 826675 - Update B2G panda snapshot to include mozbase in gaia-tests.zip (bug 826372). DONTBUILD. r=jgriffin
2013-01-04 13:37:05 -05:00
Tim Taubert
cbadbe2897
Bug 820057 - Hide the keyboard on pagehide and submit events r=margaret a=blocking-basecamp
2013-01-07 12:09:50 +01:00
Kan-Ru Chen (陳侃如)
f34bb3f29c
Bug 793105 - Add a "backgroundPerceivable" class for audio-channel-content. r=jlebar,roc
2013-01-05 13:03:51 +08:00
Gregor Wagner
530668ebed
Bug 825840 - [build] Mac Gecko build an flash are broken. r=philikon
2013-01-04 14:30:28 -08:00
Mike Hommey
3f28481862
Bug 824330 - Build services/ during the platform tier and enable services in xulrunner. r=blassey,r=bsmedberg,r=gps
2013-01-04 15:56:20 +01:00
Ed Morley
bafc645f0f
Bug 811528 - Fix comment typo & whitespace; r=me DONTBUILD
2013-01-07 10:03:12 +00:00
Mike Hommey
165c251332
Backout changeset 6656cdc8b20d (bug 824330) because of android and b2g bustage on clobber builds
2013-01-04 17:14:33 +01:00
James Lal
f267e8833e
Bug 819598 - When opening keyboard, don't scrollIntoView() input elements that are already in view r=djf a=blocking-basecamp
2013-01-04 16:00:21 +01:00
Tim Taubert
845c486ed9
Bug 823645 - [B2G][Keyboard] Keyboard does not show for advanced HTML editors r=vingtetun a=blocking-basecamp
2013-01-04 16:00:21 +01:00
Mike Hommey
b78d8ead5b
Bug 824330 - Build services/ during the platform tier and enable services in xulrunner. r=blassey,r=bsmedberg,r=gps
2013-01-04 15:56:20 +01:00
Andrea Marchesini
d70f7ca23e
Bug 811026 - [Permissions] Grant a prompted permission for the duration of the session, r=sicking
2013-01-05 14:02:29 -08:00
Ehsan Akhgari
1fc28fc2a4
Merge mozilla-central into mozilla-inbound
2013-01-05 16:00:35 -05:00
Chris Jones
3b5768770c
Bug 823610: Make discarding GL contexts of foreground pages on memory pressure pref-able, and pref off for b2g. r=jgilbert,jlebar
2013-01-03 15:39:25 -08:00
Chris Jones
2115fe535b
Bug 808862: Lower context-menu hold delay to 750ms. r=vingtetun
2013-01-03 14:33:25 -08:00
Jed Parsons
9650f1ead3
Bug 811528 - Native identity needs to be preffed on in b2g. r=ferjm
2013-01-06 22:24:14 -05:00
Armen Zambrano Gasparnian
967f65ed4d
Bug 825259 - No working SUT agent on the b2g panda images - Add Negatus back to the nightly branch and update negatus snapshot used for panda builds. DONTBUILD. r=jgriffin
2013-01-03 13:20:25 -05:00
Marshall Culpepper
d7a1c91ffb
Bug 821412: Part 3 - Initial B2G update tests and smoketests. r=bbondy
2013-01-02 12:41:40 -06:00
David Flanagan
a7ac797593
Bug 821514 - fix YoutubeProtocolHandler.js to report errors, and also parse titles properly. r=dale a=blocking-basecamp+
2012-12-29 20:51:43 -08:00
Philipp von Weitershausen
5ca06b9430
Bug 820617 - Add a hook to make NetworkManager not manage offline status and use it in Marionette for B2G CI. r=jgriffin
2012-12-29 10:11:04 -08:00
Vivien Nicolas
77439a95ce
Bug 823004 - B2G STK: STK Set-Up idle mode doesn't work properly. r=etienne
2012-12-28 19:43:49 +01:00
Ryan VanderMeulen
6a1e3408c7
Merge m-c to inbound.
2012-12-28 12:57:30 -05:00
Raphael Catolino
9ac55077bf
Bug 769385 - Add type attribute date for <input> behind "dom.experimental_forms" pref. r=mounir
2012-12-27 16:06:53 +00:00
Marshall Culpepper
7bf0c9c466
Bug 821741: Load update prefs more dynamically to support automation in B2G. r=fabrice
...
--HG--
extra : rebase_source : ca7f9ef99fe96051d915ec5b8a87fb22a00d3d6d
2012-12-26 11:28:42 -06:00
Rafael Ávila de Espíndola
0801499899
Bug 823906 - Last clang update on the 3.2 branch. r=rail.
...
Update the manifests.
2012-12-24 09:54:37 -05:00
Jed Parsons (:jparsons)
bf807a48d5
Bug 823736 - include.js must stringify objects going to userland js. r=benadida
2012-12-23 10:59:43 -05:00
David Rajchenbach-Teller
08bee0811a
Bug 803165 - Add dom_system.xpt to Gonk installer. r=ted
2012-12-23 10:43:23 -05:00
Chris Jones
d5bc827666
Bug 824172: Re-enable strict file:// security, because yes we have wifi and installed apps now. r=sicking
2012-12-27 15:04:29 -08:00
Michael Wu
effe344f45
Bug 824090 - Fix gl config selection in boot animation, r=cjones
2012-12-22 13:01:07 -05:00
Gian-Carlo Pascutto
f194fd510a
Bug 823665 - Rename urlclassifier.confirm-age to max-complete-age. r=gcp
2012-12-21 08:48:30 +01:00
L. David Baron
6c36643293
Merge mozilla-inbound and mozilla-central.
2012-12-22 00:05:00 -05:00
Chris Jones
25748f517b
Backed out changeset 5aa4d9daa13c because it's about to fail some tests
...
--HG--
extra : rebase_source : c613246a6b37584df0174229e53849987847a159
2012-12-21 17:57:14 -08:00
Chris Jones
1423f07f5c
Bug 823962: Pref sending CSP reports off for b2g until bug 824170 is resolved. r=fabrice a=blocking-basecamp
2012-12-21 17:42:28 -08:00
Chris Peterson
950eb8db28
Backout 69b6541efafc, 8351e1baffcb, and ae4a7e6f0e0b (bug 766066) for regressions like bug 823832. r=regressions
2012-12-21 11:08:56 -08:00
Ed Morley
47e12d6a1f
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-20 21:05:33 +00:00
Armen Zambrano Gasparnian
fb8e6e0620
Bug 822444: Update the B2G panda snapshot to include marionette on gaia-tests.zip. DONTBUILD. r=aki
2012-12-20 15:34:24 -05:00
Armen Zambrano Gasparnian
216b15a7df
Bug 821398 - create new b2g snapshot for pandas to improve reliability. DONTBUILD. r=mdas
2012-12-20 11:24:23 -05:00
Ed Morley
c46531d501
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-19 19:30:22 +00:00
Panos Astithas
86b4184349
Merge m-c to fx-team
2012-12-19 10:03:48 +02:00
Justin Lebar
3a8354869f
Bug 821440 - Allow the B2G homescreen to run in the background with a decreased oom_score_adj compared to vanilla background apps. r=cjones
2012-12-18 21:37:35 -05:00
Mihai Sucan
11c5a3ad68
Bug 792062 - Make the tabNavigated notification reusable by the Web Console; r=past
2012-12-17 22:06:13 +02:00
Antonio M. Amaya
34fbbcbfb7
Bug 812289 - PermissionSettings doesn't enforce any restriction on permissions operations [r=sicking]
2012-12-15 02:32:30 +01:00
Gregor Wagner
54e7b9d874
Bug 823258 - Asking for a PROMPT_ACTION for a privileged API in a privileged packaged app - remember my choice default is incorrect. r=fabrice
2012-12-21 15:04:31 -08:00
Rafael Ávila de Espíndola
d95aabd129
Bug 822464 - Upgrade clang to 170377 in the 3.2 branch. r=rail.
...
Update the manifests.
--HG--
extra : rebase_source : 8d2c5cda95e14ecf71ddd15d2f1b030e1eb50932
2012-12-18 16:23:48 -05:00
Chris Peterson
1f7ba4cc13
Bug 766066 - Part 3: Open keyboard when user taps input element, not when panning. r=djf
...
--HG--
extra : rebase_source : 69db692037f659f47c5560b7d1f9c36179e1aa69
2012-12-19 11:49:25 -08:00
Chris Peterson
a30a7b800b
Bug 766066 - Part 2: Handle element focus and IME state separately. r=djf
...
--HG--
extra : rebase_source : 337546eaa5a10386bd05cc52e3af65ccdaf422fa
2012-12-19 11:49:23 -08:00
Chris Peterson
fbccaa7be4
Bug 766066 - Part 1: Remove "ime-enabled-state-changed" observer. r=djf
...
--HG--
extra : rebase_source : df8e30552aa17078141b878482702577fb15d70d
2012-12-19 11:49:18 -08:00
Chris Peterson
8add98892f
Bug 766066 - Part 0: Rename some B2G keyboard functions. r=djf
...
--HG--
extra : rebase_source : ab47fe3a390709b89c9bd15c6c273fbbcf4b9b8b
2012-12-18 15:10:18 -08:00
Richard Newman
387157b566
Bug 788894 - Pref off FHR for B2G. r=gps
2012-12-19 15:37:51 -08:00
Marshall Culpepper
749d8174a3
Bug 812584: Part 2 - Tweaks to update download retry prefs for B2G. r=fabrice
2012-12-17 17:23:14 -06:00
Ed Morley
defe36365f
Backout c56a4fcc3acc (bug 812289) for failures in test_permission_basics.html
2012-12-17 13:17:20 +00:00
Antonio M. Amaya
dd01d844fb
Bug 812289 - PermissionSettings doesn't enforce any restriction on permissions operations (edit); r=sicking
2012-12-15 02:32:30 +01:00
Alexandre Poirot
f05b1fc437
Bug 820443 - Disable slow script modal in b2g. r=vingtetun
2012-12-16 19:20:02 -05:00
Fabrice Desré
48606428f9
Bug 820196 - CSP slows down app startup by ~12% [r=geekboy]
2012-12-14 14:53:29 -08:00
Ed Morley
289bb2e7ae
Merge mozilla-central to mozilla-inbound
2012-12-21 11:41:08 +00:00
Chiajung Hung
a3797d3442
Bug 805939: Wait for shadow trees to update orientation before recompositing. r=cjones
2012-11-22 10:40:57 +08:00
Mark Hammond
e249240d97
Backout cf585138ff25 (bug 805939) for Windows build bustage on a CLOSED TREE
2012-12-21 15:30:02 +11:00
Chiajung Hung
2708f65d81
Bug 805939: Wait for shadow trees to update orientation before recompositing. r=cjones
2012-11-22 10:40:57 +08:00
Gregor Wagner
e705855918
Bug 814157 - Need additional security checks for the "desktop-notification" permission. r=fabrice
2012-12-20 11:06:42 -08:00
Hubert Figuière
a3f38a3a84
Bug 821498 - Make sure to always send the queued reports too. r=fabrice,margaret
...
--HG--
extra : rebase_source : 59a5f2fe7e0086131538cb66cb0d04e50dc32f5e
2012-12-25 15:06:13 -08:00
Brian Smith
9dcf1b156f
Bug 772365, Part 3: Add B2G-specific customizations to NSS certificate trust database with tests, r=rrelyea r=honzab
...
--HG--
rename : dom/tests/browser/browser_ConsoleStoragePBTest_perwindowpb.js => dom/tests/browser/browser_ConsoleStoragePBTest.js
rename : dom/tests/mochitest/localstorage/test_localStorageBasePrivateBrowsing_perwindowpb.html => dom/tests/mochitest/localstorage/test_localStorageBasePrivateBrowsing.html
rename : security/manager/ssl/tests/mochitest/browser/browser_bug627234_perwindowpb.js => security/manager/ssl/tests/unit/test_bug627234.js
extra : rebase_source : 2792b75d7ccccf80e9a23feed70c134dfcdfe00f
2012-12-10 07:17:29 -08:00
Chris AtLee
e48a919b04
Bug 821131: Update unagi kernel. r=mwu DONTBUILD because NPOTB (nightlies only)
2012-12-13 20:04:14 -05:00
Ed Morley
72deb1c273
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-13 15:55:31 +00:00
Ed Morley
8072524911
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-12 18:56:05 +00:00
Ben Hearsum
e10027b93b
bug 812833: Set up nightly multilocale B2G unagi builds for dev testing - set gecko l10n root in gecko configs. r=catlee. NPOTB so DONTBUILD
2012-12-12 10:21:41 -05:00