Chris Peterson
a888299fc2
Bug 861395 - Part 2: Still try to report exception if the exception reporter throws an exception. r=kats
2013-04-12 14:17:37 -07:00
Mark Capella
e77d5b02c2
Bug 848267 - Awesomebar loses correct tab selection, r=wesj, f=lucasr
2013-04-13 08:34:13 -04:00
Chris Peterson
1275edbe5e
Bug 861395 - Part 1: Log the cause
exception that we report to Socorro. r=kats
2013-04-12 12:56:31 -07:00
Sriram Ramasubramanian
65b0469d80
Bug 850489: Preferences screen scrolling in blue [r=mfinkle]
2013-04-02 15:17:47 -07:00
Chris Lord
3fddc7fa63
Bug 852955 - Disable dynamic toolbar when accessibility features are enabled. r=kats
...
The dynamic toolbar is just not a useful feature when it comes to accessibility.
2013-04-12 16:51:56 +01:00
Wes Johnston
86b06ffb50
Bug 850946 - Use light theme for Sync setup on tablets. r=sriram
2013-04-11 15:23:56 -07:00
Sriram Ramasubramanian
2dca5a07b2
Bug 823644: Text appearance for about:home. [r=mfinkle]
...
--HG--
extra : rebase_source : 88252b73641271792b6e746b7bde37d88c1a0458
2013-03-14 11:53:30 -07:00
Sriram Ramasubramanian
294895eccb
Bug 848961: Cleanup font-sizes in Android UI. [r=mfinkle]
...
--HG--
extra : rebase_source : 9a941ec2064df41457667ca29764bf6ea27896f5
2013-03-07 13:38:54 -08:00
Sriram Ramasubramanian
aeb38b35c1
Bug 850927: Redundant doorhanger layout xml file. [r=mfinkle]
...
--HG--
extra : rebase_source : e32481672ca80b654a51237fe33250217e8cd1c3
2013-03-13 21:18:33 -07:00
Sriram Ramasubramanian
47cab5600a
Bug 823644: Base TextAppearances for the application. [r=mfinkle]
...
--HG--
extra : rebase_source : 41c00873d3f5a171b9a8c16d73bd62fa619e6384
2013-03-14 11:44:09 -07:00
Sriram Ramasubramanian
e1fadc9a76
Bug 823644: Cleanup list-view style. [r=mfinkle]
...
--HG--
extra : rebase_source : e79f66f5e405dac2ac0dbd1a97ce1c8a26037c10
2013-03-13 16:59:02 -07:00
Sriram Ramasubramanian
447740e760
Bug 823644: Remove the style named "Screen". [r=mfinkle]
...
--HG--
extra : rebase_source : 9bb92ef85913759a8f58cc7e9f3518317ebde796
2013-03-13 15:26:25 -07:00
Sriram Ramasubramanian
345da4b354
Bug 823644: Base theme for Fennec. [r=mfinkle]
...
--HG--
extra : rebase_source : a28315779ceba56cb8f8269bb5009eee254926cb
2013-03-13 15:04:50 -07:00
Chris Lord
d64d53483e
Bug 859031 - Fix NullPointerException in dynamic toolbar prefs getter. r=lucasr
...
mAboutHomeContent can be null, make sure to check before accessing it.
2013-04-11 17:33:59 +01:00
Chris Lord
bf76035c10
Bug 859100 - Fix NullPointerException in BrowserToolbar.canToolbarHide. r=kats
...
If this is called before initializeChrome is called, GeckoApp.getLayerView
can be null.
2013-04-11 17:33:40 +01:00
Jim Chen
50089bfa08
Bug 857413 - Use only one copy of GeckoInputConnection.InputThreadUtils; r=cpeterson
2013-04-11 10:54:14 -04:00
Jim Chen
5bbfaa296a
Bug 856657 - Change Go button at the same time as resetting input; r=cpeterson
2013-04-11 10:54:13 -04:00
Ed Morley
7b7e91f292
Merge mozilla-central to mozilla-inbound
2013-04-11 12:04:27 +01:00
Brian Nicholson
1b60178849
Bug 860454 - Remove space from UpdateServiceHelper. r=mfinkle
2013-04-10 13:34:44 -07:00
Brian Nicholson
c497582ed3
Bug 856163 - Part 5: Reduce preprocessing in WebApp. r=mfinkle
...
--HG--
rename : mobile/android/base/WebApp.java.in => mobile/android/base/WebApp.java
2013-04-09 17:10:48 -07:00
Brian Nicholson
0171844651
Bug 856163 - Part 4: Use gecko package for database classes. r=lucasr f=rnewman
...
--HG--
rename : mobile/android/base/db/BrowserContract.java.in => mobile/android/base/db/BrowserContract.java
rename : mobile/android/base/db/BrowserProvider.java.in => mobile/android/base/db/BrowserProvider.java
rename : mobile/android/base/db/FormHistoryProvider.java.in => mobile/android/base/db/FormHistoryProvider.java
rename : mobile/android/base/db/GeckoProvider.java.in => mobile/android/base/db/GeckoProvider.java
rename : mobile/android/base/db/PasswordsProvider.java.in => mobile/android/base/db/PasswordsProvider.java
rename : mobile/android/base/db/TabsProvider.java.in => mobile/android/base/db/TabsProvider.java
2013-04-09 17:10:48 -07:00
Brian Nicholson
0993a7cd96
Bug 856163 - Part 3: Remove GeckoAppInfo. r=jchen
2013-04-09 17:10:47 -07:00
Brian Nicholson
ed0ffd2ff8
Bug 856163 - Part 2: Move preprocessed code to AppConstants. r=kats,mfinkle,rnewman
...
--HG--
rename : mobile/android/base/CrashReporter.java.in => mobile/android/base/CrashReporter.java
rename : mobile/android/base/GeckoActivity.java.in => mobile/android/base/GeckoActivity.java
rename : mobile/android/base/Restarter.java.in => mobile/android/base/Restarter.java
rename : mobile/android/base/SmsManager.java.in => mobile/android/base/SmsManager.java
rename : mobile/android/base/UpdateServiceHelper.java.in => mobile/android/base/UpdateServiceHelper.java
rename : mobile/android/base/resources/menu-large-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-large-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu-xlarge-v11/browser_app_menu.xml.in => mobile/android/base/resources/menu-xlarge-v11/browser_app_menu.xml
rename : mobile/android/base/resources/menu/browser_app_menu.xml.in => mobile/android/base/resources/menu/browser_app_menu.xml
rename : mobile/android/base/resources/xml/preferences.xml.in => mobile/android/base/resources/xml/preferences.xml
2013-04-09 17:10:47 -07:00
Brian Nicholson
9f410ec52a
Bug 856163 - Part 1: Remove unused classes. r=wesj
2013-04-09 17:10:46 -07:00
Sriram Ramasubramanian
d147b849f7
Bug 764638: Find in page can better use LinearLayout. [r=margaret]
2012-06-13 16:21:17 -07:00
Ryan VanderMeulen
7e0d5387b0
Backed out changesets d901d33dd142 and 48da1752622f (bug 729463) for robocop failures.
2013-04-08 22:32:15 -04:00
Jim Chen
1af695427b
Bug 844573 - Detect textarea; r=cpeterson
2013-04-01 18:52:39 -04:00
Wes Johnston
c641cdf5cf
Bug 729463 - Readd 'Open in New Tab context menu item. r=mfinkle
2013-04-08 17:04:29 -07:00
Wes Johnston
b2b67fe6c3
Bug 729463 - Add switch-to-tab for Android. r=mfinkle
2013-04-08 17:04:28 -07:00
Mark Finkle
05bb515f01
Bug 852787 - Do keyword DB lookup on background thread r=bnicholson
2013-04-08 16:56:18 -04:00
Mark Finkle
b511002264
Bug 852787 - Skip keyword search if we have a URL r=bnicholson
2013-04-08 16:56:15 -04:00
ext:(%20brianecker%40gmail.com)
c7aa12cea2
Bug 852704: Created Java enums to encapsulate data formerly stored in int constants. r=cpeterson
2013-04-08 13:21:52 -07:00
Chris Peterson
0e2a34ff09
Bug 859212 - Part 4: Remove unused HKB whitelist. r=jchen
2013-04-07 23:05:15 -07:00
Chris Peterson
df631b4adb
Bug 859212 - Part 3: Remove unused InputMethod names. r=jchen
2013-04-04 23:49:22 -07:00
Chris Peterson
9949b2726b
Bug 859212 - Part 2: Add Android stock keyboard and TouchPal to list of gesture keyboards. r=jchen
2013-04-06 00:23:45 -07:00
Chris Peterson
69a9fc167c
Bug 859212 - Part 1: Move AwesomeBar's Swype logic to InputMethods. r=jchen
2013-04-04 23:05:48 -07:00
Chris Peterson
3f4d6127cb
Bug 859229 - Part 4: Expand wildcard Java imports. r=kats
2013-04-08 10:34:59 -07:00
Chris Peterson
e2995e53e3
Bug 859229 - Part 3: Fix order of Java imports. r=kats
2013-04-08 00:51:56 -07:00
Chris Peterson
aa87048e75
Bug 859229 - Part 2: Remove redundant Java imports. r=kats
2013-04-08 00:24:40 -07:00
Chris Peterson
766af4efd8
Bug 859229 - Part 1: Remove unused Java imports. r=kats
2013-04-08 00:20:49 -07:00
Mark Finkle
a4e99f042c
Bug 859434 - Close thumbnail cursor in TopSitesView r=lucasr
2013-04-08 15:43:19 -04:00
Mark Finkle
7f9fc814bf
Bug 859425 - Move decoding/storing favicons to background thread r=kats
2013-04-08 15:43:16 -04:00
Mark Finkle
b59e551f4a
Bug 856739 - AwesomeBar.onDestroy does DB access on the main thread r=lucasr
2013-04-08 15:41:50 -04:00
Mark Finkle
6aab04ff84
Bug 858872 - Make Favicon service a little smarter about failed favicons r=bichnolson
2013-04-08 09:39:49 -04:00
Chris Lord
a0307d1e46
Bug 856497 - Fix dynamic viewport sizing for margin changes. r=kats
...
The viewport wasn't being recalculated when the viewport margins changed, and
was also subject to some rounding errors. Round off the values before
comparing them (as they're screen pixels), and make sure to update the viewport
when the margins change. Margins were also not correctly being altered when
in overscroll, which could cause bottom-aligned fixed position content to be
incorrectly offset.
2013-04-08 16:35:00 +01:00
Lucas Rocha
1563f97ed9
Bug 854458 - Use different focus navigation direction on horizontal tabs tray (r=mfinkle)
2013-04-08 14:38:39 +01:00
Lucas Rocha
a76b28db8c
Bug 854458 - Implement keyboard navigation in TwoWayView (r=mfinkle)
2013-04-08 14:38:37 +01:00
Daniel Holbert
f9f649bd43
Bug 473236, 2013 edition, part 2: Remove executable bit from any png files that are incorrectly marked as executable, tree-wide. DONTBUILD
2013-04-05 16:15:41 -07:00
Mark Finkle
1e502ef718
Bug 843005 - Disable Android SQLite locking in databases for REL 11 and higher r=kats
2013-04-05 14:54:20 -04:00
Mark Finkle
a834cb26da
Bug 858561 - Move BrowserDB.expireHistory from GeckoApp.onPause to GeckoApplication.onActivityPause r=kats
2013-04-05 11:37:28 -04:00
Adrian Tamas
43a9e1a461
Bug 856518 - Add more detailed test messages to testDoorHangers Robocop test. r=jmaher
2013-04-01 09:11:29 +03:00
Sriram Ramasubramanian
8253fa41ba
Bug 848719: TabsButton will have curve only one side. [r=mfinkle] [needs-clobber]
...
--HG--
extra : rebase_source : 815c210eb08dbe17801fd951822a0b3908ed96a6
2013-03-14 15:26:25 -07:00
Sriram Ramasubramanian
6000b18725
am Ramasubramanian <sriram@mozilla.com>
...
# Date 1363299281 25200
# Node ID 8a1125546d125b3fd42a0603146856194bfb74e3
# Parent 6bbd7ce8308e4aeaeca73b2540f557bab3905681
Bug 848719: No Tail delegation needed for Menu button. [r=mfinkle]
--HG--
extra : rebase_source : ac72b0d0412f956f1327433b86f48e6404943163
2013-04-04 23:03:48 -07:00
Chris Lord
a6862288fd
Bug 822810 - Enable low precision rendering in more scenarios. r=kats
...
This patch matches previous behaviour, but adds the following scenarios:
- When rendering is aborted due to the viewport falling out of the displayport,
enable low precision rendering.
- When the viewport falls out of the displayport during low precision rendering,
low precision rendering will be enabled on the next frame.
2013-04-04 18:51:14 +01:00
Chris Peterson
9e0505b1b8
Bug 857335 - Add EventDispatcher warnings about events with no listeners. r=mfinkle r=kats
2013-04-02 14:28:59 -07:00
Gian-Carlo Pascutto
b2107d8493
Bug 835973 - Make build work when WebRTC is disabled by not trying to link the WebRTC jar. r=glandium
2013-04-04 13:48:02 +02:00
Dan Mosedale
c3fe2c0753
Bug 839907 - Fix Android getUserMedia video by giving it a dummy surface. Compile Java classes. r=glandium.
2013-02-10 11:30:26 -08:00
Dan Mosedale
d08b19e35c
Bug 835973 - Build and package Android Java video capture classes so they can be found for use by getUserMedia. r=glandium
2013-02-09 14:49:49 -08:00
Dan Mosedale
ed9a35ece6
Bug 830935 - Add a method for getting Fennec's Activity Context from AndroidBridge. r=blassey
2013-02-09 13:38:08 -08:00
Ryan VanderMeulen
2c330d34a3
Merge m-c to inbound.
2013-04-03 18:16:48 -04:00
Ryan VanderMeulen
8098ebe722
Merge the last PGO-green inbound push to m-c.
2013-04-03 18:14:30 -04:00
Kartikaya Gupta
f41d028a0f
Bug 857217 - Put focus in about:home if it is visible instead of always sending it to the layerview. r=Cwiiis
2013-04-03 11:59:22 -04:00
Kartikaya Gupta
222af36914
Bug 857217 - Don't move focus to the layerview if joystick input events are in the dead zones. r=Cwiiis
2013-04-03 11:58:59 -04:00
Sriram Ramasubramanian
6420449f4e
Bug 857120: Revert awesomebar overdraw to save action-bar. [r=mfinkle]
2013-04-02 12:02:27 -07:00
Sriram Ramasubramanian
1a4448b121
Bug 857342: Don't animate the tab counter if the BrowserToolbar isn't visible. [r=mfinkle]
2013-04-02 15:55:09 -07:00
Sriram Ramasubramanian
11cfd64d22
Bug 853820: Doorhanger buttons are of different size. [r=mfinkle]
2013-04-02 14:32:08 -07:00
Sriram Ramasubramanian
804c3824b9
Bug 856767: Finalize cursors on about:home. [r=mfinkle]
2013-04-02 15:37:00 -07:00
Lucas Rocha
758ab48c1d
Bug 855650 - Remove dangling reference to toolbar_spacer in gecko_app.xml (r=sriram)
2013-04-02 19:50:47 +01:00
Mark Finkle
018d0ce011
Bug 856728 - TopSitesView.java executes a DB cursor on the main thread r=lucasr
2013-04-02 20:22:25 -04:00
Mark Finkle
c22720d7c0
Bug 852828 - Add basic support for subscribing to feeds (RSS/Atom) r=margaret
2013-04-03 15:34:51 -04:00
Geoff Brown
2b2de6fa65
Bug 857139 - Re-enable testSystemPages code disabled in bug 852489; r=jmaher
2013-04-03 12:08:49 -06:00
Ryan VanderMeulen
c9029081be
Backed out changeset ea2d05f0a053 (bug 856767) for robocop bustage on a CLOSED TREE.
2013-04-02 17:17:02 -04:00
Ryan VanderMeulen
5477d459ee
Backed out 2 changesets (bug 817586, bug 826639) for crashes and robocop failures.
...
Backed out changeset 57a3afad9252 (bug 817586)
Backed out changeset 6a57e0f94616 (bug 826639)
2013-04-02 15:48:18 -04:00
Sriram Ramasubramanian
5356c64ce3
Bug 856767: Finalize cursors on about:home. [r=mfinkle]
...
--HG--
extra : rebase_source : 9389663903676defaf2c4cfcd818abe4e60e801e
2013-04-02 11:26:35 -07:00
Wes Johnston
f5c9e21b7f
Bug 817586 - Destory awesomebar views when switching panes. r=lucasr
2013-04-02 10:54:50 -07:00
Wes Johnston
87c6119c08
Bug 826639 - Force pending about:home updates to happen onDraw. r=lucasr
2013-04-02 10:54:48 -07:00
Jim Chen
c0248d24f7
Bug 856755 - Return SpannableString or String in extracted text; r=cpeterson
2013-04-02 11:24:40 -04:00
Kartikaya Gupta
80ffc0bff1
Bug 856756 - Move GeckoApp.hasPermanentMenuKey to HardwareUtils.hasMenuButton. r=mfinkle
2013-04-02 10:04:21 -04:00
Kartikaya Gupta
15911ce12f
Bug 856756 - Extract a HardwareUtils class. r=mfinkle
2013-04-02 10:03:39 -04:00
Wes Johnston
359250f12b
Bug 820022 - Add null check for layerView. r=margaret
2013-04-01 17:36:04 -07:00
Kyle Machulis
72a717a860
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Eitan Isaacson
f1d1fcab9d
Bug 856252 - Explicitly set next focused view when arrowing down from BrowserToolBar. r=kats r=sriram
2013-04-01 10:55:24 -07:00
Kartikaya Gupta
477e87d8ab
Bug 856039 - Default to keeping the fixed layer margins in setViewportMetrics. r=Cwiiis
2013-04-01 10:17:38 -04:00
Kartikaya Gupta
38664365cb
Bug 856039 - Guard against viewport size changes getting clobbered by animations. r=Cwiiis
2013-04-01 10:17:03 -04:00
Kartikaya Gupta
3983b46b9c
Bug 856039 - (Cleanup) Extract magic number. r=Cwiiis
2013-04-01 10:16:00 -04:00
Chris Lord
9b2ec9f6dc
Bug 854289 - Fix offsetting of viewport with dynamic toolbar. r=kats
...
Make sure to offset the viewport *after* setting the Gecko viewport on
setFirstPaintViewport callbacks, so that we don't store an incorrect viewport
origin and end up offsetting events incorrectly.
Similarly, on page size updates, the Java-side viewport metrics are used to
update the Gecko metrics, so make sure they're clamped so that they aren't
incorrect during overscroll.
2013-04-01 10:33:19 +01:00
Chris Peterson
069b8c07d1
Bug 855146 - Part 3: Add testInputAwesomeBar test for URL text. r=gbrown
2013-03-26 17:02:21 -07:00
Kartikaya Gupta
5e0647a6af
Bug 855365 - Remove focusability from the tab widget area on the view pager until we can properly support it. r=sriram
2013-03-29 23:39:31 -04:00
Kyle Machulis
43628a7867
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
334c0800cf
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Sriram Ramasubramanian
b879f3634e
Bug 844816: Remove tests for open in new tab/private tab in Awesomebar. [r=bnicholson]
2013-03-28 16:31:46 -07:00
Sriram Ramasubramanian
4064df3868
Bug 844816: Remove context menu entries for new tab/private tab in Awesomebar. [r=mfinkle]
2013-03-21 13:48:26 -07:00
Jim Chen
c64e638333
Bug 842013 - Buffer IME key events and dispatch them at once; r=cpeterson
2013-03-29 10:54:01 -04:00
Jim Chen
45eeb64f4d
Bug 842013 - Don't add extra modifiers to key press events; r=cpeterson
2013-03-29 10:54:01 -04:00
Jim Chen
bf161904b0
Bug 842013 - Suppress key up events during key down event; r=cpeterson
2013-03-29 10:54:01 -04:00
Jim Chen
87882ec4ec
Bug 842013 - Send key events for character input; r=cpeterson
2013-03-29 10:54:01 -04:00
Robert O'Callahan
93b24607f7
Bug 852489. Part 0: Disable part of testSystemPages for intermittent failures. r=gbrown
...
--HG--
extra : rebase_source : 46ea90f9cf0addf0b07d9d2eee5618e4c3eaf41c
2013-03-28 23:58:30 +13:00
Robert O'Callahan
f18d70ce93
Bug 850487. Fix --enable-profiling build breakage by not relying on imports inside #ifdefs. r=bnicholson
...
--HG--
extra : rebase_source : a303b5a1d3b574f10cb640476ef2f4f8f10bd202
2013-03-28 23:58:45 +13:00
Wes Johnston
5d94ac13f5
backout 8cc00926f486
2013-03-28 16:20:57 -07:00
Sriram Ramasubramanian
a0dd4fcc30
Bug 852312: Remove white spaces in about:home refactor. [r=me]
2013-03-28 15:35:43 -07:00