Commit Graph

1128 Commits

Author SHA1 Message Date
Patrick Walton
f15ef916a3 Partial removal of tiling, stub callouts 2012-02-02 19:28:22 -08:00
Benoit Girard
ea4615353c Fix problems with Nexus S init 2012-02-02 13:57:38 -05:00
Patrick Walton
df5fc9e46d Turn on OMTC by default; fix crash when acquiring EGL surface 2012-02-01 23:54:01 -08:00
Benoit Girard
4580dbb21d Progress on omtc integration 2012-02-01 16:18:35 -05:00
Benoit Girard
106b0e77a3 Move registerCxxCompositor to FlexView 2012-02-01 14:15:52 -05:00
Ali Juma
da918c5222 Merge m-c to kiwifox 2012-02-01 12:07:14 -05:00
Patrick Walton
2156d5fbf1 Initial import of the flexible GL surface view 2012-01-31 21:35:52 -08:00
Benoit Girard
0f54b200a0 Android build fixes 2012-01-31 14:28:37 -05:00
Benoit Girard
5ded8d48db merge mc into kiwifox 2012-01-31 13:55:51 -05:00
Doug Turner
dbc6457de2 Bug 720092 - java.lang.IndexOutOfBoundsException: getChars (0 ... 88168) ends beyond length 0. We do not know why this is happening yet. This patch catches the throw and logs what values we have for start and end. r=alexp 2012-01-31 09:24:31 -08:00
Kartikaya Gupta
3c728e0df5 Bug 721125 - Prevent the edge resistance from being negative, which can wreak havoc on the viewport. r=pcwalton 2012-01-31 00:42:40 -05:00
Benoit Girard
f1d2fba1df Merge fixes 2012-01-30 15:57:30 -05:00
Chris Lord
61c399548c Bug 722068 - Fix invalidation during animations in MultiTileLayer. r=pcwalton
The buffer in MultiTileLayer is invalidated each time the origin or resolution
changes. MultiTileLayer was using the last updated origin/resolution instead of
the last set, so if Gecko was animating and locked the layer for long enough,
the buffer would be incorrectly invalidated due to the origin/resolution not
being updated.
2012-01-31 09:36:02 +00:00
Chris Lord
3e51ec6c57 Bug 720613 - Prevent resizing before the surface has been created. r=pcwalton
Prevent trying to resize the buffer before the surface has been created. At
that point, we wouldn't know our maximum texture size, so we would've thrown a
RuntimeException.
2012-01-31 09:36:00 +00:00
Benoit Girard
506188e13c Mergi mc to kiwifox, lots of conflicts so may not build 2012-01-30 13:38:20 -05:00
Wes Johnston
a5ebd05980 Bug 718959 - Use data uri for homescreen shortcuts. r=blassey 2012-01-28 18:24:51 +01:00
Wes Johnston
cc5c466908 Bug 711071 - Check for scrollable in velocity calculations. r=pcwalton 2012-01-28 18:23:45 +01:00
Brian Nicholson
b4d0d5faf4 Bug 701092 - Limit session restore attempts. r=mfinkle 2012-01-27 22:04:54 -08:00
Kartikaya Gupta
fc17f62158 Bug 721888 - Fix compiler warnings. r=blassey 2012-01-27 21:00:03 -05:00
Benoit Girard
05da396ee5 Add missing files 2012-01-27 13:32:37 -05:00
Brian Nicholson
1b8752cf3a Bug 716681 - Tabs are being duplicated when going back into Fennec. r=blassey 2012-01-27 17:33:02 -08:00
Brian Nicholson
30f9221bf4 Bug 721577 - Race condition in about:home for tabs from last time. r=mfinkle 2012-01-27 17:28:47 -08:00
Brian Nicholson
fc0d961299 Bug 719195 - about:Home displayed briefly before session restore. r=mfinkle 2012-01-27 17:28:30 -08:00
Margaret Leibovic
aeb6b8d861 Bug 719868 - Progress throbber still shows when we load about:home on startup. r=mfinkle 2012-01-26 15:07:38 -08:00
Wes Johnston
90c52a85c8 Bug 721079 - Report pages with touch event listeners to Java. r=mfinkle 2012-01-30 20:47:23 -08:00
Kartikaya Gupta
86f8eaf7f6 Bug 708687 - Snap the page when the page size changes and pushes it into overscroll. r=pcwalton 2012-01-30 23:43:36 -05:00
Sriram Ramasubramanian
7ba3dc0c6a Bug 713464: Application Locale should not be reset from CPP. [r=mfinkle] 2012-01-30 19:59:47 -08:00
Kartikaya Gupta
6021df8cb6 Bug 720144 - Add a simple pixel test to testLoad to ensure the page loaded and was visible. r=jmaher 2012-01-30 22:46:34 -05:00
Kartikaya Gupta
86ae8599a9 Bug 720144 - Expose methods in robocop to grab the painted surface and to compare pixels. r=jmaher 2012-01-30 22:46:13 -05:00
Kartikaya Gupta
c2137e83db Bug 720144 - Allow listening for draw updates and obtaining a copy of the composited surface for robocop testing. r=Cwiiis 2012-01-30 22:45:38 -05:00
Brian Nicholson
d9e9735f31 Bug 710845 - Don't show disabled search engines in AwesomeBar. r=mfinkle 2012-01-30 18:14:53 -08:00
Benoit Girard
7f35e49cdf Partial work for android OGLSurfaceView
--HG--
extra : rebase_source : 2c6ce362dd859e9f81a5b4490e2451826259a651
2012-01-26 14:23:13 -05:00
Matt Brubeck
d94dd6af48 Bug 728861 - Don't make the add-on list visible when refreshing it in the background [r=mfinkle] 2012-02-23 16:31:29 -08:00
Matt Brubeck
8e8b7453d7 Bug 722249 - Make long extension names wrap in the fennec add-on manager [r=mfinkle] 2012-02-23 16:31:27 -08:00
Matt Brubeck
6d00fb8b1c Bug 722252 - Extensions without icon get displayed with the icon of the previous extension [r=mfinkle] 2012-02-23 16:31:25 -08:00
Margaret Leibovic
989bf60ca4 Bug 725483 - Fix up testBookmark to work with the new bookmark UI. r=gbrown 2012-02-23 10:48:48 -08:00
Margaret Leibovic
d2acd8a91c Bug 727451 - Pressing the back button in the bookmarks list should go up a folder level if possible. r=lucasr 2012-02-23 10:48:48 -08:00
Margaret Leibovic
4418e26ad8 Bug 722020 (Part 2) - Fix bookmarks context menu. r=wesj 2012-02-23 10:48:48 -08:00
Margaret Leibovic
5c78feb6cf Bug 722020 - Bookmarks UI with folders. r=lucasr 2012-02-23 10:48:47 -08:00
Margaret Leibovic
a6cc1a4a4a Bug 727482 - Remove custom bookmark observer. r=bnicholson 2012-02-23 10:48:45 -08:00
Richard Newman
6f4f5cf379 Bug 730000. r=rnewman 2012-02-23 09:48:54 -08:00
Gian-Carlo Pascutto
8cc64548e2 Bug 729928 - Cleanup unused cache preferences. r=dcamp 2012-02-23 18:01:25 +01:00
Richard Newman
bae76fcd28 Bug 718238 - Part 6: don't reupload folders when their children array is already accurate. r=nalexander 2012-02-23 08:14:05 -08:00
Richard Newman
0703071718 Bug 718238 - Part 5: allow access to the tracked GUIDs in RepositorySession. r=nalexander 2012-02-23 08:14:05 -08:00
Richard Newman
07d0c7ff6a Bug 718238 - Part 4: Safety in checkRecordType. r=nalexander 2012-02-23 08:14:05 -08:00
Richard Newman
076e7f363d Bug 718238 - Part 3: correct handling of deletion. Generate valid records for deleted bookmarks and history items. r=nalexander 2012-02-23 08:14:05 -08:00
Richard Newman
4f730b8bb6 Bug 718238 - Part 2: parenting and ordering of bookmarks. r=nalexander 2012-02-23 08:14:05 -08:00
Richard Newman
6c76915705 Bug 718238 - Part 1: Safety for logging after computeParentFields returns null. r=nalexander 2012-02-23 08:14:05 -08:00
Richard Newman
b05fc603ee Bug 718238 - Part 0: Cleanup and basic improvements. r=nalexander 2012-02-23 08:14:05 -08:00
Richard Newman
719502e994 Bug 729410 - Part 1: Implement basic automatic backoff unless a sync is forced. r=nalexander 2012-02-23 08:14:05 -08:00
Richard Newman
dc4b114462 Bug 729410 - Part 0: We don't use extras to store clusterURL any more. r=nalexander 2012-02-23 08:14:05 -08:00
Lucas Rocha
449848ff53 Bug 713056 - Update list of search engines in the main thread (r=blassey) 2012-02-23 15:24:22 +00:00
Lucas Rocha
83936b5079 Bug 710323 - Clicking on addons should go to their page in AMO (r=mfinkle) 2012-02-23 15:20:49 +00:00
Lucas Rocha
d6d22c9e12 Bug 710323 - Save homepageURL property for recommended addons (r=mfinkle) 2012-02-23 15:20:49 +00:00
Lucas Rocha
2f6c0e3480 Bug 710323 - Don't save unused properties for recommended addons (r=mfinkle) 2012-02-23 15:20:49 +00:00
Mike Hommey
0580f0ffde Bug 727960 part 2 - Don't set MOZ_LINKER_CACHE if it was already set. r=mfinkle 2012-02-23 10:57:56 +01:00
Brian Nicholson
fc28ec267d Bug 725609 - Bookmarklet test. r=mfinkle,gbrown 2012-02-22 18:26:04 -08:00
Brian Nicholson
5046d2554e Bug 725609 - Add timeout tasks to test framework. r=jmaher 2012-02-22 18:26:04 -08:00
Brian Nicholson
4b8edcecc8 Bug 725609 - Add Fennec bookmarklet support. r=mfinkle 2012-02-22 18:26:04 -08:00
Matt Brubeck
8264e3da22 Bug 729681 - Remove the separate launcher icon for Firefox Sync [r=rnewman] 2012-02-22 14:54:45 -08:00
L. David Baron
5bbf91479c Unprefix uses of -moz-box-shadow and -moz-border-radius that have crept back in to the tree, prior to removing support for the prefixed forms. (Bug 693510) r=Mossop 2012-02-22 14:14:51 -08:00
Richard Newman
41b208512c Bug 724292 - Add a ResolverActivity alias so Fennec can be launched by the Android Market app [r=blassey] 2012-02-22 12:53:20 -08:00
Richard Newman
09a280a5b2 Bug 728783 - Provide an efficient method to batch-update bookmark positions. r=lucasr 2012-02-22 12:37:34 -08:00
Sriram Ramasubramanian
95c432689c Bug 715213: Move "+" to left side on Tab menu. [r=mfinkle] 2012-01-27 13:50:26 -08:00
Sriram Ramasubramanian
e68a16407d Bug 720698: ICS should use blue outline color for URL bar. [r=mfinkle] 2012-01-27 12:28:45 -08:00
Sriram Ramasubramanian
407c4662d8 Bug 717674: AutoCompletePopup list should be native to the device. [r=mfinkle] 2012-01-27 12:22:05 -08:00
Sriram Ramasubramanian
2b91b6f999 Bug 712526: Restrict tabs menu to occupy only 2/3 of the screen. [r=mfinkle] 2012-01-27 12:18:02 -08:00
Sriram Ramasubramanian
539624129d Bug 711198: Autocomplete Popup should have a minWidth. [r=mfinkle] 2012-01-27 12:10:45 -08:00
Lucas Rocha
a211788de0 Bug 725914 - Remove sub-select from the table join for bookmark and history (r=mfinkle) 2012-02-22 11:47:13 +00:00
Sriram Ramasubramanian
db1c585ebb Bug 713402: Tabs not shown in awesomescreen in honeycomb. [r=mfinkle] 2012-01-27 11:58:18 -08:00
Margaret Leibovic
5f93132381 backout 7b3a4af0e68a for twinopen failures 2012-01-27 11:43:22 -08:00
Mark Finkle
fd0d455e66 Bug 721639 - Add some canvas optimizations for thumbnail generation [r=mbrubeck] 2012-01-27 14:27:26 -05:00
Sriram Ramasubramanian
3da79d010f Bug 712687: ICS should use a different layout for landscape mode. [r=mfinkle] 2012-01-27 11:19:13 -08:00
Margaret Leibovic
12231e0ec5 Bug 719868 - Progress throbber still shows when we load about:home on startup. r=mfinkle 2012-01-26 15:07:38 -08:00
Richard Newman
94c07221e5 Bug 724328 - Bump Android Sync version to 0.5. r=rnewman 2012-02-15 22:05:53 -08:00
Richard Newman
9665a99694 Bug 726054 - Desktop parity: track last sync time from final upload, not final fetch. r=nalexander 2012-02-15 22:05:53 -08:00
Nick Alexander
85f96cdaf4 Bug 709408 - Part 2: Remove Cryptographer. r=rnewman 2012-02-15 22:05:53 -08:00
Nick Alexander
5132193c2f Bug 709408 - Part 1: Remove SyncCryptographer. r=rnewman 2012-02-15 22:05:53 -08:00
Richard Newman
f063b94ddc Bug 725913 - Don't log credentials during setup. 2012-02-15 22:05:53 -08:00
Richard Newman
da45fa6769 Bug 725525 - Part 2: make Logger cache log levels. 2012-02-15 22:05:52 -08:00
Richard Newman
4751f6e47e Bug 724328 - misc Sync cleaning. 2012-02-15 22:05:52 -08:00
Richard Newman
4a77a5d489 Bug 725525 - Part 1: simplify and remove excess logging in Sync. 2012-02-15 22:05:52 -08:00
Nick Alexander
63ed618279 Bug 722561 - remove isSecure override; default from SSLSocketFactory. r=rnewman 2012-02-15 22:05:52 -08:00
Marina Samuel
3f050d0fe5 Bug 722520. r=rnewman 2012-02-15 22:05:52 -08:00
Nick Alexander
1d6512b0f9 Bug 722496, Bug 722579, Bug 722482, Bug 722541. r=rnewman 2012-02-15 22:05:52 -08:00
Marina Samuel
f1fc04ddc2 Bug 724200 - SyncStorageRequest.delete() results in NullPointerException. r=rnewman 2012-02-15 22:05:52 -08:00
Richard Newman
27a94094c7 Bug 722524. r=rnewman 2012-02-15 22:05:51 -08:00
Richard Newman
701d9e41cf Bug 726045 - Match Fennec history limit. 2012-02-15 22:05:51 -08:00
Brad Lassey
2e594c9156 bug 721547 - don't generate large screenshot when tab menu is opening r=minkle
--HG--
extra : rebase_source : 180188f7803b7084ec02ff8129477b1096211955
2012-01-30 16:07:32 -05:00
Matt Brubeck
138cf22706 Bug 719921 - Enable add-ons compatible by default for Fennec [r=wesj] 2012-01-30 16:53:14 -08:00
Matt Brubeck
0135ce8050 Back out 1d4d44ecd75c and 823cd2815483 (bug 709230) on suspicion of causing intermittent startup crashes 2012-01-30 16:53:14 -08:00
Margaret Leibovic
9db9ba35be Bug 718126 - Tapping the video scrubber doesnt work on Native Fennec. r=wesj 2012-01-26 17:07:05 -08:00
Sriram Ramasubramanian
cfbd9f4a9b Bug 717681: The URL bar adds a black line on rotation and screen lock. [r=mfinkle] 2012-01-30 15:10:16 -08:00
Chris Peterson
2612afd715 Bug 709230 part 2 - Optimize Java .class files with ProGuard. r=dougt 2012-01-26 10:50:37 -08:00
Chris Peterson
84c7ca642c Bug 709230 part 1 - Add missing access modifiers to GeckoAppShell.java. r=dougt 2012-01-24 17:52:34 -08:00
Lucas Rocha
bdcd86f3c2 Bug 722050 - Fix about:home checker-boarding (r=mfinkle) 2012-01-30 17:14:05 +00:00
Lucas Rocha
1b82a065b9 Bug 721765 - Fix typo in about:home's top sites string (r=mfinkle) 2012-01-30 17:09:14 +00:00
Margaret Leibovic
40b26a936f Bug 706835 - Remove the new tab indicator animation on about:home load. r=mfinkle 2012-01-17 20:47:16 -08:00
Brad Lassey
54d9038cfc bug 713503 - prefetch urls from known url shortening sites before gecko is running r=mfinkle 2012-01-09 23:50:56 -08:00
Mark Finkle
5c3773f10c Bug 704415 - Style the Add-on Manager [r=wesj] 2012-01-17 23:09:09 -05:00
Brian Nicholson
0906f19349 Bug 712970 - Show 'tabs from last time' in about:home [r=mfinkle] 2012-01-17 22:40:43 -05:00
Brad Lassey
6b050c9a78 bug 711543 - Get thumbnail images of tabs loaded in the background, and display them in the tab menu r=mfinkle 2012-01-16 22:23:04 -05:00
Chris Peterson
49931ac044 Bug 717841 part 2 - Fix HistoryQueryTask's time range checks. r=lucasr f=dougt a=dougt 2012-01-12 17:38:08 -08:00
Chris Peterson
a41d7efd0e Bug 717841 part 1 - Replace Date().getTime() calls with SystemClock.uptimeMillis or System.currentTimeMillis(). r=kats f=dougt a=dougt 2012-01-13 11:08:39 -08:00
Chris Peterson
6dd9dafe4a Bug 709845 - Tab.java: fix checkstyle warnings about extra imports, missing access modifiers, trailing whitespace. r=dougt a=dougt 2012-01-17 10:26:58 -08:00
Chris Peterson
33d9055f6f Bug 709845 - Update history's URL after redirect. r=dougt a=dougt 2012-01-12 12:22:48 -08:00
Matt Brubeck
50d0fc0a8d Bug 712760 - Add some smaller font inflation size options [r=mfinkle] 2012-01-17 12:39:45 -08:00
Mounir Lamouri
5c5c80c069 Bug 713687 - Part 4 - Network API Android backend: use enable/disable notifications to prevent listening when not needed. r=dougt 2012-01-16 15:01:07 +01:00
Mounir Lamouri
f8190ab1af Bug 713687 - Part 3 - Network API Android backend: make GeckoNetworkManager a singleton. r=dougt 2012-01-16 18:17:34 +01:00
Mounir Lamouri
f56d160181 Bug 713687 - Part 2 - Network API Android backend: listen to network changes and notify the DOM. r=dougt 2012-01-17 19:40:39 +01:00
Mounir Lamouri
b60b13293e Bug 713687 - Part 1 - Network API Android backend: get current information. r=dougt 2012-01-16 14:44:07 +01:00
Mounir Lamouri
225b0dc455 Bug 677166 - Part 2 - Add .mozConnection to Navigator object. r=sicking 2012-01-16 13:23:28 +01:00
Mounir Lamouri
7bb7d516d6 Bug 713377 - Part 2 - Don't build GeckoSmsManager.java when WebSMS backend is disabled. r=dougt,cjones 2012-01-17 19:38:04 +01:00
Mounir Lamouri
02eca2001b Bug 713377 - Part 1 - Add a --disable-websms-backend build option. r=blassey 2012-01-16 19:53:09 +01:00
Mounir Lamouri
ee6e3ecdef Bug 674725 - Part AV - Port WebSMS to Android Native UI. r=blassey,dougt 2012-01-17 19:52:17 +01:00
Geoff Brown
7441fcfb97 Bug 715198 - disable cache compression (avoid failures when new profile accessed by old software versions); r=bjarne 2012-01-17 12:51:17 +01:00
Alex Pakhotin
be1ec60c6f Bug 717902 - Form autocomplete pop-up with the available suggestions is not displayed in landscape mode when HKB is used. r=blassey 2012-01-16 17:58:56 -08:00
Chenxia Liu
eb6dcedb1c Bug 727958 - Sync set-up screen results in StrictMode policy violation. r=rnewman 2012-02-21 14:58:22 -08:00
Richard Newman
9cb08acd9b Bug 729273 - Don't impose modified times on stored records. r=nalexander 2012-02-21 13:29:38 -08:00
Richard Newman
7b989e8c03 Bug 728636 - Conversion of email address to account should lowercase. r=nalexander 2012-02-21 13:29:38 -08:00
Richard Newman
6ab40d5936 Bug 728272 - tests for Crypto5MiddlewareRepositorySession. r=rnewman 2012-02-21 13:29:38 -08:00
Marina Samuel
d98bf6181b Bug 727718 - Tidy up safeQuery/query. r=rnewman 2012-02-21 11:07:59 -08:00
Chenxia Liu
47688649e0 Bug 729170 - Restructuring of J-PAKE into stages. r=rnewman 2012-02-21 11:07:56 -08:00
Chenxia Liu
f9bc5d98dd Bug 717137: enable landscape view in J-PAKE. r=rnewman 2012-02-21 11:07:55 -08:00
Nick Alexander
26f5714506 Bug 722007 - update row in place in AndroidBrowserHistoryDataExtender. r=rnewman 2012-02-21 11:07:55 -08:00
Mark Finkle
6996cab07d Bug 723495 - Protect dimissing the progress dialog in the CrashReporter r=kats 2012-02-07 23:22:02 -05:00
Brian Nicholson
500680214b Bug 722184 - Add bookmark keywords support to databases. r=mfinkle f=wesj (followup patch) 2012-02-07 20:08:46 -08:00
Brian Nicholson
619ba8dc4f Bug 722184 - Add keyword support to AwesomeBar searches. r=mfinkle 2012-02-07 18:15:20 -08:00
Brian Nicholson
fb49b48bc4 Bug 722184 - Add bookmark keywords support to databases. r=mfinkle f=wesj 2012-02-07 17:55:12 -08:00
Wes Johnston
d41c513517 Bug 724215 - Avoid crashing for when adding touch points early. r=dougt 2012-02-07 17:06:47 -08:00
Wes Johnston
0df7e19f4b Bug 718904 - Avoid crashing if longtap does not return a Cursor item. r=mfinkle 2012-02-07 17:06:47 -08:00
Mark Finkle
846f17f443 Backout 95df167a61f9 (Bug 721841), suspicion of causing Txul failures r=mfinkle 2012-02-07 17:04:46 -05:00
Sriram Ramasubramanian
2ddedcee23 Bug 722278: No empty space on closing a tab. [r=mfinkle] 2012-02-07 13:56:34 -08:00
Kevin Brosnan
50c58f1133 Kevin Brosnan - Bug 714123 - Update app.support.baseURL to point to support.mozilla.org [r=mbrubeck] 2012-02-07 12:35:14 -08:00
Brian Nicholson
91b2c939c0 Bug 724152 - Honor URL_SAFE flag for base64 encoding/decoding. r=blassey 2012-02-07 12:32:56 -08:00
Sriram Ramasubramanian
2dbcef7c43 Bug 724272: Tabs count should not animate on rotation. [r=mfinkle] 2012-02-07 11:37:36 -08:00
Sriram Ramasubramanian
f841d5122f Bug 721841: No black portions on thumbnails. [r=mfinkle] 2012-02-07 11:34:58 -08:00
Margaret Leibovic
3a2462f67d Bug 716918 - Bookmarks UX: display mobile and desktop bookmarks separately. r=lucasr 2012-02-07 11:03:02 -08:00
Geoff Brown
fe418cb25f Bug 720930 - Robocop: create bookmark in testBookmark if none exists; r=jmaher 2012-02-07 14:12:23 -05:00
Kartikaya Gupta
d0964ef4ea Bug 724949 - Add a test for axis locking. r=jmaher 2012-02-07 14:11:06 -05:00
Kartikaya Gupta
46290205b3 Bug 724949 - Add test for overscroll recovery. r=jmaher 2012-02-07 14:11:03 -05:00
Kartikaya Gupta
a80a636a0f Bug 724949 - Add a fling correctness test. r=jmaher 2012-02-07 14:11:00 -05:00
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