Commit Graph

2495 Commits

Author SHA1 Message Date
Wes Johnston
2a05cc56c3 Bug 791612 - Hide other origin bar when tabs are changed. r=mfinkle 2012-09-24 08:54:26 -07:00
Brad Lassey
402924f707 bug 727352 - don't use JSON for viewport meta data r=kats,mfinkle 2012-09-12 23:47:08 +02:00
Benoit Girard
67e3ae7491 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
Chris Peterson
f49779edee Bug 792702 - Post FilePicker dialog to UI thread, not GeckoBackgroundThread. r=kats 2012-09-20 12:06:13 -07:00
Chris Peterson
c8a01f0dd4 Bug 789124 - Compile Android .jar files with $(JAR) because jar might not be in $PATH. r=khuey 2012-09-07 22:09:59 -07:00
Sriram Ramasubramanian
e3f9370b36 Bug 784395: Custom menu should have proper checked/checkable behavior. [r=mfinkle]
--HG--
extra : rebase_source : 253b60b356adda9f05c834a459419b725329b59e
2012-09-20 11:04:50 -07:00
Sriram Ramasubramanian
885173c77d Bug 792273: Custom menu should use Android namespace. [r=mfinkle]
--HG--
extra : rebase_source : e3de2bcb6a3ea05a7318a709f50dbf7c8020935b
2012-09-20 11:04:14 -07:00
Kartikaya Gupta
8e008113ed Bug 783230 - Add code to dump basic memory stats on receiving a special broadcast intent. r=snorp 2012-09-20 12:38:35 -04:00
Brian Nicholson
4d73df0ea2 Bug 726018 - Thumbnails test case. r=gbrown 2012-03-07 13:58:31 -08:00
Sriram Ramasubramanian
89e35b068f Bug 785994: Replace arrows in custom menu. [r=mfinkle]
--HG--
extra : rebase_source : dbefd9c70d3be1189f238830f133a17c559b75dc
2012-09-19 14:41:14 -07:00
Kartikaya Gupta
24c23acfb9 Bug 792496 - Remove ScreenshotHandler delegation stubs from GeckoAppShell. r=cpeterson 2012-09-19 17:15:55 -04:00
Ehsan Akhgari
6bf97b15b8 Merge backout 2012-09-19 15:42:29 -04:00
Ehsan Akhgari
a51e1f674c Backout bug 792109, bug 749053 and bug 779500 because of leaks in debug tests 2012-09-19 15:42:18 -04:00
Kartikaya Gupta
7388fbe867 Bug 713032 - Add a MemoryMonitor class that will be the brains behind low-memory condition handling. r=snorp 2012-09-19 15:21:19 -04:00
Brad Lassey
5af05339d5 bug 727352 - don't use JSON for viewport meta data r=kats,mfinkle 2012-09-13 15:07:57 +02:00
Sriram Ramasubramanian
14f779930f Bug 792253: Sort share menu items based on preferred order. [r=mfinkle]
--HG--
extra : rebase_source : 2c3bc34469de161e752572a4132f88312a6d4ba5
2012-09-19 10:38:29 -07:00
Sriram Ramasubramanian
0044a63637 Bug 792253: Share menu items as a list in custom menu. [r=mfinkle]
--HG--
extra : rebase_source : b4f42e6debd892faaec4c9415943233bba002632
2012-09-19 10:37:35 -07:00
Sriram Ramasubramanian
0766ffe263 Bug 785994: Remove reading list menu item. [r=mfinkle]
--HG--
extra : rebase_source : 1d5a1336609e65afa84a2575bf2be495f9cf1963
2012-09-19 10:36:21 -07:00
Sriram Ramasubramanian
dbde50257f Bug 785994: Submenu for custom menu. [r=mfinkle]
--HG--
extra : rebase_source : 473a746b802fdc9ff10c4bdc7a95e4a13700f23a
2012-09-19 10:35:35 -07:00
Sriram Ramasubramanian
0fbbd78663 Bug 785994: Use ListView for custom menu. [r=mfinkle]
--HG--
extra : rebase_source : 64fa013dca7844e77b41c1a87a163665d91bdf47
2012-09-19 10:32:01 -07:00
Mounir Lamouri
38cc3be56e Bug 787534 - Remove Portrait and Landscape special ScreenOrientation values. r=jlebar 2012-09-19 17:28:16 +01:00
Wes Johnston
6f733c4232 Bug 780759 - Show a splashscreen when webapps launch. r=mfinkle 2012-09-19 10:24:26 -07:00
Raphael Catolino
b2d0516347 Bug 730330 - Use android datetime-picker widget. r=wesj
--HG--
rename : mobile/android/base/widget/DatetimePicker.java => mobile/android/base/widget/DateTimePicker.java
2012-08-07 17:09:15 +02:00
Raphael Catolino
2dc790f7fe Bug 730330 - Add DatePicker and NumberPicker sources from android. r=wesj 2012-08-06 09:38:24 +02:00
Raphael Catolino
bcff0bdd1e Bug 730330 - Use new datetime picker for input date/datetime/month ui r=cpeterson 2012-08-08 09:42:00 +02:00
Geoff Brown
0d9ed76acd Bug 770483 - Robocop: add more checks to testAboutPage; r=jmaher 2012-09-18 10:36:40 -06:00
Geoff Brown
2560ed037a Bug 791859 - Robocop: change order of operations in testHistoryTab.tearDown; r=jmaher 2012-09-17 21:34:48 -06:00
Chris Peterson
ddeb5b2543 Bug 790180 - AlertDialog must be created on the UI thread. r=sriram 2012-09-13 11:06:36 -07:00
Kartikaya Gupta
dd11c94c55 Bug 753312 - Extract a PrefsHelper class that manages getting/setting of gecko prefs, and updated existing code to use it. r=cpeterson 2012-09-17 14:22:28 -04:00
AlexHagerman
eb2876e0f6 Bug 769391 - Prevent axis locking when on a page that fits the user's screen vertically or horizontally. r=kats 2012-09-17 10:55:58 -04:00
Kartikaya Gupta
a2b84618c7 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
Geoff Brown
11702b078b Bug 767215 - Robocop: increase wait time for paint events; r=jmaher 2012-09-14 21:50:30 -06:00
Kartikaya Gupta
d9df247b27 Bug 761706 - Make function private. r=mounir 2012-09-14 11:19:40 -04:00
Kartikaya Gupta
316122e620 Bug 761706 - Move application-level receiver objects from GeckoApp to GeckoApplication. r=mfinkle 2012-09-14 11:19:40 -04:00
Kartikaya Gupta
c0b3126a40 Bug 761706 - Bind GeckoBatteryManager to the global application context. r=mfinkle 2012-09-14 11:19:40 -04:00
Kartikaya Gupta
a8a07a26c2 Bug 761706 - Bind GeckoConnectivityReceiver to the global application context. r=mfinkle 2012-09-14 11:19:40 -04:00
Kartikaya Gupta
aa47a724d7 Bug 761706 - Bind GeckoNetworkManager to the global application context. r=mfinkle 2012-09-14 11:19:40 -04:00
Kartikaya Gupta
6c1c71cf87 Bug 761706 - Fix indenting in a few classes. r=mfinkle 2012-09-14 11:19:39 -04:00
Ryan VanderMeulen
6e03291659 Backout 4607eda1a89f (bug 652168) due to robocop orange. 2012-09-13 17:25:28 -04:00
Sriram Ramasubramanian
8f01647554 Bug 652168: Add thumb for input box. [r=mfinkle]
--HG--
extra : rebase_source : 2e9bb329246e74c355edfdb5cf0094bb9e8f83c2
2012-09-13 10:19:11 -07:00
Margaret Leibovic
7647974f89 Bug 789947 - Setting up search engines creates an extra top sites filter query. r=bnicholson 2012-09-13 13:00:03 +02:00
Kartikaya Gupta
aee22034e0 Bug 790535 - Fix a NullPointerException from accessing a not-fully-initialized LayerView. r=cpeterson 2012-09-13 00:49:10 -04:00
Christian Vielma
934ad6924e Bug 756504 - Implement DOM_KEY_LOCATION_JOYSTICK for Android game controllers. r=cpeterson 2012-09-12 17:48:29 -07:00
Chris Peterson
890d5ab83a Backout 3875fa9aaec1 (changeset author is Christian Vielma, not Chris Peterson). a=oops 2012-09-12 17:40:41 -07:00
Chris Peterson
be5e626b9d Bug 756504 - Implement DOM_KEY_LOCATION_JOYSTICK for Android game controllers. r=cpeterson 2012-09-12 17:36:32 -07:00
Chris Peterson
8be91ee65c Backout 01fb250fbba1 (changeset description should have said bug 756504, not bug 756505). a=oops 2012-09-12 17:31:21 -07:00
Sriram Ramasubramanian
1e19ebd265 Bug 787627: Proper curve for croppped tabs button. [r=mfinkle]
--HG--
extra : rebase_source : dcf1beccbf9f62cb504b098c90b212b41493cc3c
2012-09-12 16:27:23 -07:00
Christian Vielma
4ecd66eb46 Bug 756505 - Implement DOM_KEY_LOCATION_JOYSTICK for Android game controllers. r=cpeterson 2012-09-12 11:19:39 -04:00
Ed Morley
ea14a0d709 Merge mozilla-central to mozilla-inbound 2012-09-12 21:58:18 +01:00
Wes Johnston
33b6a66339 Bug 783553 - Disable overscroll in webapps. r=kats 2012-09-12 13:36:36 -07:00