Lucas Rocha
76dc2f2b56
Bug 997660 - Remove unnecessary cursor checks in bindView (r=wesj)
2014-05-07 12:01:20 +01:00
Lucas Rocha
c32ed8166f
Bug 997660 - Remove unused methods from TopSitesGridItemView (r=wesj)
2014-05-07 12:01:20 +01:00
Lucas Rocha
dbe7abab21
Bug 997660 - Rename variable to better match its semantics (r=wesj)
2014-05-07 12:01:19 +01:00
Lucas Rocha
83b6cd35fd
Bug 996657 - Factor out code to check valid cursor positions (r=wesj)
2014-05-07 12:01:19 +01:00
Lucas Rocha
f7412ec6c8
Bug 996657 - Factor out code to update cursor positions (r=wesj)
2014-05-07 12:01:19 +01:00
Lucas Rocha
66d8f78855
Bug 996657 - Streamline schema for TopSitesCursorWrapper (r=wesj)
2014-05-07 12:01:19 +01:00
Lucas Rocha
f55a0eb4af
Bug 996657 - Store pinned sites cursor and fetch values from it (r=wesj)
2014-05-07 12:01:18 +01:00
Lucas Rocha
44bc34f67a
Bug 996657 - Change TopSitesCursorWrapper to be a Cursor (r=wesj)
2014-05-07 12:01:18 +01:00
Lucas Rocha
e8e358e01d
Bug 996657 - Simplify top sites cursor by introducing row types (r=wesj)
2014-05-07 12:01:17 +01:00
Brad Lassey
4dc53df066
bug 1006494 - SimpleServiceDiscovery shouldn't add a trailing slash to services' location r=mfinkle
2014-05-06 14:40:05 -04:00
Brad Lassey
eb63875a77
bug 995777 - browser.properties: rename getUserMedia.videoDevice.prompt to reflect new string r=mfinkle
2014-04-18 15:01:56 -04:00
Richard Newman
498f54a72e
Bug 1006805 - Simplify HardwareUtils. r=mfinkle
2014-05-06 14:32:54 -07:00
Jim Chen
acc987b58c
Bug 1003670 - Add testEventDispatcher. r=bnicholson, r=mcomella
2014-05-05 13:18:00 -04:00
Ryan VanderMeulen
36b4151c4f
Merge m-c to fx-team.
2014-05-06 16:53:11 -04:00
Ryan VanderMeulen
57f504d76f
Backed out changeset 14a43400007e (bug 859683) for robocop failures.
2014-05-06 15:38:28 -04:00
Mark Capella
bcea57d7bf
Bug 980074 - (p1) Tweak to disable test on Android 2.3, r=wesj, f=mcomella
2014-05-06 15:26:04 -04:00
Mark Capella
e969df8e9a
Bug 980074 - (p0) Base Tests for text selection, r=wesj
2014-05-06 15:26:04 -04:00
Kartikaya Gupta
d09feb9b09
Bug 859683 - Allow scrolling in full-screen mode if and only if the full-screen element is the document element. r=wesj
2014-05-06 13:33:13 -04:00
Wes Johnston
f576b638cd
Bug 996129 - Don't thumbnail sites with cache control headers set. r=kats
2014-05-05 22:33:29 -07:00
Wes Kocher
0c56483bed
merge fx-team to m-c
2014-05-05 20:52:49 -07:00
Wes Johnston
4ca4ec07a8
Bug 854040 - Re-enable mini-app mode on Samsung phones. r=blassey
2014-05-05 16:30:30 -07:00
vivek
ab6637133c
Bug 977167 - Open tabs should be filtered to exclude about:, chrome: etc. URLs prior to flushing to DB. r=rnewman
2014-05-05 11:35:21 -07:00
Nick Alexander
8fc758ccc9
Bug 1000676 - Post: Return existing interval from search(). r=mfinkle
2014-05-05 11:27:57 -07:00
Nick Alexander
8af7642f19
Bug 1000676 - Post: Expose SimpleServiceDiscovery.EVENT* constants. r=mfinkle
2014-05-05 11:27:56 -07:00
Nick Alexander
96f8576f19
Bug 1000676 - Part 2: Add MOZ_DEVICES and register about:devices. r=mfinkle
2014-05-05 11:27:56 -07:00
Nick Alexander
ceb2075726
Bug 1000676 - Part 1: Add aboutDevices.* files. r=mfinkle
2014-05-05 11:27:56 -07:00
Nick Alexander
a2560e5b77
Bug 976216 - Part 2: Purge startup caches when starting Gecko in developer builds. r=mfinkle
...
This change only impacts developer builds. A developer build is one
where MOZILLA_OFFICIAL is not set.
The startup cache is invalidated when the buildid changes; see [1] for
details. For MOZILLA_OFFICIAL builds, the buildid is always bumped, so
the startup cache is always fresh on a package re-deploy to device.
Most developers re-deploy using |mach build mobile/android && mach
package && mach install| or similar. This does not bump the buildid.
The re-deployed package will read the out-dated startup cache, leading
to frustrating inconsistencies when developing Javascript, especially
chrome content and module JSMs.
This change purges the startup caches every time Gecko is started in
developer builds. This keeps the running Javascript consistent (which
is good for development), but incurs a startup performance
penalty (since the cache must be purged, and since the cached files must
be recompiled, etc).
[1] http://hg.mozilla.org/mozilla-central/file/901d300bb441/toolkit/xre/nsAppRunner.cpp#l2350
2014-05-05 11:27:55 -07:00
Nick Alexander
6327bd91d7
Bug 976216 - Part 1: Add AppConstants.MOZILLA_OFFICIAL. r=rnewman
2014-05-05 11:27:55 -07:00
Eugen Sawin
172fb1e4e7
Bug 1002426 - Check restore status before overriding zoom. r=kats
2014-05-05 23:29:20 +02:00
Mark Finkle
ef43361957
Bug 1004890 - Add UI telemetry for the Home Page contextmenu r=rnewman
2014-05-02 11:00:22 -04:00
Mark Finkle
1a3c4e18b8
Bug 1004889 - Add UI telemetry for the main menu r=rnewman
2014-05-02 11:00:19 -04:00
Richard Newman
f9e1fbcb37
Bug 1005074 - Part 1: rename Send Tab activity. r=mfinkle
2014-05-02 14:01:24 -07:00
Ryan VanderMeulen
b0fc4e473e
Backed out changesets 34516556f823 (bug 1004890) and 0610c2dcc6f5 (bug 1004889) for Android Armv6 robocop crashes.
...
CLOSED TREE
2014-05-02 15:21:14 -04:00
Jim Chen
a5475d911e
Bug 1004073 - Refactor EventDispatcher usages; r=fennec-team
2014-05-02 14:34:40 -04:00
Nicholas Hurley
0e5dc5eb62
Bug 1005958 - Disable seer. r=mcmanus
2014-05-05 13:21:17 -07:00
Mark Finkle
2265166aba
Bug 1004890 - Add UI telemetry for the Home Page contextmenu r=rnewman
2014-05-02 11:00:22 -04:00
Mark Finkle
c2851a08f4
Bug 1004889 - Add UI telemetry for the main menu r=rnewman
2014-05-02 11:00:19 -04:00
Carsten "Tomcat" Book
d69bb84179
merge fx-team to mozilla-central
2014-05-02 14:52:03 +02:00
Mark Finkle
52d3bfaa8d
Bug 1001280 - Add a pageaction for casting videos r=wesj
2014-05-01 23:32:05 -04:00
Chenxia Liu
b1bfc1dd3b
Bug 977196 - Part 6: Finer grained Extras for SUGGESTION URLs r=mfinkle
2014-05-01 22:36:42 -04:00
Mark Finkle
e95a01372d
Bug 977196 - Part 5: Track opening URLs in RemoteTabsList r=liuche
2014-05-01 22:36:36 -04:00
Sola Ogunsakin
eb6a60d8b1
Bug 977196 - Part 4: Loading URL from browser search. r=liuche
2014-04-23 16:08:05 -07:00
Wes Kocher
74f0d0c958
Merge m-c to mozilla-inbound
2014-05-01 18:34:18 -07:00
Richard Newman
112cffa869
Bug 1003911 - Part 2: don't write null favicons or thumbnails into the DB. r=margaret
2014-05-01 14:19:34 -07:00
Richard Newman
e8b56f089a
Bug 1003911 - Part 1: don't try to extract null favicons from the database. r=margaret
2014-05-01 14:19:33 -07:00
Margaret Leibovic
70a9050b24
Bug 988909 - Support context menus in PanelViews. r=lucasr
2014-04-17 21:10:41 -07:00
Margaret Leibovic
02289d880d
Bug 988909 - Move ContextMenuInfoFactory out of HomeListView and into HomeContextMenuInfo. r=lucasr
2014-05-01 08:44:11 -07:00
Ed Morley
040879dda8
Merge latest green fx-team changeset and mozilla-central
2014-05-01 15:53:50 +01:00
Margaret Leibovic
a67c861521
Bug 1004160 - Make sure home banner icon is visible when image is set. r=bnicholson
2014-04-30 14:38:05 -07:00
Margaret Leibovic
aee1d41501
Bug 1002567 - Support weighted snippets. r=bnicholson
2014-04-30 14:38:02 -07:00