Nikhil Marathe
ea76ea7a04
Bug 914481 - Patch 4 - Track why we fail to deliver notifications to Service Workers. r=kitcambridge
...
--HG--
extra : rebase_source : 66bb02452a4b5ffb77157d0f7a44d56b327c360c
2015-08-06 16:59:35 -07:00
Nikhil Marathe
6e258d2336
Bug 914481 - Patch 3 - Subscription and quota expiration times. r=kitcambridge, p=ally
...
--HG--
extra : rebase_source : d6a29b72e95cb8b75492d2f7634dcefed86ae2dd
2015-08-06 12:05:47 -07:00
Nikhil Marathe
3fc51ef7fd
Bug 914481 - Patch 2 - Track subscribe and unsubscribe success/failure. r=kitcambridge
...
--HG--
extra : rebase_source : 4d605f0557e9e1b5a40e4a518e5f6c9b53e85068
2015-08-05 17:03:49 -07:00
Nikhil Marathe
af12419237
Bug 914481 - Patch 1 - Push usage and permissions telemetry. r=kitcambridge
...
--HG--
extra : rebase_source : 454b8cb5d061574223fab9f53b649efc5566767b
2015-08-05 15:12:11 -07:00
Gian-Carlo Pascutto
6051bff6eb
Bug 1204367 - Only do SafeBrowsing debug logging when debug is enabled. r=francois
2015-09-17 09:59:26 +02:00
Nicholas Nethercote
f429eae6a5
Bug 1203427 (part 5) - Add logging of timer firings. r=froydnj.
2015-09-10 00:50:51 -07:00
Chris Pearce
7cbbd23be8
Bug 1205178 - Make GMPProvider check that GMPs are the right arch before loading. r=spohl
2015-09-17 13:28:48 +12:00
Nathan Froyd
18fd6a8393
Backout c5b25c30befc:b217dfd70e22 (bug 1204994) for browser-chrome oranges; r=me
2015-09-17 05:09:13 -04:00
Shu-yu Guo
5e9e729012
Bug 1205095 - Unwrap getters in DevToolsUtils.hasSafeGetter. (r=fitzgen)
2015-09-16 17:58:09 -07:00
Patrick McManus
9a07c5f169
Bug 1204731 - telemetry for peer h2 goaway r=hurley
2015-09-14 21:55:06 -04:00
Nathan Froyd
85b556763a
Bug 1204994 - part 2 - rename all USE_COUNTER_* histograms to USE_COUNTER2_* histograms; r=bz,vladan
...
We're changing the definition of each of the use counter histograms.
Therefore, they need new names, so as to not throw wrenches into the
server-side machinery. This renaming is the most straightforward way to
do things and similar to how we have renamed other histograms before.
2015-09-15 20:44:37 -04:00
Nathan Froyd
efcd399157
Bug 1204994 - part 1 - add *CONTENT_DOCUMENTS_DESTROYED histograms; r=bz,vladan
...
These histograms will be used in conjunction with the revised use
counter histograms to ascertain the number of pages that don't use
particular features. The associated comment in nsDocument.cpp explains
how things work.
2015-09-15 20:27:59 -04:00
Wes Kocher
5b879dacff
Merge mozilla-inbound to m-c a=merge CLOSED TREE
2015-09-16 10:52:53 -07:00
Justin Dolske
4cbe7f3464
Bug 1204182 - Use a single jar manifest for shared theme resources. r=dao
2015-09-16 09:33:47 +02:00
Matteo Ferretti
c79f23f06f
Bug 1187831 - Refactor the highlighters into separate modules; r=pbrosset
...
--HG--
rename : toolkit/devtools/server/actors/highlighter.css => toolkit/devtools/server/actors/highlighters.css
2015-09-16 11:04:21 +05:30
Justin Dolske
ae99e672d1
Bug 1204154 - Clean up jar manifests that needlessly specify the source file. r=dao
2015-09-15 18:33:57 -07:00
Bernardo P. Rittmeyer
1bca3c2ed3
Bug 1016051
- Support adding a username to a password-only login upon capture. r=MattN
...
--HG--
extra : commitid : 7PkYp0BwkYn
extra : rebase_source : c62b60f10dbe6adbc5b7140fe8e1ae85be9ae264
extra : amend_source : bc59f9ae6c7610d844f1845acf06fa34386a2bd6
2015-09-16 01:04:00 +02:00
Wes Kocher
7a2a05eba6
Merge m-c to fx-team, a=merge
2015-09-15 17:21:24 -07:00
Wes Kocher
15a0153195
Merge inbound to central, a=merge
2015-09-15 17:16:24 -07:00
Wes Kocher
a62800ca27
Backed out changeset cb711870d2b8 (bug 1203171
) for browser_InlineSpellChecker.js failures
2015-09-15 16:36:44 -07:00
J. Ryan Stinnett
4ac507e6e7
Bug 1203624 - Measure view source usage. r=mconley p=ally
2015-09-15 15:56:25 -05:00
Jordan Santell
866d2a1dfc
Bug 1204595 - Store audionode properties once via server rather than async fetching the unchanging properties in the tool. r=jryans
...
--HG--
rename : browser/devtools/webaudioeditor/test/browser_audionode-actor-is-source.js => browser/devtools/webaudioeditor/test/browser_audionode-actor-source.js
rename : browser/devtools/webaudioeditor/test/browser_audionode-actor-get-type.js => browser/devtools/webaudioeditor/test/browser_audionode-actor-type.js
2015-09-14 16:04:54 -07:00
Gervase Markham
eb573288d9
Bug 1203171
- Change regionNames.properties to use GENC data. r=pascalc
...
--HG--
extra : histedit_source : 112c8ef04ccfa6f6fb6342fbf7613fe8e8e859b4
2015-09-15 07:56:00 -04:00
Matteo Ferretti
694730e132
Bug 1132475 - Refactor LayoutHelpers.jsm to avoid dependencies. r=pbrosset
...
--HG--
extra : histedit_source : 54d69138146487b378e62bc2cfeb520a85956f43
2015-09-15 00:32:00 -04:00
Carsten "Tomcat" Book
fa147338f3
Merge mozilla-central to mozilla-inbound
2015-09-15 15:10:11 +02:00
Carsten "Tomcat" Book
6944c5ba30
merge mozilla-inbound to mozilla-central a=merge
2015-09-15 15:05:24 +02:00
Carsten "Tomcat" Book
0abaaa325f
merge fx-team to mozilla-central a=merge
2015-09-15 14:59:25 +02:00
Daosheng Mu
e65351bb56
Bug 981183 - Part 1 - Gathering timestamps at the call watcher actor. r=vporof
2015-09-13 22:49:00 +02:00
J. Ryan Stinnett
21ea7df326
Bug 1203786 - test_memoryReporters.xul should ignore namespaces. r=njn
...
--HG--
extra : transplant_source : 8%B4%E0f%1A%B1%94%0Ce%15%FCopt%127g%ACK%FB
2015-09-10 19:04:04 -05:00
Russ Nicoletti
311c0d5bb2
Bug 1198517 - [Metrics] Histogram support for user-timing-based metrics. r=janx
...
--HG--
extra : rebase_source : b75ff14cd7dbdbe71914b51a0249133ab2733dd0
2015-09-08 13:11:46 -07:00
Nick Fitzgerald
ed6ed51a16
Bug 1201597 - Part 0: Make saveHeapSnapshot return the file path rather than take it as a parameter; r=bholley
...
This changeset modifies the ThreadSafeChromeUtils::saveHeapSnapshot webidl
method to return the path to the core dump file where the heap snapshot was
serialized rather than taking the file path as a parameter.
By removing the ability for callers to choose a path, we pave the way for
enabling taking heap snapshots in sandboxed child processes (e10s, fxos) that do
not have access to the filesystem directly and must be handed a file descriptor
over IPDL. Additionally, the devtools API consumers were not taking advantage of
the ability to choose a file path, and always saving heap snapshots into the
temp directory anyways.
2015-09-15 11:26:46 +05:30
Jacek Caban
b56fbdbaff
Bug 1199615 - Fixed toolkit/mozapps/update/ compilation on mingw. r=rstrong
2015-09-15 13:12:03 +02:00
Wes Kocher
f88d1a3d3d
Merge m-c to fx-team, a=merge
2015-09-14 17:28:21 -07:00
Wes Kocher
29396aa40c
Merge inbound to central, a=merge
2015-09-14 17:12:58 -07:00
Neil Deakin
db96a95419
Bug 1203134, autocomplete popup not positioned properly when it appears upwards, e10s only, r=felipe
2015-09-14 15:18:42 -04:00
Ehsan Akhgari
2269201059
Bug 1070973 - Assert that at some point, the memory measured after a GC is lower than the one before a GC; r=fitzgen
2015-09-14 15:16:45 -04:00
Dave Townsend
1e68ce6af7
Bug 1204012: Lightweight themes are disabled if any add-ons are detected or modified during startup. r=rhelmer
...
When a lightweight theme is active the default theme is the selected skin but
the default theme's addon object is marked as inactive (to deal with the horror
of only allowing the user to select a single theme through the UI).
During startup we should only switch back to the default theme if there is a
non-default skin selected that we didn't see.
--HG--
extra : commitid : 8v5gChgFbgw
extra : rebase_source : 277807f800c98336c624718dc09b8ed44a25f201
2015-09-11 10:38:35 -07:00
Carsten "Tomcat" Book
29138d083f
Merge mozilla-central to fx-team
2015-09-14 15:01:08 +02:00
Alexandre Poirot
61fec190d0
Bug 1145049 - Cleanup inspector related actors to avoid leaking stuff if any actor is leaked. r=pbrosset
2015-09-14 02:47:13 -07:00
Alexandre Poirot
e4d3bb3440
bug 1145049 - Fix nodepicker when reopening toolbox for the same app. r=pbrosset
2015-09-14 02:47:13 -07:00
Alexandre Poirot
5560ecc489
Bug 1186937 - Disconnect MutationObserver instances on Node actor destruction. r=bgrins
2015-09-14 02:47:13 -07:00
Florent Fayolle
45dd26d135
Bug 1193197
- Server side logging: get rid of splitLogs and specifiers variables, r=ochameau
...
--HG--
extra : amend_source : 27e9fae07771c1fcda501e0723e32c5d7e40719b
extra : histedit_source : 30f7d78bd6b9964df585862f966a10539435b417
2015-09-14 13:52:00 +05:30
Justin Dolske
f1db2ce196
Bug 1198525 - Fix about:rights in Nightly and Developer edition, r=mossop, r=mfinkle
...
--HG--
extra : amend_source : e8f0ff258ccee6af9cfaa7c08b53e536c8dd60d4
extra : histedit_source : 869ec44df6552b3df6200d8b62b813da35f8acf3
2015-09-14 13:43:51 +05:30
Bradley Garlick
e838fa9135
Bug 416611 - Changed BookmarkHTMLUtils.jsm to import bookmark tags from HTML document. r=mak
2015-09-14 13:36:27 +05:30
Phil Ringnalda
cee2f99887
Merge m-c to m-i
2015-09-12 16:02:59 -07:00
Phil Ringnalda
a6e9d38aff
Merge f-t to m-c, a=merge
2015-09-12 15:59:00 -07:00
Phil Ringnalda
7edce9e684
Merge m-c to f-t
2015-09-12 10:38:19 -07:00
Phil Ringnalda
15a82d8e86
Merge m-c to m-i
2015-09-12 10:34:34 -07:00
Phil Ringnalda
58d1c74864
Bug 1059238 - disable test_custom_origin_uninstall_install.xul on Windows for constant timeouts
...
--HG--
extra : rebase_source : f98f12d8681ef3a753a7fe2bbe976f64c0ebca95
2015-09-12 09:49:10 -07:00
Phil Ringnalda
b25d7ef2e4
Merge f-t to m-c, a=merge
2015-09-12 09:13:57 -07:00