Lucas Rocha
f38ad27307
Bug 706848 - Remove unnecessary @Override instances from AwesomeBarTabs (r=mfinkle)
2011-12-02 16:44:26 +00:00
Mark Finkle
9741f4dd0b
Bug 707015 - BrowserApp.addTab(aURI) doesn't put the new tab in the foreground [r=sriram]
2011-12-02 11:12:47 -05:00
Mark Finkle
0bc6209e4f
Bug 706644 - Going back from about:home still displays about:home [r=blassey]
2011-12-02 11:12:43 -05:00
Mark Finkle
1c14a5a24e
Bug 707014 - JavaScript Error: 'frame.frameElement is null' {file: 'chrome://browser/content/browser.js' line: 1856} [r=wesj]
2011-12-02 11:04:09 -05:00
Brad Lassey
8221758c4c
merge birch to mozilla-central
...
--HG--
rename : embedding/android/GeckoBatteryManager.java => mobile/android/base/GeckoBatteryManager.java
2011-12-06 13:55:36 -05:00
Brian Nicholson
346941c511
Bug 705725 - Move preferences getting out of the startup path [r=dougt]
2011-12-01 17:27:11 -08:00
Brad Lassey
426bffa317
bug 706901 - follow up to fix bad merge r=me
2011-12-01 19:02:05 -05:00
Brad Lassey
9f348556e3
bug 706901 - Get generating screenshot off the main thread if possible r=dougt
2011-12-01 17:54:19 -05:00
Brad Lassey
0a70cd66c3
bug 706822 - Delay when opening the AwesomeScreen and intermittent UI pauses when scrolling through listing of items r=dougt
2011-12-01 17:53:02 -05:00
Brad Lassey
99c90b9673
bug 701791 - startup: android.view.MotionEvent.getActionMasked on Sony Ericsson Xperia x10i (NPE's) r=dougt
2011-12-01 17:47:40 -05:00
Patrick Walton
8045436cc6
Bug 705170 - Use OES_draw_texture to render textures to the screen. r=Cwiiis
2011-12-01 14:05:41 -08:00
Mark Finkle
5555e637a4
Bug 706830 - pressing 'back' doesn't return user to about:home [r=mbrubeck]
2011-12-01 15:12:45 -05:00
Chris Lord
ea752b5e15
Bug 706615 - Panning motion slows, then jerks. r=kats
...
The velocity filter patch from bug #705114 changed how displace worked during
panning, but this accidentally changed how it worked in some non-panning
situations (such as at the end of a fling or snap animation).
2011-12-01 19:27:50 +00:00
Kartikaya Gupta
b459cf4b6d
Bug 704690 - Abort flings on gecko viewport update [r=Cwiiis]
...
If the Java code is in the middle of a fling when Gecko sends
a viewport update, abort the fling, cancel the velocity, and
re-fling. The re-fling is purely to get the page snapped to an
edge if needed.
2011-12-01 09:37:37 -05:00
Kartikaya Gupta
839d10d1a1
Bug 704690 - Scroll on in-page links [r=Cwiiis]
...
Force a viewport update to Java when there is an in-page
navigation, as this will change the scroll coordinates.
This includes splitting the existing sendViewportUpdate
function into two - one that does the update and the other
that just does the send.
2011-12-01 09:36:41 -05:00
Brad Lassey
7b200488fa
bug 706383 - Save screenshot in bundle, adjust indentation r=dougt
2011-11-30 21:31:41 -05:00
Brad Lassey
32a48bfb11
bug 706658 - ennec defaults to about:support as a start page r=mfinkle
2011-11-30 21:28:05 -05:00
Brad Lassey
585b32c245
bug 705993 - read recommended-addons.json from the profile dir r=mfinkle
2011-11-30 21:28:05 -05:00
Brad Lassey
18c1885eb0
bug 706393 - Add API to GeckoApp to get profile dir r=mfinkle
2011-11-30 21:28:05 -05:00
Brad Lassey
086b9913f2
bug 706383 - Save screenshot in bundle, clean up old unused code r=dougt
2011-11-30 21:28:05 -05:00
Brad Lassey
46014e0aa6
bug 706383 - Save screenshot in bundle r=dougt
2011-11-30 21:28:05 -05:00
Brad Lassey
e6e954cf8c
bug 704022 - PlaceholderLayerClient OOM at ByteBuffer.allocateDirect r=dougt
2011-11-30 21:28:04 -05:00
Matt Brubeck
ffd79c0df1
Bug 706705 - Fix "this.browser.contentDocument.body is null" error message [r=wesj]
2011-11-30 17:03:24 -08:00
Mark Finkle
633f56677a
Bug 706351 - Add support for Console API r=mbrubeck
2011-11-30 17:37:59 -05:00
Wes Johnston
712552b3b3
Bug 704579 - Tap highlights. r=cwiiis
2011-11-30 16:10:25 -05:00
Wes Johnston
6a93e3c189
Bug 705505 - Extend panzoom threshold. r=kats
2011-11-30 16:10:22 -05:00
Kartikaya Gupta
732704cfd5
Bug 706207 - Fix incorrect pageWidth in viewport update [r=dougt]
...
Missing pieces of the document resulted in pageWidth getting
assigned to NaN, which was serialized as null by JSON. This
resulted in an exception over in Java-land when deserialization
was attempted, and killed the viewport update entirely.
2011-11-30 14:22:40 -05:00
Steffen Wilberg
beb7d839e5
Bug 706272: Vertically align (center) the Clear button in about.config. r=mfinkle
2011-11-30 19:34:18 +01:00
Chris Lord
2ae26ef2b7
Bug 705171 - Render when necessary, instead of continuously. r=kats,pcwalton
...
Set the render mode to RENDERMODE_WHEN_DIRTY and request a redraw when a layer
transaction ends and when the viewport in LayerController changes. This stops
us from drawing continuously.
2011-11-30 17:27:13 +00:00
Chris Lord
d7d5b2beab
Bug 705114 - Filter velocity changes for kinetic panning. r=kats
...
Certain devices, such as the HTC Flyer, deliver motion events with identical
coordinates before a touch-release event. This causes kinetic panning to fail,
as the calculated velocity is only based on the last two events.
Introduce a velocity change factor, so that the velocity can only change by a
certain amount per event. This has the effect of smoothing velocity changes
and fixes the bug on the HTC Flyer, at least.
2011-11-30 11:32:49 +00:00
Doug Turner
7a790c98ea
no bug - more exceptions on ics. This block also throws a android.database.sqlite.SQLiteException. I am just going to catch everything for now. r=me
2011-11-30 00:13:36 -08:00
Brad Lassey
68a7ae3c58
no bug - fix crashing when we unregister an sms handler that isn't registered r=dougt
2011-11-30 01:57:04 -05:00
Doug Turner
221f7dc9f6
no bug - Add try-catch blocks to the stuff that is throwing caused by 9aa68bb7be35 and 9a578e5405f5. r=me
2011-11-29 22:02:55 -08:00
Brad Lassey
97b63e166a
bug 704307 - strictmode Disk read Violation when loading awesomebar r=dougt
2011-11-29 22:54:07 -05:00
Brad Lassey
7fb2044ef6
bug 705402 - Save thumbnails in the history DB r=dougt
2011-11-29 22:54:07 -05:00
Brad Lassey
0c921c8bd6
bug 706325 - add thumbnails to tab objects r=dougt
2011-11-29 22:54:07 -05:00
Doug Turner
3efc2cfcbd
Merge with mozilla-central 95bca70369ef
...
--HG--
rename : embedding/android/AndroidManifest.xml.in => mobile/android/base/AndroidManifest.xml.in
rename : embedding/android/GeckoApp.java => mobile/android/base/GeckoApp.java
rename : embedding/android/GeckoAppShell.java => mobile/android/base/GeckoAppShell.java
rename : embedding/android/GeckoEvent.java => mobile/android/base/GeckoEvent.java
rename : embedding/android/GeckoSmsManager.java => mobile/android/base/GeckoSmsManager.java
rename : embedding/android/Makefile.in => mobile/android/base/Makefile.in
2011-11-29 20:58:39 -08:00
Doug Turner
8c72b2e7d2
bug 705726 - No need to schedule redraw when conntecting gecko. r=pwalton
2011-11-29 16:29:16 -08:00
Doug Turner
452482d6cb
Backing out 09ad1564cd78. Wrong patch.
2011-11-29 16:27:23 -08:00
Brad Lassey
f53c92f50f
bug 701380 - follow up to fix buring r=me
2011-11-29 18:54:27 -05:00
Brad Lassey
2d71f62306
bug 701380 - Implement a native about:home (start page) r=mfinkle
...
--HG--
extra : rebase_source : 3b61498dc4a17fbec21531bd831994f81fb85532
2011-11-29 01:38:35 -05:00
Doug Turner
58040aed0c
bug 705726 - No need to schedule redraw when conntecting gecko. r=pwalton
...
--HG--
extra : rebase_source : 684e1bd83e010b213416c5bb715c16c07c3b74ea
2011-11-29 15:30:33 -08:00
Doug Turner
e1d21b8822
no bug - remove content sink prefs and use default. r=pwalton
...
--HG--
extra : rebase_source : bcb4a50cb5e86b5566c1b81a896bc0079daa6490
2011-11-29 15:27:39 -08:00
Matt Brubeck
3fd08560d7
Bug 706215 - Send viewport updates from JS when metadata changes [r=mfinkle]
2011-11-29 14:45:18 -08:00
Matt Brubeck
1ccfc047ef
Bug 706160 - Don't auto-scale frameset pages [r=mfinkle]
2011-11-29 12:58:31 -08:00
Brian Nicholson
7dc6886a4d
Bug 697857 - User Agent Switcher [r=mfinkle]
2011-11-29 10:43:29 -08:00
Steffen Wilberg
4f941cd930
Bug 705850: Change about:config placeholder text from 'Filter Preferences' to 'Search Preferences'. r=mfinkle
2011-11-29 19:03:58 +01:00
Matt Brubeck
e8179a3f68
Clean up whitespace in browser.js (no bug - whitespace-only change)
2011-11-29 09:42:43 -08:00
Matt Brubeck
392f22cf1c
Bug 694901 - (2/2) Set default zoom level based on viewport [r=mfinkle]
2011-11-29 09:35:26 -08:00
Matt Brubeck
13060b3cfe
Bug 694901 - (1/2) Set viewport size based on meta[name="viewport"] tag [r=mfinkle]
2011-11-29 09:35:26 -08:00