Commit Graph

3869 Commits

Author SHA1 Message Date
Brian Nicholson
b66adc3141 Bug 813057 - Ensure suggestion view parameters are reset if view is removed during animation. r=lucasr 2012-11-27 11:14:04 -08:00
Jim Chen
caf4c28752 Bug 814886 - Correctly check selection bounds on Android; r=cpeterson 2012-11-27 10:20:01 -05:00
Wes Johnston
eaf460b407 Bug 813677 - Only send about:home telemetry pings when showing about:home. r=mfinkle 2012-11-26 14:57:11 -08:00
Brian Nicholson
8fb72629a0 Bug 775142 - Use placeholder format strings for localization. r=mfinkle,Pike 2012-11-26 14:48:11 -08:00
Benoit Girard
661f79cd84 Bug 802400 - Restore pan timer to 60 Hz because of trobopan regression. r=kats 2012-10-18 13:56:47 -04:00
Ravisankar Sivasubramaniam
39012204a9 Bug 803078: Added code to hide the cursor if the windows change. r=margaret 2012-11-22 21:54:09 +05:30
Kartikaya Gupta
81e3302cc3 Bug 768887 - Ensure that the toolbar remains hidden on rotation in full-screen mode. r=bnicholson 2012-11-26 14:57:13 -05:00
Kartikaya Gupta
7153e5aa5b Bug 768887 - Remove redundant method. r=bnicholson 2012-11-26 14:56:46 -05:00
Sriram Ramasubramanian
7b035c20ae Bug 792373: XHDPI and XXHDPI icons for Fennec. [r=mfinkle] 2012-11-21 11:53:25 -08:00
Kartikaya Gupta
4de3f2e250 Bug 807998 - Turn on memory.free_dirty_pages in Fennec. r=jlebar 2012-11-26 11:02:47 -05:00
Kartikaya Gupta
5165931e71 Bug 775511 - Disable panning and showing of scrollbars when in full-screen mode. r=Cwiiis 2012-11-24 17:32:09 -05:00
Kartikaya Gupta
2bfe609466 Bug 775511 - Move full screen state variable from GeckoApp to LayerView. r=Cwiiis 2012-11-24 17:32:08 -05:00
Mark Capella
717bec0c9b Bug 711772 - Create custom two-line checkable list item for site settings dialog, r=wesj
Based on Margarets original patch
2012-11-23 19:40:07 -05:00
Chris Lord
cc5c2ab96a Bug 814447 - Fix progressive update callback using incorrect values. r=kats
Cancelling could happen at the wrong times due to using an out-of-date
resolution, or could not happen during low-res drawing due to not re-checking
the displayport age.
2012-11-22 18:19:00 +00:00
Kartikaya Gupta
60ce7366f9 Bug 792603 - Disable Fennec's reader mode entirely on low-memory platforms. r=lucasr 2012-11-22 11:15:17 -05:00
Kartikaya Gupta
4b070c9530 Bug 813204 - Don't send multiple hasTouchListener events for the same document. r=wesj 2012-11-21 15:15:40 -05:00
Chris Lord
11a5503d3c Bug 783368 - Add a pref to control low precision tile rendering. r=bgirard
Add pref 'layers.low-precision-buffer', enabled on mobile/android.
2012-11-21 22:34:20 +00:00
Chris Lord
7f5b805f96 Bug 783368 - Fix progressive tile update coherency issues. r=bgirard
Fix some progressive tile updating coherency issues caused by aborting at
inopportune times and tile draw ordering.
2012-11-21 22:34:19 +00:00
Chris Lord
3544140050 Bug 783368 - Correct the height calculation in ProgressiveUpdateData. r=kats 2012-11-21 22:34:19 +00:00
Chris Lord
dcd77547c6 Bug 783368 - Send the correct display port when rendering low precision. r=kats,bgirard
When doing a low precision update, send the display-port instead of the
critical display port so that more appropriate cancelling decisions can be
made.
2012-11-21 22:34:19 +00:00
Chris Lord
f068580516 Bug 783368 - Add a low precision buffer to tiled thebes layers. r=bgirard,kats
If there is a critical display port set, render the area outside it into a
lower precision buffer.
2012-11-21 22:34:19 +00:00
Benoit Girard
3b27bbe7c0 Bug 809566 - Remove paint logging. r=kats 2012-11-19 16:24:17 -05:00
Ehsan Akhgari
abcfaa316e Backed out 11 changesets (bug 783368) because of build bustage on a CLOSED TREE
Backed out changeset 2bc4310263c4 (bug 783368)
Backed out changeset a35c83a8d99d (bug 783368)
Backed out changeset afb9b2a661ba (bug 783368)
Backed out changeset 3926f510f9be (bug 783368)
Backed out changeset 9d1fe200ff87 (bug 783368)
Backed out changeset b6e4f88f5730 (bug 783368)
Backed out changeset bc53f7dba7c6 (bug 783368)
Backed out changeset 1948fa2fccc1 (bug 783368)
Backed out changeset 9af163388fd1 (bug 783368)
Backed out changeset 7a2256e1aa7c (bug 783368)
Backed out changeset 4da1958a9885 (bug 783368)
2012-11-21 14:57:02 -05:00
Brian Nicholson
5900c6f830 Bug 789867 - Immediately hide throbber when stop is tapped. r=mfinkle 2012-11-21 11:38:28 -08:00
Chris Lord
9ec8b6a2e5 Bug 783368 - Add a pref to control low precision tile rendering. r=bgirard
Add pref 'layers.low-precision-buffer', enabled on mobile/android.
2012-11-21 19:16:53 +00:00
Chris Lord
f56c6a2dd4 Bug 783368 - Fix progressive tile update coherency issues. r=bgirard
Fix some progressive tile updating coherency issues caused by aborting at
inopportune times and tile draw ordering.
2012-11-21 19:16:52 +00:00
Chris Lord
308ef35ad4 Bug 783368 - Correct the height calculation in ProgressiveUpdateData. r=kats 2012-11-21 19:16:52 +00:00
Chris Lord
2cf7007f77 Bug 783368 - Send the correct display port when rendering low precision. r=kats,bgirard
When doing a low precision update, send the display-port instead of the
critical display port so that more appropriate cancelling decisions can be
made.
2012-11-21 19:16:52 +00:00
Chris Lord
c341a5ec2a Bug 783368 - Add a low precision buffer to tiled thebes layers. r=bgirard,kats
If there is a critical display port set, render the area outside it into a
lower precision buffer.
2012-11-21 19:16:52 +00:00
Brian Nicholson
ee25226acd Bug 812805 - Pull favicon ID from history when adding bookmarks. r=lucasr 2012-11-21 10:23:18 -08:00
Brian Nicholson
deb60b5d9f Bug 813610 - Use separate upgrade method for new bookmarks and history tables. r=lucasr 2012-11-21 10:19:47 -08:00
Jim Chen
a9ed661f6f Bug 813602 - Don't perform IME sync when there is no focus; r=cpeterson 2012-11-21 11:14:20 -05:00
Ed Morley
1017604d8a Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-11-21 15:30:23 +00:00
Ryan VanderMeulen
8a990ed262 Merge the last PGO-green inbound changeset to m-c. 2012-11-20 21:43:34 -05:00
Michael Comella
187fb15356 Bug 788106 - Band-aid ArrayIndexOutOfBoundsException. r=bnicholson 2012-11-20 20:28:35 -05:00
Michael Comella
22c77635ac Bug 788106 - Remove excess whitespace. r=bnicholson 2012-11-20 20:28:34 -05:00
Richard Newman
0de71cb2d2 Bug 718066 - Build-time disable FHR on all platforms apart from B2G. r=gps 2012-11-19 19:09:45 -08:00
Gregory Szorc
1bb14b6971 Bug 808219 - Firefox Health Reporter service; r=rnewman 2012-11-13 20:22:09 -08:00
Gregory Szorc
a54e44d0f2 Bug 718067 - Part 1: Create skeletons for services/{metrics,healthreport}; r=rnewman
services/metrics will hold generic metrics code. services/healthreport
report will build on top of that to provide the Firefox Health Report
feature. All functionality will land in subsequent patches.
2012-11-05 12:49:58 -08:00
Kartikaya Gupta
ffcbfdadda Bug 813311 - Hide Axis so that it is not unnecessarily exposed to the world. r=Cwiiis 2012-11-20 13:38:47 -05:00
Kartikaya Gupta
28835812ed Bug 813640 - Split out the user event handlers into a separate function for clarity. r=jwir3 2012-11-20 13:32:22 -05:00
Kartikaya Gupta
9986bd68fe Bug 813616 - Ensure the reflow-on-zoom pref change is picked up even while the content document is not visible. r=jwir3 2012-11-20 12:51:39 -05:00
Geoff Brown
7223bf1780 Bug 764901 - Disable part of testPasswordEncrypt to resolve intermittent orange; r=wesj 2012-11-20 10:41:03 -07:00
Ehsan Akhgari
afc5d542fa Merge mozilla-central into mozilla-inbound 2012-11-19 17:07:53 -05:00
Alex Keybl
98c4160eda Merging in version bump NO BUG 2012-11-19 12:03:27 -08:00
Tetsuharu OHZEKI
e6b39e986c Bug 812781 - Rename pref_cookies in android_strings.dtd to reflect string change.r=mark.finkle 2012-11-18 13:45:54 +09:00
Morrison Cole
c6ce5da67a Bug 810278 - Improved background/toolbar visual cohesion. r=wjohnston 2012-11-16 13:43:33 -08:00
Sriram Ramasubramanian
c634461eab Bug 786982: Add the hiding of close tab, while swiping. r=lucasr 2012-11-06 11:24:14 -08:00
David Keeler
75f59d65b3 Bug 800018 - Part 3 - Move plugin fallback events handling entirely to the front-end (Fennec). r=margaret 2012-11-19 11:38:04 -08:00
Richard Newman
2d41d9263f Bug 812809 - Replace 'static final' with 'static' for easier testing of Announcements. r=nalexander 2012-11-19 11:12:05 -08:00