Commit Graph

1036 Commits

Author SHA1 Message Date
Kartikaya Gupta
64d30041da Bug 724949 - Extract a PixelTest class to reuse common pixel-checking operations. r=jmaher 2012-02-07 14:10:58 -05:00
Sriram Ramasubramanian
5d73c4ec8b Bug 721847: Tabs-tray should use transparent placeholders for thumbnails. [r=mfinkle] 2012-02-07 10:30:38 -08:00
Kartikaya Gupta
a7fbba49f7 Bug 724948 - Remove a pixel check that fails on some devices with larger screen sizes. r=jmaher 2012-02-07 13:11:35 -05:00
Brian Nicholson
d6240609c6 Bug 721776 - Bookmark is removed from bookmark list only after reboot when removed (r=mfinkle) 2012-02-07 14:47:56 +00:00
Lucas Rocha
13da5953b2 Bug 721776 - Don't remove bookmark from DB in the main thread (r=mfinkle) 2012-02-07 14:47:54 +00:00
Ed Morley
045e235017 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-07 10:22:34 +00:00
Sriram Ramasubramanian
16caf86d10 Bug 721769: BrowserToolbar's edit-field should expand when stop/site-security is not shown. [r=mfinkle] 2012-02-06 11:44:37 -08:00
Thinker K.F. Li
86d125619e Bug 697641 - part 5: Export Android Sensor Manager for mobile/. r=cjones 2012-02-05 19:54:25 +00:00
Richard Newman
d05831b3eb Bug 724297 - Firefox Sync launcher icon opens settings or Fennec main activity, not setup. 2012-02-04 18:24:06 -08:00
Chris Lord
6d06b90bbe Bug 724230 - Backout ondemand tiling. r=blassey, kats
This backs out changes d8fc13006aa4, ddde7a49f6f7, 34b1cc9454d2 and
8919c54229e1, leaving in some initialisation fixes that were introduced when
rebasing.

This work may be re-applied at a later date.
2012-02-04 18:49:59 -05:00
Kartikaya Gupta
e7157d112e Bug 724042 - back out 663892ff23e0 as we have a better solution. 2012-02-04 18:48:21 -05:00
Panagiotis Koutsourakis
583eb38038 Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression

DIRS += <foo>
or
DIRS = <foo>

inside the conditional expression

ifdef ENABLE_TESTS
...
endif

are changed to

TEST_DIRS += tests

outside any conditional expression.

The files

./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in

contain the string

ifdef ENABLE_TESTS

but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Brad Lassey
ac9cd73193 bug 724042 - disable tile by tile rendering r=dougt 2012-02-03 13:58:02 -05:00
Matt Brubeck
4b5cd88475 Merge mozilla-central and mozilla-inbound 2012-02-03 16:41:11 -08:00
Matt Brubeck
330b3d5465 Bug 723917 - NullPointerException when removing a menu item [r=sriram] 2012-02-03 16:18:46 -05:00
Richard Newman
a138d6e858 Bug 718544, Bug 723992 - adjust Sync's permissions. 2012-02-03 13:09:29 -08:00
Richard Newman
a57cbdd2fe Bug 723235, Bug 720304, Bug 723240 - Request bookmarks and history items sorted by sortindex/frecency, with limits.
• Bug 720304 - Limit number of processed history records, with a hard limit of 500 history items per request.
• Bug 723235 - Request history items sorted by sortindex/frecency.
• Bug 723240 - Request bookmark items sorted by sortindex/frecency.

And imposes a sanity limit of 5,000 bookmarks per fetch.

(Note that batching is outside the scope of these bugs.)
2012-02-03 13:09:29 -08:00
Richard Newman
5eaaa0a16f Bug 720934 - Part 2: Collected Android Sync 0.4 code drop (Bug 722945, Bug 709348). a=mobile
Includes:
Bug 722945 - Transactional behavior for store (don't return stored records in subsequent fetch).
Bug 709348 - Refactor and improve reconciling and storing of records.
2012-02-03 13:09:29 -08:00
Richard Newman
e6a8a4354f Bug 718703 - Part 2: makefile change to preprocess sync_options.xml. r=ted 2012-02-03 13:09:28 -08:00
Richard Newman
9b401b2cd9 Bug 718703 - Part 1: Sync crashes from Pair a Device link in sync settings. r=rnewman 2012-02-03 13:09:28 -08:00
Richard Newman
e5ef3394a1 Bug 722430 - Propagate NoSuchAlgorithmException and InvalidKeyException; wrap in CryptoException higher up the call stack. r=rnewman 2012-02-03 13:09:28 -08:00
Richard Newman
15679a8dee Bug 722896. r=dchan 2012-02-03 13:09:28 -08:00
Richard Newman
5043cc5581 Bug 722426 - Remove WRITE_SECURE_SETTINGS from the Android manifest, since this permission is only granted to system/firmware applications. r=rnewman 2012-02-03 13:09:28 -08:00
Richard Newman
fc3249a330 Bug 722434 - check for failure after JSON parsing. r=rnewman 2012-02-03 13:09:28 -08:00
Richard Newman
8ea74e7f50 Bug 720934 - Part 1: Collected Android Sync 0.4 code drop (Bug 721305, Bug 709348, Bug 719693, Bug 709660, Bug 718703). a=mobile
Includes:
3ad57f4 Bug 718703 - Pair a Device crashes. r=rnewman
3c530d1 Bug 709660 - Fixed blurry icons used in SyncAdapter. r=rnewman
bde287a Bug 719693 - Compatibility for JDK < 6.
91c5e23 Bug 719693 - Effect review comments on 6ffb7d72f.
6ffb7d7 Bug 719693 - Handle date-format HTTP Retry-After headers.
6df289e Bug 709348 - Trace logging and fixed logging of visit equality.
71580df Bug 709348 - Include Fennec visits and counts in HistoryRecord androidID equivalence.
8f6a106 Bug 709348 - Equality work.
f40bf4a Bug 709348 - Part 5: Rework handling of certain cases of incoming deletion, including history visits.
0dd004d Bug 709348 - Part 4: Reworking equality tests between records.
2210717 Bug 709348 - Part 3: Better commenting for ignored bookmark records.
c05236b Bug 709348 - Part 2: Introduce trace log method.
a34f4aa Bug 709348 - Part 1: Introduce copyWithIDs to clone records.
796b15f Bug 721305 - sync.link.advancedsetup.label should use …, not ....
adf7586 Bump AndroidSync User-Agent version.
2012-02-03 13:09:28 -08:00
Richard Newman
ee4c971fd9 Bug 718703 - Part 0: Makefile fix for preprocessing multiple files. r=ted 2012-02-03 13:09:28 -08:00
Brian Nicholson
3ed70e74f5 Bug 723550 - Lots of base64 decode errors in logcat [r=blassey] 2012-02-03 15:55:09 -05:00
Sriram Ramasubramanian
969a73d9e2 Bug 723899: There is no "empty" resource in ICS. [r=mfinkle] 2012-02-03 11:22:36 -08:00
Margaret Leibovic
787d7f4617 Bug 724045 - createMobileBookmarksFolder doesn't set title or parent. r=mfinkle,rnewman 2012-02-03 13:41:22 -08:00
Sriram Ramasubramanian
caf4a73071 Bug 711185: Restrict autocomplete height to rows present and space available. [r=mfinkle] 2012-02-03 14:10:49 -08:00
William Lachance
fb3af1b9dd Bug 719570 Provide option to change checkerboard to flat color on fennec for eideticker automation r=pcwalton 2012-02-03 12:35:01 -08:00
Margaret Leibovic
31b8aad0d6 Bug 719875 - "Tap to activate plugin" placeholder can't be tapped after going back/forward in history. r=mfinkle 2012-01-31 12:49:25 -08:00
Kartikaya Gupta
7bef1ec90f Bug 720538 - Add a regression test. r=jmaher 2012-02-02 16:09:10 -05:00
Kartikaya Gupta
f30d0a8fdf Bug 720538 - Remove unused functions and variables. r=wesj 2012-02-02 09:16:25 -05:00
Kartikaya Gupta
0d71217f68 Bug 720538 - Re-use getValidViewportMetrics to ensure the zoom-to rect is valid. r=wesj 2012-02-02 09:15:37 -05:00
Kartikaya Gupta
b77f272a4f Bug 720538 - Clarify and fix incorrect rect bottom calculation. r=wesj 2012-02-02 09:11:50 -05:00
Kartikaya Gupta
56f27bebcb Bug 723619 - Update testLoad to avoid a race condition where paint finishes before we start listening. r=jmaher 2012-02-02 16:07:00 -05:00
Mark Finkle
deab9a2fac Bug 715262 - 'Browse Add-ons' link on about:home and Add-ons Manager icon in about:addons should point to new AMO Android product r=mbrubeck 2012-02-02 16:04:27 -05:00
Lucas Rocha
4cc046f43c Bug 722752 - Show/hide sync banner when sync accounts are added/removed (r=mfinkle) 2012-02-02 16:08:58 +00:00
Lucas Rocha
2e06b6a786 Bug 710335 - Hide recommended addons section from about:home when empty (r=mfinkle) 2012-02-02 15:49:48 +00:00
Lucas Rocha
85833ee75a Bug 720764 - Show toast notification when opening link in a new tab in awesomebar (r=mfinkle) 2012-02-02 15:49:46 +00:00
Lucas Rocha
267447f60f Bug 722655 - Fix crash on about:home when tab isn't present (r=mfinkle) 2012-02-02 15:49:43 +00:00
Joel Maher
2b169f3a2f Bug 717057 - [hotfix] allow robotium testPan to run in talos. r=mbrubeck 2012-02-02 10:47:17 -05:00
Joel Maher
06a94a9039 Bug 717057 - allow robotium testPan to run in talos. r=kats,gbrown 2012-02-02 10:09:26 -05:00
Geoff Brown
a6bf3bdafb Bug 720930 - Robocop: update testBookmark to allow for zero bookmarks; r=jmaher 2012-02-02 10:09:24 -05:00
Chris Lord
6c4cc1e505 Bug 717349 - Add a checkerboarding test to Robotium. r=jmaher
Copy testPan, but make it record checkerboarded frames instead of dropped
frames.

--HG--
rename : mobile/android/base/tests/testPan.java.in => mobile/android/base/tests/testCheck.java.in
2012-02-02 09:03:37 +00:00
Chris Lord
c77fe02e1b Bug 717349 - Add optional render and checkerboarding profiling. r=kats
This adds checkerboard profiling to LayerRenderer, that can be enabled either
by enabling debug logging of the "GeckoLayerRendererProf" tag, or via
reflection using PanningPerfAPI.
2012-02-02 09:02:32 +00:00
Brian Nicholson
4b08638408 Bug 719900 - Remove blank favicon images from awesomebar lists. r=mfinkle 2012-02-01 21:17:23 -08:00
Gregory Szorc
4c0bec7036 Bug 723323 - Add extensions.getWithPerformance.url pref; r=Unfocused
This is a follow-up from bug 716736.
2012-02-01 19:52:45 -08:00
Doug Turner
ffca4e270f Bug 721006 - Crash when setting a very large document.title. r=mfinkle 2012-02-01 22:44:18 -05:00
Brian Nicholson
178ff2f66c Bug 723349 - Fix params in addTab on session restore failure. r=mfinkle 2012-02-01 17:51:41 -08:00
Matt Brubeck
a5c6d7704f Merge again for good measure 2012-02-01 17:13:08 -08:00
Matt Brubeck
6eb3db5623 Merge mozilla-central and mozilla-inbound 2012-02-01 17:09:34 -08:00
Wes Johnston
fe4345257b Bug 723200 - Enable multitouch by default on Android. r=mbrubeck 2012-02-01 17:08:04 -08:00
Brian Nicholson
8f0ec0b59e Bug 719479 - Don't animate tab counter during session restore. r=mfinkle 2012-02-01 14:25:50 -08:00
Matt Brubeck
6d71a31f2f Bug 720932 - Clean up default search engine code [r=wesj] 2012-02-01 16:25:08 -08:00
Matt Brubeck
00487aa992 Bug 723084 - Remove observers when tabs are destroyed [r=bnicholson] 2012-02-01 16:20:13 -08:00
Brad Lassey
f7ff1cee4f bug 723305 - Tabs menu uses smoothScrollToPosition(), which doesn't exist in eclair r=mfinkle 2012-02-01 19:05:06 -05:00
Wes Johnston
88926ea8a3 Bug 721080 - Pages with touch event listeners that don't call preventDefault should not hold up panning. r=dougt 2012-02-01 15:01:47 -08:00
Brad Lassey
7f09e552ad bug 723159 - Base64.decode not available on eclair r=mfinkle 2012-02-01 14:37:03 -05:00
Brad Lassey
b40529d9ac bug 723243 - SimpleScaleGestureDetector uses getActionIndex(), which is not available in eclair r=wesj 2012-02-01 15:03:46 -05:00
Brad Lassey
461dfcd69f bug 723151 - No drawable resources defined for eclair r=mfinkle f=sriram
--HG--
rename : mobile/android/base/resources/drawable-hdpi-v8/abouthome_icon.png => mobile/android/base/resources/drawable-hdpi/abouthome_icon.png
rename : mobile/android/base/resources/drawable-hdpi-v8/abouthome_logo.png => mobile/android/base/resources/drawable-hdpi/abouthome_logo.png
rename : mobile/android/base/resources/drawable-hdpi-v8/abouthome_separator.9.png => mobile/android/base/resources/drawable-hdpi/abouthome_separator.9.png
rename : mobile/android/base/resources/drawable-hdpi-v8/abouthome_sync_bg.9.png => mobile/android/base/resources/drawable-hdpi/abouthome_sync_bg.9.png
rename : mobile/android/base/resources/drawable-hdpi-v8/abouthome_sync_logo.png => mobile/android/base/resources/drawable-hdpi/abouthome_sync_logo.png
rename : mobile/android/base/resources/drawable-hdpi-v8/abouthome_sync_pressed_bg.9.png => mobile/android/base/resources/drawable-hdpi/abouthome_sync_pressed_bg.9.png
rename : mobile/android/base/resources/drawable-hdpi-v8/abouthome_topsite_placeholder.png => mobile/android/base/resources/drawable-hdpi/abouthome_topsite_placeholder.png
rename : mobile/android/base/resources/drawable-hdpi-v8/abouthome_topsite_shadow.9.png => mobile/android/base/resources/drawable-hdpi/abouthome_topsite_shadow.9.png
rename : mobile/android/base/resources/drawable-hdpi-v8/address_bar_texture.png => mobile/android/base/resources/drawable-hdpi/address_bar_texture.png
rename : mobile/android/base/resources/drawable-hdpi-v8/address_bar_url_bg.9.png => mobile/android/base/resources/drawable-hdpi/address_bar_url_bg.9.png
rename : mobile/android/base/resources/drawable-hdpi-v8/address_bar_url_outline.9.png => mobile/android/base/resources/drawable-hdpi/address_bar_url_outline.9.png
rename : mobile/android/base/resources/drawable-hdpi-v8/awesomebar_tab.9.png => mobile/android/base/resources/drawable-hdpi/awesomebar_tab.9.png
rename : mobile/android/base/resources/drawable-hdpi-v8/awesomebar_tab_pressed.9.png => mobile/android/base/resources/drawable-hdpi/awesomebar_tab_pressed.9.png
rename : mobile/android/base/resources/drawable-hdpi-v8/doorhanger_arrow.png => mobile/android/base/resources/drawable-hdpi/doorhanger_arrow.png
rename : mobile/android/base/resources/drawable-hdpi-v8/doorhanger_bg.9.png => mobile/android/base/resources/drawable-hdpi/doorhanger_bg.9.png
rename : mobile/android/base/resources/drawable-hdpi-v8/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-hdpi/doorhanger_popup_bg.9.png
rename : mobile/android/base/resources/drawable-hdpi-v8/doorhanger_shadow_bg.9.png => mobile/android/base/resources/drawable-hdpi/doorhanger_shadow_bg.9.png
rename : mobile/android/base/resources/drawable-hdpi-v8/favicon.png => mobile/android/base/resources/drawable-hdpi/favicon.png
rename : mobile/android/base/resources/drawable-hdpi-v8/home_bg.png => mobile/android/base/resources/drawable-hdpi/home_bg.png
rename : mobile/android/base/resources/drawable-hdpi-v8/home_star.png => mobile/android/base/resources/drawable-hdpi/home_star.png
rename : mobile/android/base/resources/drawable-hdpi-v8/ic_addons_empty.png => mobile/android/base/resources/drawable-hdpi/ic_addons_empty.png
rename : mobile/android/base/resources/drawable-hdpi-v8/ic_awesomebar_go.png => mobile/android/base/resources/drawable-hdpi/ic_awesomebar_go.png
rename : mobile/android/base/resources/drawable-hdpi-v8/ic_awesomebar_search.png => mobile/android/base/resources/drawable-hdpi/ic_awesomebar_search.png
rename : mobile/android/base/resources/drawable-hdpi-v8/ic_menu_bookmark_add.png => mobile/android/base/resources/drawable-hdpi/ic_menu_bookmark_add.png
rename : mobile/android/base/resources/drawable-hdpi-v8/ic_menu_bookmark_remove.png => mobile/android/base/resources/drawable-hdpi/ic_menu_bookmark_remove.png
rename : mobile/android/base/resources/drawable-hdpi-v8/ic_menu_find_in_page.png => mobile/android/base/resources/drawable-hdpi/ic_menu_find_in_page.png
rename : mobile/android/base/resources/drawable-hdpi-v8/ic_menu_forward.png => mobile/android/base/resources/drawable-hdpi/ic_menu_forward.png
rename : mobile/android/base/resources/drawable-hdpi-v8/ic_menu_reload.png => mobile/android/base/resources/drawable-hdpi/ic_menu_reload.png
rename : mobile/android/base/resources/drawable-hdpi-v8/ic_menu_save_as_pdf.png => mobile/android/base/resources/drawable-hdpi/ic_menu_save_as_pdf.png
rename : mobile/android/base/resources/drawable-hdpi-v8/ic_menu_share.png => mobile/android/base/resources/drawable-hdpi/ic_menu_share.png
rename : mobile/android/base/resources/drawable-hdpi-v8/site_security_identified.png => mobile/android/base/resources/drawable-hdpi/site_security_identified.png
rename : mobile/android/base/resources/drawable-hdpi-v8/site_security_verified.png => mobile/android/base/resources/drawable-hdpi/site_security_verified.png
rename : mobile/android/base/resources/drawable-hdpi-v8/tab_close.png => mobile/android/base/resources/drawable-hdpi/tab_close.png
rename : mobile/android/base/resources/drawable-hdpi-v8/tab_new.png => mobile/android/base/resources/drawable-hdpi/tab_new.png
rename : mobile/android/base/resources/drawable-hdpi-v8/tab_selected.png => mobile/android/base/resources/drawable-hdpi/tab_selected.png
rename : mobile/android/base/resources/drawable-hdpi-v8/tab_thumbnail_default.png => mobile/android/base/resources/drawable-hdpi/tab_thumbnail_default.png
rename : mobile/android/base/resources/drawable-hdpi-v8/tab_thumbnail_shadow.png => mobile/android/base/resources/drawable-hdpi/tab_thumbnail_shadow.png
rename : mobile/android/base/resources/drawable-hdpi-v8/tabs_more.png => mobile/android/base/resources/drawable-hdpi/tabs_more.png
rename : mobile/android/base/resources/drawable-hdpi-v8/tabs_normal.png => mobile/android/base/resources/drawable-hdpi/tabs_normal.png
rename : mobile/android/base/resources/drawable-hdpi-v8/tabs_plus.png => mobile/android/base/resources/drawable-hdpi/tabs_plus.png
rename : mobile/android/base/resources/drawable-hdpi-v8/tabs_pressed.png => mobile/android/base/resources/drawable-hdpi/tabs_pressed.png
rename : mobile/android/base/resources/drawable-hdpi-v8/urlbar_stop.png => mobile/android/base/resources/drawable-hdpi/urlbar_stop.png
rename : mobile/android/base/resources/drawable-mdpi-v8/abouthome_icon.png => mobile/android/base/resources/drawable/abouthome_icon.png
rename : mobile/android/base/resources/drawable-mdpi-v8/abouthome_logo.png => mobile/android/base/resources/drawable/abouthome_logo.png
rename : mobile/android/base/resources/drawable-mdpi-v8/abouthome_separator.9.png => mobile/android/base/resources/drawable/abouthome_separator.9.png
rename : mobile/android/base/resources/drawable-mdpi-v8/abouthome_sync_bg.9.png => mobile/android/base/resources/drawable/abouthome_sync_bg.9.png
rename : mobile/android/base/resources/drawable-mdpi-v8/abouthome_sync_logo.png => mobile/android/base/resources/drawable/abouthome_sync_logo.png
rename : mobile/android/base/resources/drawable-mdpi-v8/abouthome_sync_pressed_bg.9.png => mobile/android/base/resources/drawable/abouthome_sync_pressed_bg.9.png
rename : mobile/android/base/resources/drawable-mdpi-v8/abouthome_topsite_placeholder.png => mobile/android/base/resources/drawable/abouthome_topsite_placeholder.png
rename : mobile/android/base/resources/drawable-mdpi-v8/abouthome_topsite_shadow.9.png => mobile/android/base/resources/drawable/abouthome_topsite_shadow.9.png
rename : mobile/android/base/resources/drawable-mdpi-v8/address_bar_texture.png => mobile/android/base/resources/drawable/address_bar_texture.png
rename : mobile/android/base/resources/drawable-mdpi-v8/address_bar_url_bg.9.png => mobile/android/base/resources/drawable/address_bar_url_bg.9.png
rename : mobile/android/base/resources/drawable-mdpi-v8/address_bar_url_outline.9.png => mobile/android/base/resources/drawable/address_bar_url_outline.9.png
rename : mobile/android/base/resources/drawable-mdpi-v8/awesomebar_tab.9.png => mobile/android/base/resources/drawable/awesomebar_tab.9.png
rename : mobile/android/base/resources/drawable-mdpi-v8/awesomebar_tab_pressed.9.png => mobile/android/base/resources/drawable/awesomebar_tab_pressed.9.png
rename : mobile/android/base/resources/drawable-mdpi-v8/doorhanger_arrow.png => mobile/android/base/resources/drawable/doorhanger_arrow.png
rename : mobile/android/base/resources/drawable-mdpi-v8/doorhanger_bg.9.png => mobile/android/base/resources/drawable/doorhanger_bg.9.png
rename : mobile/android/base/resources/drawable-mdpi-v8/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable/doorhanger_popup_bg.9.png
rename : mobile/android/base/resources/drawable-mdpi-v8/doorhanger_shadow_bg.9.png => mobile/android/base/resources/drawable/doorhanger_shadow_bg.9.png
rename : mobile/android/base/resources/drawable-mdpi-v8/favicon.png => mobile/android/base/resources/drawable/favicon.png
rename : mobile/android/base/resources/drawable-mdpi-v8/ic_addons_empty.png => mobile/android/base/resources/drawable/ic_addons_empty.png
rename : mobile/android/base/resources/drawable-mdpi-v8/ic_awesomebar_go.png => mobile/android/base/resources/drawable/ic_awesomebar_go.png
rename : mobile/android/base/resources/drawable-mdpi-v8/ic_awesomebar_search.png => mobile/android/base/resources/drawable/ic_awesomebar_search.png
rename : mobile/android/base/resources/drawable-mdpi-v8/ic_menu_bookmark_add.png => mobile/android/base/resources/drawable/ic_menu_bookmark_add.png
rename : mobile/android/base/resources/drawable-mdpi-v8/ic_menu_bookmark_remove.png => mobile/android/base/resources/drawable/ic_menu_bookmark_remove.png
rename : mobile/android/base/resources/drawable-mdpi-v8/ic_menu_find_in_page.png => mobile/android/base/resources/drawable/ic_menu_find_in_page.png
rename : mobile/android/base/resources/drawable-mdpi-v8/ic_menu_forward.png => mobile/android/base/resources/drawable/ic_menu_forward.png
rename : mobile/android/base/resources/drawable-mdpi-v8/ic_menu_reload.png => mobile/android/base/resources/drawable/ic_menu_reload.png
rename : mobile/android/base/resources/drawable-mdpi-v8/ic_menu_save_as_pdf.png => mobile/android/base/resources/drawable/ic_menu_save_as_pdf.png
rename : mobile/android/base/resources/drawable-mdpi-v8/ic_menu_share.png => mobile/android/base/resources/drawable/ic_menu_share.png
rename : mobile/android/base/resources/drawable-mdpi-v8/site_security_identified.png => mobile/android/base/resources/drawable/site_security_identified.png
rename : mobile/android/base/resources/drawable-mdpi-v8/site_security_verified.png => mobile/android/base/resources/drawable/site_security_verified.png
rename : mobile/android/base/resources/drawable-mdpi-v8/tab_close.png => mobile/android/base/resources/drawable/tab_close.png
rename : mobile/android/base/resources/drawable-mdpi-v8/tab_new.png => mobile/android/base/resources/drawable/tab_new.png
rename : mobile/android/base/resources/drawable-mdpi-v8/tab_selected.png => mobile/android/base/resources/drawable/tab_selected.png
rename : mobile/android/base/resources/drawable-mdpi-v8/tab_thumbnail_default.png => mobile/android/base/resources/drawable/tab_thumbnail_default.png
rename : mobile/android/base/resources/drawable-mdpi-v8/tab_thumbnail_shadow.png => mobile/android/base/resources/drawable/tab_thumbnail_shadow.png
rename : mobile/android/base/resources/drawable-mdpi-v8/tabs_more.png => mobile/android/base/resources/drawable/tabs_more.png
rename : mobile/android/base/resources/drawable-mdpi-v8/tabs_normal.png => mobile/android/base/resources/drawable/tabs_normal.png
rename : mobile/android/base/resources/drawable-mdpi-v8/tabs_plus.png => mobile/android/base/resources/drawable/tabs_plus.png
rename : mobile/android/base/resources/drawable-mdpi-v8/tabs_pressed.png => mobile/android/base/resources/drawable/tabs_pressed.png
rename : mobile/android/base/resources/drawable-mdpi-v8/urlbar_stop.png => mobile/android/base/resources/drawable/urlbar_stop.png
2012-02-01 14:32:25 -05:00
Phil Ringnalda
4c969ca5d1 Back out b35af982b085 (bug 721080) for android-xul bustage 2012-02-01 12:10:53 -08:00
Sriram Ramasubramanian
2da064d89d Bug 715260: Web apps support should be hidden as it is not supported now. [r=mfinkle] 2012-02-01 11:42:42 -08:00
Ed Morley
98b43b9ac2 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-01 10:55:34 +00:00
Mark Finkle
cff188cc80 Bug 671634 - Fennec UA changes. Useragent should be different between phones and tablets. r=me sr=bz a=gerv
Please read http://groups.google.com/group/mozilla.dev.platform/msg/8133920a2ccf4d5b for the details.

Also see https://wiki.mozilla.org/Fennec/User_Agent for Gerv's accepted proposal.
2012-01-31 20:04:23 -08:00
Alex Keybl
1397a1a058 Bug 700000 - Version bump 2012-01-31 10:57:49 -08:00
Margaret Leibovic
cafa24a697 Bug 722586 - Correctly update active/inactive browsers. r=mfinkle 2012-01-31 09:35:23 -08:00
Brian Nicholson
a8531542b4 Bug 721341 - Get zombie tab thumbnails from database. r=blassey 2012-01-31 14:13:33 -08:00
Brian Nicholson
655beeb7ab Bug 721341 - Add getThumbnailForUrl to browser databases. r=blassey 2012-01-31 14:13:33 -08:00
Brian Nicholson
73c4e3fb5e Bug 721341 - Do not restore background tabs in session restore until viewed. r=mfinkle 2012-01-31 14:13:32 -08:00
Ed Morley
fe4fa2137e Merge mozilla-central to mozilla-inbound 2012-01-31 21:20:50 +00:00
Brad Lassey
0abdad26e3 bug 720408 - Exception handling message Tab:ScreenshotData: java.lang.StringIndexOutOfBoundsException r=mfinkle 2012-01-31 00:32:13 -05:00
Brad Lassey
7e5018f864 bug 705874 - Binary XML file line #6: Error inflating class org.mozilla.gecko.BrowserToolbar (Startup crash on Android 2.1) r=mfinkle 2012-01-31 01:26:37 -05:00
Ed Morley
e835f7000f Backout b87113ff33ff (bug 721741) for Android build failures 2012-01-31 16:19:00 +00:00
James Willcox
dce57d4892 Bug 721741 - Add support for Flash on Android 4.0+ r=blassey 2012-01-31 09:40:58 -05:00
James Willcox
6111dfc11a Bug 707824 - hide plugin views immediately when closing or switching tabs r=blassey 2012-01-31 09:30:47 -05:00
Kartikaya Gupta
fb5f47f235 Bug 718684 - Fix rect calculation so that the form assist works within iframes too. r=sriram 2012-02-01 13:54:42 -05:00
Kartikaya Gupta
839edba320 Bug 718684 - Cleanup: remove trailing whitespace and unnecessary variables. r=sriram 2012-02-01 13:54:18 -05:00
Wes Johnston
20f467edbf Bug 721080 - Pages with touch event listeners that don't call preventDefault should not hold up panning. r=dougt 2012-02-01 10:33:40 -08:00
Wes Johnston
1852270650 Bug 721076 - Set correct prevent panning mode on touchdown. r=kats 2012-02-01 10:33:33 -08:00
Kartikaya Gupta
ed5c9a5871 Bug 720144 - Add a new panning correctness test. r=jmaher 2012-02-01 12:19:46 -05:00
Lucas Rocha
ca53356e08 Bug 721354 - Update about:home everytime it's shown (r=blassey) 2012-01-27 10:08:21 +00:00
Lucas Rocha
e0e83e52a6 Bug 721354 - Add API to AboutHomeContent to trigger updates (r=blassey) 2012-01-27 10:08:21 +00:00
Lucas Rocha
b7315b1226 Bug 721354 - Remove redundant runnable to load addons/tabs in about:home (r=blassey) 2012-01-27 10:08:21 +00:00
Lucas Rocha
d076fa5ab9 Bug 721354 - Factor out code to load top sites in AboutHomeContent (r=blassey) 2012-01-27 10:08:21 +00:00
Lucas Rocha
43e4c4c4f3 Bug 721354 - Remove onFinishInflate handling from AboutHomeContent (r=blassey) 2012-01-27 10:08:21 +00:00
Lucas Rocha
8b2c58e10a Bug 721354 - Move view attributes to layout file (r=blassey) 2012-01-27 10:08:21 +00:00
Lucas Rocha
cbbefe4b27 Bug 721354 - Remove unnecessary constructor arg from AboutHomeContent (r=blassey) 2012-01-27 10:08:21 +00:00
Brad Lassey
563c87e1e2 bug 720712 - Crash on startup on Samsung SCH-i400 (Continuum), Android 2.1, Base64 API is API level 8 r=lucasr 2012-01-25 14:49:28 -05:00
Brad Lassey
2cef518ae4 bug 721308 - ConcurrentModificationException when closing a tab and reopening the tabstray quickly r=mfinkle 2012-01-26 17:57:15 -05:00
Matt Brubeck
991c120171 Bug 708774 - Always use fullscreen landscape keyboard in native Android fennec [r=mfinkle] 2012-01-26 13:51:23 -08:00
Chris Lord
06edecb7c5 Bug 721070 - Checkerboarding at bottom after pinch zooming out. r=kats,pcwalton
Certain conditions would cause MultiTileLayer to incorrectly invalidate tiles,
or to reuse tiles incorrectly, which would cause checkerboarding (sometimes
permanent until a redraw occurs).

This addresses said issues:

- Removes manual invalidation on Document:Shown and Tab:Selected. This is
  unnecessary, as the entire buffer will be invalidated when this happens
  anyway. Sometimes Document:Shown happens *after* drawing has occurred,
  which caused the entire screen to checkerboard incorrectly.
- Fix re-using off-screen tiles with the incorrect resolution. Tiles are stored
  in a hash-map based on their unscaled position. As only tiles that intersect
  with the update region in tile-space are invalidated, sometimes tiles that
  were off-screen, but whose unscaled tile origin appears on-screen would be
  incorrectly re-used. Fix this by checking that a tile's resolution matches the
  current resolution before reusing it.
2012-01-26 20:19:35 +00:00
Chris Lord
8825134fee Bug 721100 - After panning, tap area is offset at wrong place. r=pcwalton
When rendering with an offset for MultiTileLayer, the tile origin was moved
to compensate, but this lead to there being a mismatch between Gecko's
displayport origin and the one recorded on the Java side.

Instead of altering the origin, allow setting a render offset on MultiTileLayer
instead, so the origin remains correct.
2012-01-26 20:18:47 +00:00
Kartikaya Gupta
9fd13cc033 Bug 720442 - Scroll input fields to bottom of viewport rather than top. r=blassey 2012-01-26 13:16:45 -05:00
Matt Brubeck
cf533f2b23 Bug 719557 - "Full Screen" add-on (window.fullScreen) has problems in native Fennec [r=blassey] 2012-01-26 09:17:33 -08:00
Kartikaya Gupta
422cf8f490 Bug 712065 - Special treatment is needed to get the size of SVG documents. r=mfinkle 2012-01-26 09:55:29 -05:00
Brad Lassey
2dd45683b7 bug 721209 - tab screenshots unnecessarily big for background tabs r=mfinkle 2012-01-26 01:35:32 -05:00
Gian-Carlo Pascutto
1ba750d5b6 Bug 721320 - Enable persistent SQLite journal on LocalBrowserDB. r=lucasr 2012-01-26 16:30:21 +01:00
Brad Lassey
59fa32e27e bug 711201 - instrument when we paint for performance testing r=dougt 2012-01-24 15:53:49 -05:00
Brad Lassey
e1730805d5 bug 711201 - instrument when the throbber ends for performance testing r=dougt 2012-01-24 15:39:23 -05:00
Brad Lassey
27309e0568 bug 721208 - Tab screenshots can hose the gecko event loop r=mfinkle 2012-01-26 02:46:16 -05:00
Brad Lassey
ec525a125a backout out 1b0c8e6f01e2 to fix its commit message 2012-01-26 02:57:41 -05:00
Brad Lassey
5832a3ad0a bug 721032 - Make thumbnails in about:home and tab menu identical r=mfinkle 2012-01-26 02:46:16 -05:00
Brad Lassey
2f607773e4 bug 721032 - Make thumbnails in about:home and tab menu identical r=mfinkle 2012-01-26 01:02:00 -05:00
Brad Lassey
3619761b52 bug 721216 - Bitmap compression on main thread causes the tab strip to take a long time to appear r=pcwalton 2012-01-25 18:36:03 -05:00
Margaret Leibovic
fa3a7708d0 Bug 721220 - Send message back to java after tab selection is complete. r=mbrubeck 2012-01-25 20:06:08 -08:00
Alex Pakhotin
ad91b8f37c Bug 720333 - Only the last letter typed is displayed when HKB is used. r=blassey 2012-01-25 17:34:12 -08:00
Alex Pakhotin
7fad4792f3 Bug 708280 - delay checking for update. r=blassey 2012-01-24 20:32:12 -08:00
Margaret Leibovic
c806c78c5d Bug 721214 - Use Tabs.selectTab to select a new tab instead of sending a Tab:Selected message to gecko. r=mbrubeck 2012-01-25 14:18:47 -08:00
Richard Newman
76758c862d Bug 720471 - Missing Arrays and SharedPreferences.Editor methods in Android SDK <= 8. r=rnewman 2012-01-25 15:53:13 -08:00
Richard Newman
0e67648d8e Bug 721129 - Incorrect BigInteger comparison in JPakeCrypto. r=dchan 2012-01-25 15:53:13 -08:00
Richard Newman
9df179cae9 Bug 720933 - Android Sync 0.3 code drop. a=mobile
Bug 718848 - Part 7: More link styling, pin display styling, alignment per UI feedback.
 Bug 718848 - Part 6: Fixed regression of progressbar layout.
 Bug 718848 - Part 5: Indentation alignment.
 Bug 718848 - Part 4: Fixes for links, icon blurriness, PIN display.
 Bug 718848 - Part 3: Whitespace changes.
 Bug 718848 - Part 2: Setting theme on start of Sync setup.
 Bug 718848 - Part 1: Theme and layout changes, per UI meeting.
 Bug 717075 - make classic setup hint text visible. Added basic SyncTheme.
 Bug 717691 - Part 1: fall back to supported cipher suites for older Android releases.
 Bug 717691 - Part 0: Specify HTTP 1.1 in HTTP requests.
 Bug 718848 - Part 2: fixed string revision: "computer" not "desktop".  r=rnewman
 Bug 719669 - Part 1: throw IncorrectZkpException when g^x^q % p = 1 in J-PAKE.
 Bug 719669 - Part 0: code reformatting and string tidying.
 Bug 718149 - go somewhere useful after Firefox Sync set up, on launch.
2012-01-25 15:53:13 -08:00
Richard Newman
7d2fa81e94 Bug 718928 - AndroidManifest.xml does not depend on Sync manifest include fragments. r=ted 2012-01-25 15:53:13 -08:00
Marina Samuel
e491d794f6 Bug 709660 - correctly process resolution-specific Sync resources. r=mbrubeck r=rnewman 2012-01-25 15:53:12 -08:00
Matt Brubeck
744781b503 Bug 715275 - New default favicon images for different resolutions [r=sriram]
--HG--
extra : rebase_source : f7ba965bbcdfed526b2154f26f31684b52afdb5d
2012-01-25 14:51:14 -08:00
Brian Nicholson
4ff226acf3 Bug 716906 - Add "Firefox Sync" item to settings. r=dougt 2012-01-25 14:44:59 -08:00
Kartikaya Gupta
1ed77a9012 Bug 718270 - When hiding the VKB on small pages, increase page size to prevent zoom-in. r=pcwalton 2012-01-25 17:16:03 -05:00
Gian-Carlo Pascutto
206d6937dc Bug 713283 - Merge Favicon import with history import. r=lucasr 2012-01-25 22:10:02 +01:00
Gian-Carlo Pascutto
556cb761a6 Bug 713283 - Limit imported history entries. Sort by approximate frecency. Update visits count. r=lucasr 2012-01-25 22:10:01 +01:00
Gian-Carlo Pascutto
49164b44b2 Bug 713283 - Show a splash screen during Profile migration. r=dougt 2012-01-25 22:10:01 +01:00
Gian-Carlo Pascutto
d2781aca64 Bug 710331 - Remove old splash screen assets. r=mfinkle 2012-01-25 22:10:01 +01:00
Gian-Carlo Pascutto
db22400712 Bug 710331 - UX for bookmarks and history import. r=mfinkle 2012-01-25 22:10:01 +01:00
Doug Turner
405879d718 Backing out 1b2d36e0657b - Bug 716906 - Crashes on ICS. r=dougt 2012-01-25 11:34:34 -08:00
Wes Johnston
3d5345932a Bug 718904 - Don't show a context menu for long taps on header rows in the awesome screen. r=lucasr 2012-01-25 08:58:16 -08:00
Abhishek Singh
a4efca088f Bug 650322 - Remove 'ac_add_options --disable-installer'. r=ted 2012-01-25 14:53:24 +01:00
Lucas Rocha
04ceb700a7 Bug 720152 - Add URI matches for image ID operations (r=blassey) 2012-01-25 11:18:33 +00:00
Mike Hommey
2dbd7b5621 Bug 720737 - Set MOZ_LINKER_CACHE instead of CACHE_PATH. r=blassey 2012-01-25 10:36:58 +01:00
Brad Lassey
45d2b7e0cf bug 721741 - Add support for Flash on Android 4.0+, follow up to use reflection and not require ICS SDK r=dougt 2012-02-01 01:29:09 -05:00
James Willcox
2c9bdd0776 Bug 721741 - Add support for Flash on Android 4.0+ r=blassey 2012-01-31 09:40:58 -05:00
Mark Finkle
82d29ac312 Bug 722627 - NativeWindow.contextmenus.remove creates a JS exception r=wesj 2012-02-01 00:25:01 -05:00
Boris Zbarsky
ba7cdb3f07 Backed out changeset e57ddd9fdd5e (bug 721741) because it breaks Android builds. 2012-01-31 23:38:35 -05:00
James Willcox
fefd8c5bca Bug 721741 - Add support for Flash on Android 4.0+ r=blassey 2012-01-31 09:40:58 -05:00
James Willcox
a39a259a21 Use Android SDK 14 in order to support some Ice Cream Sandwich features, no bug r=blassey
--HG--
extra : rebase_source : 3f1ce0a852d2ffcd2a0570b597f08ac58bb11117
2012-01-31 15:47:42 -05:00
Matt Brubeck
5077ebeaea Bug 718296 - Use third-party fixup on location bar searches [r=wesj] 2012-01-24 18:39:22 -08:00
Wes Johnston
8e90572458 Bug 720058 - Follow up for review comments. r=bnicholson 2012-01-25 02:34:09 +01:00
Wes Johnston
3541580df1 Bug 719309 - Follow up. Rename a variable. r=mfinkle 2012-01-25 01:41:02 +01:00
Wes Johnston
89eb7a6804 Bug 716595 - Don't alter selection if we cancel a select dialog. r=mleibovic 2012-01-25 01:31:33 +01:00
Wes Johnston
0e1b165b9b Bug 720058 - Only allow showing one select ui at a time. r=bnicholson 2012-01-25 01:31:33 +01:00
Wes Johnston
07974eb3e9 Bug 715925 - Indent options in opt groups. r=sriram 2012-01-25 01:31:33 +01:00
Wes Johnston
e544791167 Bug 719309 - Hook up touch events pref and disable them for now. r=mfinkle 2012-01-25 01:31:33 +01:00
Wes Johnston
a8f3aaa251 Bug 719240 - Delay sending touchmove events until touches have moved a minimum distance. r=mfinkle 2012-01-25 01:31:33 +01:00
Wes Johnston
b15cefee9e Bug 603008 - Only delay panning on pages with touch listeners. r=mfinkle 2012-01-25 01:31:33 +01:00
Wes Johnston
93c69a88ea Bug 603008 - Android widget multitouch implementation. r=blassey,kats 2012-01-25 01:31:33 +01:00
Patrick Walton
a91400a930 Bug 710533 - Tint the checkerboard with the background color of the page. r=Cwiiis 2012-01-23 20:10:24 -08:00
Margaret Leibovic
c8368ae674 Bug 720427 - Save as PDF is using an invalid URI method. r=wesj 2012-01-24 09:16:56 -08:00
Margaret Leibovic
0804d4e548 Bug 720581 - Access static fields/methods in a static way. r=blassey 2012-01-24 09:16:48 -08:00
Margaret Leibovic
c193123350 Bug 720574 - Remove unused variables and imports. r=mbrubeck 2012-01-24 09:16:39 -08:00
Margaret Leibovic
e5daad0ba8 Bug 720048 - Move Tab:Foo listeners and associated tab logic into Tabs. r=mbrubeck 2012-01-24 09:16:26 -08:00
Margaret Leibovic
4427dbd1cc Bug 720494 - Move GeckoApp.handleAddTab logic into Tabs.addTab. r=mbrubeck 2012-01-24 09:16:18 -08:00
Margaret Leibovic
76b9be44e0 Bug 719493 - Don't block on gecko to select a tab. r=mbrubeck 2012-01-24 09:15:52 -08:00
Margaret Leibovic
5c8d74438f Bug 719494 - Closing tabs is too slow sometimes. r=mbrubeck
* * *
Bug 719494 - (Part 2) Add back closeTab in JS so that add-ons can use it
2012-01-24 09:15:41 -08:00
Lucas Rocha
7e847bb39c Bug 710325 - Show addon icon in about:home (r=mfinkle) 2012-01-24 16:52:26 +00:00
Lucas Rocha
9ac934d417 Bug 710325 - Thread-safety fix in Favicons (r=mfinkle)
Favicons may be requested from different threads and we have to ensure that
each favicon request gets a unique id.
2012-01-24 16:52:26 +00:00
Lucas Rocha
0c2b0d3040 Bug 710325 - Show addon version in about:home (r=mfinkle) 2012-01-24 16:52:26 +00:00
Matt Brubeck
e7bef730ca Bug 719795 - Crash when GeckoSmsManager.init is called more than once [r=blassey,mounir] 2012-01-24 08:06:47 -08:00
Matt Brubeck
579a04386b Bug 717283 - Fix build bustage caused by merge conflict in d8fc13006aa4 2012-01-24 08:06:27 -08:00
James Willcox
58885a7434 Bug 706684 - Add a small fix for Froyo devices r=kats 2012-01-24 11:02:40 -05:00
Chris Lord
9a81bc09ee Bug 717283 - Use tiles on-demand. r=pcwalton, snorp
Instead of tying the tile-buffer in MultiTileLayer directly to the back-buffer
of the page, make sure rendering is always aligned to the tile grid and use
tiles on-demand. This makes better use of tiles when panning/zooming, and opens
up the route for further optimisations.
2012-01-24 15:39:53 +00:00
Chris Lord
e089f6c80c Bug 717283 - Store sub-tile metrics on the tile object. r=pcwalton
Instead of deriving sub-tile metrics on each iteration, create a SingleTileLayer
sub-class and store them there.
2012-01-24 15:38:29 +00:00
Kartikaya Gupta
abf6bb6c97 Bug 718961 - Fix typo in event name. r=blassey 2012-01-24 10:00:42 -05:00
Geoff Brown
45557789d7 Bug 718829 - Robocop: make testNewtab more reliable; r=jmaher 2012-01-24 09:46:36 -05:00
Lucas Rocha
d3853c3bbd Bug 708414 - Invite users to set up sync on about:home (r=mfinkle) 2012-01-24 14:03:28 +00:00
Lucas Rocha
7b44b28a8b Bug 708414 - Show message when there are no top sites to show in about:home (r=mfinkle) 2012-01-24 14:03:28 +00:00
Lucas Rocha
29dd07e683 Bug 708414 - Improve layout of about:home for top sites (r=mfinkle)
Don't rely on absolute margin values and apply proper layout rules instead.
2012-01-24 14:03:28 +00:00
Lucas Rocha
feeebcd077 Bug 708414 - Add API to check if Fennec is running for the first time (r=blassey) 2012-01-24 14:03:28 +00:00
Phil Ringnalda
f9599dfc5a Backed out changeset b77c0c621163 (bug 710533) for native ts bustage 2012-01-23 23:33:05 -08:00
Phil Ringnalda
96279919ee Back out 420d7b8ed59d for being a bad backout 2012-01-23 23:32:11 -08:00
Phil Ringnalda
36ccde4b4b Backed out changeset b77c0c621163 (bug 710533) for native ts bustage 2012-01-23 22:53:07 -08:00
Chris Peterson
fb58dae392 Bug 701002 part 3 - JavaStackTrace: remove unused showErrorDialog() method. r=dougt 2012-01-18 13:56:56 -08:00
Chris Peterson
52175bf80e Bug 701002 part 1 - JavaStackTrace: consolidate reportJavaCrash() stack logging. r=dougt 2012-01-23 12:03:25 -08:00
Patrick Walton
06b9c3c2f9 Bug 710533 - Tint the checkerboard with the background color of the page. r=Cwiiis 2012-01-23 20:10:24 -08:00
Patrick Walton
531d034ae2 Bug 706684 - Implement a simpler scale gesture listener on Android. r=Cwiiis 2012-01-23 19:18:24 -08:00
Brian Nicholson
8139e7bf5c Bug 716906 - Add "Firefox Sync" item to settings. r=dougt 2012-01-23 14:39:04 -08:00
Brian Nicholson
a716263099 Bug 701824 - "Show character encoding" (Text encoding) preference should be hooked up. r=mfinkle 2012-01-23 13:47:48 -08:00
Brian Nicholson
46c2d6d19c Bug 719662 - Use nsIPrefLocalizedString for getComplexValue. r=mfinkle 2012-01-23 13:40:07 -08:00
Ed Morley
c1585c7af3 Backout 91eebc6bdb59 & 7d776b291014 (bug 717283) for Android native reftest crashes 2012-01-22 11:55:18 +00:00
Chris Lord
d994084581 Bug 717283 - Use tiles on-demand. r=pcwalton, snorp
Instead of tying the tile-buffer in MultiTileLayer directly to the back-buffer
of the page, make sure rendering is always aligned to the tile grid and use
tiles on-demand. This makes better use of tiles when panning/zooming, and opens
up the route for further optimisations.
2012-01-22 09:40:37 +00:00
Chris Lord
bf21638f44 Bug 717283 - Store sub-tile metrics on the tile object. r=pcwalton
Instead of deriving sub-tile metrics on each iteration, create a SingleTileLayer
sub-class and store them there.
2012-01-22 09:40:26 +00:00
Kartikaya Gupta
56eca05981 Bug 719954 - Bracket the clicking on list items with the event expecter to avoid a race condition. r=gbrown 2012-01-21 12:48:26 -05:00
Kartikaya Gupta
adc2b503ed Bug 719954 - Change testBookmark to actually load a bookmark instead of a history item. r=gbrown,jmaher 2012-01-21 12:47:48 -05:00
Kartikaya Gupta
5a06a2ef87 Bug 716863 - Abort uselessly continuing to fling subdocuments once they can't go any farther. r=Cwiiis 2012-01-21 12:44:44 -05:00
Kartikaya Gupta
bba3f13c7d Bug 716863 - Check for overscroll and bounce after iframes are flung. r=Cwiiis 2012-01-21 12:44:29 -05:00
Patrick Walton
9a084ad8a6 Bug 707956 - Restore original zoom scale on double rotation. r=kats 2012-01-20 21:14:03 -08:00
Ed Morley
988d99bd9a Backout 56ad9ccfcd15 (bug 719494) for native Android M1 crashes 2012-01-21 03:19:53 +00:00
Brian Nicholson
c8d21ed17c Bug 715225 - Clean up menu contents. r=mbrubeck 2012-01-20 13:09:29 -08:00
Margaret Leibovic
d28397a961 Bug 719494 - Closing tabs is too slow sometimes. r=mbrubeck 2012-01-20 12:56:23 -08:00
Matt Brubeck
3017d8c4c6 Back out 47584f117727 and e05a8743389a (bug 717283) because of native Android startup crashes 2012-01-20 11:42:34 -08:00
Chris Lord
94b277a126 Bug 717283 - Use tiles on-demand. r=pcwalton, snorp
Instead of tying the tile-buffer in MultiTileLayer directly to the back-buffer
of the page, make sure rendering is always aligned to the tile grid and use
tiles on-demand. This makes better use of tiles when panning/zooming, and opens
up the route for further optimisations.
2012-01-20 17:36:56 +00:00
Chris Lord
5c431829f0 Bug 717283 - Store sub-tile metrics on the tile object. r=pcwalton
Instead of deriving sub-tile metrics on each iteration, create a SingleTileLayer
sub-class and store them there.
2012-01-20 17:35:14 +00:00
Kartikaya Gupta
348a92ae97 Bug 717085 - Ensure that when Gecko does a session-restore, it knows how big the screen is. r=pcwalton 2012-01-20 09:36:08 -05:00
Kartikaya Gupta
0bc9c67537 Bug 713780 - Stop using JSONStringer as it results in a performance regression. r=Cwiiis 2012-01-20 09:30:27 -05:00
Kartikaya Gupta
cc6c4a1f65 Bug 703347 - Add a background image visible during overscroll. r=Cwiiis 2012-01-20 09:27:09 -05:00
Alex Pakhotin
e13fafd74e Bug 711648 - Pre-commit underline is not shown for the composing text. r=blassey 2012-01-17 23:17:51 -08:00
Gian-Carlo Pascutto
80b95ec625 Bug 713228 - Followup, fix misleading comment. DONTBUILD 2012-01-19 21:37:29 +01:00
Alex Pakhotin
1dd9aa3496 Bug 712972 - Can't type mzl.la into awesome bar. r=blassey 2012-01-19 11:55:14 -08:00
Gian-Carlo Pascutto
86a031a384 Bug 713228 - Add bridge to access our own SQLite libraries from Java. r=blassey 2012-01-19 21:19:56 +01:00
Margaret Leibovic
f61b7a7d84 Bug 718846 - Don't show progress throbber on about:home. r=mfinkle 2012-01-19 11:44:16 -08:00
Lucas Rocha
325ed29249 Bug 709078 - Only load necessary cols on awesomescreen filter and about:home queries (r=blassey)
Top Sites in about:home doesn't need favicons and awesomescreen filter doesn't
need thumbnails.
2012-01-19 17:23:10 +00:00
Makoto Kato
d7c3b5b31e Bug 715204 - Non-ascii titles are displayed as garbage during session restore. r=bnicholson 2012-01-19 20:36:14 +09:00
Marco Bonardo
2cef87ff1e Merge central to inbound 2012-01-19 11:36:52 +01:00
Marco Bonardo
6136ce1761 Merge last green PGO from inbound to central 2012-01-19 11:34:17 +01:00
Wes Johnston
7da30b80c3 Bug 713922 - Don't allow empty password for master password. r=mfinkle 2012-01-18 08:50:11 -08:00
Wes Johnston
b04763a035 Bug 716161 - Don't allow clicking disabled selects. r=mfinkle 2012-01-18 08:49:48 -08:00
James Willcox
8f71c6ffa1 Bug 707439 - Fix Flash plugin positioning
--HG--
extra : rebase_source : aaa41297d293ffde1aabe5632ade6c416b4d541f
2012-01-18 10:41:35 -05:00
James Willcox
43d0cd88c2 Bug 719233 - Only use direct texturing on whitelisted devices r=blassey 2012-01-18 20:41:28 -05:00
Margaret Leibovic
ff4e46f4f1 Bug 718499 - Save as PDF saves content from the wrong tab. r=mfinkle 2012-01-18 12:53:12 -08:00
Margaret Leibovic
ff2a7de2cd Bug 711206 - Use an empty title for awesombar on about:home. r=mfinkle 2012-01-17 14:57:21 -08:00
Geoff Brown
9c5858c66f Bug 716937 - Robocop: make testBookmark more reliable; r=jmaher 2012-01-18 13:44:47 -05:00
James Willcox
d2e4b02747 Bug 703601 - Fix a bunch of lifecycle issues with Flash on Android 2012-02-15 15:34:31 -05:00
Richard Newman
382e0e9734 Bug 727309 - LocalBrowserDB needlessly computes URI + profile. r=lucasr 2012-02-15 11:24:21 -08:00
Sriram Ramasubramanian
73c20b4b50 Bug 727302: Reuse tabs-tray resources for about:home [r=mfinkle] 2012-02-15 10:14:29 -08:00
Margaret Leibovic
22d1b8d96f Bug 726810 - Kill BrowserDB.getAllBookmarks(). r=lucasr 2012-02-14 10:42:58 -08:00
Lucas Rocha
4afe1d9b84 Bug 718615 - Fix history visit update when dealing with deleted entries (r=blassey) 2012-02-15 15:05:03 +00:00
Brad Lassey
821e0def4e bug 726929 - large session restore screenshots taken too often r=mfinkle 2012-02-14 20:08:14 -08:00
Kartikaya Gupta
fee73ca59a Bug 706891 followup - disable test until it can be updated. r=philor 2012-02-14 22:56:38 -05:00
Margaret Leibovic
f2d5ea5612 Bug 725660 - "about:blank" briefly appears in the urlbar when openings links from external apps. r=mfinkle 2012-02-13 17:39:17 -08:00
Alex Pakhotin
66ced43dbc Bug 721393 - Virtual keyboard enter key doesn't work correctly in designMode document. r=blassey 2012-02-14 17:08:47 -08:00
Richard Newman
92aac59b41 Bug 724745 - Bump parent folder modified time when altering a parent-related child attribute. r=lucasr 2012-02-14 17:10:18 -08:00
Sriram Ramasubramanian
683d3aa89b Bug 727300: Don't animate awesomebar while cancelling. [r=mfinkle] 2012-02-14 16:55:18 -08:00
Sriram Ramasubramanian
5faa327952 Bug 726875: Scroll the list after it populates in TabsTray. [r=mfinkle] 2012-02-14 16:27:51 -08:00
Brian Nicholson
184ae1a378 Bug 722413 - Use GeckoAsyncTask for bookmark removal. r=lucasr 2012-02-14 16:23:06 -08:00
Brian Nicholson
3ce0cd225f Bug 722413 - Use custom observer for BookmarksListAdapter. r=mfinkle f=lucasr 2012-02-14 16:23:06 -08:00
Brian Nicholson
a092737a79 Bug 722413 - Refactor ContentResolver in AwesomeBarTabs. r=mfinkle 2012-02-14 16:23:06 -08:00
Brian Nicholson
ca4841b51c Bug 722413 - Refactor tabs to use bookmarks observer. r=mfinkle 2012-02-14 16:23:06 -08:00
Brian Nicholson
3d0060a1dc Bug 722413 - Implement bookmark change observers. r=lucasr 2012-02-14 16:23:06 -08:00
Sriram Ramasubramanian
72d2af4861 Bug 726732: Load preferences screen faster. [r=mfinkle, bnicholson] 2012-02-14 16:20:07 -08:00
Matt Brubeck
02fed7f5e6 Bug 726863 - Use mobile-specific strings for add-on download error messages [r=mfinkle] 2012-02-14 15:32:45 -08:00
Chris Peterson
b944efc1d0 Bug 706891 part 3 - When drag breaks through pan threshold, reposition touch origin and check for axis locking. r=kats 2012-02-14 10:55:46 -08:00
Chris Peterson
1f86815dbc Bug 706891 part 2 - Reduce PAN_THRESHOLD from 1/10" to 1/16" and change units to dps. r=kats 2012-02-14 11:43:45 -08:00
Chris Peterson
f1e536ebfc Bug 706891 part 1 - Rename Axis setLocked/mLocked to setScrolledDisabled/mScrollingDisabled to clarify meaning. r=kats 2012-02-14 10:55:22 -08:00
Sriram Ramasubramanian
a80a5ca858 Bug 725932: Use handler messages. [r=mfinkle,blassey] 2012-02-14 13:30:15 -08:00
Kartikaya Gupta
ce96329935 Bug 722439 - Fix compiler warnings using javac 1.7. r=Cwiiis 2012-02-14 15:28:27 -05:00
Brian Nicholson
2adf76b2f8 Bug 711578 - Fix session store for initial session crash. r=mfinkle 2012-02-14 12:07:53 -08:00
Kartikaya Gupta
e518a4e4ab Bug 727121 - Attempt to trick Java 1.7 compiler into not being stupid. r=rnewman 2012-02-14 12:02:01 -08:00
Lucas Rocha
7cf3fac1e7 Bug 724348 - Only use the necessary vertical space for top sites in about:home (r=mfinkle) 2012-02-14 18:15:20 +00:00
Lucas Rocha
3ab91beba3 Bug 724348 - Remove unused variable from TopSitesGridView (r=mfinkle) 2012-02-14 18:15:20 +00:00
Lucas Rocha
a47718edcf Bug 723103 - Update about:home's top sites section after history is cleared (r=mfinkle) 2012-02-14 17:50:55 +00:00
Lucas Rocha
61a0b171d9 Bug 719434 - Purge session files when clearing history and update about:home accordingly (r=mfinkle) 2012-02-14 17:50:55 +00:00
Lucas Rocha
cdf67883cc Bug 719434 - Add notifification/message for when SessionStore purges its state (r=mfinkle) 2012-02-14 17:50:55 +00:00
Matt Brubeck
b44f7ce07e Bug 719684 - Show an error message when add-on download is blocked or cancelled [r=mfinkle] 2012-02-13 16:56:03 -08:00
Sriram Ramasubramanian
7b1a6b9cfd Bug 706819: Show tabs-tray faster. [r=mfinkle] 2012-02-13 16:54:36 -08:00
Sriram Ramasubramanian
0db20c4e7f Bug 718268: Closing tab should not shift the list. [r=mfinkle] 2012-02-13 16:50:09 -08:00
Brad Lassey
f3003384c6 bug 725538 - make creating GeckoEvents sane r=kats 2012-02-08 23:18:27 -08:00
Sriram Ramasubramanian
76baba416d Bug 725930: DoorHangerPopup should be initialized late to avoid problems in startup. [r=mfinkle] 2012-02-13 10:29:29 -08:00
Sriram Ramasubramanian
ae3ad335e9 Bug 711746: ActionBar should be loaded in XML to avoid temporary title screen. [r=mfinkle] 2012-02-13 10:23:09 -08:00
Mark Finkle
c43b579c0d Bug 725910 - Robotium: Add simple about: page tests r=gbrown 2012-02-12 00:52:59 -05:00
Kartikaya Gupta
1898bff99a Bug 725911 - Add more logging to help diagnose random orange in robocop tests. r=jmaher 2012-02-10 11:25:28 -05:00
Wes Johnston
02fe85c240 Bug 725858 - Don't load sqlite for migration if we're not migrating. r=gcp 2012-02-10 14:01:44 -08:00
Matt Brubeck
cff5c7f05b Bug 723156 - Fix the back button for new windows opened by frames [r=mfinkle] 2012-02-10 13:21:32 -08:00