Tim Taubert
4775d58eaa
Bug 1109875 - Make browser.permanentKey a property of the XUL element instead of a property of the XUL binding r=billm
2015-04-28 18:55:43 +02:00
Florian Quèze
7dd4fc9d28
Bug 1155518 - Implement "Save to Pocket" context menu item, r=jaws.
2015-05-05 12:24:10 +02:00
Ryan VanderMeulen
2525974754
Merge m-c to inbound. a=merge
2015-05-04 16:11:38 -04:00
Mike Conley
0c65ee05df
Bug 1146955 - Have PluginContent and PluginCrashReporter work with GMPs and pluginIDs. r=felipe.
2015-04-27 15:10:54 -04:00
Brad Lassey
0aa68c44fa
Bug 1146955 - Dispatch PluginCrashed event in content process on GMP crash for PeerConnection. r=jesup.
...
Original patch by Brad Lassey <blassey@mozilla.com>.
2015-04-27 15:44:36 -04:00
Mark Hammond
a55477aea9
Bug 1144493 - wallpaper over enough cracks to make page info work with e10s. r=mconley
2015-05-04 17:38:38 +10:00
Matthew Noorenberghe
2ec0c29ea3
Bug 1134507 - Implement infopanel to promote Reader View when first available. r=jaws/Gijs
...
Based on a patch by Jared Wein (:jaws).
2015-04-30 13:43:47 -07:00
Ed Lee
3850e9c2dd
Bug 1148862 - Update pref to the new v3 endpoint [r=adw]
2015-04-01 01:02:50 -07:00
Ed Lee
f6531259a1
Bug 1152145 - Filter for specific suggested tiles adgroups/buckets/frecent_sites lists with display name [r=adw]
...
Use a set of predefined lists of allowed sites with explicit names.
2015-04-07 19:13:46 -07:00
Wes Kocher
f7d03175b2
Merge fx-team to m-c a=merge CLOSED TREE
2015-04-29 16:46:00 -07:00
ziyunfei
ec33d43a0e
Bug 1102219 - Part 4: Replace String.prototype.contains
with String.prototype.includes
in chrome code. r=till
2015-04-30 00:32:05 +09:00
Dão Gottwald
66092e91d4
Bug 1063625 - Show the "Warn me when closing multiple tabs" and "Warn me when opening multiple tabs might slow down &brandShortName;" checkboxes only when needed. ui-r=phlsa r=jaws
2015-04-28 18:30:19 +02:00
Jared Wein
4006b64abe
Bug 1158960 - Reader view is broken in e10s mode. r=Gijs
2015-04-27 18:29:18 -04:00
Jared Wein
26e0c22daa
Bug 1155523 - follow-up, remove pocket-button from BrowserUITelemetry default placements.
2015-04-24 14:39:17 -04:00
Jared Wein
b045675a83
Bug 1155523 - Implement Pocket toolbarbutton and subview. r=gijs
2015-04-24 14:29:05 -04:00
Kartikaya Gupta
69c50300c9
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
2015-04-23 15:10:30 -04:00
Alessio Placitelli
6072d5ea0a
Bug 1141052 - Only allow HTTPS urls in SelfSupportBackend. r=gfritzsche
2015-03-10 03:52:00 -04:00
Gijs Kruitbosch
ff32407db0
Bug 1124217 - don't gather telemetry for windows that have died, r=mconley
2015-04-16 11:41:19 +01:00
Jared Wein
16eac409bc
Bug 1155304 - Right-clicking the reading list + button (in URL bar), shouldn't add the page to the reading list. r=gijs
2015-04-16 14:40:18 -04:00
Jared Wein
b5ada53a18
Bug 1134501 - UITour: Force page into Reader View automatically whenever the ReaderView/ReadingList tour page is loaded. r=gijs
2015-04-15 23:45:50 -04:00
Phil Ringnalda
e77a29408d
Back out 364bc6209cc5 (bug 1134501) for jetpack bustage
2015-04-15 22:08:20 -07:00
Jared Wein
8fb2e26f5c
Bug 1134501 - UITour: Force page into Reader View automatically whenever the ReaderView/ReadingList tour page is loaded. r=gijs
2015-04-15 23:45:50 -04:00
Gijs Kruitbosch
64126ad6ca
Bug 1134501 - add way for UITour'd page to force-show the reader mode button, r=margaret
2015-04-13 20:12:57 +01:00
Margaret Leibovic
43952d6ff5
Bug 1152121 - Factor out logic to get original URL from reader URL into shared place, and handle malformed URI excpetions. r=Gijs, mcomella
2015-04-06 16:07:03 -07:00
Marina Samuel
09d7b086e1
Bug 1139052 - Don't show suggested tiles for users with fewer than 8 history tiles. r=adw
2015-04-14 14:39:50 -04:00
Marina Samuel
b85566db9e
Bug 1151876 - Blocking a targeted tile should remove its associated suggested tile in the next new tab. r=adw
2015-04-14 14:34:32 -04:00
Shane Caraveo
80e28a6798
Bug 1153952 fix social button size, clarify attribute name across sdk and social, r=dao
2015-04-14 10:19:37 -07:00
Margaret Leibovic
db762bc765
Bug 1152412 - Handle errors downloading and parsing documents for reader view. r=bnicholson
2015-04-10 14:41:14 -07:00
Doug Turner
20695ce1ff
Bug 1038811 - Push Notifications - Firefox front end changes for preferences, and permission notification. r=MattN+bmo@mozilla.com
2015-04-10 20:19:28 -07:00
Mike Conley
c5539411d6
Bug 1110887 - Add test to exercise both cases of some non-determinism when dealing with plugin crashes in e10s. r=felipe.
2015-03-27 16:32:24 -04:00
Mike Conley
0f425e3ff6
Bug 1110887 - Make the plugin crash reporter work with e10s. r=felipe.
...
This patch does the following:
* Has the gPluginHandler tell content processes when a NPAPI plugin crashes
* Introduces PluginCrashReporter, and renames TabCrashReporter.jsm to ContentCrashReporters.jsm.
* Makes gPluginHandler use PluginCrashReporter to submit plugin crashes.
* If a plugin crash report is submitted, puts all visible instances into the submitted state.
* Makes the plugin crashed notification bar work with run IDs.
* Removes event and message listeners in PluginContent when uninitting.
2015-03-27 23:34:15 -04:00
Carsten "Tomcat" Book
685b651891
Backed out changeset 503877a91767 (bug 1110887) for bc1 test failures
2015-04-09 13:11:32 +02:00
Carsten "Tomcat" Book
9f0d3b24d0
Backed out changeset 71310d7e7e2c (bug 1110887)
2015-04-09 13:05:55 +02:00
Mike Conley
ed812f5889
Bug 1110887 - Add test to exercise both cases of some non-determinism when dealing with plugin crashes in e10s. r=felipe.
2015-03-27 16:32:24 -04:00
Mike Conley
bd59ab0d1d
Bug 1110887 - Make the plugin crash reporter work with e10s. r=felipe.
...
This patch does the following:
* Has the gPluginHandler tell content processes when a NPAPI plugin crashes
* Introduces PluginCrashReporter, and renames TabCrashReporter.jsm to ContentCrashReporters.jsm.
* Makes gPluginHandler use PluginCrashReporter to submit plugin crashes.
* If a plugin crash report is submitted, puts all visible instances into the submitted state.
* Makes the plugin crashed notification bar work with run IDs.
* Removes event and message listeners in PluginContent when uninitting.
2015-03-27 23:34:15 -04:00
Keita Mimura
151b7e944b
Bug 1137234 - Make middle clicks on search suggestions on about:home, about:newtab open search results in a background tab. r=adw
2015-04-07 11:35:38 -07:00
Gavin Sharp
b94daf2b5d
Bug 1148562: right clicking the reader mode button shouldn't trigger reader mode, r=jaws
2015-04-05 18:50:08 -07:00
Marina Samuel
cfe348c666
Bug 1149682: Don't cache (or show) sponsored suggested links. r=adw
2015-04-01 17:34:21 -04:00
Marina Samuel
449bd740ae
Bug 1149680: Send the Firefox channel on fetch. r=adw
2015-04-01 17:30:28 -04:00
Marina Samuel
4c7ac277bb
Bug 1105360: Only enhance tiles that are under the 'enhanced' key. r=adw
2015-04-01 17:26:46 -04:00
Jared Wein
d2a191a121
Bug 1146773 - Unify the code paths for adding an item to the reading list (location bar + reader mode). r=margaret
2015-03-30 19:58:00 -04:00
Ed Lee
9b9c0a4a98
Bug 1148938 - Temporarily test suggested tiles for Nightly and Aurora [r=adw]
...
Temporarily switch to a local source with test suggested data.
2015-03-29 23:43:30 -07:00
Ed Lee
66c2ce4b15
Bug 1149021 - Suggested tile with just an image shows a thumbnail instead [r=adw]
...
Use Object.assign to copy over base values into a new link with extra attributes.
2015-03-29 23:30:54 -07:00
Wes Kocher
780e0d01fb
Merge m-c to fx-team a=merge CLOSED TREE
2015-03-30 19:42:25 -07:00
Jared Wein
e21a527026
Bug 1149179 - Use separate access keys for Enter and Exit in Reader View. r=me, a=RyanVM
2015-03-30 11:32:00 -04:00
Jared Wein
830e635129
Bug 1147113 - Filter the article properties in ReaderParent.jsm instead of ReadingList.jsm. r=adw
2015-03-30 12:02:52 -04:00
Marina Samuel
d533aa6221
Bug 1136203 - Remove thumbnail/title replacing functionality for history tiles. r=adw
2015-03-27 17:57:11 -04:00
Ed Lee
b780c7f660
Bug 1140496 - Only show a suggested tile url for some number of times or until clicked [r=adw]
...
Default to a hardcoded frequency cap that decreases by 1 per view or all for a click.
2015-03-22 00:46:26 -07:00
Marina Samuel
eb19045acd
Bug 1136208 - Change all references of 'related' to 'suggested' r=adw
2015-03-26 17:23:21 -04:00
Marina Samuel
01111b4a7e
Bug 1143745 - Update the way Firefox reads directoryLinks.json sent from the server for the tiles v3 endpoint. r=adw
2015-03-26 17:17:59 -04:00