Phil Ringnalda
9152f04616
Back out a8a93012f474 (bug 723295) for too much orange and red
2012-02-06 18:49:24 -08:00
Kartikaya Gupta
98e6ec444b
Bug 723295 - Prevent startup crash on devices with API level >= 8 and no SD card. r=wesj
2012-02-06 19:02:50 -05:00
Wes Johnston
e152cda819
Bug 724030 - Pages with touch event listeners not preventing touch events should have a chance to fire clicks. r=mbrubeck
2012-02-06 14:15:35 -08:00
Thinker K.F. Li
9cfea947be
Bug 697641 - part 5: Export Android Sensor Manager for mobile/. r=cjones
2012-02-05 19:54:25 +00:00
Richard Newman
0c234fd75e
Bug 724297 - Firefox Sync launcher icon opens settings or Fennec main activity, not setup.
2012-02-04 18:24:06 -08:00
Chris Lord
81182916ef
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
72c559852c
Bug 724042 - back out 663892ff23e0 as we have a better solution.
2012-02-04 18:48:21 -05:00
Panagiotis Koutsourakis
01607a9182
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
b75bb50fd8
bug 724042 - disable tile by tile rendering r=dougt
2012-02-03 13:58:02 -05:00
Matt Brubeck
05d78f4eee
Merge mozilla-central and mozilla-inbound
2012-02-03 16:41:11 -08:00
Matt Brubeck
f318a0e25c
Bug 723917 - NullPointerException when removing a menu item [r=sriram]
2012-02-03 16:18:46 -05:00
Richard Newman
3cb6eb8661
Bug 718544, Bug 723992 - adjust Sync's permissions.
2012-02-03 13:09:29 -08:00
Richard Newman
f77bb49caf
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
ccffd1a626
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
c06569629d
Bug 718703 - Part 2: makefile change to preprocess sync_options.xml. r=ted
2012-02-03 13:09:28 -08:00
Richard Newman
0985211e31
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
745e70c9b4
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
689aa6206c
Bug 722896. r=dchan
2012-02-03 13:09:28 -08:00
Richard Newman
d7526bc2e2
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
74192e01f5
Bug 722434 - check for failure after JSON parsing. r=rnewman
2012-02-03 13:09:28 -08:00
Richard Newman
d043fc698a
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
d8aa1a479b
Bug 718703 - Part 0: Makefile fix for preprocessing multiple files. r=ted
2012-02-03 13:09:28 -08:00
Brian Nicholson
3bba375c88
Bug 723550 - Lots of base64 decode errors in logcat [r=blassey]
2012-02-03 15:55:09 -05:00
Sriram Ramasubramanian
ea61419989
Bug 723899: There is no "empty" resource in ICS. [r=mfinkle]
2012-02-03 11:22:36 -08:00
Margaret Leibovic
cd2d97f636
Bug 724045 - createMobileBookmarksFolder doesn't set title or parent. r=mfinkle,rnewman
2012-02-03 13:41:22 -08:00
Sriram Ramasubramanian
714afe913e
Bug 711185: Restrict autocomplete height to rows present and space available. [r=mfinkle]
2012-02-03 14:10:49 -08:00
William Lachance
0d2492268b
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
b41e6c7936
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
6e7faf5051
Bug 720538 - Add a regression test. r=jmaher
2012-02-02 16:09:10 -05:00
Kartikaya Gupta
569448ba48
Bug 720538 - Remove unused functions and variables. r=wesj
2012-02-02 09:16:25 -05:00
Kartikaya Gupta
0dbf47f52f
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
e961c2ff25
Bug 720538 - Clarify and fix incorrect rect bottom calculation. r=wesj
2012-02-02 09:11:50 -05:00
Kartikaya Gupta
4e705231a6
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
Matt Brubeck
cec048a7f9
Bug 723746 - XUL Fennec uses non-tablet layout on ICS tablets [r=mfinkle]
2012-02-02 16:03:57 -08:00
Mark Finkle
1b1cd4ec42
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
56b4577fc0
Bug 722752 - Show/hide sync banner when sync accounts are added/removed (r=mfinkle)
2012-02-02 16:08:58 +00:00
Lucas Rocha
61eae56a07
Bug 710335 - Hide recommended addons section from about:home when empty (r=mfinkle)
2012-02-02 15:49:48 +00:00
Lucas Rocha
b7dae5b0d8
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
cd4008fd62
Bug 722655 - Fix crash on about:home when tab isn't present (r=mfinkle)
2012-02-02 15:49:43 +00:00
Joel Maher
13f5dd6d39
Bug 717057 - [hotfix] allow robotium testPan to run in talos. r=mbrubeck
2012-02-02 10:47:17 -05:00
Joel Maher
ff9d28956a
Bug 717057 - allow robotium testPan to run in talos. r=kats,gbrown
2012-02-02 10:09:26 -05:00
Geoff Brown
44443b0495
Bug 720930 - Robocop: update testBookmark to allow for zero bookmarks; r=jmaher
2012-02-02 10:09:24 -05:00
Chris Lord
d8c8cee0b6
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
8e56adae99
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
3fa3abc5b8
Bug 719900 - Remove blank favicon images from awesomebar lists. r=mfinkle
2012-02-01 21:17:23 -08:00
Gregory Szorc
d650424406
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
f0bcfb8a50
Bug 721006 - Crash when setting a very large document.title. r=mfinkle
2012-02-01 22:44:18 -05:00
Brian Nicholson
8382cca3fe
Bug 723349 - Fix params in addTab on session restore failure. r=mfinkle
2012-02-01 17:51:41 -08:00
Brad Lassey
bb0718302a
bug 719560 - Can't publish split native and xul builds under the same product on android market r=mbrubeck
2012-01-19 16:52:44 -05:00
Matt Brubeck
1511580931
Merge again for good measure
2012-02-01 17:13:08 -08:00