Jim Chen
486bfd2aa1
Bug 811755 - Discard stale selection notifications after text change; r=cpeterson
2012-12-05 11:09:55 -05:00
Sriram Ramasubramanian
2cb0293649
Bug 818238: Menu button in tabs-tray needs a touch delegate. [r=mfinkle]
2012-12-04 13:15:50 -08:00
Sriram Ramasubramanian
5766a8aed0
Back out d1bb44812701 because it landed with the wrong bug number
2012-12-04 16:45:20 -08:00
Sriram Ramasubramanian
0c4f4d4e7f
Bug 818071: Change the menu icons to 3-dots. [r=mfinkle]
...
--HG--
extra : rebase_source : 4cefa57061fdb31aa8159757197779dee46f9567
2012-12-04 14:22:56 -08:00
Sriram Ramasubramanian
af472214f8
Bug 818328: Menu button in tabs-tray needs a touch delegate. [r=mfinkle]
...
--HG--
extra : rebase_source : 82ba1dd6fd3f88566b9c9f29a9723526646ce959
2012-12-04 13:15:50 -08:00
Sriram Ramasubramanian
43d0709454
Bug 818238: A GeckoPopupMenu for tabs-tray. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/drawable-hdpi-v11/ic_menu_close_all_tabs.png => mobile/android/base/resources/drawable-hdpi/ic_menu_close_all_tabs.png
rename : mobile/android/base/resources/drawable-hdpi-v11/ic_menu_synced_tabs.png => mobile/android/base/resources/drawable-hdpi/ic_menu_synced_tabs.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/ic_menu_close_all_tabs.png => mobile/android/base/resources/drawable-xhdpi/ic_menu_close_all_tabs.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/ic_menu_synced_tabs.png => mobile/android/base/resources/drawable-xhdpi/ic_menu_synced_tabs.png
rename : mobile/android/base/resources/drawable-mdpi-v11/ic_menu_close_all_tabs.png => mobile/android/base/resources/drawable/ic_menu_close_all_tabs.png
rename : mobile/android/base/resources/drawable-mdpi-v11/ic_menu_synced_tabs.png => mobile/android/base/resources/drawable/ic_menu_synced_tabs.png
extra : rebase_source : 1021520012fa821a283f4dfab780a73503f4d49e
2012-12-04 13:13:24 -08:00
Sriram Ramasubramanian
a8d6a737cc
Bug 818229: Support a GeckoPopupMenu for the custom menu. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/drawable-hdpi-v11/menu.png => mobile/android/base/resources/drawable-hdpi/menu.png
rename : mobile/android/base/resources/drawable-hdpi-v11/menu_item_check.png => mobile/android/base/resources/drawable-hdpi/menu_item_check.png
rename : mobile/android/base/resources/drawable-hdpi-v11/menu_item_more.png => mobile/android/base/resources/drawable-hdpi/menu_item_more.png
rename : mobile/android/base/resources/drawable-hdpi-v11/menu_item_uncheck.png => mobile/android/base/resources/drawable-hdpi/menu_item_uncheck.png
rename : mobile/android/base/resources/drawable-hdpi-v11/menu_panel_bg.9.png => mobile/android/base/resources/drawable-hdpi/menu_panel_bg.9.png
rename : mobile/android/base/resources/drawable-hdpi-v11/menu_pb.png => mobile/android/base/resources/drawable-hdpi/menu_pb.png
rename : mobile/android/base/resources/drawable-hdpi-v11/menu_popup_arrow.png => mobile/android/base/resources/drawable-hdpi/menu_popup_arrow.png
rename : mobile/android/base/resources/drawable-hdpi-v11/menu_popup_bg.9.png => mobile/android/base/resources/drawable-hdpi/menu_popup_bg.9.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/menu.png => mobile/android/base/resources/drawable-xhdpi/menu.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/menu_item_check.png => mobile/android/base/resources/drawable-xhdpi/menu_item_check.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/menu_item_more.png => mobile/android/base/resources/drawable-xhdpi/menu_item_more.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/menu_item_uncheck.png => mobile/android/base/resources/drawable-xhdpi/menu_item_uncheck.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/menu_panel_bg.9.png => mobile/android/base/resources/drawable-xhdpi/menu_panel_bg.9.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/menu_pb.png => mobile/android/base/resources/drawable-xhdpi/menu_pb.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/menu_popup_arrow.png => mobile/android/base/resources/drawable-xhdpi/menu_popup_arrow.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/menu_popup_bg.9.png => mobile/android/base/resources/drawable-xhdpi/menu_popup_bg.9.png
rename : mobile/android/base/resources/drawable-mdpi-v11/menu.png => mobile/android/base/resources/drawable/menu.png
rename : mobile/android/base/resources/drawable-mdpi-v11/menu_item_check.png => mobile/android/base/resources/drawable/menu_item_check.png
rename : mobile/android/base/resources/drawable-mdpi-v11/menu_item_more.png => mobile/android/base/resources/drawable/menu_item_more.png
rename : mobile/android/base/resources/drawable-mdpi-v11/menu_item_uncheck.png => mobile/android/base/resources/drawable/menu_item_uncheck.png
rename : mobile/android/base/resources/drawable-mdpi-v11/menu_panel_bg.9.png => mobile/android/base/resources/drawable/menu_panel_bg.9.png
rename : mobile/android/base/resources/drawable-mdpi-v11/menu_pb.png => mobile/android/base/resources/drawable/menu_pb.png
rename : mobile/android/base/resources/drawable-mdpi-v11/menu_popup_arrow.png => mobile/android/base/resources/drawable/menu_popup_arrow.png
rename : mobile/android/base/resources/drawable-mdpi-v11/menu_popup_bg.9.png => mobile/android/base/resources/drawable/menu_popup_bg.9.png
extra : rebase_source : ffd0e90fd625b66b999bdf655d3848144e062e05
2012-12-04 13:12:09 -08:00
Sriram Ramasubramanian
46c17be0ae
Bug 818229: Refactor menu code to have different menu-presenters. [r=mfinkle]
...
--HG--
extra : rebase_source : 9c7e3a2e5000896cab04130824489542b40476ad
2012-12-04 13:12:04 -08:00
Ed Morley
576db2fb47
Backout 5971115a94d2 (bug 811445's test) for causing bug 817336
2012-12-04 21:37:22 +00:00
Richard Newman
dbe5b3e38a
Bug 817842 - Announcements: use previous Date header for next If-Modified-Since to avoid clock skew. r=nalexander
2012-12-04 10:58:07 -08:00
Greg Roodt
02debff158
Bug 813946 - Disable zoom if minScale and maxScale are equal. r=kats
2012-12-03 20:26:15 -05:00
Peter Retzer
0429281eba
Bug 784297 - Thumbnail for about:home is out of date/incorrect. [r=sriram]
...
--HG--
extra : rebase_source : 916eb3a43f9a564d4f85dca19a9d51c73799e140
2012-12-03 12:30:51 -08:00
Michael Kohler
4d62532187
Bug 733754 - Deactivate the 'OK' button if there is no text entered in Master Password credentials textbox. r=bnicholson
2012-12-03 12:22:05 -08:00
Brian Nicholson
43a47c2865
Bug 816902 - Prevent suggestion prompt buttons from being clicked multiple times. r=mfinkle
2012-12-03 12:08:15 -08:00
Kartikaya Gupta
d96543beb0
Bug 817067 - Introduce a ThumbnailHelper to deal with thumbnailing of pages. r=cpeterson, gcp
2012-12-03 14:27:34 -05:00
Sriram Ramasubramanian
7b7954aa61
Bug 817138: Private browsing support for Back/Forward buttons. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/drawable/address_bar_back_button.xml => mobile/android/base/resources/drawable/address_bar_nav_button.xml.in
extra : rebase_source : 402a8d8202172a3480b8a10bd1e36ba107b9340b
2012-11-30 13:22:49 -08:00
Sriram Ramasubramanian
8bdeb3fdaa
Bug 817138: Re-create back/forward button in code. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/drawable/address_bar_back_button.xml => mobile/android/base/resources/drawable/address_bar_nav_button.xml
extra : rebase_source : 8bfb59c06c0ad3fe648a2e0fc3ca6176c5617291
2012-11-30 13:16:45 -08:00
Sriram Ramasubramanian
c74dc86404
Bug 811738: Close tabs-tray on closing last tab. [r=mfinkle].
2012-11-28 16:29:08 -08:00
Lucas Rocha
14a0eb7628
Bug 709433 - Animate toolbar when switching to/from awesome screen (r=mfinkle)
2012-12-03 10:50:41 +00:00
Lucas Rocha
b06817ccc6
Bug 812867 - Discard invalid favicon images (r=mfinkle)
2012-12-03 08:59:17 +00:00
Lucas Rocha
10bad7baf1
Bug 807279 - Turn Favicons into a singleton (r=mfinkle)
2012-12-03 08:59:17 +00:00
Brian Nicholson
07efb6d6cd
Bug 816781 - Call notifyDataSetChanged() sooner when getting search engines. r=lucasr
2012-11-30 15:27:33 -08:00
Chris Lord
77c6546972
Bug 814437 - Address review comments that were missed. r=bgirard
...
In my haste, I forgot to address review comments before pushing. This
corrects indentation in PanningPerf.java, moves GetValidLowPrecisionRegion from
Layer to TiledLayerComposer and corrects checkerboard measurement when there
isn't a low precision buffer and when the display ports don't cover the screen.
2012-11-30 23:11:37 +00:00
Ehsan Akhgari
48c687113c
Backed out changeset 5368aced79b3 (bug 814437) because it breaks Android builds
2012-11-30 15:41:08 -05:00
Chris Lord
b2b8133657
Bug 814437 - Address review comments that were missed. r=bgirard
...
In my haste, I forgot to address review comments before pushing. This
corrects indentation in PanningPerf.java, moves GetValidLowPrecisionRegion from
Layer to TiledLayerComposer and corrects checkerboard measurement when there
isn't a low precision buffer and when the display ports don't cover the screen.
2012-11-30 19:52:17 +00:00
Kartikaya Gupta
c002cf384a
Bug 817027 - Fix JS warning about lruTab not being defined. r=mfinkle
2012-11-30 14:20:42 -05:00
Chris Double
73f08571de
Bug 805700 - Part2: Package honeycomb libomxplugin libraries on Android - r=mark.finkle
...
--HG--
extra : rebase_source : 86320dd79024fb11353ba7a1e777607ba3f75886
2012-11-30 16:05:44 +13:00
Chris Double
b33df04575
Bug 787228 - Part5: Package gingerbread libomxplugin libraries on Android - r=mark.finkle
...
--HG--
extra : rebase_source : 1973af402ed48b57e270ece03810ed3dbd379367
2012-11-30 15:37:57 +13:00
Brian Nicholson
cc8a4efe04
Bug 811445 - Part 2: Test case for Add Search Engine. r=gbrown
2012-11-30 10:53:38 -08:00
Brian Nicholson
4811b3929b
Bug 768532 - Use profile database path on Android 2.2. r=lucasr,gbrown
2012-11-30 10:52:10 -08:00
Joel Maher
ec62097368
Bug 815786 - Disable testCheck3 in Talos. r=gbrown
2012-11-30 13:04:30 -05:00
Kartikaya Gupta
ea1db880c1
Bug 793150 - Exit full-screen mode when invoking the menu. r=sriram
2012-11-30 12:59:49 -05:00
Kartikaya Gupta
5191c3d122
Bug 815684 - Add the last 200 lines of logcat to crash reports. r=cpeterson, blassey
2012-11-30 09:57:04 -05:00
Paul Adenot
4b67de8e72
Bug 816576 - Link libsoundtouch statically instead of dynamically. CLOBBER NEEDED r=glandium
2012-11-30 14:17:54 +01:00
Ed Morley
ff732992a5
Backout 76c4e4fbd8bd (bug 816576) for startup crashes
2012-11-30 10:44:42 +00:00
Paul Adenot
37dd124761
Bug 816576 - Link libsoundtouch statically instead of dynamically. r=glandium
2012-11-30 10:56:28 +01:00
Sriram Ramasubramanian
fe78ff74cd
Bug 806937: Private tabs support for awesomebar tabs. [r=mfinkle]
2012-11-16 00:50:28 -08:00
Sriram Ramasubramanian
7c573b77bb
Bug 806937: Private tabs support for awesomescreen. [r=mfinkle]
2012-11-16 00:41:53 -08:00
Sriram Ramasubramanian
a3a667f0ff
Bug 806937: Private browsing mode support for Menu button. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/drawable/menu_level.xml => mobile/android/base/resources/drawable/menu_level.xml.in
2012-11-16 00:21:46 -08:00
Sriram Ramasubramanian
b1bfb09bdc
Bug 806937: Private browsing mode for Tabs button. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_button.xml => mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_button.xml.in
rename : mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_level.xml => mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_level.xml.in
rename : mobile/android/base/resources/drawable/tabs_button.xml => mobile/android/base/resources/drawable/tabs_button.xml.in
rename : mobile/android/base/resources/drawable/tabs_level.xml => mobile/android/base/resources/drawable/tabs_level.xml.in
2012-11-15 23:59:25 -08:00
Sriram Ramasubramanian
5a1e9f85a6
Bug 806937: Private browsing mode support for AwesomeBar. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/drawable/address_bar_url.xml => mobile/android/base/resources/drawable/address_bar_url.xml.in
2012-11-15 21:40:57 -08:00
Sriram Ramasubramanian
f3b3ed336a
Bug 806937: Private browsing mode for Browser toolbar. [r=mfinkle]
2012-11-15 21:28:38 -08:00
Sriram Ramasubramanian
c935717b23
Bug 806937: Shadowed android ui for gecko to support "state_private". [r=mfinkle]
2012-11-28 11:23:54 -08:00
Sriram Ramasubramanian
04e4b84b1b
Bug 806927: [PBM] Add private browsing specific menu items to the main menu. [r=mfinkle]
2012-11-28 11:23:54 -08:00
Chris Lord
5598017819
Bug 814864 - Only draw low precision tiles when necessary. r=kats
...
Use DisplayPortCalculator.aboutToCheckerboard to determine if we're in risk of
checkerboarding while drawing tiles, and only then enable low precision
rendering. This makes sure that we don't spend time doing low precision
rendering when it isn't going to be of benefit (and thus decreases the
likelihood of the user seeing low precision tiles unnecessarily).
2012-11-29 13:08:41 +00:00
Chris Lord
5b7e4bda6f
Bug 814864 - Respect layers.low-precision-buffer in Fennec browser.js. r=kats
...
When layers.low-precision-buffer is false, just set the display port and not
the critical display port.
2012-11-29 13:08:41 +00:00
Chris Lord
09c84058e2
Bug 814864 - Abort old, stale, low precision updates. r=kats
...
Don't spend time during stale, low precision content when there are newer
display ports in the pipeline.
2012-11-29 13:08:40 +00:00
Chris Lord
e1569825cd
Bug 814437 - Record checkerboarding over time instead of per frame. r=kats
...
Frame-rate has an unpredictable effect on the results of robocop checkerboarding
tests. Instead of recording checkerboarding per frame, record it over time.
2012-11-29 12:03:52 +00:00
Chris Lord
0997087f82
Bug 814437 - Fix checkerboard measurement when using a critical displayport. r=bgirard
...
The checkerboard measurement depended on the displayport coverage of the
viewport, which was calculated in LayerRenderer. When using a critical
displayport, this value changes, but this was not being accounted for.
We have all the context we need for this Gecko-side, so move this code into
LayerManagerOGL::ComputeRenderIntegrity and account for displayport coverage
correctly.
2012-11-29 12:03:38 +00:00
Ryan VanderMeulen
d9dd86b601
Merge m-c to inbound.
2012-11-28 22:46:45 -05:00