Ed Morley
28ef3f27d7
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-11-15 16:17:36 +00:00
Olli Pettay
f3ed372614
Bug 749448 - Remove XTF, r=bz
2012-11-15 14:27:13 +02:00
Lucas Rocha
9673229f77
Bug 812867 - Discard invalid favicon images (r=mfinkle)
2012-12-03 08:59:17 +00:00
Lucas Rocha
2a8196727f
Bug 807279 - Turn Favicons into a singleton (r=mfinkle)
2012-12-03 08:59:17 +00:00
Lucas Rocha
2e4a9a3954
Bug 786454 - Protect isReadingListItem against null cursors (r=mfinkle)
2012-11-15 14:40:56 +00:00
Gregory Szorc
ed77007664
Bug 808219 - Firefox Health Reporter service; r=rnewman
2012-11-13 20:22:09 -08:00
Morrison Cole
143f3073ee
Bug 810278 - Improved background/toolbar visual cohesion. r=wjohnston
2012-11-16 13:43:33 -08:00
Lucas Rocha
c7f1d3e86b
Bug 817526 - Ensure awesome screen animation always starts from correct state (r=mfinkle)
2012-12-10 13:03:56 +00:00
Ed Morley
2430b6f9e3
Bug 770483 - Disable robocop testAboutPage for too many intermittent failures
2012-12-10 12:52:52 +00:00
Ed Morley
82c5a89975
Bug 817339 - Disable robocop testBookmark for too many intermittent failures
2012-12-10 12:49:32 +00:00
Brian Nicholson
80fd82632b
Bug 735399- Only do session restore after a crash. r=mfinkle
2012-12-07 10:50:40 -08:00
Ehsan Akhgari
ec7cd77a49
Bug 819398 - Build mobile with per-window private browsing support; r=mfinkle
...
--HG--
extra : rebase_source : 594a4f2a922b3ce4690709eca94e967bb4df674b
2012-12-07 13:53:56 -05:00
Brian Nicholson
78a779dd75
Bug 819070 - Don't restore session if Gecko is already running. r=mfinkle
...
--HG--
extra : rebase_source : 35f720d9815d6e54d09419002dd30e5ab87f2d1a
2012-12-07 10:50:56 -08:00
Geoff Brown
b7575691be
Bug 814278 - Protect against NPE in testThumbnails; r=bnicholson
2012-12-07 07:29:17 -07:00
Chris Lord
600eb8829f
Bug 819310 - Fix possible race when stopping checkerboard recording. r=kats
...
Make stopCheckerboardRecording safe to call while recordCheckerboard is
executing.
2012-12-07 15:11:05 +00:00
Mike Hommey
580138ee52
Bug 804303 part 4 - Set environment variables earlier on Android. r=blassey,r=wesj
2012-12-07 09:32:24 +01:00
Sriram Ramasubramanian
db253561b6
Bug 811238: Cache color hint in tabs-tray. [r=mfinkle]
...
--HG--
extra : rebase_source : cf65f59a3ab0b932b57146f2d7613d1b36cf8650
2012-12-06 11:09:37 -08:00
Gregory Szorc
9d46d35ef0
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
5bb660fa7a
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
7e89c14768
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
92bf35b49f
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
12803634ae
Bug 764901 - Disable part of testPasswordEncrypt to resolve intermittent orange; r=wesj
2012-11-20 10:41:03 -07:00
Chris Lord
7e2e47a4e0
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
f131070a78
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
c18df4638e
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
f934392869
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
8df438c5af
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
Kartikaya Gupta
40cdde21d1
Bug 820302 - Don't abort the pan-zoom animation on a viewport update if the page size didn't really change. r=Cwiiis
2012-12-21 15:50:49 -05:00
Sriram Ramasubramanian
46720e7dc5
Bug 823781: Compound drawables for promo-box. [r=mfinkle]
...
--HG--
extra : rebase_source : 0af2667d01ad8f16b68a1ba0af3710fa07d5fa93
2012-12-20 16:49:51 -08:00
Sriram Ramasubramanian
7f2f27c8f4
Bug 817706: Optimize tabs-tray and remote-tabs. [r=mfinkle]
...
--HG--
extra : rebase_source : af830da87f4fbd9d031642eea801a2f41f0e8400
2012-12-20 14:35:03 -08:00
Richard Newman
0c44faad12
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
Sriram Ramasubramanian
62ed6ae93a
Bug 800453: Add MenuItem attributes for add-on submenus. [r=mfinkle]
...
--HG--
extra : rebase_source : 0f12b5296b72faa14652da9ad2a4ffb013b91f23
2012-10-29 16:29:55 -07:00
Jim Chen
574c528cbf
Bug 818501 - Get composition styles from styles returned by the system; r=cpeterson
2012-12-06 14:35:59 -05:00
Kartikaya Gupta
36444f3cba
Bug 814282 - Attempt to fix intermittent failure in testVkbOverlap. r=gbrown
2012-12-06 13:57:36 -05:00
Lucas Rocha
a41ffb071f
Bug 818415 - Protect against null layout params when leaving awesome screen (r=mfinkle)
2012-12-06 11:14:08 +00:00
Lucas Rocha
419069500f
Bug 811654 - Make AllPagesTab's destroy() idempotent (r=mfinkle)
2012-11-14 16:23:26 +00:00
C. Scott Ananian
c77a8b3fb1
Bug 805565 - Allow unlimited indexedDB and appcache for Android web apps. r=wjohnston
2012-10-25 15:44:21 -04:00
Brian Nicholson
cfee24197f
Bug 811445 - Part 1: Use history_with_favicons view for Add Search Engine. r=mfinkle
2012-11-16 10:39:42 -08:00
Brian Nicholson
0a21dabafe
Bug 812347 - Don't fail upgrade if favicon_urls.db cannot be read. r=lucasr
2012-11-16 10:21:53 -08:00
Chris Lord
ec43f1372d
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
6b15a0b61a
Bug 792603 - Disable Fennec's reader mode entirely on low-memory platforms. r=lucasr
2012-11-22 11:15:17 -05:00
Kartikaya Gupta
aa24841938
Bug 817134 - Delete dead code in java-land to display checkerboarding. r=blassey
2012-12-15 10:43:57 -05:00
Kartikaya Gupta
3da21dae58
Bug 817134 - Remove the low-res screenshotting code. r=blassey
2012-12-15 10:43:52 -05:00
Sriram Ramasubramanian
7831feb544
Bug 821453: Android 4.2.1 messes up BitmapDrawable. [r=mfinkle]
...
--HG--
extra : rebase_source : a9643547b44b99f5921631556bf03091cc831a83
2012-12-13 13:13:36 -08:00
Brian Nicholson
be5e4e465d
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
aa8d5527e0
Bug 814886 - Correctly check selection bounds on Android; r=cpeterson
2012-11-27 10:20:01 -05:00
Wes Johnston
fe69ddea28
Bug 813677 - Only send about:home telemetry pings when showing about:home. r=mfinkle
2012-11-26 14:57:11 -08:00
Brian Nicholson
892e4e85b0
Bug 775142 - Use placeholder format strings for localization. r=mfinkle,Pike
2012-11-26 14:48:11 -08:00
Benoit Girard
516b5a4beb
Bug 802400 - Restore pan timer to 60 Hz because of trobopan regression. r=kats
2012-10-18 13:56:47 -04:00
Mark Finkle
52159ecec7
Bug 762046 - Amazon search-plugin hard-coded for desktop site r=bnicholson
2012-11-26 15:34:40 -05:00
Mark Finkle
1a1a882002
Bug 815076 - The default Twitter search engine does not work r=bnicholson
2012-11-26 15:34:37 -05:00
Ravisankar Sivasubramaniam
0fbd0c50fa
Bug 803078: Added code to hide the cursor if the windows change. r=margaret
2012-11-22 21:54:09 +05:30
Kartikaya Gupta
d352261f6c
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
df151940db
Bug 768887 - Remove redundant method. r=bnicholson
2012-11-26 14:56:46 -05:00
Sriram Ramasubramanian
ea82d84224
Bug 792373: XHDPI and XXHDPI icons for Fennec. [r=mfinkle]
2012-11-21 11:53:25 -08:00
Kartikaya Gupta
7934d2b1ec
Bug 807998 - Turn on memory.free_dirty_pages in Fennec. r=jlebar
2012-11-26 11:02:47 -05:00
Kartikaya Gupta
87988ca643
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
c099f5397e
Bug 775511 - Move full screen state variable from GeckoApp to LayerView. r=Cwiiis
2012-11-24 17:32:08 -05:00
Mark Capella
03c6c86a89
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
Ryan VanderMeulen
e9768a8249
Merge m-c to inbound.
2012-11-28 22:46:45 -05:00
Brad Lassey
e7f7d410f7
bug 816171 - create releng.manifest for x86 builds r=armen
...
--HG--
rename : mobile/android/config/tooltool-manifests/android/releng.manifest => mobile/android/config/tooltool-manifests/android-x86/android/releng.manifest
2012-11-28 11:11:01 -08:00
Mark Finkle
b967e7b3be
Backout 11fcd37bfb7d, cdf30a34dec9, d5f4626f5b73, e0a0a5b98b95, 944db176184e, 984a10bc4125, 585a7f8fc448, abfc930bc7cd for test failures
...
--HG--
rename : mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_button.xml.in => mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_button.xml
rename : mobile/android/base/resources/drawable/address_bar_url.xml.in => mobile/android/base/resources/drawable/address_bar_url.xml
rename : mobile/android/base/resources/drawable/menu_level.xml.in => mobile/android/base/resources/drawable/menu_level.xml
2012-11-28 21:55:05 -05:00
Mark Finkle
d7acbb5f0c
Backout 87d836ed8e2a, 90ef95622f5e, bf8f4b151716 for test failures
2012-11-28 21:55:02 -05:00
Mark Finkle
9424fb8c7d
Backout cd7c2afe0cb8, for test failures
2012-11-28 21:55:00 -05:00
Mark Finkle
78f14de823
Backout 7b516748a65c for test failures
2012-11-28 21:54:58 -05:00
Sriram Ramasubramanian
30b4feb50d
Bug 816314: NPE in AwesomeBar while checking private browsing mode. [r=bnicholson]
...
--HG--
extra : rebase_source : 0a390bf08ed6710714d88813cc4b09eb687f7085
2012-11-28 16:38:32 -08:00
Sriram Ramasubramanian
5a0be83ba4
Bug 809028: Lightweight theme is not disabled in about:addons. [r=mfinkle]
...
--HG--
extra : rebase_source : 91f2d6a62becc0baf15b88aed002e0e10e8b7630
2012-11-19 11:53:12 -08:00
Mark Finkle
63b965ba7f
Bug 701785 - Missing html5 video/audio controls in context menu r=wesj
2012-11-27 21:27:24 -05:00
Brian Nicholson
fc07859647
Bug 810732 - Ensure that sessionstore-windows-restored is always dispatched. r=mfinkle
2012-11-27 16:35:20 -08:00
Sriram Ramasubramanian
c87c4e3df2
Bug 800453: NativeWindow's menu should have support for submenu. [r=mfinkle]
...
--HG--
extra : rebase_source : 589b8ea57f058df2d061ac1c46d619f262a19655
2012-10-26 13:39:25 -07:00
Sriram Ramasubramanian
e09fd5154e
Bug 806937: More missing files on private browsing. [r=me]
...
--HG--
extra : rebase_source : b13e28a61540ac9154a6f74d703f1865d7078417
2012-11-28 12:16:59 -08:00
Sriram Ramasubramanian
ff5b3f01d9
Bug 806937: Added a missing file. [r=me]
2012-11-28 12:09:10 -08:00
Sriram Ramasubramanian
9a57074dbb
Bug 806929: "Open in new private tab" for awesomebar entries. [r=mfinkle]
...
--HG--
extra : rebase_source : 230d2b3703f74ab6e585f4a528c1974f4259b709
2012-11-16 13:34:34 -08:00
Sriram Ramasubramanian
1805aa07c2
Bug 806929: "Open in new private tab" for context-menus. [r=mfinkle]
...
--HG--
extra : rebase_source : e4070050b443d42505fab950c0d278e5c68eeed6
2012-11-16 13:20:33 -08:00
Sriram Ramasubramanian
1279e489da
Bug 806937: Private tabs support for awesomebar tabs. [r=mfinkle]
2012-11-16 00:50:28 -08:00
Sriram Ramasubramanian
3aaff2b8a3
Bug 806937: Private tabs support for awesomescreen. [r=mfinkle]
2012-11-16 00:41:53 -08:00
Sriram Ramasubramanian
e693326d60
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
e7524f67b8
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
ce876c0dc3
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
8d6cc77f92
Bug 806937: Private browsing mode for Browser toolbar. [r=mfinkle]
2012-11-15 21:28:38 -08:00
Sriram Ramasubramanian
efdb83ec42
Bug 806937: Shadowed android ui for gecko to support "state_private". [r=mfinkle]
2012-11-28 11:23:54 -08:00
Sriram Ramasubramanian
2ca3b18a9a
Bug 806927: [PBM] Add private browsing specific menu items to the main menu. [r=mfinkle]
2012-11-28 11:23:54 -08:00
James Willcox
1585f1429c
Bug 813675 - Use default proxy for updater requests r=blassey
2012-11-28 11:48:59 -05:00
James Willcox
5425e621e9
Bug 808595 - Use separate Intent for prompted vs automatic updates on Android r=blassey
2012-11-28 11:47:43 -05:00
Brian Nicholson
5c832ba3a2
Bug 811559 - Fix form element loop for adding search engines. r=mfinkle
2012-11-15 00:00:23 -08:00
Tetsuharu OHZEKI
1568c88ac5
Bug 811284 - More logical ordering the item list of "Automatic updates" in settings. r=mleibovic
2012-11-14 21:01:07 -05:00
David Rajchenbach-Teller
3d49afa841
Bug 823502 - ship dom_system.xpt for Android, r=gbrown, r=mfinkle
...
--HG--
extra : rebase_source : ebb771ba851a05e37cda7ec3e4befdbbcf05c44c
2012-12-21 11:40:52 -05:00
Kartikaya Gupta
1df52c4fc2
Bug 785597 - Get rid of unused mGLVersion field. r=snorp
2012-12-21 11:33:09 -05:00
Kartikaya Gupta
51e401c59c
Bug 785597 - Remove a bunch of unused code. r=snorp
2012-12-21 11:32:52 -05:00
Ehsan Akhgari
ff00a9be8d
Bug 823949 - Port XUL Fennec's controller.js to per-window PB APIs; r=jdm
...
--HG--
extra : rebase_source : b59bc7d8edd7840b16baabed635500ff064cab7e
2012-12-21 11:17:22 -05:00
Ehsan Akhgari
f42c76c8ee
Bug 823945 - Port XUL Fennec's LoginManagerChild to use per-window PB APIs; r=jdm
...
--HG--
extra : rebase_source : 4b2656a7fd82004201ba562d6a9c80b5abcaff28
2012-12-21 11:10:11 -05:00
Sriram Ramasubramanian
f7371ad6a8
Bug 822133: Null check gone wrong in Personas. [r=bnicholson]
2012-12-17 10:39:06 -08:00
Richard Newman
ebf062cfe2
Bug 822067 - Build fails due to raw types in BrowserProvider.java. r=lucasr
2012-12-17 09:42:29 -08:00
Ed Morley
ab36d8d8b4
Bug 813107 - Disable robocop testThumbnails for too many intermittent failures
2012-12-17 13:21:19 +00:00
Ed Morley
12746f243f
Bug 817414 - Disable robocop testBookmarksTab for too many intermittent failures
2012-12-17 13:21:19 +00:00
Ed Morley
97d76e5c76
Bug 817440 - Disable robocop testAddonManager for too many intermittent failures
2012-12-17 13:21:18 +00:00
Adrian Tamas
7b3ffa16cd
Bug 732212 - Robocop: Add tests for doorhanger notifications. r=bnicholson
2012-11-15 14:54:46 +02:00
Mark Finkle
901e71f467
Bug 820658 - Private Browsing leaks history in SQLite's Write-Ahead Log for tabs.db r=bnicholson
2012-12-15 23:55:03 -05:00
Mark Finkle
988653e355
Bug 821840 - Fix redeclaration warning in SessionStore.js r=bnicholson
2012-12-15 23:55:03 -05:00
Kartikaya Gupta
0adb7c170b
Bug 666600 - Add a pref to control the default fallback zoom level of pages. r=mfinkle
2012-12-21 10:22:16 -05:00
Kartikaya Gupta
36b90ee89a
Bug 807447 - Respect the initial-scale meta-viewport property on initial page load. r=mbrubeck
2012-12-21 10:21:44 -05:00
Richard Newman
1628cfdbca
Bug 806024 - Enable Android product announcements client service. r=trivial
2012-12-20 19:05:26 -08:00
Sriram Ramasubramanian
a9a22ee366
Bug 817749: Replace menu icons in tabs-panel. [r=mfinkle] [needs-clobber]
...
--HG--
rename : mobile/android/base/resources/drawable-xlarge-hdpi-v11/tabs_menu.png => mobile/android/base/resources/drawable-large-hdpi-v11/tabs_menu.png
rename : mobile/android/base/resources/drawable-xlarge-mdpi-v11/tabs_menu.png => mobile/android/base/resources/drawable-large-mdpi-v11/tabs_menu.png
rename : mobile/android/base/resources/drawable-xlarge-xhdpi-v11/tabs_menu.png => mobile/android/base/resources/drawable-large-xhdpi-v11/tabs_menu.png
2012-12-19 14:03:46 -08:00
Sriram Ramasubramanian
0be8734e39
Bug 817749: Remove touch delegate in tabs-panel. [r=mfinkle]
2012-12-19 14:01:45 -08:00
Sriram Ramasubramanian
aa4ce9e18a
Bug 817749: No squishy button in tabs toolbar. [r=mfinkle]
2012-12-19 12:27:42 -08:00
Sriram Ramasubramanian
d3b167fb20
Bug 817706: Tablets should have a drop-down tabs-switcher. [r=mfinkle]
2012-12-18 16:45:55 -08:00
Sriram Ramasubramanian
e85bcdd6aa
Bug 817706: Tab-style switcher in tabs-tray for phones. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/layout/tabs_panel.xml => mobile/android/base/resources/layout/tabs_panel.xml.in
2012-12-18 17:04:39 -08:00
Sriram Ramasubramanian
fd2876f24f
Bug 817706: Enhance tabs-tray to show either normal or private tabs only. [r=mfinkle]
2012-12-18 16:44:37 -08:00
Wes Johnston
6b9087459a
Bug 708048 - Walk up tree to find a title for context menu items. r=kats
2012-12-20 12:11:31 -08:00
Sriram Raghuraman
5c2c4ba720
Bug 715736 - Add 'Save as Wallpaper' Android functionality in context menu when viewing images. r=snorp,margaret
2012-12-17 23:00:01 +05:30
Wes Johnston
217eb7cb6a
Bug 681805 - Conditional forward for Android tablets. r=lucasr
2012-12-19 09:29:02 -08:00
Wes Johnston
d7989fa8b1
Bug 681805 - Move forward button styling to style files. r=lucasr
2012-12-19 09:28:59 -08:00
Joel Maher
7ea52d60ab
backout of 1e2283f6856c (Bug 822385) for failing robocop tests CLOSED TREE
2012-12-20 11:59:46 -05:00
Joel Maher
4928e8b39b
Bug 823165 - fix robocop tests to work on panda boards. r=gbrown
2012-12-20 09:25:38 -05:00
Nick Thomas
3c55167098
Back out 47debf3f344c for Android test fail CLOSED TREE
2012-12-20 22:12:19 +13:00
Nick Thomas
f0be7bb344
Back out 06d72606ec56 for Android test fail
2012-12-20 22:11:04 +13:00
Wes Johnston
a1a6b6f344
Bug 681805 - Conditional forward for Android tablets. r=lucasr
2012-12-19 09:29:02 -08:00
Wes Johnston
8a7c3fa246
Bug 681805 - Move forward button styling to style files. r=lucasr
2012-12-19 09:28:59 -08:00
Geoff Brown
cb049a9dbe
Bug 795928 - testAllPagesTab: wait for first bookmark instead of url that is likely already displayed in awesomebar; r=wesj
2012-12-19 18:54:04 -07:00
Geoff Brown
fd67ecaab4
Bug 820322 - Improve reliability of testBookmarksTab, testHistoryTab, testAllPagesTab; r=wesj
2012-12-19 18:25:45 -07:00
Sriram Ramasubramanian
bbd7b61436
Bug 822422: Firefox wordmark should be in white for dark themes. [r=mfinkle] [needs-clobber]
...
--HG--
rename : mobile/android/base/resources/drawable-hdpi/abouthome_logo.png => mobile/android/base/resources/drawable-hdpi/abouthome_logo_dark.png
rename : mobile/android/base/resources/drawable-xhdpi/abouthome_logo.png => mobile/android/base/resources/drawable-xhdpi/abouthome_logo_dark.png
rename : mobile/android/base/resources/drawable/abouthome_logo.png => mobile/android/base/resources/drawable/abouthome_logo_dark.png
extra : rebase_source : bec6cb4ab6bc58d4c0a364a74a1ec09c00cf623e
2012-12-18 14:57:14 -08:00
Sriram Ramasubramanian
f565c3afaa
Bug 822421: Lightweight theme based text colors on about:home. [r=mfinkle]
...
--HG--
extra : rebase_source : 069bf336dc6753ecae41c56a49196059724d9d83
2012-12-17 12:31:52 -08:00
Ed Morley
b2331873fc
Backout 51119e80e283 (bug 822422), 1a7f21d5a95a (bug 822421) for java NPEs on a CLOSED TREE
2012-12-19 19:49:58 +00:00
Sriram Ramasubramanian
c92130e856
Bug 822422: Firefox wordmark should be in white for dark themes. [r=mfinkle] [needs-clobber]
...
--HG--
rename : mobile/android/base/resources/drawable-hdpi/abouthome_logo.png => mobile/android/base/resources/drawable-hdpi/abouthome_logo_dark.png
rename : mobile/android/base/resources/drawable-xhdpi/abouthome_logo.png => mobile/android/base/resources/drawable-xhdpi/abouthome_logo_dark.png
rename : mobile/android/base/resources/drawable/abouthome_logo.png => mobile/android/base/resources/drawable/abouthome_logo_dark.png
2012-12-18 14:57:14 -08:00
Sriram Ramasubramanian
bf01eb0ada
Bug 822421: Lightweight theme based text colors on about:home. [r=mfinkle]
2012-12-17 12:31:52 -08:00
Ed Morley
271fd8dcad
Backout e9cef5f38fe1 (bug 822422), 531d2eb905d7 (bug 822421) for build failures on a CLOSED TREE
2012-12-19 18:29:41 +00:00
Ed Morley
ec81a47abc
Backout 0e96545f0894 & 55ae87306b98 (bug 681805) for Android startup crashes on a CLOSED TREE
2012-12-19 18:25:55 +00:00
Wes Johnston
a1afe97da9
Bug 818494 - Increase min swipe velocity to swipe close tabs. r=lucasr
2012-12-19 10:06:13 -08:00
Sriram Ramasubramanian
4d30b4c264
Bug 822422: Firefox wordmark should be in white for dark themes. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/drawable-hdpi/abouthome_logo.png => mobile/android/base/resources/drawable-hdpi/abouthome_logo_dark.png
rename : mobile/android/base/resources/drawable-xhdpi/abouthome_logo.png => mobile/android/base/resources/drawable-xhdpi/abouthome_logo_dark.png
rename : mobile/android/base/resources/drawable/abouthome_logo.png => mobile/android/base/resources/drawable/abouthome_logo_dark.png
extra : rebase_source : 6e2c15ad5ce6183268aa113c30952964b7df67ae
2012-12-18 14:57:14 -08:00
Sriram Ramasubramanian
62d4539197
Bug 822421: Lightweight theme based text colors on about:home. [r=mfinkle]
...
--HG--
extra : rebase_source : 3a73bc1dd22917004c0d9d0c2bb06a8d7ce0812d
2012-12-17 12:31:52 -08:00
Wes Johnston
d0ded6d3fc
Bug 822655 - Fix 'Show Controls' string. r=margaret DONTBUILD
2012-12-19 09:42:26 -08:00
Wes Johnston
b06524410a
Bug 681805 - Conditional forward for Android tablets. r=lucasr
2012-12-19 09:29:02 -08:00
Wes Johnston
c92dda5377
Bug 681805 - Move forward button styling to style files. r=lucasr
2012-12-19 09:28:59 -08:00
Joel Maher
f9313ee991
Bug 817414 - Intermittent testBookmarksTab | bookmarks list has 5 children (defaults + a folder) - got 0, expected 5. r=gbrown
2012-12-19 11:31:42 -05:00
Scott Johnson
bfdd6d7a9d
Bug 809565: Skip onScale and onScaleEnd events if onScaleBegin returned false to make reflow-on-zoom assumptions on order of these events remain valid. [r=kats]
2012-11-14 15:58:12 -08:00
Kartikaya Gupta
2b7994071a
Bug 813204 - Don't send multiple hasTouchListener events for the same document. r=wesj
2012-11-21 15:15:40 -05:00
Chris Lord
fba6244af3
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
8b4fb00720
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
eb9816cea0
Bug 783368 - Correct the height calculation in ProgressiveUpdateData. r=kats
2012-11-21 22:34:19 +00:00
Chris Lord
b85091b04e
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
26ab25e0a5
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
ec45406cba
Bug 809566 - Remove paint logging. r=kats
2012-11-19 16:24:17 -05:00
Ehsan Akhgari
a1ca146c7c
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
ca0f88c593
Bug 789867 - Immediately hide throbber when stop is tapped. r=mfinkle
2012-11-21 11:38:28 -08:00
Chris Lord
d51cbc3aac
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
960993b01b
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
9cfa756739
Bug 783368 - Correct the height calculation in ProgressiveUpdateData. r=kats
2012-11-21 19:16:52 +00:00
Chris Lord
9dafa73eb6
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
a66bf654b5
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
7ea5b4a0c9
Bug 812805 - Pull favicon ID from history when adding bookmarks. r=lucasr
2012-11-21 10:23:18 -08:00
Brian Nicholson
fb27f3a874
Bug 813610 - Use separate upgrade method for new bookmarks and history tables. r=lucasr
2012-11-21 10:19:47 -08:00
Jim Chen
b0c0708660
Bug 813602 - Don't perform IME sync when there is no focus; r=cpeterson
2012-11-21 11:14:20 -05:00
Gregory Szorc
79779d041c
Bug 815219 - Part 2: Remove MOZ_MAKE_FLAGS from most in-tree mozconfigs; r=ted
...
It was only used to define -jN to control build parallelism. This is
now set automatically as of part 1 of this patch series and therefore
isn't needed.
2012-11-27 14:01:24 -08:00
Mark Finkle
b8e3a37622
Bug 809942 - ToolkitProfile service can't change default profile r=wesj
2012-11-27 15:35:43 -05:00
Kartikaya Gupta
38c8fe07cd
Bug 783521 - Hide the tab sidebar on full-screen mode on tablets. r=mfinkle
2012-11-27 15:18:16 -05:00
Kartikaya Gupta
eeb2edf044
Bug 783521 - Fix busted function override. r=mfinkle
2012-11-27 15:18:01 -05:00
Brian Nicholson
e662ee9fe1
Bug 813346 - Add getBitmapFromDataURI() to BitmapUtils. r=wesj
2012-11-27 12:04:14 -08:00
Brian Nicholson
97066f4dc4
Bug 816781 - Call notifyDataSetChanged() sooner when getting search engines. r=lucasr
2012-11-30 15:27:33 -08:00
Chris Lord
9b229ca87b
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
12de3548e2
Backed out changeset 5368aced79b3 (bug 814437) because it breaks Android builds
2012-11-30 15:41:08 -05:00
Chris Lord
524e13922f
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
5faf9dd20e
Bug 817027 - Fix JS warning about lruTab not being defined. r=mfinkle
2012-11-30 14:20:42 -05:00
Chris Double
efcb66cc02
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
f3af7c10ea
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
29fbc100b8
Bug 811445 - Part 2: Test case for Add Search Engine. r=gbrown
2012-11-30 10:53:38 -08:00
Brian Nicholson
dd04fd27b6
Bug 768532 - Use profile database path on Android 2.2. r=lucasr,gbrown
2012-11-30 10:52:10 -08:00
Joel Maher
626982768f
Bug 815786 - Disable testCheck3 in Talos. r=gbrown
2012-11-30 13:04:30 -05:00
Kartikaya Gupta
fd09773c95
Bug 793150 - Exit full-screen mode when invoking the menu. r=sriram
2012-11-30 12:59:49 -05:00
Kartikaya Gupta
b3dae48947
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
09253a29d5
Bug 816576 - Link libsoundtouch statically instead of dynamically. CLOBBER NEEDED r=glandium
2012-11-30 14:17:54 +01:00
Ehsan Akhgari
f111e7c0fb
Merge mozilla-central into mozilla-inbound
2012-11-19 17:07:53 -05:00
Sriram Ramasubramanian
ad2f7b7679
Bug 786982: Add the hiding of close tab, while swiping. r=lucasr
2012-11-06 11:24:14 -08:00
David Keeler
0be5391d8d
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
eb80cb3de2
Bug 812809 - Replace 'static final' with 'static' for easier testing of Announcements. r=nalexander
2012-11-19 11:12:05 -08:00
Brian Nicholson
7c0114301e
Bug 812559 - Use Long instead of long in updateFaviconIdsForUrl(). r=lucasr
2012-11-19 10:39:43 -08:00
Eitan Isaacson
e588f7b754
Bug 812480 - [AccessFu] Fix accessibility announcements in Android 4.2, r=blassey
2012-11-16 14:05:00 +01:00
Jim Mathies
b1a8bc33ae
Bug 817076 - Update package manifests to new service locations and key PREF_DIR location off DIST_SUBDIR. r=glandium
2012-12-05 16:36:15 -06:00
Blair McBride
8176186fd0
Bug 744355 - Add marketplace.firefox.com to the xpinstall whitelist. r=mossop, a=akeybl
2012-12-05 13:03:05 -08:00
Eitan Isaacson
0acf124ff5
Bug 817873 - Fix scrolling event. r=blassey
2012-12-05 12:57:42 -08:00
Chris Lord
742c5a38d7
Bug 818169 - Add a pref to configure resolution of low precision buffer. r=bgirard
2012-12-05 17:10:41 +00:00
Sriram Ramasubramanian
09dad366bb
Bug 821434: Tabs button shows persona on private mode. [r=mfinkle]
...
--HG--
extra : rebase_source : 03a615e4a0b4570c9563c51d0b73210c6a8572b9
2012-12-13 12:28:49 -08:00
Wesley Johnston
1c69fe3ebc
Bug 715258 - Favicons are of low quality for local/internal pages r=mfinkle
2012-12-13 23:32:25 -05:00
Jim Chen
c2368638fb
Bug 818715 - Coalesce restartInput calls in GeckoInputConnection; r=cpeterson
2012-12-14 13:22:05 -05:00
Jim Chen
b17f1493f4
Bug 810821 - Only change focus if awesomebar text field responded to key press; r=cpeterson
2012-12-14 13:21:58 -05:00
Ed Morley
cd0d254b20
Backout 042b44652822 (bug 715258) for breaking robocop & others on a CLOSED TREE
2012-12-14 09:26:00 +00:00
Wesley Johnston
d4f25d50cd
Bug 715258 - Favicons are of low quality for local/internal pages
2012-12-13 23:32:25 -05:00
Kartikaya Gupta
d0baba45bf
Bug 816551 - Make PluginHelper._getBindingType return null. r=margaret
2012-12-13 17:21:43 -05:00
Kartikaya Gupta
9c30277a75
Bug 816164 - Gzip the crash report data when posting it to the server. r=cpeterson
2012-12-13 16:03:35 -05:00
Kartikaya Gupta
26427f3cbd
Bug 821224 - Don't recycle a bitmap that may be the same object as one we are still using. r=sriram
2012-12-13 14:31:12 -05:00
Dan Mosedale
9bc024ab1e
Bug 819822, fix total failure of 'new mozRTCPeerConnection()' on Android by packaging up PeerConnection bits, r=ted
2012-12-13 07:14:25 -08:00
Mark Finkle
13af844a8a
Bug 820868 - Lightweight theme previews do not work on Firefox for Android, breaking the preview/install flow r=sriram
2012-12-13 13:06:05 -05:00
Mark Finkle
ced28744a8
Bug 820623 - Javascript warning on fennec startup (NativeWindow.menu.add) r=kats
2012-12-13 13:06:05 -05:00
Mark Finkle
29f57961e5
Bug 819554 - Disable warning for sms protocol r=blassey
2012-12-13 13:06:05 -05:00
Kartikaya Gupta
840ffb6a66
Bug 820545 - Update comment in about:rights to be more accurate. r=gcp
2012-12-13 11:54:03 -05:00
Brian Nicholson
d928bf81ec
Bug 820576 - Part 2: Open URL for suggestions that look like URLs. r=mfinkle
2012-12-12 13:21:41 -08:00
Brian Nicholson
7a208cca5f
Bug 820576 - Part 1: Move isSearchUrl to StringUtils. r=mfinkle
2012-12-12 13:21:37 -08:00
Brian Nicholson
c0c4378b61
Bug 801646 - Use private state of parent when opening new tabs. r=mfinkle
2012-12-12 13:10:23 -08:00
Sriram Ramasubramanian
c8d86a14ed
Bug 818071: Replace private browsing resource for about:home background. [r=mfinkle]
2012-12-07 14:55:12 -08:00
Sriram Ramasubramanian
da0224e734
Bug 818071: Replace private browsing resources for the url-bar. [r=mfinkle]
2012-12-07 14:10:05 -08:00
Sriram Ramasubramanian
0e99729c75
Bug 818071: Replace private browsing resources for address bar background. [r=mfinkle]
2012-12-07 14:09:33 -08:00