Граф коммитов

41508 Коммитов

Автор SHA1 Сообщение Дата
Carsten "Tomcat" Book d90190d784 Backed out changeset 730fcdccb26e (bug 742434) 2016-07-05 12:25:41 +02:00
Julian Hector a4e6059aeb Bug 742434 - Part 2: Introduce pref to control content sandbox. r=jld
MozReview-Commit-ID: HyNozlK5SAE
2016-06-16 12:39:07 +02:00
Sebastin Santy ca2c44560e Bug 1282455 - Use dedicated "Learn more..." link on time related cert error pages. r=johannh r=Gijs 2016-07-04 10:39:00 +02:00
Jessica Jong ba75f42662 Bug 1278737 - Add 'month' to the list of valid types attributes for <input>. r=smaug
--HG--
rename : dom/html/test/forms/test_experimental_forms_pref.html => dom/html/test/forms/test_input_types_pref.html
2016-07-03 23:19:00 +02:00
Phil Ringnalda 1f0bd802c7 Merge m-c to m-i 2016-07-04 15:08:23 -07:00
Phil Ringnalda fd248dd760 Merge f-t to m-c, a=merge 2016-07-04 14:47:52 -07:00
Mike Conley 4cdd10cd4c Backed out changeset 776f0bb21587 for causing bug 1284203.
MozReview-Commit-ID: KtsmLahe1hC

--HG--
extra : rebase_source : a2ae9fbf3bf7b9301c389331ba7f6cbfee3148ba
2016-07-04 13:38:52 -04:00
Mike Conley 72965dae83 Backed out changeset aa4557a5485f for causing bug 1284203.
MozReview-Commit-ID: IWWF3q6OZjA

--HG--
extra : rebase_source : e6ad625ab44475845969d29cfed2e1251d75d837
2016-07-04 13:36:02 -04: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
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
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
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
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
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
Panos Astithas ea25947578 Bug 1241746 - Fix padding for RTL locales. rs=Pike
MozReview-Commit-ID: 1mIhSUQ2p7d
2016-06-28 12:44:21 +03:00
Deepjyoti Mondal 6e8bc44e1f Bug 1241746 - Improve the wrapping of the reporting section in about:neterror. r=past
Added CSS style for propper wrapping of the word "sites" and subsequent words.

MozReview-Commit-ID: 8xjVTIkEfP5
2016-06-28 12:24:40 +03:00
Carsten "Tomcat" Book c1cb5a12bd Backed out changeset 00312b136937 (bug 968273) for causing regressions 2016-06-28 10:03:25 +02:00
Carsten "Tomcat" Book aa5cdbd0b4 Backed out changeset 8f48d2f1fa58 (bug 1233986)
--HG--
extra : rebase_source : 5005fdaf6c671120997b70837572713ef5042905
2016-06-27 13:19:09 +02:00
Florian Quèze ebdb5bfa6c Bug 1281427 - Cleanup calls to SpecialPowers.push/popPrefEnv, r=Gijs. 2016-06-27 12:23:57 +02:00
Florian Quèze 2bea944092 Bug 1281427 - merge get_user_media_helpers.js into head.js, r=Gijs. 2016-06-27 12:23:57 +02:00
Florian Quèze df052b0efe Bug 1281427 - move browser_devices_* tests to a webrtc folder, r=Gijs.
--HG--
rename : browser/base/content/test/general/browser_devices_get_user_media.js => browser/base/content/test/webrtc/browser_devices_get_user_media.js
rename : browser/base/content/test/general/browser_devices_get_user_media_about_urls.js => browser/base/content/test/webrtc/browser_devices_get_user_media_about_urls.js
rename : browser/base/content/test/general/browser_devices_get_user_media_anim.js => browser/base/content/test/webrtc/browser_devices_get_user_media_anim.js
rename : browser/base/content/test/general/browser_devices_get_user_media_in_frame.js => browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js
rename : browser/base/content/test/general/get_user_media.html => browser/base/content/test/webrtc/get_user_media.html
rename : browser/base/content/test/general/get_user_media_content_script.js => browser/base/content/test/webrtc/get_user_media_content_script.js
rename : browser/base/content/test/general/get_user_media_helpers.js => browser/base/content/test/webrtc/get_user_media_helpers.js
2016-06-27 12:23:57 +02:00
Carsten "Tomcat" Book fa3eb6a9b1 Merge mozilla-central to fx-team 2016-06-27 12:04:12 +02:00
Carsten "Tomcat" Book 43613b3e84 merge mozilla-inbound to mozilla-central a=merge 2016-06-27 11:58:47 +02:00
Alessio Placitelli b460cfd546 Bug 1233986 - Add test coverage. r=gfritzsche
MozReview-Commit-ID: 1Mi2ogNvy2o
2016-06-27 00:27:00 +02:00