Brian Nicholson
a0d7dc76f5
Bug 886123 - Handle locale changes with BroadcastReceiver instead of getLastCustomNonConfigurationInstance(). r=sriram
2013-07-02 11:36:33 -07:00
Michal Kajda
ac78c83a2a
Bug 888641: NPE in BrowserToolbar's setProgressVisibility(). [r=sriram]
...
--HG--
extra : rebase_source : 02f7b680e58f8b5b52972de403e05c2a227250cd
2013-07-02 10:48:02 -07:00
Chris Peterson
f1685480aa
Bug 889036 - Fix test build instructions in Robocop README.rst. DONTBUILD NPOTB r=gbrown
2013-07-01 12:33:43 -07:00
Chris Kitching
8247f99fb3
Bug 888053 - Fix for Cursor leak in TopSitesView.java. r=bnicholson
2013-07-02 15:49:07 -04:00
Nicolas Carlo
6be0f8cdbc
Bug 884336 - Remove trailing "/" from URLs when pref to show URLs in titlebar is enabled. r=wesj
2013-07-02 15:49:06 -04:00
Wes Johnston
6c0ee7e931
Bug 884848 - Provide a way to get unscaled favicons from the Java favicon service. r=margaret DONTBUILD
2013-07-02 10:11:48 -07:00
Wes Johnston
cd941d3e8e
backout df9231393766 to fix commit message
2013-07-02 10:10:50 -07:00
Wes Johnston
5093545f59
Bug 884865 - Provide a way to get unscaled favicons from the Java favicon service. r=margaret
2013-07-02 10:00:12 -07:00
Wes Johnston
1defec365d
Bug 884865 - If sites provide a large favicon, use it alone for homescreen shortcuts. r=mfinkle
2013-07-02 10:00:10 -07:00
Wes Johnston
ec5057240c
Bug 888949 - Return hours in 0-23 range for time input types. r=mounir
2013-07-02 09:42:20 -07:00
Nathan Froyd
495754381b
Bug 887906 - use the correct ctypes types for long and short function parameters in JNI.jsm; r=wesj
...
long might be 32-bit or 64-bit, depending on the architecture. short is usually
16 bits, but we might as well specify a 16-bit type directly.
2013-06-27 14:02:19 -04:00
Scott Johnson
850b8bd74d
Bug 878931: Add a FontSizeInflation() method to Element in order to retrieve font size inflation to use during reflow-on-zoom. [r=kats,mounir]
...
The reflow-on-zoom behavior needs a more robust determination of the font size inflation, so
that it can adjust its behavior depending on whether font size inflation has been
enabled for a given element's text. This patch also modifies the behavior of reflow-
on-zoom such that it will zoom in to piece of text, with reflow, if the minimum
specified font size in the font size inflation preferences is greater than the
current font size, with font size inflation, of the element.
2013-07-02 09:04:27 -05:00
Chris Kitching
fd9b995e51
Bug 888074 - Replacing single-threaded uses of StringBuffer with StringBuilder. r=rnewman
2013-07-02 08:12:17 -04:00
Chris Kitching
cb0ce971dd
Bug 886472 - Dividers default to invisible, redundant call to hideDivider removed, showDividers() now hides divider of final visible DoorHanger. r=mleibovic
2013-07-02 08:10:27 -04:00
Brad Lassey
c4d53c77ab
backout 1c865eaf5dd8 for red/orange tests
2013-07-01 19:20:40 -04:00
Brad Lassey
b42b72c65c
bug 880259 - Firefox should use GeckoView r=mfinkle
...
--HG--
extra : rebase_source : 5f804d6f345b7dbbfcb9607b735a3b4e34ffe3f6
2013-06-06 08:33:39 -04:00
Wes Johnston
93dea58ab5
Bug 888836 - Turn off audio channels for non apps. r=mfinkle
2013-07-01 14:46:30 -07:00
Gian-Carlo Pascutto
7b452fb4ad
Bug 874569 - Adjust rotation amount if the Android device is rotated. r=blassey
2013-07-01 08:03:33 +02:00
Gian-Carlo Pascutto
0492f01f3d
Bug 877248 - Use a TextureView and setAlpha to make preview invisible. r=blassey
2013-07-01 08:01:57 +02:00
Max Li
2cc1ddf131
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
8763a2bf4c
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
9751912e36
Bug 887069 - Fix focus behavior of go button in URL bar. r=sriram
2013-06-28 14:58:18 -07:00
Sriram Ramasubramanian
e5955bb247
Bug 888381: NPE on closeOptionsMenu() in BrowerToolbar. [r=mfinkle]
...
--HG--
extra : rebase_source : f779107a2893ae2d40113bc67f461adc0fa6767b
2013-06-28 11:19:06 -07:00
Wes Johnston
8e56cd9d1a
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
14b29103c9
Bug 866787 - Support orientation in manfiest for packaged apps. r=mfinkle
2013-06-28 11:19:34 -07:00
Nick Alexander
3845c61abc
Bug 887840 - Add viewport to Android about:healthreport wrapper. r=rnewman
2013-06-28 10:30:55 -07:00
Brad Lassey
f8c180ea32
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
66582b795d
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
a30c2460e2
Bug 887572: Kill GeckoViewsFactory. [r=bnicholson]
2013-06-27 16:51:55 -07:00
Sriram Ramasubramanian
c14456bf6c
Bug 855888: Remove "Gecko." namespace in XML files. [r=bnicholson]
2013-06-27 16:51:50 -07:00
Sriram Ramasubramanian
f3f89d03c8
Bug 887020: Remove mLayout from BrowserToolbar. [r=mfinkle]
2013-06-25 16:10:52 -07:00
Nick Alexander
d60822dae9
Bug 847178 - Avoid exceptions in CryptoRecord.fromJSONRecord. r=rnewman
2013-06-27 15:14:09 -07:00
Jim Chen
278ca484fe
Bug 879568 - Make the ANR reporter use SysInfo class; r=rnewman
2013-06-27 14:25:57 -04:00
Brian Nicholson
405f8dd4fa
Bug 887051 - Fix gamepad action key behavior in AwesomeScreen. r=kats
2013-06-26 16:42:49 -07:00
Sriram Ramasubramanian
acdf016773
Bug 886528: Move onCreatePanelView to GeckoApp. [r=mfinkle]
...
--HG--
extra : rebase_source : 4383294087f67382e8f96e9351f41ce6a61b7cf8
2013-06-25 14:26:01 -07:00
Sriram Ramasubramanian
53863624d7
Bug 886528: Postpone popup menu initialization. [r=mfinkle]
...
--HG--
extra : rebase_source : 063c64a6340b92a75d00b1a5ed434b0a249827d6
2013-06-25 11:39:54 -07:00
Jim Chen
3c19c0d0b1
Bug 864040 - Send key events from the UI thread the right way; r=cpeterson
2013-06-26 17:28:21 -04:00
Brad Lassey
95056524fa
bug 886921 - Crash [@ org.mozilla.gecko.GeckoApp.getCellInfo(GeckoApp.java:2336)] r=mfinkle
2013-06-25 14:53:43 -04:00
Nick Alexander
946beee7f8
Bug 885951 - Find jarsigner and keytool during configure. r=gps
2013-06-26 11:49:27 -07:00
Chenxia Liu
44e9708bf9
Bug 872329 - Part 3: Apply new settings layout - tests. r=gbrown
2013-06-26 10:57:52 -07:00
Chenxia Liu
7e0a2182f8
Bug 872329 - Part 2: Apply new settings layout - xml layouts. r=wesj
2013-06-26 10:57:49 -07:00
Chenxia Liu
b122e55fa1
Bug 872329 - Part 1: Apply new settings layout - strings. r=wesj
2013-06-26 10:57:46 -07:00
Jim Chen
4b8f07f79e
Bug 887097 - Get rid of Gecko event sync time out; r=kats
2013-06-26 10:59:37 -04:00
Max Li
31a8d112cd
Bug 886077 - Can't access address bar using Spiel screen reader. r=lucasr
2013-06-25 06:34:03 -04:00
Chris Kitching
eff868a1f2
Bug 885941 - Homogenize privacy links in Fennec. r=mleibovic
2013-06-26 09:46:14 -04:00
Richard Newman
69ecdbfbab
Bug 886156 - Part 2: don't initialize PIC with null add-ons. r=nalexander
2013-06-25 22:34:43 -07:00
Richard Newman
02c7a74984
Bug 886156 - Part 1: belt-and-braces safety in initialization of ProfileInformationCache. r=nalexander
2013-06-25 22:34:42 -07:00
Garrett Robinson
8ac78ae738
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
ff705ea969
Bug 882191 - Wait for Settings item to be enabled before selecting; r=liuche
2013-06-25 15:33:01 -07:00
Jonathan Kew
c4eadbd18d
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