Commit Graph

3873 Commits

Author SHA1 Message Date
Brian Nicholson
1e32a2673a Bug 863803 - Part 1: Prevent multiple AboutHome fragments from being created after restore. r=lucasr 2013-04-24 11:03:51 -07:00
Sriram Ramasubramanian
7920acf29c Bug 861138: Remove landscape resources for browser-toolbar. [r=mfinkle] 2013-04-17 14:59:04 -07:00
Chris Peterson
826c75a035 Bug 864339 - Fix "New Private Tab" crash when unzipping a bitmap resource. r=glandium 2013-04-23 15:58:45 -07:00
Chris Lord
e0579b7ab8 Bug 858969 - Refactor dynamic toolbar so page is offset and not overlapped. r=kats,nrc
Refactor the dynamic toolbar code so that the ownership of various properties
is clearer, and the page is offset by the toolbar instead of being overlapped.
This fixes problems with the scroll origin of the page not corresponding to
the visible origin on the screen.
2013-04-24 17:06:23 +01:00
Margaret Leibovic
cebcd58954 Bug 860759 - Don't treat pinned sites as bookmarks unless they are bookmarks. r=bnicholson 2013-04-24 08:57:02 -07:00
Phil Ringnalda
e429920432 Back out e64522db8661 (bug 863288) for robocop-1 hangs 2013-04-23 20:52:59 -07:00
Chris Peterson
7d6150f701 Bug 863288 - Add sanity checks and error logging for bitmap decoding. r=mfinkle 2013-04-22 18:03:01 -07:00
Geoff Brown
129b90e69d Bug 844239 - Specify character encoding in robocop test files; r=jmaher DONTBUILD 2013-04-23 16:15:45 -06:00
Brian Nicholson
2b03086558 Bug 703564 - Improve the crash reporter. r=mfinkle 2013-04-23 15:02:22 -07:00
Margaret Leibovic
d0ac6bd53a Bug 857661 - Don't let the user pin a blank top site url. r=wesj 2013-04-23 14:21:34 -07:00
Margaret Leibovic
3d4c58e50a Bug 847834 - Avoid NPEs in BrowserApp.onActivityResult(). r=wesj 2013-04-23 14:21:34 -07:00
Margaret Leibovic
08c4830d9a Bug 858994 - Wrap user-entered pinned site search/URLs in a special URI. r=rnewman 2013-04-23 14:21:34 -07:00
Margaret Leibovic
90c7ff8ef1 Bug 858994 - Migrate bad pinned bookmark URIs. r=rnewman 2013-04-23 14:21:33 -07:00
Chris Peterson
fb8072844c Bug 863103 - Add BackgroundService.runIntentInService() utility method. r=rnewman 2013-04-23 11:03:00 -07:00
Benoit Girard
3335578c70 Bug 788022 - Add support for dalvik profiling. r=snorp,kats
--HG--
extra : rebase_source : 3eb56af40018a546586fd0fb33e343589ddcf207
2013-04-23 13:10:29 -04:00
Adrian Tamas
6d7650b10d Bug 864280 - Robocop BaseTest cleanup. r=gbrown 2013-04-22 14:23:20 +03:00
Wes Johnston
20a1e61eb3 Bug 773535 - Use tablet style prefs on tablets. r=bnicholson 2013-04-22 14:39:30 -07:00
Ed Morley
4fbb132223 Backed out changeset 26ab26b299a5 (bug 788022) on a CLOSED TREE 2013-04-22 17:43:10 +01:00
Benoit Girard
a59ec4c148 Bug 788022 - Add support for dalvik profiling. r=snorp,kats
--HG--
extra : rebase_source : 3021e4315ce0ce5dbef9db84a12502d66dfc7967
2013-04-19 15:34:56 -04:00
Benoit Girard
3d7c532eec Bug 863375 - Remove 'Toggle Profiling' menu. r=ehsan
--HG--
extra : rebase_source : c8e70c998ede7986e2583f3fba4d23fcdb37b540
2013-04-19 15:37:50 -04:00
Jim Chen
7614ad70f0 Bug 862929 - Find end of ANR trace the correct way; r=blassey 2013-04-17 16:29:00 -07:00
Chris Peterson
a90d679cf1 Bug 862069 - Toggle gesture keyboards' input type when user enters a search query in the AwesomeBar. r=jchen 2013-04-06 00:24:11 -07:00
Chris Peterson
e30652badc Bug 849589 - Add more descriptive error messages to NativeZip exceptions. r=glandium 2013-04-18 11:08:07 -07:00
Wes Johnston
77e55d7032 Bug 859391 - Disable session restore in webapps. r=bnicholson 2013-04-18 17:19:10 -07:00
Geoff Brown
f029051d74 Bug 859440 - Allow for ListView without adapter in robocop; r=jmaher 2013-04-18 21:18:11 -06:00
Geoff Brown
7c32b188bc Bug 859563 - Explicitly unregisterListener once event expecters are no longer needed; r=cpeterson 2013-04-18 21:18:09 -06:00
Geoff Brown
6a78a59826 Bug 844239 - Use blockForGeckoReady in testAwesomebarSwipes; r=jmaher 2013-04-18 21:18:05 -06:00
Wes Johnston
830da0ae3f backout e88f7f550c2b (Bug 859391) for Android bustage CLOSED TREE r=bustage 2013-04-18 18:52:26 -07:00
Wes Johnston
c2911ca7a3 Bug 859391 - Disable session restore in webapps. r=bnicholson 2013-04-18 17:19:10 -07:00
Jim Chen
581b011e69 Bug 859452 - Send characters as keys when using HTC Touch Input. r=cpeterson 2013-04-18 12:39:09 -04:00
Wes Johnston
24fb2c7676 Bug 858340 - Domain autocompletion for Fennec. r=jchen 2013-04-17 09:13:49 -07:00
Sriram Ramasubramanian
76d0e8dae2 Bug 861658 - Make Android Sync styles use Gecko themes. r=nalexander
This avoids using "@android:style/TextAppearance" or
"@android:style/{TextView,Button,EditText}" and avoids a crash on
pre-Gingerbread devices.
2013-04-17 17:18:03 -07:00
Brian Nicholson
72af966ebf Bug 860523 - Add namespace wrapper for WebApps. r=wesj
--HG--
rename : mobile/android/base/WebApps.java.in => mobile/android/base/WebApp.java.in
rename : mobile/android/base/WebApp.java => mobile/android/base/WebAppImpl.java
2013-04-17 16:24:02 -07:00
Brian Nicholson
8af7c78353 Bug 862049 - Run setAccessibilityEnabled() on the UI thread. r=Cwiiis 2013-04-17 14:51:53 -07:00
Kartikaya Gupta
d3e7b0badb Bug 859962 - Guard against LayerView.getPanZoomController() returning null in BrowserApp. r=Cwiiis 2013-04-17 17:39:11 -04:00
Kartikaya Gupta
1cc2789fc5 Bug 859951 - Split MotionEvent's action into mask and index in Java rather than in JNI code. r=wesj 2013-04-17 17:39:11 -04:00
Kartikaya Gupta
e29772e27b Bug 859951 - Refactor the code to convert MOTION_EVENT GeckoEvents to nsTouchEvent instances. r=wesj 2013-04-17 17:39:10 -04:00
Kartikaya Gupta
3e45685612 Bug 847898 - Put Android Beam support behind a confvar variable. r=mfinkle 2013-04-17 16:08:11 -04:00
Ryan VanderMeulen
e5d30b7e85 Backed out changeset f5a10853e457 (bug 858340) for Android bustage on a CLOSED TREE. 2013-04-17 13:31:05 -04:00
Sriram Ramasubramanian
48ec6342cc Bug 861655: Settings screen should be in white. [r=wesj] 2013-04-16 11:48:55 -07:00
Wes Johnston
ec175bc799 Bug 858340 - Domain autocompletion for Fennec. r=jchen 2013-04-17 09:13:49 -07:00
Lucas Rocha
617db98e34 Bug 814587 - Change Reader:Add to handle tabID and URL as input (r=bnicholson) 2013-03-16 01:40:06 +05:30
Aditya Bhardwaj
6859901dd4 Bug 784387 - Long press on reader button to add to reading list (r=lucasr) 2013-04-17 11:43:30 +01:00
Lucas Rocha
0b09a872d3 Bug 784387 - Handle duplicate reading list item case (r=bnicholson) 2013-04-17 11:43:22 +01:00
Margaret Leibovic
977f585a8f Bug 860326 - Don't update BrowserToolbar after editing a top site on about:home. r=wesj 2013-04-16 17:39:47 -07:00
Sriram Ramasubramanian
65277d529a Bug 861314: Prompts crash on 2.2. [r=bnicholson] [CLOSED TREE]
--HG--
extra : rebase_source : 82014ce40342ef8313575e7121f59ba71b3d1715
2013-04-15 15:06:42 -07:00
Wes Johnston
0a6e81d1a0 Bug 815715 - Send location change methods even if we're just moving inside the same document. r=bnicholson 2013-04-16 15:07:11 -07:00
Wes Johnston
3b3270b1b4 Bug 837132 - Remove 'remove' option from top sites page. r=margaret 2013-04-16 15:06:19 -07:00
Brian Nicholson
028611d446 Bug 838793 - Part 2: Move AboutHome update to foreground thread. r=lucasr 2013-04-16 14:34:46 -07:00
Brian Nicholson
84a6419b5d Bug 838793 - Part 1: Convert AboutHomeContent to a Fragment. r=lucasr 2013-04-16 14:34:46 -07:00