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

5635 Коммитов

Автор SHA1 Сообщение Дата
Kartikaya Gupta 8f1f15a4fc Bug 733041 - Switch to using the velocity-bias strategy by default. r=Cwiiis 2012-04-10 13:56:28 -05:00
Kartikaya Gupta 49172de7e8 Bug 733041 - Adjust the velocity bias strategy to keep a small buffer in the opposite direction of the scroll. r=Cwiiis 2012-04-10 13:56:25 -05:00
Joey Armstrong 9902b5417b bug 743280: cosmetic edits removed from bug 739710. r=ted 2012-04-10 10:45:15 -07:00
Lucas Rocha f95b8f241c Bug 739966 - Add a Debugger listener to Fennec (r=mfinkle) 2012-04-10 11:05:45 +01:00
Lucas Rocha b1c202f5b9 Bug 739966 - Add Fennec's remote debugger actors (r=past) 2012-04-10 11:05:43 +01:00
Margaret Leibovic 38f49a58c4 Bug 741590 - Database migration to combine history entries with the same URL. r=rnewman 2012-04-09 17:28:59 -07:00
Margaret Leibovic 0011791321 Bug 741590 - Test for new updateOrInsertHistory method. r=rnewman 2012-04-09 17:28:59 -07:00
Margaret Leibovic d6ff2b3661 Bug 741590 - Create updateOrInsertHistory method for BrowserProvider. r=rnewman 2012-04-09 17:28:59 -07:00
Wes Johnston 194210c829 Bug 739215 - Favicon for about:firefox. r=mfinkle 2012-04-09 17:19:08 -07:00
Wes Johnston 336abe54f7 Bug 739514 - Update database version. r=mleibovic 2012-04-09 17:14:51 -07:00
Théo Chevalier d5aede5e19 Bug 702284 - Additional descriptive text for Help > About $PRODUCTNAME in mobile Nightly. r=mfinkle 2012-04-09 18:23:42 -04:00
Sriram Ramasubramanian 5054515f61 Bug 738347: Null value check for ContentValues in SQLiteBridge. [r=rnewman] 2012-04-09 10:48:51 -07:00
Sriram Ramasubramanian 70c18a493b Bug 738347: Tests for null value checks in SQLiteBridge. [r=rnewman] 2012-04-09 10:47:47 -07:00
Mark Finkle a4a6d67aa1 Bug 738938 - Progress throbber shows again when loading about:home on startup r=blassey 2012-04-09 16:03:30 -04:00
Wes Johnston 27e190f771 Bug 740218 - Support transactions in sqlitebridge and use them. r=gcp,rnewman,lucasr 2012-04-09 10:08:37 -07:00
Wes Johnston 997083194c Backed out changeset f5d6cc2e4726 2012-04-09 10:44:32 -07:00
Wes Johnston 9d4b2723e5 Bug 740218 - Support transactions in sqlitebridge and use them. r=gcp,rnewman,lucasr 2012-04-09 10:08:37 -07:00
Kartikaya Gupta 953fcf1a43 Bug 741228 - Add a small element cache to reduce time spent finding clickable elements. r=wesj 2012-04-09 12:08:08 -05:00
Jeff Muizelaar 8c0277c3d6 Bug 740303. Make sure we update the checkerboard layer. r=kats.
Presumably this started happening after we stopped setting the
checkerboard color all of the time.

--HG--
extra : rebase_source : d9c76561256161335727d3e76c8a8aed37a36c97
2012-04-09 10:59:36 -04:00
Landry Breuil 7c797c7c57 Bug 743428 - package profiler.xpt only if MOZ_ENABLE_PROFILER_SPS is set. r=glandium 2012-04-09 09:32:57 +02:00
Kartikaya Gupta 2f76579091 Bug 742019 - Rewrite how we handle touch events so we don't break panning, and don't introduce unnecessary latency. r=wesj 2012-04-07 03:09:26 -04:00
Margaret Leibovic b4f9498fd5 Bug 743227 - "Always show" does not display the popoups until a page reload. r=mbrubeck 2012-04-06 09:58:03 -07:00
Dão Gottwald adb55efba3 Bug 723953 - Fennec chrome scripts and tests leak global variables. r=mbrubeck 2012-04-06 22:02:15 +02:00
Margaret Leibovic 04f678556a Remove debugging line accidentally added in 67b54e87e03e (no bug) 2012-04-06 08:08:24 -07:00
Chenxia Liu b1507b4241 Bug 742700 - Null URI crash in canceling J-PAKE. r=rnewman 2012-04-05 19:25:34 -07:00
Richard Newman 2ea00f0a32 Bug 736348 - Child positioning hits sqlite limits. r=lucasr 2012-04-05 19:25:34 -07:00
Nick Alexander ee4f79f90e Bug 735083 - batch inserts into Fennec history provider. r=rnewman 2012-04-05 19:25:34 -07:00
Kartikaya Gupta 7bfec0e5d0 Bug 741988 - Avoid potentially triggering an extra draw. r=Cwiiis 2012-04-05 17:41:11 -04:00
Jeff Muizelaar 1e09e41223 Bug 740898. Merge LayerView and GLSurfaceView. r=pcwalton
Once, GLThread is gone we don't have any need to support both styles of GL
rendering. Merging LayerView and FlexibleGLSurfaceView makes it clearer what's
going on, and I expect we'll also be able to take out some dead code from the
resulting LayerView.

This patch is mostly uninteresting. The interesting bits are that
implementations of requestRender and the constructors are merged. Everything
else is mostly copying over methods and renaming FlexibleGLSurfaceView's
mController to mGLController.
2012-04-05 11:28:50 -04:00
Jeff Muizelaar dcbef9843e Backed out changeset 0f8439284834
The bug number was wrong.
2012-04-05 11:27:02 -04:00
Jeff Muizelaar 91b5ac6f4c Bug 730898. Merge LayerView and GLSurfaceView. r=pcwalton
Once, GLThread is gone we don't have any need to support both styles of GL
rendering. Merging LayerView and FlexibleGLSurfaceView makes it clearer what's
going on, and I expect we'll also be able to take out some dead code from the
resulting LayerView.

This patch is mostly uninteresting. The interesting bits are that
implementations of requestRender and the constructors are merged. Everything
else is mostly copying over methods and renaming FlexibleGLSurfaceView's
mController to mGLController.
2012-03-30 14:21:59 -04:00
Joel Maher eb73536ce2 Bug 742147 - tprovider doesn't provide accurate output format for talos parsers. r=gbrown 2012-04-05 11:11:25 -04:00
Brad Lassey 803058934f bug 741284 - add async file request method r=kats 2012-04-05 01:50:06 -04:00
Sriram Ramasubramanian 0bef526bac Bug 742216: Battery sensor cleanup in the similar lines of GeckoConnectivityReceiver. [r=mfinkle] 2012-04-04 17:31:19 -07:00
Sriram Ramasubramanian 499282017e Bug 742216: onPause() is redundant. [r=mfinkle] 2012-04-04 17:30:26 -07:00
Sriram Ramasubramanian 996b2ce2af Bug 742216: Disable sensors on application pause. [r=mfinkle] 2012-04-04 17:29:30 -07:00
Chenxia Liu b7862f58b4 Bug 742111 - Focus text entry boxes in Pair a Device. r=rnewman 2012-04-04 17:33:10 -07:00
Chenxia Liu 1e96cbb505 Bug 742593 - SetupSyncActivity does main thread networking. r=rnewman 2012-04-04 17:33:08 -07:00
Chenxia Liu 93e8bb1336 Bug 725912 - Part 1: Sync key validation + tests. r=rnewman 2012-04-04 17:32:38 -07:00
Margaret Leibovic 5cd39df55f Bug 741128 - Plugin placeholder not shown when embeds become visible by dynamically changing height/width. r=mfinkle 2012-04-03 11:34:41 -07:00
Sriram Ramasubramanian 063789b137 Bug 740310: Grey background in ExpandableListView in AwesomeBarTabs. [r=mfinkle] 2012-04-04 14:44:23 -07:00
Matt Brubeck 245efc53ac Bug 742428 - Update the AMO/marketplace icon in the add-on manager [r=mfinkle] 2012-04-04 14:34:24 -07:00
Brian Nicholson 637931ce53 Bug 741712 - Fixup URIs stop throbber prematurely. r=mfinkle 2012-04-04 13:33:09 -07:00
Brian Nicholson c87e9f1479 Bug 695178 - Download Manager. r=mfinkle,wesj 2012-04-04 10:12:44 -07:00
Wes Johnston 65f8aa9f1f Bug 742481 - Fix NPE in GeckoActivity.checkIfGeckoActivity. r=sriram,mfinkle 2012-04-04 13:28:17 -07:00
Richard Newman 37ae290719 Bug 742120 - History records incorrectly reconciled by title + URI, not just URI. r=nalexander 2012-04-04 13:13:24 -07:00
Gian-Carlo Pascutto d0ed146fe8 Bug 725150 - Expose CONTROL Uri for BrowserProvider. r=lucasr 2012-04-04 21:48:46 +02:00
Gian-Carlo Pascutto b3fbfc47fc Bug 736237 - Don't update about:home on database operations. r=lucasr 2012-04-04 21:29:31 +02:00
Gian-Carlo Pascutto ad5f759e9e Bug 736237 - Make Profile Migration resumable. r=lucasr 2012-04-04 21:29:31 +02:00
Kartikaya Gupta 54a2abbd58 Bug 741400 - Guard against NullPointerException, and also move some code so it shouldn't happen. r=mfinkle 2012-04-04 11:55:40 -04:00