Commit Graph

11259 Commits

Author SHA1 Message Date
Matt Brubeck
f5202c7727 Merge fx-team to mozilla-central 2013-11-23 14:24:52 -08:00
Benoit Jacob
19ef7340ea 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
32c783ca45 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
f79b3ed398 Merge fx-team to m-c. 2013-11-22 15:23:22 -05:00
Ryan VanderMeulen
0bd1b242e8 Merge inbound to m-c. 2013-11-22 15:18:19 -05:00
Richard Newman
8bd8fdd99b Bug 941868 - Part 1: add NonEvictingLruCache. r=mcomella 2013-11-22 17:12:20 -08:00
Richard Newman
76dca06f63 Bug 941844 - Part 2: tidy BrowserToolbar.onTabChanged. r=bnicholson 2013-11-22 17:12:20 -08:00
Richard Newman
0b9dbd589a 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
b2f1c051bf Bug 937820 - Create Snippets XPCOM component. r=bnicholson 2013-11-22 16:55:33 -08:00
Wes Johnston
010456e132 Bug 768667 - Fix un-bitrotting. r=bustage,sriram 2013-11-22 15:18:04 -08:00
Wes Johnston
34712c3162 Bug 768667 - Follow up for review comments. r=sriram 2013-11-22 14:13:23 -08:00
Wes Johnston
38fe483e83 Bug 941201 - Send old url info in location change messages. r=margaret 2013-11-22 14:11:08 -08:00
Lucas Rocha
fb4f1ac131 Bug 938205 - Factor out editing UI into ToolbarEditLayout (r=sriram) 2013-11-22 15:34:29 +00:00
Lucas Rocha
3effc6724a Bug 938205 - Remove unused imports from BrowserToolbar (r=sriram) 2013-11-22 15:34:29 +00:00
Ryan VanderMeulen
46ca6a1b8d Backed out changesets ea5939461476 and eb8ef0e80c9c (bug 938205) for robocop orange. 2013-11-22 12:32:19 -05:00
Lucas Rocha
f50bd32093 Bug 938205 - Factor out editing UI into ToolbarEditLayout (r=sriram) 2013-11-22 15:34:29 +00:00
Lucas Rocha
a77dcce425 Bug 938205 - Remove unused imports from BrowserToolbar (r=sriram) 2013-11-22 15:34:29 +00:00
Carsten "Tomcat" Book
b73095bce5 merge fx-team to mozilla-central 2013-11-22 14:51:13 +01:00
Richard Newman
67a90a0fe8 Bug 941982 - Clean up about: page handling. r=mcomella 2013-11-21 23:33:28 -08:00
Taylor Skidmore
23e9ab7c4b 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
579b979070 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
64e6e8bd38 Bug 768667 - Provide an action mode for compatibility with old Android versions. r=sriram 2013-11-19 11:57:35 -08:00
Lucas Rocha
942e8f118f Bug 938141 - Avoid showing favicons before the thumbnails are loaded (r=rnewman) 2013-11-22 14:35:27 +00:00
Lucas Rocha
5ad2184375 Bug 935628 - Remove BrowserToolbarBackground class (r=sriram) 2013-11-22 14:31:39 +00:00
Lucas Rocha
d563776f7b Bug 871522 - Factor out EditText handling into ToolbarEditText (r=sriram) 2013-11-22 13:47:42 +00:00
Lucas Rocha
15ea4b710d Bug 871522 - Remove unnecessary long press listener from toolbar (r=sriram) 2013-11-22 13:47:42 +00:00
Lucas Rocha
ac80aadf07 Bug 871522 - Encapsulate isEditing assignment into a setter (r=sriram) 2013-11-22 13:47:42 +00:00
Lucas Rocha
1a3f089780 Bug 935628 - Only show right edge in toolbar when necessary (r=sriram) 2013-11-22 13:33:15 +00:00
Lucas Rocha
219759af7c Bug 935628 - Remove BrowserToolbarBackground from toolbar (r=sriram) 2013-11-22 13:33:15 +00:00
Lucas Rocha
198a695d5f Bug 935628 - Animate toolbar with translation instead of scroll (r=sriram) 2013-11-22 13:33:15 +00:00
Swaroop Rao
96c55b6aa2 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
a23ca26511 Bug 913985: Part 6 - Remove redundant AndroidBridge::Bridge() checks. r=kats 2013-11-12 10:41:01 -08:00
Chris Kitching
7144e8c767 Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats 2013-11-12 10:41:01 -08:00
Chris Kitching
a053b765bb 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
c47d9f7dc4 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
d522296441 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
ae0e640603 Bug 883500 - Update query to avoid bookmarks with null URLs. r=mfinkle 2013-11-18 15:40:27 -08:00
Ryan VanderMeulen
4e7cc6f723 Merge m-c to fx-team. 2013-11-21 11:39:17 -05:00
Ryan VanderMeulen
6ce6c0bddf Backed out changeset 95562517dc8c (bug 938818) for Android crashes. 2013-11-21 11:06:22 -05:00
Carsten "Tomcat" Book
247dddda8c merge fx-team to mozilla-central 2013-11-21 14:32:10 +01:00
Lucas Rocha
c54806862f Bug 939060 - Check URL associated with grid item before displaying favicon. r=rnewman 2013-11-20 17:09:51 -08:00
Brad Lassey
774d62c601 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
69109ed2d8 Bug 938818 - Change calls to mLayerView.setVisibility to mLayerView.show or .hide. r=mcomella 2013-11-20 20:04:42 -05:00
Lucas Rocha
81377fa2d1 Bug 937534 - Only handle BACK key on ACTION_UP in Bookmarks page (r=mfinkle) 2013-11-21 13:43:21 +00:00
Benoit Jacob
44c927d7a3 Bug 834243 - avoid calling serverSurfaceChanged before the compositor is created - r=vladv 2013-11-20 17:50:54 -05:00
Wes Kocher
e634acaaaf Merge m-c to inbound 2013-11-21 19:18:18 -08:00
Wes Kocher
c45476491c Backed out changeset 763bcda2802f (bug 834243) for Android bustage on a CLOSED TREE 2013-11-21 16:35:44 -08:00
Benoit Jacob
864e2451f4 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
d72592ffa8 Merge m-c to inbound. 2013-11-21 15:53:49 -05:00
Jacob Liebert
0f1cbbb6e3 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