Gian-Carlo Pascutto
6f3ec0516b
Bug 874569 - Adjust rotation amount if the Android device is rotated. r=blassey
2013-07-01 08:03:33 +02:00
Gian-Carlo Pascutto
2504134266
Bug 877248 - Use a TextureView and setAlpha to make preview invisible. r=blassey
2013-07-01 08:01:57 +02:00
Max Li
539909bb77
Bug 886077 - Can't access address bar using Spiel screen reader. r=lucasr
...
Relanded because bug 887020 accidentally reverted this patch.
2013-06-29 17:18:38 -04:00
Chenxia Liu
961b7f4b7c
Bug 888374 - crash: Clicking link in about:healthreport for Choose what I share. r=nalexander
2013-06-28 16:38:51 -07:00
Brian Nicholson
28819bdc9b
Bug 887069 - Fix focus behavior of go button in URL bar. r=sriram
2013-06-28 14:58:18 -07:00
Sriram Ramasubramanian
a56afe2ca3
Bug 888381: NPE on closeOptionsMenu() in BrowerToolbar. [r=mfinkle]
...
--HG--
extra : rebase_source : f779107a2893ae2d40113bc67f461adc0fa6767b
2013-06-28 11:19:06 -07:00
Wes Johnston
2efea53f15
Bug 888145 - Use browser content windows when deciding whether to ignore location changes. r=mfinkle
2013-06-28 11:23:13 -07:00
Wes Johnston
527f5a8b3c
Bug 866787 - Support orientation in manfiest for packaged apps. r=mfinkle
2013-06-28 11:19:34 -07:00
Nick Alexander
f0ec9e6ba3
Bug 887840 - Add viewport to Android about:healthreport wrapper. r=rnewman
2013-06-28 10:30:55 -07:00
Brad Lassey
7f9ac93921
bug 888201 - java.lang.NullPointerException: at org.mozilla.gecko.GeckoApp.collectAndReportLocInfo(GeckoApp.java) r=kats
2013-06-28 12:42:28 -04:00
Nick Alexander
af8ed74358
Bug 887121 - Make packager install and szip .so libraries in assets/ directly. r=glandium
...
This adds a Component type to the mozbuild.mozpack package manifest
parser, and teaches the packager to accept components of the form
[name destdir="dir"]. Then we update the Android package manifest and
simplify the packager code.
I would have liked to make the packager put mozglue.so and
MOZ_CHILD_PROCESS_NAME in lib/$(ABI_DIR) directly, but this turned out
to be awkward. Since MOZ_CHILD_PROCESS_NAME needs to have lib/ in its
name to load successfully on Android, we would have to add notation in
package manifests to install bin/lib/*plugin-container* to
lib/$(ABI_DIR)/*plugin-container*.
2013-06-28 09:10:57 -07:00
Sriram Ramasubramanian
06d9864f6d
Bug 887572: Kill GeckoViewsFactory. [r=bnicholson]
2013-06-27 16:51:55 -07:00
Sriram Ramasubramanian
02a84efb54
Bug 855888: Remove "Gecko." namespace in XML files. [r=bnicholson]
2013-06-27 16:51:50 -07:00
Sriram Ramasubramanian
a5f01ee613
Bug 887020: Remove mLayout from BrowserToolbar. [r=mfinkle]
2013-06-25 16:10:52 -07:00
Nick Alexander
fc7e7d8ec5
Bug 847178 - Avoid exceptions in CryptoRecord.fromJSONRecord. r=rnewman
2013-06-27 15:14:09 -07:00
Jim Chen
25b847a4ce
Bug 879568 - Make the ANR reporter use SysInfo class; r=rnewman
2013-06-27 14:25:57 -04:00
Brian Nicholson
0d693e50c5
Bug 887051 - Fix gamepad action key behavior in AwesomeScreen. r=kats
2013-06-26 16:42:49 -07:00
Sriram Ramasubramanian
ccda9118ec
Bug 886528: Move onCreatePanelView to GeckoApp. [r=mfinkle]
...
--HG--
extra : rebase_source : 4383294087f67382e8f96e9351f41ce6a61b7cf8
2013-06-25 14:26:01 -07:00
Sriram Ramasubramanian
e6bbcc526e
Bug 886528: Postpone popup menu initialization. [r=mfinkle]
...
--HG--
extra : rebase_source : 063c64a6340b92a75d00b1a5ed434b0a249827d6
2013-06-25 11:39:54 -07:00
Jim Chen
83438a2314
Bug 864040 - Send key events from the UI thread the right way; r=cpeterson
2013-06-26 17:28:21 -04:00
Brad Lassey
7437e16b8c
bug 886921 - Crash [@ org.mozilla.gecko.GeckoApp.getCellInfo(GeckoApp.java:2336)] r=mfinkle
2013-06-25 14:53:43 -04:00
Nick Alexander
72e9d59e80
Bug 885951 - Find jarsigner and keytool during configure. r=gps
2013-06-26 11:49:27 -07:00
Chenxia Liu
30b27916e4
Bug 872329 - Part 3: Apply new settings layout - tests. r=gbrown
2013-06-26 10:57:52 -07:00
Chenxia Liu
fcbf79e6a5
Bug 872329 - Part 2: Apply new settings layout - xml layouts. r=wesj
2013-06-26 10:57:49 -07:00
Chenxia Liu
8999a919e7
Bug 872329 - Part 1: Apply new settings layout - strings. r=wesj
2013-06-26 10:57:46 -07:00
Jim Chen
b6986ad28f
Bug 887097 - Get rid of Gecko event sync time out; r=kats
2013-06-26 10:59:37 -04:00
Max Li
c203244414
Bug 886077 - Can't access address bar using Spiel screen reader. r=lucasr
2013-06-25 06:34:03 -04:00
Chris Kitching
6c5d882abe
Bug 885941 - Homogenize privacy links in Fennec. r=mleibovic
2013-06-26 09:46:14 -04:00
Richard Newman
c8f898fb4f
Bug 886156 - Part 2: don't initialize PIC with null add-ons. r=nalexander
2013-06-25 22:34:43 -07:00
Richard Newman
ccf78e8bcd
Bug 886156 - Part 1: belt-and-braces safety in initialization of ProfileInformationCache. r=nalexander
2013-06-25 22:34:42 -07:00
Garrett Robinson
0a39a62d18
Bug 858780 - Turn on CSP 1.0 spec compliant flag in Android settings. r=mfinkle
2013-06-25 20:08:58 -04:00
Geoff Brown
d1c02ea68b
Bug 882191 - Wait for Settings item to be enabled before selecting; r=liuche
2013-06-25 15:33:01 -07:00
Jonathan Kew
d5b73eda46
bug 878674 - pt 2 - clean up obsolete copies of packaged fonts from the Android filesystem. r=blassey
2013-06-25 22:30:58 +01:00
Chenxia Liu
8c3f9daa5f
Bug 886916 - Regression: Multiple-level settings screens do not handle "back" correctly. r=margaret
2013-06-25 14:22:19 -07:00
James Hugman
228b79b0ec
Bug 860782 - Move Android permission install to first run, from install. r=wesj, r=fabrice
...
* * *
Bug 860782 - Use app when requesting permissions. r=mfinkle
* * *
Bug 860782 - Disable permissions tests on platforms where they shouldn't work. r=mfinkle
2013-06-20 12:51:18 -04:00
Sriram Ramasubramanian
dd1b6d573a
Bug 884566: Don't show default activity until some activity is choosen for first time in QuickShare. [r=mfinkle]
...
--HG--
extra : rebase_source : 4ede125667edcbed18559f3346ee559f5d5cb7bc
2013-06-24 15:49:16 -07:00
Ed Morley
b068dae3e8
Backed out changeset 30bf232b44f7 (bug 878674)
2013-06-25 11:25:30 +01:00
Jonathan Kew
c3b3a2eb65
bug 878674 - pt 2 - clean up obsolete copies of packaged fonts from the Android filesystem. r=blassey
2013-06-25 09:14:37 +01:00
Brian Nicholson
e74572c8bc
Bug 849847 - Make about:home scrollable with the analog stick. r=Cwiiis
2013-06-24 21:44:07 -07:00
Phil Ringnalda
5ae7b08b00
Merge m-c to m-i
2013-06-24 16:51:59 -07:00
Alex Keybl
821f644108
Merging in version bump NO BUG
2013-06-24 11:37:32 -07:00
Richard Newman
639ce9a3c8
Bug 886231 - Rename datareporting_fhr_summary to reflect string change (follow-up from Bug 879558). r=trivial
2013-06-24 08:40:35 -07:00
Richard Newman
74b997bffe
Bug 886155 - GeckoSubdocumentScrollHelper logspew. r=kats
2013-06-23 23:39:14 -07:00
Max Li
a96f11d3dc
Bug 885298 - warning: redundant cast to android.os.IInterface in ISelfBrailleService.java. r=kats
...
--HG--
extra : rebase_source : 1e89c31b2d79ff262113b0d4b1cf37110f1f4882
extra : amend_source : 23f3cc6cb2b6f064b97130d6cc94aad7f41a0992
2013-06-21 14:27:38 -04:00
Jim Chen
d7a68d8aaa
Bug 837379 - Log main thread stack for off-main-thread exceptions; r=cpeterson
2013-06-24 16:10:03 -04:00
Richard Newman
64a8beb86e
Bug 886231 - Rename datareporting_fhr_summary to reflect string change (follow-up from Bug 879558). r=trivial
2013-06-24 08:40:35 -07:00
Brian Smith
0272350848
Bug 867465: Remove the "Revocation Lists" feature, r=cviecco, r=mattn
2013-06-02 23:37:47 -07:00
Brian Smith
25ff7ceed9
Backout 308e3cd73c5f, cc9980cb3db2, f5591bedc40e due to build failure
2013-06-22 16:45:47 -07:00
Brian Smith
83b30629cc
Bug 867465: Remove the Revocation Lists feature, r=cviecco, r=mattn
...
--HG--
extra : rebase_source : f17ab5ff048777e059bc287f01fe4a0d80965966
extra : histedit_source : 24c6c568f419d4eeeace0b0b8e1e0ce71d9b0cd8
2013-06-02 23:37:47 -07:00
Phil Ringnalda
fbec0d00df
Merge m-c to m-i
2013-06-22 15:56:20 -07:00