Jeff Muizelaar
f234b302fe
Bug 1127005. Rename CairoImage to BufferedImage. r=kats
...
try: -b do -p android-api-9,android-api-11,android-x86 -u all -t none
--HG--
rename : mobile/android/base/gfx/BufferedCairoImage.java => mobile/android/base/gfx/BufferedImage.java
rename : mobile/android/base/gfx/CairoGLInfo.java => mobile/android/base/gfx/BufferedImageGLInfo.java
extra : rebase_source : 4d0e70549f01af09a76ad47ebfb61970413b10f2
2015-01-28 17:04:50 -05:00
Richard Newman
13824b3d7b
Bug 1126139 - Add an android:label for the reading list provider. r=nalexander
...
--HG--
extra : rebase_source : 1ada67e2c44058871d6a2b6ca5ccae1cf9b582f5
2015-01-28 12:05:20 -08:00
Ryan VanderMeulen
c9c9d14f70
Merge m-c to fx-team. a=merge
2015-01-28 15:04:51 -05:00
Nick Alexander
cf61b5d846
No bug - Make Gradle debug test APK look like Robocop. r=me
...
--HG--
extra : rebase_source : 996cf9f9e2460e19864a7b32bea8d1a1c162b0a1
extra : source : 5ffffd68e04193bc90768667a8f34f5904f531d6
2015-01-26 21:52:43 -08:00
Nick Alexander
177f286d2b
Bug 1125330 - Expose |mach| output after failures invoking from Gradle. r=me,f=ally
...
--HG--
extra : rebase_source : 8d801f739f77640a587231404e22506f52342438
2015-01-27 21:41:14 -08:00
Nick Alexander
7b9cf79f10
Bug 1123013 - Set project SDK explicitly in Gradle configuration. r=me,f=mcomella
...
This is a sad, but necessary, loss of generality that will cause the
Gradle configuration to lag behind the rest of the build system over
time. The existing Gradle build worked fine, but IDEA based IDEs can
not yet read build.gradle files containing arbitrary Groovy code. I
can find no alternative to including the values in the build.gradle
file directly. We will just try to keep them up to date.
The versions chosen (compileSdkVersion 21 and buildTools "21.1.1")
correspond to the current versions used on the buildbots. Changing
compileSdkVersion to an integer absolutely requires Gradle-Android
plugin version 1.0.0 or higher, which in turn mandates IntelliJ
version 14.0.3 EAP or higher.
I took the opportunity to update some settings and bump dependency
versions from v19 to v21 as well.
--HG--
extra : rebase_source : 7ada8da4dec7bd56ca3d276d833788d895e12e25
2015-01-28 10:42:30 -08:00
Carsten "Tomcat" Book
8aced6dab7
merge fx-team to mozilla-central a=merge
2015-01-28 14:24:09 +01:00
Giovanny Andres Gongora Granada
c7c2a73eb0
Bug 1126426 - Rename reader-plus-icon-xhdpi.png on config.css. r=margaret
...
--HG--
rename : mobile/android/themes/core/images/reader-plus-icon-xhdpi.png => mobile/android/themes/core/images/config-plus.png
2015-01-28 09:19:11 +01:00
Giovanny Andres Gongora Granada
c4d3437008
Bug 1124479 - Remove unused plus-button styles from aboutReader.css. r=margaret
2015-01-28 09:19:09 +01:00
Ryan VanderMeulen
1f351e3074
Bug 1126360 - Remove the non-split and armv6 Android in-tree configs. r=catlee, r=jlund
2015-01-27 14:31:26 -05:00
dominique vincent
35aa330e6f
Bug 1117796 - Add zoomed view in a ViewStub and inflate it only with Nightly build. r=mcomella
2015-01-06 14:19:25 +01:00
dominique vincent
c2248f4047
Bug 663803 - Comment change and move of convertedPosition in a local variable r=mcomella
2015-01-26 09:54:25 +01:00
dominique vincent
67724cb7a7
Bug 663803 - Zoomed view implementation using render document r=mcomella,snorp
2015-01-21 05:59:23 +01:00
dominique vincent
d15b47438e
Bug 663803 - Add hitCluster flag to detect touch in cluster links area r=smaug,kats
2014-11-24 15:33:06 +01:00
Michael Comella
f8836ba656
Bug 1117130 - Offset overlap by an additional pixel for fade in toolbar. r=trivial
2015-01-27 16:12:16 -08:00
Ganesh Sahukari
f5fe5678d6
Bug 1114594 - Remove promptForSaveToFile in favor of promptForSaveToFileAsync. r=paolo
2015-01-27 16:07:20 -05:00
Ryan VanderMeulen
9148720ef2
Backed out changeset dd417504346b (bug 1114594) for crashes.
...
CLOSED TREE
2015-01-27 15:17:39 -05:00
Ganesh Sahukari
a4f09b67d8
Bug 1114594 - Remove promptForSaveToFile in favor of promptForSaveToFileAsync. r=paolo
2015-01-20 10:11:00 +00:00
Jalpreet Singh Nanda
9fc7941275
Bug 1106900 - Move mSolo and other Robocop components into BaseRobocopTest. r=mcomella
...
--HG--
extra : rebase_source : 35a6002f856dc978f301cf6fc65945cec11c110a
2014-12-30 18:35:11 +05:30
James Dearing
701684409e
Bug 1124006 - Removed a couple of comments (fixes bug 1124006). r=mcomella
...
--HG--
extra : rebase_source : 776c6925b87e154070ad0cc105bc6b97c878f80c
2015-01-22 19:51:00 +01:00
Richard Newman
f8f7bb8b6a
Bug 1126111 - Define string for reading list DB authority. r=me, DONTBUILD
...
This string will be used to attach the reading list SyncAdapter to the right contentAuthority.
2015-01-26 17:54:52 -08:00
Michael Comella
676e722928
Bug 1124190 - Get tab state from tab in arguments; fix bug in forward/back button state. r=mhaigh
...
We previously used the *selected* tab, not the argument tab as we should have.
Also, the forward/back button state appeared incorrectly because a newly added
method made assumptions that BrowserToolbarNewTablet.cancelEdit would only be
called when we were in editing mode - fixed that by only doing that code while
we're still in editing mode.
2015-01-26 14:58:20 -08:00
Allison Naaktgeboren
6ee5b7bd14
Bug 1091461 - Fix Tapping anywhere under the 'Private Browsing' tip in the History panel will open the Custom menu when it shouldn't.r=liuche
2015-01-21 15:10:11 -08:00
J. Ryan Stinnett
9b3a983e79
Bug 1103120 - Part 8: Server: Use promises and results in allowConnection. r=past
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
de60148114
Bug 1103120 - Part 6: Server: Move allowConnection to authenticator. r=past
2015-01-26 12:47:13 -06:00
Richard Newman
61c6d42006
Bug 1124492 - Allow for distribution intent processing to occur after first use. r=margaret
2015-01-26 10:02:39 -08:00
Carsten "Tomcat" Book
6f0263c8d9
Backed out changeset d34e894a9ea2 (bug 1114594) for xpcshell and m5 test failures
2015-01-26 15:01:16 +01:00
Ganesh Sahukari
27ef62b0d3
Bug 1114594 - Remove promptForSaveToFile in favor of promptForSaveToFileAsync. r=paolo
2015-01-20 10:11:00 +00:00
Mark Capella
901be380e7
Bug 1123606 - Fix RTL Logic error affecting Handle Movement in TextAreas, r=margaret
2015-01-26 02:44:01 -05:00
Michael Comella
3368691d5d
Bug 1107386 - Set internal container height as height of MenuPopup. r=mhaigh
...
Solution via http://stackoverflow.com/a/7698709
2015-01-23 12:30:56 -08:00
Michael Comella
fbc63534a7
Bug 1110555 - Use real device dimensions when calculating LWT bitmap sizes. r=mhaigh
...
Before we used DisplayMetrics.width/heightPixels, which does not include the
system bars.
2015-01-23 12:30:05 -08:00
Michael Comella
079dd0c0c3
Bug 1096958 - Move TilesRecorder instance into TopSitesPanel. r=bnicholson
...
Thereby removing it from BrowserApp.
2015-01-22 17:36:17 -08:00
Mark Capella
3a827a537d
Bug 1116862 - p2 Add basic Handle Drag tests, r=margaret
2015-01-23 14:52:31 -05:00
Mark Capella
69fab1eecd
Bug 1116862 - p1 Implement testInputSelections, r=margaret
2015-01-23 14:52:31 -05:00
Martyn Haigh
d4bccc2f54
Bug 1122074 - Normal Tabs tray has an empty state (r=mcomella)
2015-01-23 16:01:15 +00:00
Masayuki Nakano
7a0cea6729
Bug 936313 part.1 Remove DOM_KEY_LOCATION_MOBILE and DOM_KEY_LOCATION_JOYSTICK r=smaug+mwu+cpeterson, sr=smaug
2015-01-28 22:36:53 +09:00
Mark Finkle
63cd943446
Bug 671993 - Unit tests for form data sessionstore r=bnicholson
2015-01-22 23:43:28 -05:00
Mark Finkle
a6a78daea2
Bug 671993 - Refactor writeFile to use promises and cleanup the caller code flow r=bnicholson
2015-01-22 23:43:20 -05:00
Mark Finkle
fa70d9ad74
Bug 671993 - Collect some telemetry when writing session state to disk r=bnicholson
2015-01-22 23:43:17 -05:00
Mark Finkle
b8c6f653be
Bug 671993 - Save/restore form data for main content and direct frames into session state r=bnicholson
2015-01-22 23:43:15 -05:00
Mark Finkle
726c8df343
Bug 671993 - Don't save session history for dynamic frames but correctly save shentry children r=bnicholson
2015-01-22 23:43:12 -05:00
Richard Newman
a95ff1c7bb
Bug 1123688 - Set BrowserDB factory in application startup, not only for GeckoApp subclasses. r=bnicholson
...
The issue: only by launching GeckoApp (or a subclass) did we specify what kind of DB we wanted. If we don't specify, we get a StubBrowserDB.
The search activity is not a GeckoApp, but it does implicitly access a profile.
The same is true for Sync: a background Sync would eventually cause the CP to touch GeckoProfile to get the profile directory.
Both of these avenues will poison the GeckoProfile cache, storing a profile with a database member that's a StubBrowserDB.
If you subsequently launched the browser you'd get that GeckoProfile instance from the profile cache. StubBrowserDB deliberately returns null for some queries -- such as getTopSites. That causes us to throw here.
The solution I chose: have *GeckoApplication* specify which kind of DB to use, and then have WebappImpl (the only subclass for which we want different behavior) override it.
GeckoView consumers remain unaffected, because they have their own Application class, and so the usual GeckoProfile fallback applies.
2015-01-22 20:23:38 -08:00
Wes Kocher
d595ebca46
Merge m-c to fx-team a=merge
2015-01-22 14:53:05 -08:00
Richard Newman
9d1f5b902f
Bug 1123377 - Create build flag for reading list service on Android. r=nalexander
2015-01-22 08:27:43 -08:00
Carsten "Tomcat" Book
eca1dab264
Merge mozilla-central to mozilla-inbound
2015-01-22 14:39:29 +01:00
Carsten "Tomcat" Book
fbdef879d2
merge mozilla-inbound to mozilla-central a=merge
2015-01-22 14:30:51 +01:00
Chenxia Liu
d74036c2c4
Backout bug 1091461 for visual changes. r=bustage
2015-01-21 17:57:16 -08:00
Wes Kocher
f268e3c716
Merge m-c to fx-team a=merge
2015-01-21 16:28:27 -08:00
Mark Capella
448ffa6b5d
Bug 851861 - v2 - Intermittent testFlingCorrectness, etc al. dragSync() consumers
2015-01-21 19:23:49 -05:00
Mark Capella
4ca0bf40d0
Bug 851861 - v1 - BACKOUT Intermittent testFlingCorrectness, etc al. dragSync() consumers, r=mfinkle
2015-01-21 19:23:49 -05:00