Nicholas Nethercote
ae26e5712f
Bug 1263484 - Remove the JS_MAIN_RUNTIME_TEMPORARY_PEAK telemetry measurement. r=chutten.
...
It's no longer useful.
2016-04-11 09:33:35 +10:00
Blake Kaplan
2b49fe81be
Bug 1263736 - Don't pass a wrapped native through IPC. r=felipe
2016-04-11 14:23:00 -04:00
Morgan Phillips
fa1977d377
Bug 1255133 - Surface the most common JavaScript errors; r=bgrins
2016-04-08 01:06:32 -07:00
Ryan VanderMeulen
c689b1573b
Merge inbound to m-c. a=merge
2016-04-10 16:20:04 -04:00
Andrea Marchesini
0d6b911fbc
Bug 1259169 - nsICookieManager::remove() should be back-compatible, r=jdm
2016-04-10 05:46:07 +01:00
Luca Greco
94641d8be7
Bug 1256282 - [webext] Fix addonId checks in getAPILevelForWindow and add an xpcshell test unit. r=kmag
...
MozReview-Commit-ID: HVoUAMOKqTZ
2016-04-04 13:46:17 +02:00
Luca Greco
79880ae85c
Bug 1256282 - [webext] options_ui browsers should have access to the full WebExtension API. r=kmag
...
MozReview-Commit-ID: E1GwT0zfGie
2016-04-08 16:00:48 +02:00
Ryan VanderMeulen
6ed49cb57a
Merge m-c to fx-team. a=merge
2016-04-09 10:09:49 -04:00
Wes Kocher
8a80b14f72
Merge fx-team to central, a=merge
...
MozReview-Commit-ID: yuSA0kqs0F
2016-04-08 15:26:49 -07:00
Carsten "Tomcat" Book
38bd1d0e89
merge mozilla-inbound to mozilla-central a=merge
2016-04-08 12:00:31 +02:00
Dave Townsend
6c83da2486
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
2016-04-05 11:30:51 -07:00
Dave Townsend
769fc8f245
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
2016-04-05 11:33:48 -07:00
bsilverberg
58f54923c0
Bug 1262542 - WebExtension notifications seem to fail on Nightly. r=kmag
...
MozReview-Commit-ID: 4NaB9xHKFqq
2016-04-06 15:00:36 -04:00
Ryan VanderMeulen
f16cc2b8b7
Backed out changeset 7d5f1e9ce04c (bug 1259169) for various cookie-related crashes and test failures.
2016-04-09 15:36:07 -04:00
Ryan VanderMeulen
866dcfbed0
Merge m-c to inbound. a=merge
2016-04-09 15:22:21 -04:00
Andrea Marchesini
c505892d92
Bug 1259169 - nsICookieManager::remove() should be back-compatible, r=jdm
2016-04-09 19:09:49 +01:00
Wes Kocher
d34e61e3ec
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 9YZdlIARozU
2016-04-08 16:47:03 -07:00
Wes Kocher
6244897c20
Merge m-c to fx-team, a=merge
...
MozReview-Commit-ID: AOSIMTNjHLv
2016-04-07 13:50:04 -07:00
Wes Kocher
afb79fc224
Merge inbound to central, a=merge
...
MozReview-Commit-ID: L8YZYtbmper
2016-04-07 13:42:10 -07:00
Wes Kocher
456429b1ac
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
111cdec4a4
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
2680b7869a
Bug 1217944 - Part 2 - Support wildcards in web_accessible_resources r=kmag
...
MozReview-Commit-ID: Ln6JJ5lxc3w
2016-04-06 13:20:23 -07:00
Andrew Swan
354791b132
Bug 1217944 - Part 1 - Make MatchGlobs work on arbitrary strings r=kmag
...
MozReview-Commit-ID: CK39lpGglKA
2016-04-06 13:07:47 -07:00
Cykesiopka
47897457e6
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
2016-04-03 00:58:43 -07:00
Dimi Lee
0a27ad714d
Bug 1172688 - Add telemetry for when gethash calls timeout. r=francois, r=bsmedberg
...
MozReview-Commit-ID: 8GZmlhgWhmy
2016-04-06 11:35:26 +08:00
Rutuja
68296e1f2e
Bug 1061521 - "Throw Component.exceptions instead of strings in about:memory"/. r=mconley
2016-04-05 11:28:00 +02:00
Jonathan Watt
371d8c00d2
Bug 1263144 - Silence startup JavaScript strict warning in TelemetryEnvironment.jsm. r=gfritzsche
2016-03-23 17:01:31 +00:00
Michelangelo De Simone
d54d30bae7
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
b2e3b6684b
Bug 1247443 - Monitor browser.tabs.animate in telemetry (r=gfritzsche)
2016-04-07 17:15:25 -07:00
Andrzej Hunt
55e235263f
Bug 1234331 - Push article into readercache when bookmarking readerview page r=margaret
...
MozReview-Commit-ID: D7Yy45xkFd8
2016-03-29 20:08:09 -07:00
Philip Chee
9afe96349f
Bug 1263262 - Do not hide the menubar in the View Partial Source window r=mconley
2016-04-09 03:40:10 +08:00
Eitan Isaacson
39af3e9415
Bug 1262006 - Swap narrate start/stop button tooltip states. r=Gijs
...
MozReview-Commit-ID: 4cRneVhQclY
2016-04-07 16:15:06 -07:00
Ryan VanderMeulen
f4de591d66
Backed out changeset 0712c02d259e (bug 1247239) because it regressed update staging.
2016-04-08 12:13:09 -04:00
Carsten "Tomcat" Book
4643fcd169
Backed out changeset 74330da56b82 (bug 1259169) for assertion failures in nsCookieService.cpp:2390
2016-04-08 14:47:39 +02:00
Jonathan Watt
dd031ae560
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
8100cd23b7
Bug 1259169 - nsICookieManager::remove() should be back-compatible, r=jdm
2016-04-08 12:38:15 +01:00
Michael Comella
cda19339ec
Bug 1246816 - Add docs for profileDate. r=gfritzsche
...
MozReview-Commit-ID: 3KvGVjNev2r
2016-03-31 15:40:38 -07:00
Florian Quèze
e4fb1b9fd6
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
ead4761061
merge fx-team to mozilla-central a=merge
2016-04-06 11:59:25 +02:00
Drew Willcoxon
be5007495c
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
35439631b0
Bug 1259510 - record usage of the search service's update feature, r=adw,bsmedberg.
2016-04-05 12:13:55 +02:00
Carsten "Tomcat" Book
3fdcdfe8e9
Merge mozilla-central to fx-team to fix 2 perma failures
2016-04-05 10:36:40 +02:00
Carsten "Tomcat" Book
56a1050407
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
Ryan VanderMeulen
2e86998705
Merge inbound to m-c. a=merge
2016-04-04 23:34:14 -04:00
Andrew Swan
bec569cacf
Bug 1262003 - Back out changeset 983702f6874c. r=kmag
...
MozReview-Commit-ID: 10GVdKTFjiR
2016-04-04 16:09:32 -07:00
Chris Manchester
a3478d13f6
Bug 1242051 - Add inter-directory test support file dependencies to ini manifests. r=gps
...
Previously, every test and support file would be synced to the objdir
when running any test. Now that only those support files and tests requested
are synced, we note support files required beyond those in a test's
directory in ini manifests.
MozReview-Commit-ID: EmlDz9d4lqt
2016-04-04 14:56:52 -07:00
Jeff Muizelaar
d0aa19d58f
Bug 1259466. Rename layers.offmainthreadcomposition.enabled. r=milan
...
We would rather people not use this pref.
2016-04-04 17:15:00 -04:00
Josh Matthews
71aaa867f5
Bug 1255576 - Ensure IPC notifications for content preference observers include privacy status. r=adw
2016-04-04 15:26:09 -04:00
Josh Matthews
f3ecac3ed9
Bug 1255576 - Propagate privacy status for removed content preferences to observers. r=adw
2016-04-04 15:25:58 -04:00
Matt Howell
388b7d79a8
Bug 1247239 - Remove copying of updater.exe for service updates; r=rstrong
...
MozReview-Commit-ID: 1Nz2v1d51nk
2016-04-01 15:53:04 -07:00