Commit Graph

4462 Commits

Author SHA1 Message Date
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
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
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
Sriram Ramasubramanian
d82b822070 Bug 836043: Replace tabs toolbar background with a dark one. [r=mfinkle]
--HG--
extra : rebase_source : cfe5ff7847783a0a58142de1b30abfe53c95d8e8
2013-01-29 15:57:52 -08:00
Sriram Ramasubramanian
f877b25250 Bug 836043: Use icon-tabs for tab switcher in tabs-ui. [r=mfinkle]
--HG--
extra : rebase_source : efa4b1633f7bbf4bcacc4b2140c759f1666386f6
2013-01-29 14:43:34 -08:00
Sriram Ramasubramanian
4890e0a3f9 Bug 834525: Tab is not selected if its private. [r=mfinkle]
--HG--
extra : rebase_source : 1889436b29e1e0e96ccd3e353c9419f8c62f22d2
2013-01-30 12:01:55 -08:00
Sriram Ramasubramanian
8ad30e507b Bug 834525: Supress testNewTab's closeTabs(). [r=mfinkle]
--HG--
extra : rebase_source : 3bdac1f069856357c9930ac8f075c715b534a812
2013-01-30 11:10:17 -08:00
Sriram Ramasubramanian
d884771da1 Bug 834525: New tab thumbnail styling for tabs-ui. [r=mfinkle]
--HG--
extra : rebase_source : a774fdea385a9f3e9997adebf730cdb40e9e8a92
2013-01-24 17:08:08 -08:00
Mark Capella
d2903d4dfc Bug 801097 - Reader mode title shows HTML character encodings, r=bnicholson 2013-01-30 22:44:31 -05:00
Kartikaya Gupta
14365fdfb4 Bug 816879 - Only block on gecko in the onLowMemory android notification, not the onTrimMemory suggestion. r=snorp 2013-01-30 13:53:02 -05:00
Kartikaya Gupta
d9a2b39e6a Bug 816879 - Treat all memory pressure events when Fennec is in the foreground as low-pressure. r=snorp 2013-01-30 13:52:49 -05:00
Sriram Ramasubramanian
825b7f352d Bug 833812: BrowserToolbar should consume events, that aren't consumed by its children. [r=mfinkle]
--HG--
extra : rebase_source : e412c542cc218a9df17a4786f5e5b41269b3a068
2013-01-28 15:22:35 -08:00
Wes Johnston
1dd11b3f61 Bug 824994 - Hide the marketplace promo if the user has visited the marketplace before r=mfinkle 2013-01-30 12:26:07 -05:00
Nick Alexander
edeaa0e577 Bug 835992 - Format Makefile variables in mobile/android/base/android-services-files.mk. r=rnewman 2013-01-30 09:21:21 -08:00
Jim Chen
7daf4bfca5 Bug 827325 - Delay calling restartInput in AwesomeBar to avoid specific IME quirks; r=cpeterson 2013-01-30 10:46:58 -05:00
Wes Johnston
5783458882 Bug 833942 - Add 'remove' to about:home topsites r=mfinkle 2013-01-30 10:20:35 -05:00
Nicholas Cameron
0ad7a5b129 Bug 836058; remove UseTiledThebes; r=BenWa 2013-01-29 14:38:46 +13:00
Geoff Brown
083b32590b Bug 826385 - Reduce pause/resume notifications to gecko; r=mfinkle 2013-01-29 14:59:42 -07:00
Matt Brubeck
40f72d7b4c Bug 834399 - Tab sidebar should switch views to show newly selected tab [r=sriram] 2013-01-29 10:58:09 -08:00
James Willcox
822c19a526 Bug 803154 - Don't wait on Gecko for non-emergency memory reduction events r=kats 2013-01-29 13:24:43 -05:00
Ehsan Akhgari
84c4ac3c75 Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
Mark Finkle
c686c6892d Bug 834810 - Launching webapp from homescreen icon will revert the icon to the default 'rocket' r=bnicholson 2013-01-28 19:14:44 -05:00
Mark Finkle
61c2e809aa Bug 835241 - Reload button reloads cached copy r=bnicholson 2013-01-28 19:14:42 -05:00
Sriram Ramasubramanian
4850102832 Bug 833546: Rotating phone will open tabs-tray. [r=mfinkle]
--HG--
extra : rebase_source : 8f0e9406102233cdacfc1a993e3d35c91ec1d8be
2013-01-23 15:40:46 -08:00
Brian Nicholson
5dc57bb002 Bug 819973 - Scale favicons before storing them in the cache. r=mfinkle
--HG--
extra : rebase_source : 8d9417c071b3a49fed84e78930c868273d70363a
2013-01-28 14:52:05 -08:00
Chris Peterson
cad9dd0c28 Bug 834471 - Part 4: Fix FindBugs warning about unlockProfile() not checking file.delete() return value. r=wesj 2013-01-24 14:26:01 -08:00
Chris Peterson
ab9b4ee47f Bug 834471 - Part 3: Fix some FindBugs warnings about unused variables and make GeckoMediaScannerClient final. r=wesj 2013-01-24 12:12:25 -08:00
Chris Peterson
60b9e6a366 Bug 834471 - Part 1: Fix some FindBugs warnings about strings. r=jchen 2013-01-25 16:32:04 -08:00
Kartikaya Gupta
5696641282 Bug 834414 - Remove a dangling reference to the LayerView in the IME code when the activity is destroyed. r=jchen 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
73957fd5c6 Bug 835356 - Add logging for sync events to better see if they are causing problems. r=snorp 2013-01-28 13:28:18 -05:00
Kartikaya Gupta
9fe615f47c Bug 834414 - Free the local refs in GeckoThread's long-running run method to prevent leaks. r=cpeterson 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
d115f3b5a7 Bug 834414 - Stop holding on to a content resolver in Tab, which leaks the Activity instance it is associated with. r=bnicholson 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
974059ac80 Bug 834414 - Destroy the SiteIdentityPopup when the activity is destroyed to prevent leaking the activity. r=margaret 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
91e0a4c753 Bug 834414 - Remove unnecessary getInstance call that was leaking an App instance. r=wesj 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
fbeedc6265 Bug 834414 - Fix leaks caused by missing tab change listener unregistrations. r=sriram 2013-01-25 13:51:41 -05:00
Phil Ringnalda
7dee6cb50e Back out 5a56a56a6481:a5969a01955b (bug 834414) to investigate whether it caused reftest-4 failures
CLOSED TREE
2013-01-25 20:03:50 -08:00
Phil Ringnalda
d494a206d3 Back out ab76caba70f3 (bug 833546) for robocop bustage
--HG--
extra : rebase_source : 95fd538d507c63c80a2f9e565f1583c68593b837
2013-01-25 14:33:18 -08:00
Phil Ringnalda
a672c7a775 Back out baa055cb9043 (bug 834525) for robocop bustage
--HG--
extra : rebase_source : 8972732b87274e1c657aa86fa798224895d512fe
2013-01-25 14:32:21 -08:00
Sriram Ramasubramanian
dfc7d5d674 Bug 834525: Tab thumbnail styling on phones and tablets. [r=mfinkle] [needs-clobber]
--HG--
extra : rebase_source : 3a06d02240be1381498f5d73a5d48258ad145a20
2013-01-24 17:08:08 -08:00
Kartikaya Gupta
e0a9f00b2d Bug 834414 - Free the local refs in GeckoThread's long-running run method to prevent leaks. r=cpeterson 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
54e8f992da Bug 834414 - Stop holding on to a content resolver in Tab, which leaks the Activity instance it is associated with. r=bnicholson 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
bfdb4ce5ac Bug 834414 - Remove a dangling reference to the LayerView in the IME code when the activity is destroyed. r=jchen 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
85763f1828 Bug 834414 - Destroy the SiteIdentityPopup when the activity is destroyed to prevent leaking the activity. r=margaret 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
b1e57e239d Bug 834414 - Remove unnecessary getInstance call that was leaking an App instance. r=wesj 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
2748102adc Bug 834414 - Fix leaks caused by missing tab change listener unregistrations. r=sriram 2013-01-25 13:51:41 -05:00
Sriram Ramasubramanian
c38ce4088d Bug 833546: Rotating phone will open tabs-tray. [r=mfinkle] 2013-01-23 15:40:46 -08:00
Jinsu Oh
d4f77935a0 Bug 791654 - Add Save Video/Audio to context menus. r=wesj 2013-01-24 18:36:25 -08:00
Kartikaya Gupta
2f49e6acff Bug 834409 - Fix JS typo causing an error when zooming in to text fields. r=wesj 2013-01-24 23:29:28 -05:00
Chris Peterson
773010998a Bug 834471 - Part 2: Fix some FindBugs warnings about DateTimePicker. r=wesj 2013-01-24 12:42:06 -08:00
adrian.tamas@softvision.ro
4b49dbfbbd Bug 817970 - Add tests for Bookmark remove and edit from context menu. r=jmaher 2012-12-07 16:03:27 +02:00
Wes Johnston
24bdac57cc Bug 832561 - Dont show Pin Sites option on empty sites. r=lucasr 2013-01-24 15:56:46 -08:00
Wes Johnston
8ebae4c1fe Bug 832561 - Don't update cursors when sites are pinned/unpinned. r=lucasr 2013-01-24 15:56:14 -08:00
Wes Johnston
fe89332f37 Bug 832561 - Provide a stub implementation of GeckoAsyncTask.onPostExecute. r=lucasr 2013-01-24 15:55:46 -08:00
Wes Johnston
b283784912 Bug 833919 - Provide explicit color for checkboxes in doorhangers. r=sriram 2013-01-24 15:54:55 -08:00
Geoff Brown
7d887d2c75 Bug 825152: Disable robocop testAllPagesTab for too many intermittent failures; DONTBUILD 2013-01-24 15:12:43 -07:00
Mark Finkle
f4c3fe9e16 Bug 834386 - AboutHomeContent: Finalizing a Cursor that has not been deactivated or closed r=bnicholson 2013-01-24 16:58:53 -05:00
Nick Alexander
5fd9c553b2 Bug 834376 - Move Android Sync PNG files from drawable to drawable-mdpi. r=rnewman
--HG--
rename : mobile/android/base/resources/drawable/desktop.png => mobile/android/base/resources/drawable-mdpi/desktop.png
rename : mobile/android/base/resources/drawable/mobile.png => mobile/android/base/resources/drawable-mdpi/mobile.png
2013-01-24 13:57:47 -08:00
Brian Nicholson
f501a108c2 Bug 834048 - Add required param for f.remove(). r=mfinkle
--HG--
extra : rebase_source : cd704a9fb1aa00a77eefba0e8ea9d8fda12bfdc3
2013-01-24 13:52:12 -08:00
Brian Nicholson
150d8a6e2c Bug 834400 - Use bind() in download callbacks. r=mfinkle
--HG--
extra : rebase_source : a736b3f7d71d47230370e551f620b9362f45f265
2013-01-24 13:52:05 -08:00
Kartikaya Gupta
8fc64379a4 Bug 807606 - Add a native UI implementation of the NSS dialog service in Fennec. r=mfinkle 2013-01-24 15:41:35 -05:00
Kartikaya Gupta
407b7a7820 Bug 807606 - Add text labels as an input type to PromptService. r=mfinkle 2013-01-24 15:41:35 -05:00
Kartikaya Gupta
0872349970 Bug 807606 - Add some padding to the inputs in the PromptService and wrap them in a Scrollview. r=wesj 2013-01-24 15:41:35 -05:00
Harshit Syal
b9a4fa7002 Bug 740556 - reload the mobile homepage on inbound tab syncs. r=wesj 2013-01-24 11:14:50 -08:00
Nick Alexander
bbc0e76ea8 Bug 830884 - Make ContentProviders call notifyChange in bulkInsert. r=wesj 2013-01-24 11:14:44 -08:00
Agam Jain
525c7fd5c4 Bug 809018 - Add 12-hour mode to DateTimePicker; r=jchen DONTBUILD 2013-01-23 21:46:06 -05:00
Jim Chen
c8b248a8a0 Backout cset b2ccdc82053d (bug 809018) for wrong user 2013-01-23 21:43:53 -05:00