Commit Graph

7253 Commits

Author SHA1 Message Date
Matt Brubeck
bff5acf42e Merge fx-team to mozilla-central 2013-11-23 14:24:52 -08:00
Benoit Jacob
e7f839bda7 Bug 834243 - Revert to old behavior of holding off from starting the compositor until we have successfully preallocated its EGLSurface - r=snorp 2013-11-22 18:23:36 -05:00
Benoit Jacob
008ce01c08 Bug 834243 - Revert to calling eglInitialize in Java; do it first in a EGLPreloadingThread to avoid blocking the UI thread for a long time - r=snorp 2013-11-22 18:23:34 -05:00
Ryan VanderMeulen
dae949d346 Merge fx-team to m-c. 2013-11-22 15:23:22 -05:00
Ryan VanderMeulen
548f30b37c Merge inbound to m-c. 2013-11-22 15:18:19 -05:00
Richard Newman
da7f826176 Bug 941868 - Part 1: add NonEvictingLruCache. r=mcomella 2013-11-22 17:12:20 -08:00
Richard Newman
df02c23e19 Bug 941844 - Part 2: tidy BrowserToolbar.onTabChanged. r=bnicholson 2013-11-22 17:12:20 -08:00
Richard Newman
0c1fb7f45d Bug 941844 - Part 1: don't update title if title doesn't change. r=bnicholson 2013-11-22 17:12:19 -08:00
Margaret Leibovic
ed490f60e8 Bug 937820 - Create Snippets XPCOM component. r=bnicholson 2013-11-22 16:55:33 -08:00
Wes Johnston
60fcf4b30e Bug 768667 - Fix un-bitrotting. r=bustage,sriram 2013-11-22 15:18:04 -08:00
Wes Johnston
4eec9e1cc4 Bug 768667 - Follow up for review comments. r=sriram 2013-11-22 14:13:23 -08:00
Wes Johnston
503e6ea447 Bug 941201 - Send old url info in location change messages. r=margaret 2013-11-22 14:11:08 -08:00
Lucas Rocha
9d2945d409 Bug 938205 - Factor out editing UI into ToolbarEditLayout (r=sriram) 2013-11-22 15:34:29 +00:00
Lucas Rocha
e31b05db8f Bug 938205 - Remove unused imports from BrowserToolbar (r=sriram) 2013-11-22 15:34:29 +00:00
Ryan VanderMeulen
d4c203f100 Backed out changesets ea5939461476 and eb8ef0e80c9c (bug 938205) for robocop orange. 2013-11-22 12:32:19 -05:00
Lucas Rocha
3a5430ba7c Bug 938205 - Factor out editing UI into ToolbarEditLayout (r=sriram) 2013-11-22 15:34:29 +00:00
Lucas Rocha
f02fcea002 Bug 938205 - Remove unused imports from BrowserToolbar (r=sriram) 2013-11-22 15:34:29 +00:00
Carsten "Tomcat" Book
fab1e969d9 merge fx-team to mozilla-central 2013-11-22 14:51:13 +01:00
Richard Newman
c10b1b92ad Bug 941982 - Clean up about: page handling. r=mcomella 2013-11-21 23:33:28 -08:00
Taylor Skidmore
8f841e5e9f Bug 941795 - Simple rename of LayerView.show/hide to LayerView.showSurface/hideSurface. r=mcomella
--HG--
extra : rebase_source : e661e52c828d9b7760284abbf7ca7759ff24eb26
2013-11-21 14:18:40 -05:00
Wes Johnston
1bd57df2b3 Bug 768667 - Use an actionmode for text selection. r=margaret,sriram
--HG--
rename : mobile/android/base/resources/drawable-hdpi-v11/ic_menu_share.png => mobile/android/base/resources/drawable-hdpi/ic_menu_share.png
rename : mobile/android/base/resources/drawable-mdpi-v11/ic_menu_share.png => mobile/android/base/resources/drawable-mdpi/ic_menu_share.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/ic_menu_share.png => mobile/android/base/resources/drawable-xhdpi/ic_menu_share.png
2013-11-19 11:57:37 -08:00
Wes Johnston
55fbf738c2 Bug 768667 - Provide an action mode for compatibility with old Android versions. r=sriram 2013-11-19 11:57:35 -08:00
Lucas Rocha
f79900bf50 Bug 938141 - Avoid showing favicons before the thumbnails are loaded (r=rnewman) 2013-11-22 14:35:27 +00:00
Lucas Rocha
926ef6a763 Bug 935628 - Remove BrowserToolbarBackground class (r=sriram) 2013-11-22 14:31:39 +00:00
Lucas Rocha
858e7d2ae6 Bug 871522 - Factor out EditText handling into ToolbarEditText (r=sriram) 2013-11-22 13:47:42 +00:00
Lucas Rocha
8fc854d730 Bug 871522 - Remove unnecessary long press listener from toolbar (r=sriram) 2013-11-22 13:47:42 +00:00
Lucas Rocha
f08db5ad3d Bug 871522 - Encapsulate isEditing assignment into a setter (r=sriram) 2013-11-22 13:47:42 +00:00
Lucas Rocha
6820df2d6b Bug 935628 - Only show right edge in toolbar when necessary (r=sriram) 2013-11-22 13:33:15 +00:00
Lucas Rocha
114bc8b06f Bug 935628 - Remove BrowserToolbarBackground from toolbar (r=sriram) 2013-11-22 13:33:15 +00:00
Lucas Rocha
7326350fe4 Bug 935628 - Animate toolbar with translation instead of scroll (r=sriram) 2013-11-22 13:33:15 +00:00
Swaroop Rao
06b5f8f7cf Bug 936727 - Garble account name that is logged by UpgradeReceiver. (Reapplied ee57a684f9f2, blown away by 569d58c88da3.) r=rnewman 2013-11-13 08:23:02 -05:00
Chris Kitching
f7dde79803 Bug 913985: Part 6 - Remove redundant AndroidBridge::Bridge() checks. r=kats 2013-11-12 10:41:01 -08:00
Chris Kitching
36c7d139c0 Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats 2013-11-12 10:41:01 -08:00
Chris Kitching
c7984b3c10 Bug 913985: Part 3 - Update the annotation processor to generate wrapper classes. r=kats
--HG--
rename : build/annotationProcessors/MethodWithAnnotationInfo.java => build/annotationProcessors/AnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticMethodComparator.java => build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java
rename : build/annotationProcessors/utils/GeneratableEntryPointIterator.java => build/annotationProcessors/utils/GeneratableElementIterator.java
2013-11-21 20:41:28 +00:00
Chris Kitching
a0d772e2ad Bug 913985: Part 2 - Add annotations to all remaining JNI entry points, marking them for generations. r=kats 2013-11-12 10:41:00 -08:00
Chris Kitching
c7f7720232 Bug 913985: Part 1 - Introduce a nicer annotation API for the generator, and migrate all existing annotations to it. r=kats
--HG--
rename : mobile/android/base/mozglue/OptionalGeneratedParameter.java => mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java
rename : mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java => mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java
2013-11-12 10:40:59 -08:00
Lucas Rocha
8ca68f6008 Bug 883500 - Update query to avoid bookmarks with null URLs. r=mfinkle 2013-11-18 15:40:27 -08:00
Ryan VanderMeulen
5f5fcba645 Merge m-c to fx-team. 2013-11-21 11:39:17 -05:00
Ryan VanderMeulen
976017db14 Backed out changeset 95562517dc8c (bug 938818) for Android crashes. 2013-11-21 11:06:22 -05:00
Carsten "Tomcat" Book
c2ff3261b4 merge fx-team to mozilla-central 2013-11-21 14:32:10 +01:00
Lucas Rocha
a4c7c3793b Bug 939060 - Check URL associated with grid item before displaying favicon. r=rnewman 2013-11-20 17:09:51 -08:00
Brad Lassey
0f8d21e4e6 bug 930059 - Overscroll.java doesn't need to use compatibility libraries, follow up to not use invalidateAfterAnnimation on ICS r=wesj 2013-11-20 14:35:10 -08:00
Taylor Skidmore
86aca42387 Bug 938818 - Change calls to mLayerView.setVisibility to mLayerView.show or .hide. r=mcomella 2013-11-20 20:04:42 -05:00
Lucas Rocha
ae6b364b30 Bug 937534 - Only handle BACK key on ACTION_UP in Bookmarks page (r=mfinkle) 2013-11-21 13:43:21 +00:00
Benoit Jacob
1efd0c594d Bug 834243 - avoid calling serverSurfaceChanged before the compositor is created - r=vladv 2013-11-20 17:50:54 -05:00
Wes Kocher
0baa2a0d4e Merge m-c to inbound 2013-11-21 19:18:18 -08:00
Wes Kocher
0ad19cee88 Backed out changeset 763bcda2802f (bug 834243) for Android bustage on a CLOSED TREE 2013-11-21 16:35:44 -08:00
Benoit Jacob
76b65afddb Bug 834243 - Revert to old behavior of holding off from starting the compositor until we have successfully preallocated its EGLSurface - r=snorp 2013-11-21 16:47:20 -05:00
Ryan VanderMeulen
eb92d7c6c4 Merge m-c to inbound. 2013-11-21 15:53:49 -05:00
Jacob Liebert
b38b9337d2 Bug 871884 - Change text input default in Android browser to capitalize first character in a sentence; r=jchen 2013-11-21 14:57:47 -05:00