Commit Graph

8398 Commits

Author SHA1 Message Date
Brian Nicholson
d4c29bd07e Bug 838398 - Make sure SyncType.onDestroy() is called when AboutHomePromoBox is removed. r=mfinkle
--HG--
rename : services/sync/tests/unit/test_utils_json.js => services/common/tests/unit/test_utils_json.js
extra : rebase_source : 4e9db7d7954d9138776bcfc1812764dcfa7bc989
2013-02-06 10:45:19 -08:00
Boris Zbarsky
b77f5718fe Bug 838518 part 2. Fix nodeiterator callers per the API change that was made. r=smaug 2013-02-06 14:22:33 +00:00
Lucas Rocha
4b683db5f1 Bug 820482 - Ensure pressed state is cancelled on any swipe (r=mfinkle) 2013-02-06 14:16:01 +00:00
Shih-Chiang Chien
44b814d158 Bug 752982 - Part 1: Implement captive portal detection service. r=thinker 2012-09-15 11:37:53 +08:00
Richard Newman
6c91d461b7 Bug 838464 - Define MOZ_BUILD_TIMESTAMP in Fennec Makefile.in. r=gps 2013-02-05 20:15:36 -08:00
Brian Nicholson
b7ebfb9f60 Bug 777639 - Part 4: Listen for removed downloads in about:downloads. r=wesj
--HG--
extra : rebase_source : c1f83dc5708f7b930e33e0644a19dffb86aa9be8
2013-02-05 16:08:10 -08:00
Brian Nicholson
7c1b9edcf4 Bug 777639 - Part 3: Add ability to delete downloaded files. r=mfinkle
--HG--
rename : mobile/android/chrome/content/sanitize.js => mobile/android/modules/Sanitizer.jsm
extra : rebase_source : c147efb303a2435823690ca70731b58e528fc6f1
2013-02-05 16:08:03 -08:00
Brian Nicholson
bb9552f980 Bug 777639 - Part 2: Move sanitize.js to Sanitizer.jsm. r=mfinkle
--HG--
rename : mobile/android/chrome/content/sanitize.js => mobile/android/modules/Sanitizer.jsm
extra : rebase_source : 09a198591376de7f652ce2e594fffca790eeb629
2013-02-05 16:08:02 -08:00
Brian Nicholson
8626817a51 Bug 777639 - Part 1: Remove unused code from Sanitizer. r=mfinkle
--HG--
rename : content/media/MediaStreamGraphImpl.h => content/media/MediaStreamGraph.cpp
rename : dom/voicemail/Makefile.in => dom/telephony/Makefile.in
rename : dom/voicemail/nsINavigatorVoicemail.idl => dom/telephony/nsIDOMNavigatorTelephony.idl
extra : rebase_source : 378be91fbad3d04e80f130bdcd26b2e4accd5340
2013-02-05 16:08:01 -08:00
Richard Newman
bc6bbfcb1e Bug 744981 - Part 1: share should share page title as well as URL. r=mfinkle 2013-02-05 12:55:26 -08:00
Richard Newman
c72d4391d6 Bug 744981 - Part 0: refactor GeckoAppShell.openUriExternal. r=mfinkle 2013-02-05 12:55:26 -08:00
Mark Finkle
d26a0d064d Bug 837142 - Regression: about:home promo banner swaps on device rotation r=wesj 2013-02-05 08:52:57 -05:00
Mark Finkle
2820602555 Bug 835399 - Remove use of promises in WebAppRT r=bnicholson 2013-02-05 08:48:15 -05:00
Mark Finkle
5a2bf508fe Bug 835399 - Rename isAppUpdate to startupStatus r=bnicholson 2013-02-05 08:48:13 -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
Kartikaya Gupta
c84a642d0b Bug 821224 - Remove a bitmap recycle that was causing crashes. r=cpeterson 2013-02-04 18:02:16 -05:00
Kartikaya Gupta
1d6d3381bf Bug 837816 - Clean up the startup lib-loading functions. r=cpeterson 2013-02-04 17:53:39 -05:00
Brian Nicholson
84b08b7baf Bug 837848 - Remove gecko property from handleGeckoMessage calls. r=mfinkle 2013-02-04 13:22:30 -08:00
Sriram Ramasubramanian
4751fc32c9 Bug 834525: Remove unnecessary log. [r=mfinkle] 2013-02-04 13:09:44 -08:00
Kartikaya Gupta
a9bcac6d58 Bug 837775 - Fix some UseValueOf lint warnings. r=bnicholson 2013-02-04 15:15:51 -05:00
Jim Chen
1a58b3e2b0 Bug 830557 - Fix startup crash by preloading class; r=gbrown 2013-02-04 14:59:14 -05:00
Brian Nicholson
00f726fe3d Bug 837373 - Check for valid favicon before scaling it. r=mfinkle 2013-02-04 11:08:10 -08:00
Shriram Kunchanapalli
ff1aaedd30 Bug 702796: IndexedDB prompt should auto-dismiss after a timeout [in native fennec]. r=mbrubeck 2013-02-02 22:59:16 +05:30
Paul Feher
65d797e7fd Bug 822256 - Robocop: Add test for System Pages feature. r=gbrown 2012-12-18 14:34:48 +02:00
Paul Feher
dc1d981a77 Bug 830755 - Robocop: Add test for 'Settings Menu Items' feature. r=gbrown 2013-01-16 12:34:54 +02:00
andreea.pod@softvision.ro
ba1616517c Bug 745041 - Robocop: Add test for Clear History. r=jmaher 2013-02-01 16:39:49 +02:00
Kartikaya Gupta
49d0c4c4b1 Bug 827836 - Re-apply patch previously reverted in 1d0948064259 since the test is fixed now. r=Cwiiis 2013-02-04 10:02:11 -05:00
Brian Nicholson
139836ed14 Bug 837042 - Remove gecko property from sendMessageToJava. r=mfinkle
--HG--
extra : rebase_source : 49a739f7550a3afe83b19518833de03a014e2a80
2013-02-01 17:36:38 -08:00
Myk Melez
9221e7497d bug 797613 - identify Fennec via MOZ_FENNEC var and use MOZ_B2G to simplify Webapps.js ifdefs; r=fabrice, khuey
--HG--
extra : rebase_source : d6f223797f3acad6d06ec035aaf3b7edf50cb0a0
2013-02-01 15:47:24 -08:00
Margaret Leibovic
1e41b9889e Bug 836838 - Avoid race condition in distribution initialization. r=bnicholson,mfinkle 2013-02-01 15:45:33 -08:00
Margaret Leibovic
39f8fb35c3 Bug 836517 - Lightweight theme support for distributions. r=mfinkle 2013-02-01 15:45:33 -08:00
Margaret Leibovic
72a4aa4694 Bug 834681 - Add support for basic distribution modifications. r=mfinkle 2013-02-01 15:45:33 -08:00
Mark Capella
640f57ee94 Bug 836689 - The security notification pop-up is still displayed, r=mfinkle 2013-02-01 17:19:47 -05:00
Dave Townsend
f1c830614d Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin
--HG--
rename : toolkit/addon-sdk/test/Makefile.in => addon-sdk/test/Makefile.in
rename : toolkit/addon-sdk/test/unit/head.js => addon-sdk/test/unit/head.js
rename : toolkit/addon-sdk/test/unit/test_promise.js => addon-sdk/test/unit/test_promise.js
rename : toolkit/addon-sdk/test/unit/xpcshell.ini => addon-sdk/test/unit/xpcshell.ini
2013-02-01 11:43:15 -08:00
Mark Finkle
e124a8d2b9 Bug 837215 - YouTube video's redirect on play; broken on tablets r=bnicholson 2013-02-01 15:21:37 -05:00
Jim Chen
61dc0cee3f Bug 832028 - Make resetting Editable during focus more reliable; r=cpeterson 2013-02-01 14:50:03 -05:00
Brian Nicholson
f46817d6dd Bug 827370 - Remove RedirectorRunnable. r=mfinkle 2013-02-01 11:49:08 -08:00
Kartikaya Gupta
f9cc9a7a54 Bug 835356 - More aggressive logging and fallback handling for prolonged blocking on gecko event sync. r=blassey 2013-02-01 11:45:16 -05:00
Mark Finkle
5e92dda918 Bug 828892 - Favicons are missing for the default bookmarked pages besides about: ones r=bnicholson 2013-01-31 16:40:55 -05:00
Scott Johnson
09074b9030 Bug 830645: Allow reflow-on-zoom to happen on page-load. [r=kats] 2013-01-31 14:55:22 -06:00
Ryan VanderMeulen
a8f8217ff9 Backed out changesets 9aadf7e35e70 (bug 836517) and 493805ba1c85 (bug 834681) for Android test hangs. 2013-01-31 15:15:50 -05:00
Kartikaya Gupta
9269a3843d Bug 836803 - Ensure that even a single-element prompt is wrapped in a ScrollView. r=mfinkle 2013-01-31 14:05:49 -05:00
Margaret Leibovic
e1c931656a Bug 836517 - Lightweight theme support for distributions. r=mfinkle 2013-01-31 10:28:42 -08:00
Margaret Leibovic
417052af2f Bug 834681 - Add support for basic distribution modifications. r=mfinkle 2013-01-31 10:28:00 -08:00
Ehsan Akhgari
05ec1cf4a8 Merge mozilla-cental into mozilla-inbound 2013-01-31 11:10:40 -05:00
Gregory Szorc
3a3280675a Bug 836120 - Reduce memory overhead of Sync when it's not configured; r=rnewman
If Sync is (likely) not configured, the only loaded JS is for the XPCOM
service itself.

The UI code is now smart enough to initialize the Sync service if it
isn't yet loaded. This addresses bug 825728.
2013-01-30 07:05:12 -08:00
Mark Capella
bc836deae2 Bug 806394 - updater should log more things, r=mfinkle 2013-01-31 02:21:26 -05:00
Sriram Ramasubramanian
2ed5bd65cc Bug 794940: Visible white line in Nexus 7. [r=mfinkle] [needs-clobber]
--HG--
extra : rebase_source : 09b4301502fe5aaf75056d163deb325dabcb79f4
2013-01-30 14:47:41 -08:00
Sriram Ramasubramanian
7192fa015d Bug 836043: Tab icons for tablets are same for 7" and 10". [r=mfinkle]
--HG--
extra : rebase_source : b324ce88c3bf057290637dd81d8215094fcc7ae5
2013-01-30 13:49:56 -08:00