Kartikaya Gupta
|
8bee2a8b62
|
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 |
|
Chris Peterson
|
3d1457f352
|
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
|
27b95486bc
|
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 |
|
Kartikaya Gupta
|
c526622fac
|
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
|
9754ce36f2
|
Bug 834414 - Remove unnecessary getInstance call that was leaking an App instance. r=wesj
|
2013-01-25 13:51:41 -05:00 |
|
Phil Ringnalda
|
ecc6770ff4
|
Back out 5a56a56a6481:a5969a01955b (bug 834414) to investigate whether it caused reftest-4 failures
CLOSED TREE
|
2013-01-25 20:03:50 -08:00 |
|
Kartikaya Gupta
|
1afb57da74
|
Bug 834414 - Remove unnecessary getInstance call that was leaking an App instance. r=wesj
|
2013-01-25 13:51:41 -05:00 |
|
Kartikaya Gupta
|
ba3fb4c9f0
|
Bug 832987 - Make sure the launch state is updated on Gecko:Ready even if GeckoApp isn't around at the time. r=cpeterson
|
2013-01-23 09:38:57 -05:00 |
|
Chris Lord
|
04cca6da2d
|
Bug 827844 - Fix flickering when layout changes on Firefox/android. r=kats,bgirard
Fix flickering that can occur when the surface size changes due to a layout
change (such as the virtual keyboard appearing/disappearing) on Android.
|
2013-01-10 17:32:43 +00:00 |
|
Chris Peterson
|
f4b4b15d0e
|
Bug 828594 - Part 2: Remove unused Java imports. r=kats
|
2013-01-09 10:32:50 -08:00 |
|
Vicamo Yang
|
185128c885
|
Bug 820780 - Part 4/5: Android backend, r=blassey
|
2013-01-04 14:26:27 +08:00 |
|
Anthony Jones
|
8c175aefe5
|
Bug 811950 - Remove fixed position environment variable. r=roc
|
2012-12-23 10:47:16 -05:00 |
|
Mark Finkle
|
bb46a0df0e
|
Bug 819554 - Disable warning for sms protocol r=blassey
|
2012-12-13 13:06:05 -05:00 |
|
Vicamo Yang
|
68fc97c798
|
Bug 774621 - Part 4/5: Android backend, r=sicking
|
2012-12-11 17:09:49 +08:00 |
|
Jim Chen
|
5a2e3698fb
|
Bug 819073 - Set InputConnection during each focus notification; r=cpeterson
|
2012-12-10 14:07:26 -05:00 |
|
Mike Hommey
|
25f9b02ce9
|
Bug 804303 part 4 - Set environment variables earlier on Android. r=blassey,r=wesj
|
2012-12-07 09:32:24 +01:00 |
|
Brian Nicholson
|
9c46e81858
|
Bug 813346 - Add getBitmapFromDataURI() to BitmapUtils. r=wesj
|
2012-11-27 12:04:14 -08:00 |
|
Kartikaya Gupta
|
2007d09f19
|
Bug 811763 - Ensure crash reporter is invoked with the right android user serial number in Android 4.2 and above. r=blassey, snorp
|
2012-11-15 14:56:22 -08:00 |
|
Brad Lassey
|
d4abf011ce
|
bug 749352 - Firefox fails to connect when a proxy is used r=mfinkle,mossop
--HG--
rename : toolkit/system/windowsproxy/Makefile.in => toolkit/system/androidproxy/Makefile.in
rename : toolkit/system/windowsproxy/nsWindowsSystemProxySettings.cpp => toolkit/system/androidproxy/nsAndroidSystemProxySettings.cpp
|
2012-11-13 11:25:18 -08:00 |
|
Vicamo Yang
|
01e53d6362
|
Bug 775997 - Part 2/2: Android implementation. r=dougt
|
2012-11-06 13:32:07 -08:00 |
|
Sriram Ramasubramanian
|
5e7b664ebf
|
Bug 797039: Update notification icon. [r=mfinkle]
--HG--
extra : rebase_source : 6a670ff139fb731169a6b26a3855502a42dca253
|
2012-11-02 12:32:54 -07:00 |
|
Jim Chen
|
3ec7856ec9
|
Bug 805162 - a. Expose GeckoAppShell only to Gecko-side IME interface; r=blassey
|
2012-11-01 16:11:02 -04:00 |
|
Ed Morley
|
228a463f2e
|
Backout 533faa3c50ed, 718abc1bd4ad, af2d5272c06b, ad5554e1345d, c9ef1b41b829, d3a825311d11, 0a51bcb3eb9e, a01a327e8ec4, 973b0ed30b8b, 39851bbcfaa1 & a92d2d2a3b0e (bug 805162), d4884aab5ce6, 06fcbaf40cb4, daccc3fe7c70, 881eb2a2906e, 76232441ae06, 01ae34fa1b3f & 5f405fc4e323 (bug 783092), a03d8d4db1c2, 49beb3801192, 174634554a97, 0bd27e755a83, 19e8f151ca67, a6604e038bc0, ed3b8237e76e & 082cf8d72554 (bug 785945) for bustage or conflicting with backout of said bustage on a CLOSED TREE
|
2012-11-01 00:16:35 +00:00 |
|
Jim Chen
|
9cab292b99
|
Bug 805162 - a. Expose GeckoAppShell only to Gecko-side IME interface; r=blassey
|
2012-10-31 17:35:31 -04:00 |
|
Vicamo Yang
|
e4202cfb1b
|
Bug 797277 - Part 4/5: Android implementation, r=mounir,blassey
|
2012-10-31 17:10:53 +08:00 |
|
Ed Morley
|
33a9c3c7a1
|
Backout 95752d95cf73, 190933b35023, 6834d09f8f09, 53e3e62c2b3d & f39ba5076599 (bug 797277) for xpcshell failures
|
2012-10-30 12:15:07 +00:00 |
|
Vicamo Yang
|
e9136f2a7b
|
Bug 797277 - Part 4/5: Android implementation, r=mounir,blassey
|
2012-10-30 18:55:44 +08:00 |
|
Vicamo Yang
|
3363ab5f81
|
Bug 742790 - Part 4/5: Android implementation, r=mounir,blassey
|
2012-10-30 18:53:31 +08:00 |
|
Brian Nicholson
|
cb554bb2d5
|
Bug 722661 - Part 4: Remove restoreMode command line argument. r=mfinkle
|
2012-10-29 16:34:29 -07:00 |
|
Richard Newman
|
5f3442206c
|
Bug 804457 - Part 2: cleanup and reduce log chattiness in GeckoTabs, GeckoToolbar, GeckoLayerView, GeckoTabsAccessor, GeckoAppShell. r=mfinkle
|
2012-10-26 15:47:35 -07:00 |
|
Chris Lord
|
ae4d4e2f4d
|
Bug 805028 - Use ComputeRenderIntegrity to calculate accurate checkerboard. r=kats
Use ComputeRenderIntegrity so that checkerboarding values remain accurate when
progressive tiles are enabled.
|
2012-10-25 17:23:47 +01:00 |
|
Wes Johnston
|
5d4a9e0c25
|
Bug 795053 - Unlock locked profiles on Android. r=blassey
|
2012-10-05 12:35:26 -07:00 |
|
Wes Johnston
|
c161af875f
|
backout c1b386c21158
|
2012-10-02 11:48:31 -07:00 |
|
Wes Johnston
|
c17d0ceb56
|
Bug 795013 - Add semicolon to list of deliminators in extension list. r=blassey
|
2012-10-02 11:00:19 -07:00 |
|
Wes Johnston
|
f84327cacf
|
Bug 795053 - Add ability to unlock a profile from Java. r=blassey
|
2012-10-02 11:00:13 -07:00 |
|
John Schoenick
|
0bb7849c02
|
Bug 794034 - Fennec: Don't act on tel: uris with * or # present. r=bz
|
2012-10-01 13:41:10 -07:00 |
|
Chris Peterson
|
a01aab1be1
|
Bug 793062 - Remove unused PostToJavaThread() and ExecuteNextRunnable(). r=blassey
|
2012-09-20 17:44:24 -07:00 |
|
Benoit Girard
|
f16136d2fd
|
Bug 791640 - EventTracer will only measure the main thread responsiveness, fixes profiling hang. r=blassey
--HG--
extra : rebase_source : a5a9074b74ab8638cfc4b568b0d09ca7b5e61b17
|
2012-09-20 14:23:15 -04:00 |
|
Kartikaya Gupta
|
3a28614e21
|
Bug 792496 - Remove ScreenshotHandler delegation stubs from GeckoAppShell. r=cpeterson
|
2012-09-19 17:15:55 -04:00 |
|
Wes Johnston
|
44b9cee4ef
|
Bug 780759 - Show a splashscreen when webapps launch. r=mfinkle
|
2012-09-19 10:24:26 -07:00 |
|
Kartikaya Gupta
|
6c90dcdaa8
|
Bug 791264 - Move ScreenshotHandler into its own file. r=blassey
--HG--
rename : mobile/android/base/GeckoAppShell.java => mobile/android/base/ScreenshotHandler.java
|
2012-09-15 17:17:57 -04:00 |
|
Wes Johnston
|
3e4173633d
|
Bug 783921 - Fix homescreen icon scaling. r=mfinkle
|
2012-09-12 11:32:05 -07:00 |
|
Brad Lassey
|
846c9ef9ee
|
bug 761503 - return a bool from PumpMessageLoop to indicate if work was performed r=snorp
|
2012-06-05 01:14:12 -04:00 |
|
James Willcox
|
b6a6faa07f
|
Bug 786380 - Implement new Java-based updater for Android r=cpeterson,mfinkle
--HG--
extra : rebase_source : c7e5cd8228bf226f7e15e5653f8fe6f16e64273e
|
2012-08-31 09:31:29 -04:00 |
|
Kartikaya Gupta
|
1aaed55e39
|
Bug 785596 - Guard against null gfx objects during touch event handling. r=sriram
|
2012-08-27 20:34:58 -04:00 |
|
Zoe Bellot
|
5d63eeebbb
|
Bug 746142 - Part 2 - Use inputmode attribute to vary the virtual keyboard on Android. f=mounir r=cpeterson
|
2012-08-26 23:16:22 -03:00 |
|
Wes Johnston
|
adec783321
|
Bug 741621 - Marketplace app should open for market urls. r=mfinkle
|
2012-08-22 08:37:14 -07:00 |
|
Wes Johnston
|
3f667f4969
|
Bug 781061 - System notifications should call back to the process that created them. r=blassey
|
2012-08-22 08:37:08 -07:00 |
|
Wes Johnston
|
eb7fa952b1
|
backout c5961842578e CLOSED TREE
|
2012-08-21 13:39:39 -07:00 |
|
Wes Johnston
|
40954ea543
|
Bug 741621 - Allow opening market links in the market webapp. r=mfinkle
|
2012-08-20 14:35:44 -07:00 |
|