Граф коммитов

684 Коммитов

Автор SHA1 Сообщение Дата
Phil Ringnalda 0359ede96f Back out c7e11bcec31a (bug 724210) for Android XUL bustage 2012-02-09 22:24:53 -08:00
Brad Lassey 59e5501107 Bug 724210 - Stop using canvas to take screenshots. r=kats 2012-02-04 01:48:26 -05:00
Richard Newman f627b3dbc1 Bug 725512 - Reduce Content Provider log spew. r=lucasr 2012-02-09 18:39:11 -08:00
Margaret Leibovic 0cacffacd4 Bug 725540 - Crash on bookmark removal. r=mfinkle 2012-02-09 12:45:57 -08:00
Margaret Leibovic e3a49aea93 Bug 724756 - removeBookmark can remove an arbitrary number of bookmarks. r=lucasr 2012-02-09 10:01:57 -08:00
Wes Johnston 24b43eb2a9 Bug 704682 - Add passwords content provider. r=blassey,gpascutto 2011-12-16 15:11:09 -08:00
Chris Lord 2d20226566 Bug 724928 - Tell Gecko not to draw areas we aren't interested in. r=kats
Alter GeckoSoftwareLayerClient.beginDrawing so that it can return a rectangle
of the buffer that it's interested in. Gecko then uses this to clip the dirty
region, which often saves on unnecessary drawing during flings.
2012-02-09 17:28:10 +00:00
Ed Morley a018805d69 Backout 1ca8d5a931ac (bug 720799), e4781b684008 (bug 720795), 8a4e12d93a23 & 1fc8123a2ea4 (bug 720794) for bustage 2012-02-09 16:42:07 +00:00
Mounir Lamouri 07c1175602 Bug 720795 - Screen Orientation API reading and event implementation in Android. r=dougt 2012-02-09 11:29:44 +01:00
Ed Morley f034cae68b Backout 79121553f728 (bug 720799), 4a763183482f (bug 720795), e965486f4b50 & 4a7c7c6b9b11 (bug 720794) for failing to build on any platform 2012-02-09 12:06:50 +00:00
Chris Lord e4456bb51a Bug 725255 - Improve checkerboarding telemetry. r=jmaher
Change robotium to report on the average 'completeness' of rendered frames,
instead of the amount of frames with checkerboarding. Also change testCheck to
pan in a more humanly-possible way, and to change direction, which gives us
more useful numbers.
2012-02-09 11:37:17 +00:00
Mounir Lamouri cfdc5d76fc Bug 720795 - Screen Orientation API reading and event implementation in Android. r=dougt 2012-02-09 11:29:44 +01:00
Mark Finkle 1b15734142 Bug 725380 - CrashReporter can call doFinish twice r=kats 2012-02-08 15:32:40 -05:00
Ed Morley d4955c75c9 Backout 50cc461ad671 (bug 725380), 2012-02-08 20:17:00 +00:00
Mark Finkle a3ab1f3918 Bug 725380 - CrashReporter can call doFinish twice r=kats 2012-02-08 14:23:22 -05:00
Margaret Leibovic c4c46214a8 Bug 725171 - Context menu is broken on bookmarks on the awesome screen. r=wesj 2012-02-07 17:27:25 -08:00
Joel Maher 76a9d4bafc Bug 725055 - fix typo in testCheck and port to use new PixelTest. r=kats 2012-02-08 09:32:44 -05:00
Mark Finkle ad44221987 Bug 723495 - Protect dimissing the progress dialog in the CrashReporter r=kats 2012-02-07 23:22:02 -05:00
Brian Nicholson 2ab91cf0ef Bug 722184 - Add bookmark keywords support to databases. r=mfinkle f=wesj (followup patch) 2012-02-07 20:08:46 -08:00
Brian Nicholson 43612b1f9e Bug 722184 - Add keyword support to AwesomeBar searches. r=mfinkle 2012-02-07 18:15:20 -08:00
Brian Nicholson 34397591e9 Bug 722184 - Add bookmark keywords support to databases. r=mfinkle f=wesj 2012-02-07 17:55:12 -08:00
Wes Johnston 06f4081632 Bug 724215 - Avoid crashing for when adding touch points early. r=dougt 2012-02-07 17:06:47 -08:00
Wes Johnston 743164f067 Bug 718904 - Avoid crashing if longtap does not return a Cursor item. r=mfinkle 2012-02-07 17:06:47 -08:00
Mark Finkle cf5ecdf79e Backout 95df167a61f9 (Bug 721841), suspicion of causing Txul failures r=mfinkle 2012-02-07 17:04:46 -05:00
Sriram Ramasubramanian 704974bae6 Bug 722278: No empty space on closing a tab. [r=mfinkle] 2012-02-07 13:56:34 -08:00
Brian Nicholson 5cc429ad7e Bug 724152 - Honor URL_SAFE flag for base64 encoding/decoding. r=blassey 2012-02-07 12:32:56 -08:00
Sriram Ramasubramanian 1fd68e3fd3 Bug 724272: Tabs count should not animate on rotation. [r=mfinkle] 2012-02-07 11:37:36 -08:00
Sriram Ramasubramanian 82a65c4787 Bug 721841: No black portions on thumbnails. [r=mfinkle] 2012-02-07 11:34:58 -08:00
Margaret Leibovic 6488b376fb Bug 716918 - Bookmarks UX: display mobile and desktop bookmarks separately. r=lucasr 2012-02-07 11:03:02 -08:00
Geoff Brown 8b64ac9ee6 Bug 720930 - Robocop: create bookmark in testBookmark if none exists; r=jmaher 2012-02-07 14:12:23 -05:00
Kartikaya Gupta cff92bfa6e Bug 724949 - Add a test for axis locking. r=jmaher 2012-02-07 14:11:06 -05:00
Kartikaya Gupta a2ee10915e Bug 724949 - Add test for overscroll recovery. r=jmaher 2012-02-07 14:11:03 -05:00
Kartikaya Gupta f5ffeecd21 Bug 724949 - Add a fling correctness test. r=jmaher 2012-02-07 14:11:00 -05:00
Kartikaya Gupta ba2512e7ca Bug 724949 - Extract a PixelTest class to reuse common pixel-checking operations. r=jmaher 2012-02-07 14:10:58 -05:00
Sriram Ramasubramanian 783fb0cb1f Bug 721847: Tabs-tray should use transparent placeholders for thumbnails. [r=mfinkle] 2012-02-07 10:30:38 -08:00
Kartikaya Gupta a789463390 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 6851ff9915 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 f79a1591e4 Bug 721776 - Don't remove bookmark from DB in the main thread (r=mfinkle) 2012-02-07 14:47:54 +00:00
Ed Morley 20dbb08e1f Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-07 10:22:34 +00:00
Sriram Ramasubramanian 8d16c3615d 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 7a1abbaffe Bug 697641 - part 5: Export Android Sensor Manager for mobile/. r=cjones 2012-02-05 19:54:25 +00:00
Chris Lord 6a02ed7ca5 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 244e89d4f2 Bug 724042 - back out 663892ff23e0 as we have a better solution. 2012-02-04 18:48:21 -05:00
Brad Lassey 7c24bc8bf2 bug 724042 - disable tile by tile rendering r=dougt 2012-02-03 13:58:02 -05:00
Matt Brubeck 8989c4b971 Merge mozilla-central and mozilla-inbound 2012-02-03 16:41:11 -08:00
Matt Brubeck 860ae7b604 Bug 723917 - NullPointerException when removing a menu item [r=sriram] 2012-02-03 16:18:46 -05:00
Richard Newman 003a1f7378 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 19c7784eaa 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 233bee7919 Bug 718703 - Part 2: makefile change to preprocess sync_options.xml. r=ted 2012-02-03 13:09:28 -08:00
Richard Newman a71c02ab8d Bug 718703 - Part 1: Sync crashes from Pair a Device link in sync settings. r=rnewman 2012-02-03 13:09:28 -08:00