Commit Graph

33679 Commits

Author SHA1 Message Date
Andrea Marchesini
d09d8959fe Bug 1259169 - nsICookieManager::remove() should be back-compatible, r=jdm 2016-04-09 19:09:49 +01:00
Wes Kocher
dfc7e5253f Merge m-c to inbound, a=merge
MozReview-Commit-ID: 9YZdlIARozU
2016-04-08 16:47:03 -07:00
Wes Kocher
b6d0503738 Merge fx-team to central, a=merge
MozReview-Commit-ID: yuSA0kqs0F
2016-04-08 15:26:49 -07:00
Chris Manchester
b2564f6046 Bug 1263227 - Include head.js in support-files in toolkit/mozapps/extensions/test/browser/browser.ini to avoid failures when running individual tests locally. r=mossop
MozReview-Commit-ID: G5p2C8kAmBE

--HG--
extra : rebase_source : 1b6a5e122e024adfa53c31a16b319c86c2eccf85
2016-04-08 11:04:20 -07:00
Carsten "Tomcat" Book
a0247db7af merge mozilla-inbound to mozilla-central a=merge 2016-04-08 12:00:31 +02:00
Dave Townsend
b6c94f538f Bug 1257246: Update webextension APIs for eslint 2. r=kmag
ESLint 2 now flags anonymous generator functions that don't match the
generator-star-spacing rule so this mostly is fixing that.

MozReview-Commit-ID: 5sLaF26sd0E

--HG--
extra : rebase_source : 6008f48c94e4a8e5bd2ed2f8a95e764e4aa39cdb
extra : histedit_source : 6f0151c184ee2e4288f3ec9c5a85a65e975d46e1
2016-04-05 11:30:51 -07:00
Dave Townsend
6e44ebad84 Bug 1257246: Update toolkit for eslint 2. r=Gijs
Most of this is fixing functions that in some cases return a value but then
can also run to completion without returning anything. ESLint 2 catches this
where previous versions didn't. Unless there was an obvious other choice I just
made these functions return undefined at the end which is effectively what
already happens.

MozReview-Commit-ID: KHYdAkRvhVr

--HG--
extra : rebase_source : 720cc9d864175248508146a7f4704b4bf3f02439
extra : histedit_source : 6cc0ecbf21a571e1a41d517b67512a3452fac19a
2016-04-05 11:33:48 -07:00
Dave Townsend
5a830b3dbf Bug 1257246: Update toolkit/mozapps/extensions for eslint 2. r=aswan
Most of this is fixing functions that in some cases return a value but then
can also run to completion without returning anything. ESLint 2 catches this
where previous versions didn't. Unless there was an obvious other choice I just
made these functions return undefined at the end which is effectively what
already happens.

MozReview-Commit-ID: CRpZy873GP6

--HG--
extra : rebase_source : d355e5f0f13211cbd81e2a91cfe6191f5e84adb2
extra : histedit_source : eb85af7438b493a22fd9a4c32ab254e6a01b7cb3
2016-04-05 11:32:12 -07:00
Dave Townsend
92b18b36e8 Bug 1257246: Update eslint rules for eslint 2. r=MattN
Rename the rules that ESLint 2 no longer supports to the new names. Ignore the
microformat test suite as it is external code.

MozReview-Commit-ID: BgIxFERjHp1

--HG--
extra : rebase_source : 9f02a87f9a843b427b021caa72db9eb766287151
extra : histedit_source : 954abc7e447ac6cdd36290ade7adec626f4fe4fb
2016-04-05 11:33:12 -07:00
bsilverberg
9f8f48580a Bug 1262542 - WebExtension notifications seem to fail on Nightly. r=kmag
MozReview-Commit-ID: 4NaB9xHKFqq

--HG--
extra : transplant_source : Q0%03D%A2%C42%3D%C9%F5%1A%9D%E4%D5%88M%CE%9Cv%D0
2016-04-06 15:00:36 -04:00
Drew Willcoxon
6af8be8802 Bug 1262783 - Properly handle overflow/underflow for awesomebar items that are completely reused. r=mak
MozReview-Commit-ID: zyeZCHSHT6
2016-04-07 16:20:32 -07:00
Wes Kocher
bfa75db23b Merge m-c to fx-team, a=merge
MozReview-Commit-ID: AOSIMTNjHLv
2016-04-07 13:50:04 -07:00
Wes Kocher
51eb5dbf5a Merge inbound to central, a=merge
MozReview-Commit-ID: L8YZYtbmper
2016-04-07 13:42:10 -07:00
Wes Kocher
8238900936 Backed out changeset afdf37e3d610 (bug 1061521) for failures in test_aboutmemory3.xul and test_aboutmemory4.xul
MozReview-Commit-ID: 40hhqcZkMxP
2016-04-07 09:03:19 -07:00
Rutuja
e51cb44616 Bug 1061521 - "Throw Component.exceptions instead of strings in about:memory" [r=mconley]
MozReview-Commit-ID: 382gI3XllVq
2016-04-05 11:28:00 -04:00
Andrew Swan
4887be777d Bug 1217944 - Part 2 - Support wildcards in web_accessible_resources r=kmag
MozReview-Commit-ID: Ln6JJ5lxc3w

--HG--
extra : transplant_source : T%08%A4%E32%01%A9%91%25X%95%14dU%1B%BDd%D97%85
2016-04-06 13:20:23 -07:00
Andrew Swan
8aa15a9f8c Bug 1217944 - Part 1 - Make MatchGlobs work on arbitrary strings r=kmag
MozReview-Commit-ID: CK39lpGglKA

--HG--
extra : transplant_source : m%0C%D4%E0W%00%0F%00%D05%1E%8D%D8%91%C2%218nFB
2016-04-06 13:07:47 -07:00
Cykesiopka
d0633097bc Bug 1247798 - Make nsUrlClassifierDBService::Init() register pref observers only in the success case. r=gcp
These observers should only be added when everything else has succeeded.
Failing to do so can cause long shutdown hangs in certain situations such as during periodic HSTS update runs.

MozReview-Commit-ID: IoJ4PscS1u3

--HG--
extra : transplant_source : %28%A8%D6l%FF%BB%F7%B90%F8%AC%D0P%2A%14K%0B%16%18W
2016-04-03 00:58:43 -07:00
Dimi Lee
9c4398499b Bug 1172688 - Add telemetry for when gethash calls timeout. r=francois, r=bsmedberg
MozReview-Commit-ID: 8GZmlhgWhmy

--HG--
extra : transplant_source : %F6%D2%9F%7B%A0%0D%F0%B8%8C%89%90%D1X%1E%AD%C5%D7%0B%07%7F
2016-04-06 11:35:26 +08:00
Rutuja
68e37c756b Bug 1061521 - "Throw Component.exceptions instead of strings in about:memory"/. r=mconley 2016-04-05 11:28:00 +02:00
Carsten "Tomcat" Book
1542317855 merge mozilla-inbound to mozilla-central a=merge 2016-04-07 11:52:05 +02:00
Cervantes Yu
3540ae23db Bug 1257486 - Annotate global memory status in the crash reporter for child process; r=bsmedberg
MozReview-Commit-ID: ExVZS3aAp41

--HG--
extra : rebase_source : 9ddf96d5ce95aa96629e8772ae33719a6898e235
2016-03-29 19:16:09 +08:00
Makoto Kato
daa228c32b Bug 1262335 - Part 2. Remove Android GB/HC defines from OMX. r=snorp
MozReview-Commit-ID: HKbYZXftKBc

--HG--
extra : rebase_source : ac07306100914857848ca58714a517c4069711da
2016-04-06 17:30:17 +09:00
Wes Kocher
06944947a0 Backed out changeset 069c82269f81 (bug 1258375) for Windows xperf failures
MozReview-Commit-ID: DwhDorbB2PO
2016-04-06 16:51:48 -07:00
Kai Engert
02dd23b86a Bug 1258375, NSS_3_24_BETA4 and required adjustments to PSM and packaging, r=martin.thomson, r=glandium 2016-04-06 21:43:36 +02:00
Jonathan Watt
ff21aa9320 Bug 1263271 - Avoid startup JavaScript strict warning in resource://gre/modules/addons/XPIProvider.jsm. r=Mossop 2016-03-23 19:27:16 +00:00
Jonathan Watt
c79946155d Bug 1263144 - Silence startup JavaScript strict warning in TelemetryEnvironment.jsm. r=gfritzsche 2016-03-23 17:01:31 +00:00
Michelangelo De Simone
a3019e2338 Bug 1255198 - [Telemetry] Add geolocation Telemetry probes to record fulfilled requests according to document.isVisible. r=jdm, data-review=bsmedberg
MozReview-Commit-ID: 85bsEWEWa3w
2016-03-21 15:42:18 -07:00
Bill McCloskey
ffadc9d7d7 Bug 1247443 - Monitor browser.tabs.animate in telemetry (r=gfritzsche) 2016-04-07 17:15:25 -07:00
George Wright
5d010a6843 Bug 1237769 - Disable e10s on Windows XP if layers acceleration is requested r=milan 2016-04-06 13:30:46 -04:00
Philip Chee
f9af648597 Bug 1263262 - Do not hide the menubar in the View Partial Source window r=mconley
--HG--
extra : transplant_source : %04%20%C2%F2%D5%B3%21V%9C%E7%B5%D3%AFe%3D%CF%E0%1DB%91
2016-04-09 03:40:10 +08:00
George Wright
e75c590407 Revert "Bug 1114647 - Rename "plugin-container" to "firefox-webcontent" and create a new executable target for Win32 called "firefox-plugin-container" r=ted,jhamer" because of widespread breakage due to whitelisted executable names in third parties
This reverts commit a94b5f861bd0d25043a3bb7a0c3128acf8c0b93a.


--HG--
rename : ipc/contentproc/firefox-webcontent.cpp => ipc/contentproc/plugin-container.cpp
2016-04-08 13:34:40 -04:00
George Wright
2f920d9592 Revert "Bug 1261416 - Rename firefox-plugin-container back to plugin-container to satisfy Flash's protected mode checks, and ensure that we launch the correct binary r=ted" because of widespread breakage due to whitelisted executable names in third parties
This reverts commit 2d44e8ffaf63a32292f8e5b8fdd1485d0a462afc.
2016-04-08 13:33:27 -04:00
Eitan Isaacson
3646392a62 Bug 1262006 - Swap narrate start/stop button tooltip states. r=Gijs
MozReview-Commit-ID: 4cRneVhQclY

--HG--
extra : rebase_source : 7f680fc81804b89166c6845b28c59056ee3a04c5
2016-04-07 16:15:06 -07:00
Ryan VanderMeulen
59d32bcab0 Backed out changeset 0712c02d259e (bug 1247239) because it regressed update staging.
--HG--
extra : rebase_source : ec4834ba5bb4904f4c6037655eb69bff589faac5
2016-04-08 12:13:09 -04:00
Carsten "Tomcat" Book
78d9f80444 Backed out changeset 74330da56b82 (bug 1259169) for assertion failures in nsCookieService.cpp:2390 2016-04-08 14:47:39 +02:00
Jonathan Watt
6b407c6579 Bug 1263042 - When the crash reporter is disabled, avoid JavaScript strict warnings in Telemetry code during startup. r=gfritzsche 2016-03-23 10:24:41 +00:00
Andrea Marchesini
87827f2189 Bug 1259169 - nsICookieManager::remove() should be back-compatible, r=jdm 2016-04-08 12:38:15 +01:00
Michael Comella
972f4181f9 Bug 1246816 - Add docs for profileDate. r=gfritzsche
MozReview-Commit-ID: 3KvGVjNev2r

--HG--
extra : rebase_source : 512bf08b6685e13319831cf97bf6032681de677e
2016-03-31 15:40:38 -07:00
Florian Quèze
4751f9a17d Bug 1259139 - record in telemetry the validity of the current engine's loadPathHash, r=adw. 2016-04-06 15:54:15 +02:00
Carsten "Tomcat" Book
1a78cc422f Merge mozilla-central to fx-team 2016-04-06 12:20:37 +02:00
Carsten "Tomcat" Book
79727b926b Backed out changeset 1bad1b961817 (bug 1243722) for test failures in test_recipe_login_fields.html
--HG--
extra : rebase_source : b3851154a19436441994bdf8ab61a1503b890fee
2016-04-06 12:18:39 +02:00
Carsten "Tomcat" Book
dddbd2f44f merge fx-team to mozilla-central a=merge 2016-04-06 11:59:25 +02:00
Blair McBride
d29a95561e Bug 1262055 - Fix browser_bug562797.js to work under e10s. r=Mossop
--HG--
extra : transplant_source : %B6%E8A%E9%FEH%A6%03%22gZ%C7%99%CA%23%F7%AB%AC%0C%80
2016-04-06 20:28:47 +12:00
Blair McBride
0217473321 Bug 1262051 - Enable browser_discovery.js on e10s. r=Mossop
--HG--
extra : transplant_source : %FB%A16%7F%CB%8EG%DE_%CB9%22%D3%25%F9%C4%DF%2A%0F%01
2016-04-06 20:28:11 +12:00
Timothy Guan-tin Chien
30229f6ecd Bug 1243722 - Introduce notUsernameSelector in passwordmgr recipes, r=MattN
Additionally, add a recipe for Facebook.

MozReview-Commit-ID: 2l60v7R0TPP

--HG--
extra : rebase_source : ac46dd5d759613d540cf4145c24610b279015c0c
2016-04-01 14:25:14 +08:00
Drew Willcoxon
ee27759c39 Bug 1181078 - Implement new awesomebar popup design. r=mak
Based on an earlier patch by Marco Bonardo <mbonardo@mozilla.com>.

MozReview-Commit-ID: 7S0OoTGivbC
2016-04-05 18:56:54 -07:00
Florian Quèze
13873d680d Bug 1259510 - record usage of the search service's update feature, r=adw,bsmedberg.
--HG--
extra : rebase_source : 95b84e7c1cc0a7f1b84d60f278ad257af405b498
2016-04-05 12:13:55 +02:00
Carsten "Tomcat" Book
8f42935451 Merge mozilla-central to fx-team to fix 2 perma failures 2016-04-05 10:36:40 +02:00
Carsten "Tomcat" Book
fad84a5168 Backed out changeset 864320b75e76 (bug 1259466) for suspicion this caused bc 7 test failures on m-c 2016-04-05 08:54:01 +02:00