Mark Finkle
|
94737594f3
|
Bug 750195 - java.lang.NullPointerException: at org.mozilla.gecko.GeckoApp.onDestroy(GeckoApp.java) r=bnicholson
|
2012-04-30 16:17:29 -04:00 |
|
Brad Lassey
|
d1c25e9164
|
bug 746016 - Cache low res version of the page in the java ui for use instead of checkerboarding r=kats
|
2012-04-24 15:13:36 -04:00 |
|
Brian Nicholson
|
67b72dedc7
|
Bug 746380 - Add sameDocument flag to location change. r=mfinkle a=blocking-fennec
|
2012-04-23 17:35:50 -04:00 |
|
Brian Nicholson
|
9c93995268
|
Bug 746380 - Set tab URL on document start. r=mfinkle a=blocking-fennec
|
2012-04-23 10:34:14 -04:00 |
|
Sriram Ramasubramanian
|
2e21170b7e
|
Bug 746086: NPE crash on onApplicationPause(). [r=mfinkle] [a=blocking-fennec]
|
2012-04-23 13:58:14 -07:00 |
|
Joe Drew
|
7f74ab8e3e
|
Bug 744439 - Reset the checkerboard colour when we start loading a new page. r=kats a=blocker
|
2012-04-23 10:29:14 -07:00 |
|
Joe Drew
|
d31d4e01d2
|
Bug 745809 - Default to white for checkboard color. r=kats
|
2012-04-23 10:28:15 -07:00 |
|
Brian Nicholson
|
6537722bc2
|
Backout 4ab101096ab3 for breaking favicons. a=backout
|
2012-04-23 12:27:18 -04:00 |
|
Brian Nicholson
|
38a57fcaa1
|
Bug 734913 - Start throbber in initialization. r=mfinkle a=blocking-fennec
|
2012-04-23 10:47:46 -04:00 |
|
Brian Nicholson
|
36e6da7d5e
|
Bug 746380 - Set tab URL on document start. r=mfinkle a=blocking-fennec
|
2012-04-23 10:34:14 -04:00 |
|
Gian-Carlo Pascutto
|
8a3f525b64
|
Bug 746630 - Trigger the "setting up" screen via callbacks instead of timers. r=blassey a=blocking-fennec
|
2012-04-19 22:07:39 +02:00 |
|
Gian-Carlo Pascutto
|
c8113d475b
|
Bug 746365 - StrictMode violation in checking Profile Migration status. r=blassey a=blocking-fennec
|
2012-04-19 16:41:52 +02:00 |
|
Gian-Carlo Pascutto
|
9527965334
|
Bug 715550 - Migration of Sync settings from XUL Fennec. r=mfinkle a=blocking-fennec a=mfinkle
|
2012-04-17 22:01:28 +02:00 |
|
Brian Nicholson
|
384537ed2f
|
Bug 742771 - Fix last title after OOM. r=blassey
|
2012-04-16 11:56:56 -07:00 |
|
Mark Finkle
|
98a219bbe1
|
Bug 737050 - Add support for the WEBAPP intent r=blassey r=bnicholson r=gavin
|
2012-04-13 22:45:25 -04:00 |
|
Sriram Ramasubramanian
|
128fcaaacc
|
Bug 744987: Remove initialize message in GeckoApp. [r=mfinkle, r=blassey]
|
2012-04-13 12:31:16 -07:00 |
|
Eitan Isaacson
|
27c8cd796c
|
Bug 739493 - Add "Accessibility:Event" message for Android
|
2012-03-09 15:06:50 -08:00 |
|
Gian-Carlo Pascutto
|
a70f896284
|
Bug 744668 - Control URI access NPE if Fennec not yet launched. r=lucasr
|
2012-04-12 19:28:50 +02:00 |
|
Kartikaya Gupta
|
bc371e9e38
|
Bug 742019 - Rewrite how we handle touch events so we don't break panning, and don't introduce unnecessary latency. r=wesj
|
2012-04-07 03:09:26 -04:00 |
|
Brad Lassey
|
95e9d4b7b6
|
bug 741284 - add async file request method r=kats
|
2012-04-05 01:50:06 -04:00 |
|
Sriram Ramasubramanian
|
3a84ca1347
|
Bug 742216: Battery sensor cleanup in the similar lines of GeckoConnectivityReceiver. [r=mfinkle]
|
2012-04-04 17:31:19 -07:00 |
|
Sriram Ramasubramanian
|
402b089771
|
Bug 742216: onPause() is redundant. [r=mfinkle]
|
2012-04-04 17:30:26 -07:00 |
|
Sriram Ramasubramanian
|
dd37bafbf6
|
Bug 742216: Disable sensors on application pause. [r=mfinkle]
|
2012-04-04 17:29:30 -07:00 |
|
Brian Nicholson
|
3d76e3c40a
|
Bug 695178 - Download Manager. r=mfinkle,wesj
|
2012-04-04 10:12:44 -07:00 |
|
Gian-Carlo Pascutto
|
28b1cb7e6e
|
Bug 736237 - Don't update about:home on database operations. r=lucasr
|
2012-04-04 21:29:31 +02:00 |
|
Gian-Carlo Pascutto
|
a5338cd496
|
Bug 736237 - Make Profile Migration resumable. r=lucasr
|
2012-04-04 21:29:31 +02:00 |
|
Kartikaya Gupta
|
a7c6294b7b
|
Bug 741400 - Guard against NullPointerException, and also move some code so it shouldn't happen. r=mfinkle
|
2012-04-04 11:55:40 -04:00 |
|
Brian Nicholson
|
6baa225e74
|
Bug 739742 - Save bundle state when launching subactivity. r=blassey
|
2012-04-03 17:08:52 -07:00 |
|
Geoff Brown
|
ccc0f71bbb
|
Bug 741275 - Add back support for making a thumbnail after pageload. r=mfinkle
|
2012-04-03 20:08:28 -04:00 |
|
Sriram Ramasubramanian
|
06739ee8c6
|
Bug 739747: Add application level onPause and onResume. [r=mfinkle, r=blassey]
|
2012-04-03 11:58:01 -07:00 |
|
Sriram Ramasubramanian
|
5a81d580ce
|
Bug 721344: Unregister Connectivity Receiver in only if it has been initialized. [r=mfinkle]
|
2012-04-02 13:50:03 -07:00 |
|
Geoff Brown
|
06a9cb2f7e
|
Bug 740146 - Remove unused screenshot code. r=blassey
|
2012-04-01 15:17:32 -04:00 |
|
Mounir Lamouri
|
30e141c505
|
Bug 733142 - Attempt to fix crash in GeckoNetworkManager when onDestroy() is called. r=dougt
|
2012-03-28 13:29:41 -07:00 |
|
Brian Nicholson
|
cd50e6a0c8
|
Bug 738859 - Increment mActivityDepth for all activities launched from GeckoApp. r=blassey
|
2012-03-27 12:25:26 -07:00 |
|
James Willcox
|
d5ba6e8aa8
|
Bug 725167 - Don't reposition Android plugin views that aren't in view hierarchy r=blassey
|
2012-03-23 16:19:15 -04:00 |
|
Sriram Ramasubramanian
|
7365b6c5c8
|
Bug 738049: Using LayoutInflater.Factory improves performance. [r=mfinkle]
|
2012-03-23 12:00:17 -07:00 |
|
Brian Nicholson
|
156a1ebc57
|
Bug 725428 - Draw white background in LayerView until Gecko has painted. r=kats
|
2012-03-22 15:07:00 -07:00 |
|
Brian Nicholson
|
b729c435cf
|
Backout 017f6dd98dc0 for robocop failures
|
2012-03-22 17:28:13 -07:00 |
|
Brian Nicholson
|
76f2435e87
|
Bug 725428 - Draw white background in LayerView until Gecko has painted. r=kats
|
2012-03-22 15:07:00 -07:00 |
|
Brian Nicholson
|
ecc0ae0cb1
|
Bug 718240 - Use 30 second timeout for crash restore. r=mfinkle
|
2012-03-19 11:20:42 -07:00 |
|
Matt Brubeck
|
2c328950bd
|
Bug 736995 - Disable share command for resource: URIs [r=margaret]
|
2012-03-22 13:02:06 -07:00 |
|
Geoff Brown
|
7136dfbcaf
|
Bug 737411 - Robocop: update reflection references; r=kats
|
2012-03-22 13:35:19 -04:00 |
|
Brian Nicholson
|
6b3de1e98c
|
Backout f8b7d116a096 for Tp regression
|
2012-03-21 17:29:43 -07:00 |
|
Matt Brubeck
|
fd07ba3811
|
Back out c61855cb4558 (bug 734302) because of build failure on Android
|
2012-03-21 16:26:38 -07:00 |
|
Ehsan Akhgari
|
1963b26419
|
Bug 734302 - Part 3: Add a menu item for toggling the profiler on mobile; r=BenWa,dougt
|
2012-03-16 14:08:03 -04:00 |
|
Doug Turner
|
652e44a263
|
Bug 735330 - move device motion from dom/system to hal. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. cocoa bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. window/qt/linux bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. move accuracy into sensor data. support compassneedscalibration. r=jdm
|
2012-03-20 23:36:17 -07:00 |
|
Sriram Ramasubramanian
|
e769098588
|
Bug 727454: BrowserToolbar inflation crash in ActionBar. [r=mfinkle]
|
2012-03-20 17:23:06 -07:00 |
|
Matt Brubeck
|
7c4b6228e2
|
Back out bug 735330, bug 737462, bug 734854 because they broke XUL Fennec
|
2012-03-20 16:59:24 -07:00 |
|
Doug Turner
|
763d8ec79d
|
Bug 735330 - move device motion from dom/system to hal. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. cocoa bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. window/qt/linux bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. move accuracy into sensor data. support compassneedscalibration. r=jdm
|
2012-03-20 14:46:14 -07:00 |
|
Mounir Lamouri
|
4950ac7f0c
|
Bug 737392 - Start onResume() observers in a Runnable. r=dougt
|
2012-03-20 16:07:39 +01:00 |
|