Lucas Rocha
e492d6a00f
Bug 997660 - Use TopSites.TYPE* in top sites grid UI (r=wesj)
2014-05-07 12:01:20 +01:00
Lucas Rocha
913cf109c5
Bug 997660 - Remove unnecessary cursor checks in bindView (r=wesj)
2014-05-07 12:01:20 +01:00
Lucas Rocha
642d7d12cc
Bug 997660 - Remove unused methods from TopSitesGridItemView (r=wesj)
2014-05-07 12:01:20 +01:00
Lucas Rocha
e9db59a262
Bug 997660 - Rename variable to better match its semantics (r=wesj)
2014-05-07 12:01:19 +01:00
Lucas Rocha
fa4f791d3f
Bug 996657 - Factor out code to check valid cursor positions (r=wesj)
2014-05-07 12:01:19 +01:00
Lucas Rocha
668197dc1b
Bug 996657 - Factor out code to update cursor positions (r=wesj)
2014-05-07 12:01:19 +01:00
Lucas Rocha
782d84866c
Bug 996657 - Streamline schema for TopSitesCursorWrapper (r=wesj)
2014-05-07 12:01:19 +01:00
Lucas Rocha
1e7cacb4d9
Bug 996657 - Store pinned sites cursor and fetch values from it (r=wesj)
2014-05-07 12:01:18 +01:00
Lucas Rocha
39499d09f2
Bug 996657 - Change TopSitesCursorWrapper to be a Cursor (r=wesj)
2014-05-07 12:01:18 +01:00
Lucas Rocha
b5ede89347
Bug 996657 - Simplify top sites cursor by introducing row types (r=wesj)
2014-05-07 12:01:17 +01:00
Brad Lassey
6a48bf3ea1
bug 1006494 - SimpleServiceDiscovery shouldn't add a trailing slash to services' location r=mfinkle
2014-05-06 14:40:05 -04:00
Brad Lassey
fbc5973a42
bug 995777 - browser.properties: rename getUserMedia.videoDevice.prompt to reflect new string r=mfinkle
2014-04-18 15:01:56 -04:00
Richard Newman
c63bcc380c
Bug 1006805 - Simplify HardwareUtils. r=mfinkle
2014-05-06 14:32:54 -07:00
Jim Chen
977929bb83
Bug 1003670 - Add testEventDispatcher. r=bnicholson, r=mcomella
2014-05-05 13:18:00 -04:00
Ryan VanderMeulen
bdb3d02902
Merge m-c to fx-team.
2014-05-06 16:53:11 -04:00
Ryan VanderMeulen
b08f66cff6
Backed out changeset 14a43400007e (bug 859683) for robocop failures.
2014-05-06 15:38:28 -04:00
Mark Capella
c2b848bd58
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
5a8066068b
Bug 980074 - (p0) Base Tests for text selection, r=wesj
2014-05-06 15:26:04 -04:00
Kartikaya Gupta
741a28409a
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
280c9ba6dc
Bug 996129 - Don't thumbnail sites with cache control headers set. r=kats
2014-05-05 22:33:29 -07:00
Wes Kocher
db9e1a87e5
merge fx-team to m-c
2014-05-05 20:52:49 -07:00
Wes Johnston
0e4df22fbb
Bug 854040 - Re-enable mini-app mode on Samsung phones. r=blassey
2014-05-05 16:30:30 -07:00
vivek
e4c098d675
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
fb7ec05eb1
Bug 1000676 - Post: Return existing interval from search(). r=mfinkle
2014-05-05 11:27:57 -07:00
Nick Alexander
45e8dc4760
Bug 1000676 - Post: Expose SimpleServiceDiscovery.EVENT* constants. r=mfinkle
2014-05-05 11:27:56 -07:00
Nick Alexander
cee5d66b5e
Bug 1000676 - Part 2: Add MOZ_DEVICES and register about:devices. r=mfinkle
2014-05-05 11:27:56 -07:00
Nick Alexander
e65733b788
Bug 1000676 - Part 1: Add aboutDevices.* files. r=mfinkle
2014-05-05 11:27:56 -07:00
Nick Alexander
f9291ff99c
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
eb01d9dac1
Bug 976216 - Part 1: Add AppConstants.MOZILLA_OFFICIAL. r=rnewman
2014-05-05 11:27:55 -07:00
Eugen Sawin
160103aa7f
Bug 1002426 - Check restore status before overriding zoom. r=kats
2014-05-05 23:29:20 +02:00
Mark Finkle
aad2705a3b
Bug 1004890 - Add UI telemetry for the Home Page contextmenu r=rnewman
2014-05-02 11:00:22 -04:00
Mark Finkle
3204c5558e
Bug 1004889 - Add UI telemetry for the main menu r=rnewman
2014-05-02 11:00:19 -04:00
Richard Newman
b4d004992d
Bug 1005074 - Part 1: rename Send Tab activity. r=mfinkle
2014-05-02 14:01:24 -07:00
Ryan VanderMeulen
fab26687d0
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
e96510a30b
Bug 1004073 - Refactor EventDispatcher usages; r=fennec-team
2014-05-02 14:34:40 -04:00
Nicholas Hurley
b2090eb053
Bug 1005958 - Disable seer. r=mcmanus
2014-05-05 13:21:17 -07:00
Mark Finkle
b4ffda238d
Bug 1004890 - Add UI telemetry for the Home Page contextmenu r=rnewman
2014-05-02 11:00:22 -04:00
Mark Finkle
4d3cd0d444
Bug 1004889 - Add UI telemetry for the main menu r=rnewman
2014-05-02 11:00:19 -04:00
Carsten "Tomcat" Book
d658fea09a
merge fx-team to mozilla-central
2014-05-02 14:52:03 +02:00
Mark Finkle
4c97a88b68
Bug 1001280 - Add a pageaction for casting videos r=wesj
2014-05-01 23:32:05 -04:00
Chenxia Liu
2973cfdbe3
Bug 977196 - Part 6: Finer grained Extras for SUGGESTION URLs r=mfinkle
2014-05-01 22:36:42 -04:00
Mark Finkle
feca8ea998
Bug 977196 - Part 5: Track opening URLs in RemoteTabsList r=liuche
2014-05-01 22:36:36 -04:00
Sola Ogunsakin
84cb6589b7
Bug 977196 - Part 4: Loading URL from browser search. r=liuche
2014-04-23 16:08:05 -07:00
Wes Kocher
60048817aa
Merge m-c to mozilla-inbound
2014-05-01 18:34:18 -07:00
Richard Newman
c44d1b429c
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
472d167195
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
5ee9c9e91e
Bug 988909 - Support context menus in PanelViews. r=lucasr
2014-04-17 21:10:41 -07:00
Margaret Leibovic
50f6109889
Bug 988909 - Move ContextMenuInfoFactory out of HomeListView and into HomeContextMenuInfo. r=lucasr
2014-05-01 08:44:11 -07:00
Ed Morley
32a9f7d569
Merge latest green fx-team changeset and mozilla-central
2014-05-01 15:53:50 +01:00
Margaret Leibovic
670342bc79
Bug 1004160 - Make sure home banner icon is visible when image is set. r=bnicholson
2014-04-30 14:38:05 -07:00