Richard Newman
d843d842be
Bug 724739 - Part 1: Pass the local record when handling deletions in order to determine type; add bumpModifiedByGUID; add idsForGUIDs and moveChildren. r=nalexander
2012-04-10 23:21:51 -07:00
Richard Newman
a701fffdd9
Bug 724739 - Part 0: Correct schema comment; project in getGuidsIDsForFolders; short-circuit updatePositions. r=nalexander
2012-04-10 23:21:51 -07:00
Richard Newman
bb935af3a2
Bug 744282 - Switch untracking to use GUIDs only, with Record input as a convenience. r=nalexander
2012-04-10 23:21:51 -07:00
Kartikaya Gupta
4df62cf792
Bug 733041 - Switch to using the velocity-bias strategy by default. r=Cwiiis
2012-04-10 13:56:28 -05:00
Kartikaya Gupta
617cfd1a55
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
e32fb827b8
bug 743280: cosmetic edits removed from bug 739710. r=ted
2012-04-10 10:45:15 -07:00
Lucas Rocha
0726eb02eb
Bug 739966 - Add a Debugger listener to Fennec (r=mfinkle)
2012-04-10 11:05:45 +01:00
Lucas Rocha
6e4a2008a2
Bug 739966 - Add Fennec's remote debugger actors (r=past)
2012-04-10 11:05:43 +01:00
Margaret Leibovic
dd233b5d93
Bug 741590 - Database migration to combine history entries with the same URL. r=rnewman
2012-04-09 17:28:59 -07:00
Margaret Leibovic
3513da8d22
Bug 741590 - Test for new updateOrInsertHistory method. r=rnewman
2012-04-09 17:28:59 -07:00
Margaret Leibovic
33df925268
Bug 741590 - Create updateOrInsertHistory method for BrowserProvider. r=rnewman
2012-04-09 17:28:59 -07:00
Wes Johnston
3662c67fe4
Bug 739215 - Favicon for about:firefox. r=mfinkle
2012-04-09 17:19:08 -07:00
Wes Johnston
3fc4f9440b
Bug 739514 - Update database version. r=mleibovic
2012-04-09 17:14:51 -07:00
Théo Chevalier
7ddaf4ae0d
Bug 702284 - Additional descriptive text for Help > About $PRODUCTNAME in mobile Nightly. r=mfinkle
2012-04-09 18:23:42 -04:00
Sriram Ramasubramanian
a7c9704353
Bug 738347: Null value check for ContentValues in SQLiteBridge. [r=rnewman]
2012-04-09 10:48:51 -07:00
Sriram Ramasubramanian
11279ce6f2
Bug 738347: Tests for null value checks in SQLiteBridge. [r=rnewman]
2012-04-09 10:47:47 -07:00
Mark Finkle
27bc813fb5
Bug 738938 - Progress throbber shows again when loading about:home on startup r=blassey
2012-04-09 16:03:30 -04:00
Wes Johnston
65c6b15f26
Bug 740218 - Support transactions in sqlitebridge and use them. r=gcp,rnewman,lucasr
2012-04-09 10:08:37 -07:00
Wes Johnston
2ba46f571f
Backed out changeset f5d6cc2e4726
2012-04-09 10:44:32 -07:00
Wes Johnston
e196e635a6
Bug 740218 - Support transactions in sqlitebridge and use them. r=gcp,rnewman,lucasr
2012-04-09 10:08:37 -07:00
Kartikaya Gupta
8ee2ed5550
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
a713c834a5
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
24f9eaa90a
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
dec4c11b3e
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
b16dc90dad
Bug 743227 - "Always show" does not display the popoups until a page reload. r=mbrubeck
2012-04-06 09:58:03 -07:00
Margaret Leibovic
540d2c07db
Remove debugging line accidentally added in 67b54e87e03e (no bug)
2012-04-06 08:08:24 -07:00
Chenxia Liu
c74cbe50ea
Bug 742700 - Null URI crash in canceling J-PAKE. r=rnewman
2012-04-05 19:25:34 -07:00
Richard Newman
9e471abb08
Bug 736348 - Child positioning hits sqlite limits. r=lucasr
2012-04-05 19:25:34 -07:00
Nick Alexander
8722b14098
Bug 735083 - batch inserts into Fennec history provider. r=rnewman
2012-04-05 19:25:34 -07:00
Kartikaya Gupta
d357b19164
Bug 741988 - Avoid potentially triggering an extra draw. r=Cwiiis
2012-04-05 17:41:11 -04:00
Jeff Muizelaar
92907fc375
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
7d1674c7e7
Backed out changeset 0f8439284834
...
The bug number was wrong.
2012-04-05 11:27:02 -04:00
Jeff Muizelaar
8e910730b7
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
ac64a13098
Bug 742147 - tprovider doesn't provide accurate output format for talos parsers. r=gbrown
2012-04-05 11:11:25 -04:00
Brad Lassey
3b454dc61d
bug 741284 - add async file request method r=kats
2012-04-05 01:50:06 -04:00
Sriram Ramasubramanian
e87f53c03a
Bug 742216: Battery sensor cleanup in the similar lines of GeckoConnectivityReceiver. [r=mfinkle]
2012-04-04 17:31:19 -07:00
Sriram Ramasubramanian
964baf89b3
Bug 742216: onPause() is redundant. [r=mfinkle]
2012-04-04 17:30:26 -07:00
Sriram Ramasubramanian
6047b2d822
Bug 742216: Disable sensors on application pause. [r=mfinkle]
2012-04-04 17:29:30 -07:00
Chenxia Liu
979a0e8808
Bug 742111 - Focus text entry boxes in Pair a Device. r=rnewman
2012-04-04 17:33:10 -07:00
Chenxia Liu
7b20f87dbf
Bug 742593 - SetupSyncActivity does main thread networking. r=rnewman
2012-04-04 17:33:08 -07:00
Chenxia Liu
3809c5edd2
Bug 725912 - Part 1: Sync key validation + tests. r=rnewman
2012-04-04 17:32:38 -07:00
Margaret Leibovic
516cb59640
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
09398440b8
Bug 740310: Grey background in ExpandableListView in AwesomeBarTabs. [r=mfinkle]
2012-04-04 14:44:23 -07:00
Matt Brubeck
269029218e
Bug 742428 - Update the AMO/marketplace icon in the add-on manager [r=mfinkle]
2012-04-04 14:34:24 -07:00
Brian Nicholson
85f265d7ae
Bug 741712 - Fixup URIs stop throbber prematurely. r=mfinkle
2012-04-04 13:33:09 -07:00
Brian Nicholson
66b07dcd32
Bug 695178 - Download Manager. r=mfinkle,wesj
2012-04-04 10:12:44 -07:00
Wes Johnston
2f4819dd4f
Bug 742481 - Fix NPE in GeckoActivity.checkIfGeckoActivity. r=sriram,mfinkle
2012-04-04 13:28:17 -07:00
Richard Newman
2d90b862c2
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
37c394a18e
Bug 725150 - Expose CONTROL Uri for BrowserProvider. r=lucasr
2012-04-04 21:48:46 +02:00
Gian-Carlo Pascutto
c1cda270d2
Bug 736237 - Don't update about:home on database operations. r=lucasr
2012-04-04 21:29:31 +02:00