Commit Graph

10009 Commits

Author SHA1 Message Date
Marco Castelluccio
b52b1bf039 Bug 896555 - Remember requested permission for a session. r=mfinkle, r=wesj 2013-07-30 15:38:01 -04:00
Marco Castelluccio
50f99a7d61 Bug 832960 - Geolocation and desktop notification should require a manifest entry for apps on Android. r=mfinkle 2013-07-30 15:38:01 -04:00
Chenxia Liu
01a590c58a Bug 896992 - Activity looping if GeckoApp has been killed and Settings is launched from notification. r=kats 2013-07-30 11:45:25 -07:00
Brian Nicholson
7c0db772a5 Bug 878156 - Mark all startup tabs as external. r=mfinkle 2013-07-30 13:26:45 -04:00
Nick Alexander
f37aeaf3b5 Bug 898296 - Search for Android SDK build tools version 18.0.0. r=gps
This patch also tries to verify that the tools are actually found
early in the configure process, rather than failing with difficult to
parse errors at the end of the build.

Since the Android developer tools are defined earlier in the build
process, we can remove a work-around needed for |make install|.
2013-07-30 09:15:50 -07:00
Wes Johnston
10f0f363ee Bug 895709 - Kill guest mode profile when we start in non-guest mode. r=blassey 2013-07-30 09:05:25 -07:00
Kartikaya Gupta
fb8cd07441 Bug 899421 - Rename getArguments so that FennecInstrumentationTestRunner is compatible with Android API level 18. r=gbrown 2013-07-30 11:13:34 -04:00
Margaret Leibovic
e12dc9659c Bug 897235 - Remove unused AlertsService.js. r=wesj 2013-07-29 15:49:19 -07:00
Margaret Leibovic
c1bab87b5c Bug 896048 - Don't show site identity info when a page has loaded mixed content. r=wesj 2013-07-29 15:49:16 -07:00
Ryan VanderMeulen
2ef7a9892a Merge m-c to inbound. 2013-07-29 18:42:45 -04:00
Ryan VanderMeulen
747adc4200 Merge m-c to fx-team. 2013-07-29 17:27:08 -04:00
Tomoaki Konno
f7cd8c637c Bug 797561 - Expose a server tcp socket API to web applications r=honza 2013-07-29 10:36:43 -07:00
Ed Morley
b651dfa6b0 Merge latest green fx-team changeset and mozilla-central 2013-07-29 15:16:29 +01:00
Chris Kitching
be8d84a3fa Bug 897123 - Make GeckoAppShell.pumpMessageLoop waste less CPU time r=jchen
--HG--
extra : rebase_source : 7d5ffa3f2b9d29ff245886c40f4083e7451daec1
2013-07-26 12:02:00 -07:00
Chris Kitching
46e44b47cd Bug 828254 - Add context menu item to query default search provider using selection. r=mleibovic 2013-07-29 12:17:32 -04:00
Mark Capella
759883d61c Bug 896764 - Initially populate Find in Page string with current text selection, r=margaret 2013-07-28 16:36:47 -04:00
Dão Gottwald
527e9d0a01 Bug 788422 - Use UserAgentOverrides.jsm as designed to fix YouTube on tablets. r=bnicholson 2013-07-27 16:18:25 +02:00
David Zbarsky
f6bba95714 Backout 4c89002460da (Bug 873378) for breaking the settings app on B2G 2013-07-26 13:20:23 -07:00
Wes Johnston
6066465c47 Bug 895549 - Only remove transforms when we're about to recycle a view. r=lucasr 2013-07-26 09:24:51 -07:00
Wes Johnston
8a5b49ebfa Bug 896117 - Add enter and exit dialogs for guest mode. r=margaret 2013-07-26 09:14:04 -07:00
Adrian Tamas
dbb2d0d4e4 Bug 869277 - Follow-up patch to remove todo_is assertion and make the test more reliable. r=gbrown 2013-07-23 16:13:48 +03:00
Trevor Saunders
64dbc43c4d backout bug 886526 because it probably made us use a lot more memory to link on windows 2013-07-29 11:03:21 -04:00
Nathan Froyd
64842611f8 Bug 897407 - package JS shell for all android builds; r=gps 2013-07-24 12:53:43 -04:00
Ryan VanderMeulen
34238c722c Merge m-c to inbound. 2013-07-26 01:24:55 -04:00
Ryan VanderMeulen
10a360b66f Backed out changesets 4f35e943f939 and da5fa63e90cb (bug 896250) for causing frequent OSX debug asserts on a CLOSED TREE. 2013-07-26 01:22:40 -04:00
Dave Hylands
650bec4a8c Bug 896250 - Set layers to 1 for android, since 20 causes reftest to fail. r=joe 2013-07-25 12:41:13 -07:00
Mark Finkle
eba820179f Bug 897505 - crash in java.lang.NullPointerException: at org.mozilla.gecko.BrowserApp6.onBitmapFound(BrowserApp.java) r=sriram 2013-07-25 08:33:38 -04:00
Brian Nicholson
162dba6fb3 Bug 890515 - Purge 0-byte favicons and thumbnails from the database. r=rnewman
--HG--
extra : rebase_source : 0061324295111da592e2f543fa67f0042c005000
2013-07-24 22:08:42 -07:00
Mark Capella
bcae12953a Bug 886587 - Remove profile migrator, r=gcp, f=rnewman 2013-07-24 18:50:26 -04:00
Ryan VanderMeulen
81cd2d8d35 Backed out changeset decc061fbd43 (bug 896555) for possible causing robocop-2 failures in testDoorHanger.
CLOSED TREE
2013-07-24 14:30:57 -04:00
Ryan VanderMeulen
cc689f734d Backed out changeset fef7cf65b4e7 (bug 832960) for making bug 857240 perma-fail. 2013-07-24 11:49:00 -04:00
Ryan VanderMeulen
20fabd9691 Merge m-c to inbound. 2013-07-25 21:59:02 -04:00
Geoff Brown
287af825d6 Bug 897970 - Fix robocop testBookmark for x86/JB; r=jmaher 2013-07-25 17:38:10 -07:00
Shane Tully
698ced1b77 Bug 897561 - Bump target Android SDK to 16. r=cpeterson
--HG--
extra : rebase_source : c7cedc9047106c292a03b8c6733fd47b8cac89f7
2013-07-24 19:21:00 -07:00
Max Li
dec1b1843d Bug 886076 - Part 2: Support movement by granularity in AccessFu. r=eeejay 2013-07-24 17:52:57 -04:00
Chris Kitching
a5f91ad10e Bug 896822 - Convert thumbnails to RGBA before sending to Java. r=roc, r=kats 2013-07-24 09:18:05 -04:00
Marco Castelluccio
1d9bb0b442 Bug 896555 - Remember requested permission for a session. r=mfinkle, r=wesj 2013-07-24 09:17:40 -04:00
Raymond Lee
809cc4b70c Bug 840699 - Use HTTPS instead of HTTP for 30boxes.com integration. r=gavin 2013-07-24 11:21:13 +08:00
Marco Castelluccio
6c457d96c1 Bug 832960 - Geolocation and desktop notification should require a manifest entry for apps on Android. r=mfinkle 2013-07-24 09:03:42 -04:00
Brad Lassey
92e3addcc0 bug 894885 - move common mozconfig options to the common mozconfig, follow up to move some things back r=glandium 2013-07-23 17:49:17 -04:00
Richard Newman
663729da09 Bug 895931 - Follow up: avoid long overflow. r=trivial 2013-07-23 12:25:56 -07:00
Wes Kocher
08a9b670dd Backout 823a6f7499f8 (bug 894313) for possibly breaking Android tests on a CLOSED TREE 2013-07-23 17:33:43 -07:00
Wes Kocher
6a8223adf9 Backout 2571b6bbc93a (bug 894885) for possibly breaking Android tests 2013-07-23 17:33:09 -07:00
Shane Tully
64b64335f4 Bug 857730 - Part 4: Integrate contacts API Javascript with Java and Android contact API. r=cpeterson 2013-07-23 13:14:00 -07:00
Shane Tully
4152d66713 Bug 857730 - Part 3: Add contacts API Javascript to Android. r=cpeterson 2013-07-18 15:01:00 -07:00
Shane Tully
506065e03d Bug 857730 - Part 2: Add permissions doorhanger. r=cpeterson 2013-07-23 11:09:00 -07:00
Shane Tully
46055bce54 Bug 857730 - Part 1: Add read and write contacts Android permissions to Android manifest file. r=cpeterson 2013-07-23 13:12:00 -07:00
Brad Lassey
1809748fb5 bug 894885 - move common mozconfig options to the common mozconfig, follow up to move some things back r=glandium 2013-07-23 17:49:17 -04:00
Brad Lassey
52e97fcceb bug 894313 - GeckoThread should own its own static instance r=kats 2013-07-19 11:14:32 +01:00
Botond Ballo
f79359461b Bug 895904 - Hook up NativePanZoomController.abortAnimation(). r=kats 2013-07-23 16:41:22 -04:00