Jonathan Hao
883083a3c9
Bug 1279568 - Capture thumbnails in an internal-only container. r=baku,markh
2016-07-09 21:41:32 +08:00
Tim Huang
fe82695f5e
Bug 1238183 - Part 2 - Add a test case for testing the ForgetAboutSite with userContextId. r=jimm
2016-07-07 23:15:00 +02:00
Ryan VanderMeulen
10be699e00
Bug 1285418 - Update pdf.js to version 1.5.322. r=bdahl
2016-07-07 21:46:33 -04:00
Wes Kocher
548c0e770a
Merge inbound to central, a=merge
2016-07-07 17:26:41 -07:00
Sebastian Hengst
fa96ed03c9
Bug 1280718 - About Dialog: Add margin missing in RTL languages between version and release notes. r=Gijs
...
MozReview-Commit-ID: pmRWGDHIhE
--HG--
extra : rebase_source : 46dfc34a549dd3b0a1f2ed111baafd8f2b175632
extra : amend_source : fedf79c62c13434f594ab37ed74197306cb228a6
2016-06-22 20:48:23 +02:00
Carsten "Tomcat" Book
79d581d66d
Merge mozilla-central to fx-team
2016-07-07 11:43:24 +02:00
Carsten "Tomcat" Book
1e5237c994
merge mozilla-inbound to mozilla-central a=merge
2016-07-07 11:41:27 +02:00
Carsten "Tomcat" Book
901a1cdc4f
merge fx-team to mozilla-central a=merge
2016-07-07 11:39:46 +02:00
Gregory Szorc
1912ec68db
Merge mozilla-central to fx-team
2016-07-06 18:44:42 -07:00
Gregory Szorc
1485dff75a
Merge autoland to mozilla-central; a=merge
...
--HG--
extra : amend_source : cb410b4de973dc55c63e3fa8c088f71a5c00e51e
2016-07-06 18:11:34 -07:00
Carsten "Tomcat" Book
8e2d371484
merge fx-team to mozilla-central a=merge
2016-07-06 11:41:53 +02:00
Wes Kocher
59c25d40ac
Merge m-c to fx-team, a=merge
2016-07-05 17:13:25 -07:00
Wes Kocher
bcd7fc0f64
Merge fx-team to central, a=merge
2016-07-05 17:10:38 -07:00
Matthew Wein
8b6e105036
Bug 1284265 - Fix regression caused by bug 1270742 which moved IconDetails into ExtensionUtils.jsm r=kmag
...
Postmortem: The context menu script, ext-contextMenus.js, uses IconDetails to show the extension icon next to the top level menu item. Originally, IconDetails lived in ext-utils.js because it was only used by Desktop. However, in order to make it usable by Fennec for the PageActions API, it was moved into the shared ExtensionUtils.jsm. Since none of the unit tests for ext-contextMenus.js covered the use of IconDetails, when it was moved it broke this part of the code. Switching it to use the version in ExtensionUtils.jsm fixes the issue. Lesson learned: Don't leave anything untested.
MozReview-Commit-ID: I6bFQnKvoMh
--HG--
extra : transplant_source : %140%8As%BC%86%17%0A%FE%85%F2%97P%19i%D8%84%AD%87%ED
2016-07-05 16:17:52 -07:00
Mark Banner
cdc482dbfd
Bug 1256686 - System add-ons should have a more flexible maximum version for easier use with point releases. r=glandium
2016-07-05 18:40:44 +01:00
Kartikaya Gupta
570f040947
Bug 1256339 - Fix up handling for touch-derived contextmenu events on desktop. r=mconley,jimm
...
This patch stops the widget code from passing along touch-derived contextmenu
events straight from Windows to Gecko, and instead lets the APZ gesture
detection code handle it. This allows the contextmenu event to be prevented
according to web standards, e.g. if the touchstart event is cancelled.
This changes to browser.js will affect both Linux and Windows, but the behaviour
implemented is in line with native Windows touch behaviour. We may want to
add an alternate codepath for Linux to better simulate "native" Linux behavior,
if there is such a thing for touch-derived contextmenu.
MozReview-Commit-ID: 18qzK15ic8E
2016-07-05 13:24:54 -04:00
Dão Gottwald
cfd8f91885
Bug 1284482 - Remove useless parameters and variable declarations from _linkBrowserToTab and _createBrowser. r=allassopraise
2016-07-05 18:52:40 +02:00
Marina Samuel
657d6b3a21
Bug 1271075
: Sites on the new tab page opened with middle click in e10s should have a 'referrerURI'. r=ursulasarracini
2016-07-05 11:36:18 -04:00
Michael Kaply
81750bc647
Bug 1276054 - Uplift pocket changes from partner. r=gijs
...
--HG--
extra : rebase_source : 3a8e112fe65af8c9fd6c9e255dd8a6594266ebb1
extra : amend_source : 441e8723b08372f3f497fb4df703f3606501a66e
2016-07-05 09:34:30 -05:00
Gijs Kruitbosch
805399558d
Bug 1284497 - remove obsolete windowed preferences theming content, r=jaws
...
MozReview-Commit-ID: 19QT5X4mgLm
--HG--
extra : rebase_source : ffdad71da631f80a40e2e500ac7c654d20e33dd5
2016-07-05 14:57:34 +01:00
Carsten "Tomcat" Book
8b644db110
Merge mozilla-central to fx-team
2016-07-05 16:08:15 +02:00
Carsten "Tomcat" Book
8ff729f2c7
merge mozilla-inbound to mozilla-central a=merge
2016-07-05 16:03:24 +02:00
Carsten "Tomcat" Book
c5537a7c68
merge autoland to mozilla-central a=merge
2016-07-05 16:00:37 +02:00
gasolin
8d2ba71337
Bug 1204007 - Part 2 - Cross out permission icons in the Control Center when they have been blocked. r=paolo
...
MozReview-Commit-ID: EL06AzgMrkV
--HG--
extra : rebase_source : 9670637f24a7c5d8e3d1adc87e3ad2cf988d041d
2016-07-05 13:57:32 +01:00
Johann Hofmann
51cd2bf5a7
Bug 1204007 - Part 1 - Add blocked permission icons to glyphs.svg. r=paolo
...
MozReview-Commit-ID: 8LF7U0i18em
--HG--
extra : rebase_source : 6b19c737d28bff500878946776d017c59af84c01
2016-07-05 13:54:53 +01:00
Carsten "Tomcat" Book
d90190d784
Backed out changeset 730fcdccb26e (bug 742434)
2016-07-05 12:25:41 +02:00
Phil Ringnalda
fd248dd760
Merge f-t to m-c, a=merge
2016-07-04 14:47:52 -07:00
gasolin
229eb58d09
Bug 1284172 - remove redundant indexedDB-icon style on Linux; r=Gijs,past
...
MozReview-Commit-ID: Kx3nKrgn5cy
--HG--
extra : rebase_source : fd2b73ea95a1c33b000089ec710d26d2cec31b56
2016-07-04 11:07:39 +08:00
Marco Bonardo
0bd3c0c381
Bug 1283825 - Add a page-icon protocol to fetch the best icon for a url. r=adw
...
MozReview-Commit-ID: 3exDniH8Hkm
--HG--
extra : rebase_source : 299b288933f1a826aadffef4e9fab9559a7950ff
2016-06-30 18:17:44 +02:00
Gregory Szorc
54888373fe
Merge mozilla-central to autoland
2016-07-06 18:17:03 -07:00
Katie Broida [:ktbee]
ea0acf0476
Bug 1232679 - Improves the Windows 10 start menu tile by adding VisualElementsManifest files and larger icon images. r=glandium
2016-07-01 12:03:00 +02:00
Prakhar Gupta
f261560584
Bug 485265 - "JSON backup should force .json extension". r=mak77
2016-06-30 13:21:00 +02:00
Nihanth Subramanya
5dc506f154
Bug 1241084 - Ensure error page body is always at least as wide as content. r=Gijs
...
MozReview-Commit-ID: IybHlDmMoD8
2016-06-29 16:06:14 -07:00
Gijs Kruitbosch
26985de045
Bug 1283067 - followup, rs=obvious-oversight
...
MozReview-Commit-ID: 4aosVpyiOFO
2016-07-06 23:12:42 +01:00
Gijs Kruitbosch
ad8a268479
Bug 1283067, r=mak
...
MozReview-Commit-ID: JJpepH22gY5
--HG--
extra : rebase_source : 190fff1d031422198f0651a155556613fc5f6f32
2016-06-29 23:30:51 +01:00
Johann Hofmann
50d2b81c43
Bug 1267617 - Move notification anchors to the identity block. r=florian
...
MozReview-Commit-ID: BdqoYfjYlmP
--HG--
extra : rebase_source : 0ec84e44da0abbd8b466e76f838c8ff3e9dfbe56
extra : histedit_source : 351f8d9e6c540f3fb37824822bf53c8be22f6160
2016-07-04 12:56:29 +02:00
Dão Gottwald
fcd3a3f0a5
Bug 1276514 - Set permanentKey on tabs, not just on browsers. r=allassopraise
2016-07-06 16:09:26 +02:00
Dão Gottwald
a8cae36571
Bug 1249818 - Remove clip-path from background tabs. r=gijs
2016-07-06 12:24:04 +02:00
Marco Bonardo
3837320431
Bug 889561 - Reduce the size of places.sqlite by removing the url unique index from moz_places. r=adw
...
MozReview-Commit-ID: 2kxaXnUYIwT
--HG--
extra : rebase_source : bbcaf85a0346b5347fc94053b4f193e4b89f2995
2016-06-29 14:47:36 +02:00
Wes Kocher
7c9b5f12a6
Merge m-c to autoland, a=merge
2016-07-05 17:14:16 -07:00
Milan Sreckovic
61f06dcc3f
Bug 1282537: Better wording for the E10S restart required confirm box. r=jimm
...
MozReview-Commit-ID: sHQUi8Ec2L
--HG--
extra : rebase_source : 05d29a147f72174a9c8562d4d5dd7876a86b0fa9
2016-06-27 14:38:50 -04:00
Gijs Kruitbosch
d71d400a4a
Bug 1283565 - add telemetry to determine whether undo works and how often it's unavailable due to sync, r=dolske,data-r=bsmedberg
...
MozReview-Commit-ID: LwFrwbEQLtV
--HG--
extra : transplant_source : %151E%E3%5E%C0%1C%EB%3D%13%99%10%BC%C7%0C%F4%21%EEL%E8
2016-06-30 19:02:46 +01:00
Phil Ringnalda
1835ee2f20
Bug 1260177 - skip browser_social_chatwindowfocus.js on ASan for constant failures
2016-06-30 19:36:19 -07:00
Gijs Kruitbosch
efe8df2600
Bug 1280472 - fix focusing of text links in about:preferences, r=dao
...
MozReview-Commit-ID: 2lPFDTYVY99
--HG--
extra : rebase_source : b1b76a1aadf80cbe9a6d4f427a709046bf8eeffd
extra : source : d724f337b4f05a56fe90f05ccff06d09a3631eee
2016-06-22 18:57:28 +01:00
Jared Wein
7729b75894
Bug 1240439 - Remove padding, font-size, and min-height rules from being applied to tree-inputs so they will fit nicely in to their tree row. r=gijs
...
MozReview-Commit-ID: KUE3MtwDwvr
--HG--
extra : transplant_source : %CEo%EB%B9g%1C%2B7%23%8FM%86UFci%BEY%28%FA
2016-07-09 15:17:47 -04:00
Eitan Isaacson
3f3a56cd4c
Bug 1280134 - Add hidpi toolbar icon for Pocket. r=Gijs
...
MozReview-Commit-ID: JahNmCVd6ii
--HG--
extra : rebase_source : 27357388674d37b8ed157f47bdff3d530ab40577
2016-06-14 17:43:11 +01:00
Eitan Isaacson
a9e88b5ed6
Bug 1280133 - Add hidpi toolbar icons for Linux. r=Gijs
...
MozReview-Commit-ID: IhJC4tegT11
--HG--
extra : rebase_source : 8d4367abc4508664dbfee3972ba089eafe32c311
2016-06-14 13:41:39 +01:00
Jared Wein
d219d1bd02
Bug 1270395 - Simplify the markup and padding rules for the UI Tour panel. r=Gijs
...
MozReview-Commit-ID: GW5aht56XNv
--HG--
extra : rebase_source : 4f68656a9c0d66e6b523f720e283edd8890589cc
2016-07-12 17:39:50 -04:00
Wes Kocher
bacab7c0f8
Merge m-c to autoland, a=merge
2016-07-12 16:54:34 -07:00
Eitan Isaacson
38cb5ae087
Bug 1280135 - Make hidpi version of search-indicator icon work on Linux. r=florian
...
MozReview-Commit-ID: Fo7NlMOiRoJ
--HG--
extra : rebase_source : de088015cd4f4dfffbd44c944b73e724e815eefc
2016-06-14 22:57:07 +01:00
Nicholas Nethercote
a913f99107
Bug 1285554 - Remove remnants of widget/qt. r=dougt,mshal.
...
Because bug 1282866 removed Qt support but missed a bunch of things.
* * *
Bug 1285554 - more
--HG--
extra : rebase_source : c48d2485f1fdf1c961e08d91651bbca41e3a1a53
2016-07-12 09:16:45 +10:00
Wes Kocher
0dcab503c5
Merge m-c to inbound, a=merge CLOSED TREE
2016-07-12 17:16:47 -07:00
djmdev
b1f95dff78
Bug 1249494 - Move networkProxySOCKSRemoteDNS checkbox to clarify when it can be set. r=dolske
...
MozReview-Commit-ID: EhSDfiXhaxo
2016-07-09 17:56:38 +05:30
Ralph Giles
9075afbca0
Bug 1285323 - Update Linux tooltool rust to 1.10. r=mshal
...
Gecko builds of rustc and cargo. x86_64-unknown-linux-gnu host
targeting both x86_64 and i686.
rustc built with --enable-llvm-static-stdcpp --disable-docs
--enable-debuginfo --release-channel=stable from 'stable' branch
rust 1.10.0 (commit cfcb716cf0961a7e3a4eceac828d94805cf8140b)
cargo built from 'master' branch
cargo 0.11.0-119-g9f1ffdd (commit 9f1ffdd69b9fc564431e027a5043b303c7ec3808)
MozReview-Commit-ID: 4hq6dan8pk0
2016-07-12 15:33:30 -07:00
Justin Wood
27f34d80f1
Bug 1223385 - use in-tree compare-locales in Makefiles, r=gps
...
Also fix that the default merge dir in the mach command creates a directory
that's the merge make target, and thus keeps that make target from actually
running.
MozReview-Commit-ID: HWZBPxWuHSy
--HG--
extra : rebase_source : a39157ad9eb99f3eef5d149d003e62a235f92fc1
2016-07-08 11:59:27 -04:00
Justin Wood
3b3a7eeefd
Bug 1223385 - Remove unused extract-bookmarks.py. r=Pike
...
MozReview-Commit-ID: LAOBfvzf3v6
--HG--
extra : rebase_source : 691c9a3f49c8d4950e2349640ebdacaf711bb00d
2016-07-08 08:33:13 -04:00
Mike Conley
4f6a14b8c9
Bug 1241892 - Make View Source work in the sidebar browser. r=jryans
...
The sidebar browser is always non-remote, so when we open a new tab
to open view source for it, we should ensure that that tab is also
non-remote.
MozReview-Commit-ID: 3pH9okO3Boz
--HG--
extra : rebase_source : 89ba169a41b7071ed155047b625d557994ed96cf
2016-07-04 15:44:09 -04:00
Mike Conley
aabda2cf0f
Bug 1241892 - Make Page Info work for sidebar browser. r=florian
...
The modifications that were made in bug 1238180 assumed that
gBrowser.selectedBrowser from the opening window context would
be defined. This is true in normal browser tabs, but not so much
in the sidebar browser. This patch makes it so that callers can
supply a browser to override the assumption.
MozReview-Commit-ID: FKSyl7WUu1V
--HG--
extra : rebase_source : 54e163dc79c349fe84da4b9b3bab7f6462d82217
2016-07-04 15:42:45 -04:00
Chris Peterson
2b3b60f7b1
Bug 1277155 - Part 1: Remove snprintf() polyfills for VS2013 in Sprintf.h and #defines. r=froydnj r=mhowell
2016-06-27 20:45:03 -07:00
Jonathan Hao
5c43c6db43
Bug 1283709 - Test if cookies are restored correctly to container tabs. r=mikedeboer
...
MozReview-Commit-ID: 2NJlJ5tFsS4
--HG--
extra : amend_source : ae347962c3fb5ae2c20d960698d078553a99f17e
2016-07-06 01:39:00 +08:00
Jonathan Hao
5f61825cd1
Bug 1283709 - Map SessionCookies by origin attributes. r=mikedeboer
...
MozReview-Commit-ID: IAuKZdVWgNl
2016-07-06 01:45:00 +08:00
Gregory Szorc
f21ec324a6
Merge mozilla-central to mozilla-inbound
2016-07-06 18:30:58 -07:00
Gregory Szorc
021d3fdfc7
Merge mozilla-central to mozilla-inbound
2016-07-06 18:26:17 -07:00
Kartikaya Gupta
538a46e316
Bug 1251038 - Enable APZ by default in all.js. r=botond
...
The only platform for which this change is *not* a no-op is Mulet. Last time
I checked Mulet worked fine with APZ enabled but there were a few test failures.
Now I don't believe it's running in automation anyhwere so that shouldn't be
an issue. If it is, they can re-disable APZ easily enough if needed.
MozReview-Commit-ID: 5xKUuTOnubM
2016-07-06 15:19:32 -04:00
Carsten "Tomcat" Book
486d248cca
Merge mozilla-central to mozilla-inbound
2016-07-07 11:44:06 +02:00
Andrea Marchesini
60bdb1a86a
Bug 1276006 - Add telemetry to count how many users use container tabs - part 2, r=me
2016-07-07 11:14:41 +02:00
Andrea Marchesini
6761995b11
Bug 1276006 - Add telemetry to count how many users use container tabs, r=mconley, data-review=bsmedberg
2016-07-07 09:55:53 +02:00
Yoshi Huang
e24cc195d9
Bug 1274893 - remove -forbid- list from SafeBrowsing. r=francois
2016-07-11 16:11:32 +08:00
Carsten "Tomcat" Book
eec8b2656e
Merge mozilla-central to autoland
2016-07-02 11:16:11 +02:00
Mike Conley
4a3ae90945
Bug 1271607 - Pinned tabs should not restore as non-remote. r=mikedeboer
...
App tabs load immediately, and so there's no point in causing the remoteness
flipping machinery to kick off by making the pinned tabs non-remote by default.
MozReview-Commit-ID: 48O2mJSHurr
--HG--
extra : rebase_source : 975137009468db697b20f1b05569bc7e0ec48534
2016-06-29 13:49:57 -04:00
Carsten "Tomcat" Book
fcff88e7a8
Merge mozilla-central to autoland
2016-07-01 11:20:25 +02:00
Ursula Sarracini
4bcc463b44
Bug 1277668 - NewTabSearchProvider observing unknown topic showing up on console when adding search engines and in test r=oyiptong
...
MozReview-Commit-ID: 5pgiGy5HGqT
--HG--
extra : rebase_source : b6efa168f80976f4063d4b864e199baa54d46ff6
2016-06-29 10:22:55 -04:00
Wes Kocher
aac6bd4fa7
Merge m-c to fx-team, a=merge
2016-07-07 17:36:54 -07:00
Dão Gottwald
8dc6e0c14b
Bug 1282267 - Properly handle 0 as a possible registry key value when determining the window frame color. r=jaws
2016-07-07 20:55:19 +02:00
Jared Wein
b2327a9ba1
Bug 1284829 - Fix the sizes of the VisualElement files for the Win8/10 start menu tile. r=ktbee
...
MozReview-Commit-ID: I6FHR1PLPDK
--HG--
extra : transplant_source : y%CB%9D%1C%3E%FA_%7CJ%FF%5CE%A5B%BC%02%DAsc%AB
2016-07-06 10:19:44 -04:00
Jared Wein
976a722af4
Bug 1284827 - Fix the path to the VisualElement resources. r=ktbee
...
MozReview-Commit-ID: 6BwMWuES6XS
--HG--
extra : transplant_source : %D63%D2%C0n%E6P5%01y%27N%B6%2C%7D%3B%B3%B2%24%AA
2016-07-06 08:52:15 -04:00
Sebastin Santy
63a6c5cb8b
Bug 1275896 - Replace hard-coded support link for SEC_ERROR_UNKNOWN_ISSUER r=Gijs
2016-07-06 05:00:00 +02:00
Sebastin Santy
906f10c8eb
Bug 1269820 - Remove green lock with grey triangle when Mixed Active Content is Blocked r=florian
2016-07-06 11:32:00 +02:00
Jared Wein
78099b5a1b
Bug 1251071 - "New bookmark" popup disappears if I reopen it after creating bookmark. r=mak
...
MozReview-Commit-ID: DNqcu5vxrBG
* * *
MozReview-Commit-ID: 3KoNVklCK8d
2016-07-06 07:27:00 +02:00
Carsten "Tomcat" Book
3a42c363cc
merge mozilla-inbound to mozilla-central a=merge
2016-06-30 12:33:41 +02:00
Carsten "Tomcat" Book
61ce4d4d5c
merge fx-team to mozilla-central a=merge
2016-06-30 11:54:32 +02:00
Xidorn Quan
4b271deafa
Bug 1282334 followup - Remove pointless DOMFullscreenHandler._fullscreenDoc. r=dao
...
MozReview-Commit-ID: HHoDOeVJNu2
--HG--
extra : source : e51d628bfe236d221e1b9a53d67f2f47b1a7aecb
2016-06-30 14:57:30 +10:00
Xidorn Quan
6415838678
Bug 1282334 part 1 - Not check transaction id for non-e10s. r=dao
...
Before this patch, there are two issues for non-e10s window:
* The initial entering fullscreen would hit timeout because we do not
record lastTransitionId for entering for non-e10s, and a number is
never larger than undefined, so MozAfterPaint never triggers the
message it should trigger.
* Every exiting fullscreen may hit timeout because when we record the
transition id in DOMFullscreen:CleanUp, the last paint for fullscreen
change may have completed, and consequently we won't receive any new
MozAfterPaint with a larger transition if the page is static.
MozReview-Commit-ID: IWCC6QHA3AL
--HG--
extra : source : 3be19433697e710d33e25f30baf78342ae25d956
2016-06-30 14:57:30 +10:00
Gijs Kruitbosch
0423031f08
Bug 1283267 - save start time of automigration when we save the finished time, to ensure both actually get written to prefs, r=Dolske
...
MozReview-Commit-ID: J4foRyWlJTv
--HG--
extra : rebase_source : b0c75e8a66468d063ddfd6cf21bdc0085072d64e
2016-06-29 20:59:23 +01:00
Gijs Kruitbosch
b1bd30f80e
Bug 1199678 - recognize MS Edge in MigrationUtils.jsm for default browser detection, r=Dolske
...
MozReview-Commit-ID: Bmuyv59fRAv
--HG--
extra : rebase_source : 0869e916cf5adda158f417d0a50160a37bc8ff40
2016-06-29 19:37:48 +01:00
Carsten "Tomcat" Book
5c90a99952
merge mozilla-inbound to mozilla-central a=merge
2016-06-29 16:13:05 +02:00
Carsten "Tomcat" Book
a982df321d
Backed out changeset ceff61c9fc5a (bug 889561) for frequent testfailures on pgo in /bookmarks/test_
...
--HG--
extra : rebase_source : 84d364e67739738da807b9d83c3338ebd8a086a6
2016-06-29 13:54:51 +02:00
Dão Gottwald
05ac665f2c
Bug 1255989 - Bookmarks toolbar items should inherit -moz-window-dragging from the parent toolbar. r=gijs
2016-06-29 12:39:03 +02:00
Mark Banner
209681b65b
Bug 1282899 - Land version 1.4.2 of the Loop system add-on in mozilla-central, rs=Standard8 for already reviewed code.
2016-06-29 11:07:08 +01:00
Jonathan Kingston
1a20c85c2d
Bug 1281493
- Add another selector for identity popup main view as XBL bindings sometimes have a race condition. Removing surplus identity-popup-security-content selector. r=gijs
...
MozReview-Commit-ID: DxAX18vGXHN
--HG--
extra : transplant_source : %5C%84%F0%E3%FE%B5%05%11%23g9r%5B%0AG%E2%06%92%7E%7E
2016-06-28 14:18:02 +01:00
Brad Lassey
b1a7d53d2f
bug 1186948 - Follow up, need to QI the plugin tag r=mconley
2016-06-10 16:41:31 -04:00
Edouard Oger
90d7db5624
Bug 1214801 - Keep the panelUI fxa status bar state in customization mode. r=markh
...
MozReview-Commit-ID: 1VDCgiqB678
--HG--
extra : transplant_source : %F2%1E%FFc%BB%D8%E9%DD%18%85%D1%EB%80b%3E%BE%A35p7
2016-06-08 11:34:34 -07:00
Gijs Kruitbosch
51c24100f1
Bug 1281602 - rework automigration telemetry to use an enumerated histogram, r=bsmedberg,dolske
...
MozReview-Commit-ID: 37XarohGgMN
--HG--
extra : rebase_source : 34134ccfb413eae7d25c811008a8dc647dbbeba4
extra : amend_source : 4d04fc59349673c7f6540fd9468b0d78409262ca
2016-06-23 10:02:59 +01:00
Gijs Kruitbosch
579b36016a
Bug 1276694 - store recency of browser data in telemetry when importing to see how good a predictor default browser is, r=dolske,bsmedberg
...
MozReview-Commit-ID: 16uPNGGDE68
--HG--
extra : rebase_source : fdb3ad8a3429079cb23cddd4a003b03043a95728
2016-05-30 17:10:54 +01:00
Mark Banner
bfad3493cd
No bug. Fix run-all-loop-tests.sh for Loop to correct the location of browser_devices_get_user_media_about_urls.js as it moved. rs=dmose NPOTB DONTBUILD
2016-06-28 20:35:38 +01:00
Gijs Kruitbosch
ef400acc5c
Backed out changeset d724f337b4f0 (bug 1280472) for not working correctly (opening spurious new tabs), see bug 1282794
...
MozReview-Commit-ID: IHDvXQAhs5j
--HG--
extra : amend_source : 9b412eb6eb3a73178efbe2e8a5c8b4efc820fbb9
2016-06-28 17:19:40 +01:00
Gijs Kruitbosch
a580940405
Bug 1271799 - implement undo functionality in automigration code, r=mak
...
MozReview-Commit-ID: 28yvZyVimOx
--HG--
extra : rebase_source : 216da87f46d1bb7cde17507431b04b8bbc3367c3
2016-06-20 12:12:28 +01:00
Carsten "Tomcat" Book
bd81760f9c
Merge mozilla-central to fx-team
2016-06-28 16:14:58 +02:00
Carsten "Tomcat" Book
261fe13dcd
merge mozilla-inbound to mozilla-central a=merge
2016-06-28 16:09:05 +02:00
Carsten "Tomcat" Book
faeec86517
merge fx-team to mozilla-central a=merge
2016-06-28 16:06:34 +02:00