Georg Fritzsche
8894ffbbcc
Bug 1136082 - test_TelemetrySendOldPings.js is missing AddonManager initialization. r=froydnj
2015-02-25 23:54:34 +01:00
Georg Fritzsche
054baf847b
Bug 1135166 - Initialize Telemetry histogram id cache early to avoid races. r=froydnj,vladan
2015-02-25 23:54:34 +01:00
Georg Fritzsche
67d3af8d6b
Bug 1134700 - Let TelemetryEnvironment cache addon data on AddonManager shutdown. r=yoric
2015-02-25 23:54:34 +01:00
Alessio Placitelli
60dc7923ca
Bug 1134727 - Add a URL parameter to the Telemetry Submission URL to indicate payload version. r=gfritzsche
2015-02-25 23:54:34 +01:00
Alessio Placitelli
450d6f4085
Bug 1134272 - Enable TelemetryPing.jsm to send pings in the old format. r=gfritzsche
2015-02-25 23:54:34 +01:00
Alessio Placitelli
b7fe82a149
Bug 1131544 - Add test coverage for the new main ping format. r=gfritzsche
2015-02-25 23:54:34 +01:00
Alessio Placitelli
1ea05c55c5
Bug 1131544 - Change TelemetrySession.jsm to conform to the latest main ping specification. r=gfritzsche
2015-02-24 15:33:47 +01:00
Georg Fritzsche
159334c163
Bug 1134268 - Part 2 - Fixup TelemetryEnvironment shutdown if the module wasnt initialized. r=vladan
2015-02-25 23:54:33 +01:00
Georg Fritzsche
54d2e0dda2
Bug 1134268 - Part 1 - Fix and order Telemetry shutdown for TelemetryPing and TelemetrySession. r=yoric
...
* Add a shutdown barrier for TelemetryPing and hang TelemetrySession off it.
* Add AsyncShutdown state collection for TelemetryPing and TelemetrySession.
* Rework TelemetrySession chrome process shutdown to properly synchronize with the delayed init task.
2015-02-25 23:54:33 +01:00
Georg Fritzsche
e459b3e85f
Bug 1120363 - Break up Telemetry sessions on environment changes. r=vladan
2015-02-25 23:54:33 +01:00
Georg Fritzsche
52dcd2c0d2
Bug 1120362 - Part 4 - Start new telemetry subsessions on local midnight. r=vladan
2015-02-25 23:54:33 +01:00
Georg Fritzsche
331248ad56
Bug 1120362 - Part 3 - Reset subsession histograms on telemetry payload collections. r=vladan
2015-02-25 23:54:33 +01:00
Georg Fritzsche
8ec7f09baa
Bug 1120362 - Part 2 - Enable snapshotting and clearing keyed subsession histograms. r=vladan
2015-02-25 23:54:33 +01:00
Georg Fritzsche
0609bee7f4
Bug 1120362 - Part 1 - Enable snapshotting and clearing subsession histograms. r=vladan
2015-02-25 23:54:33 +01:00
Alessio Placitelli
93f8ea689f
Bug 1122061 - Move TelemetrySession tests out of test_telemetryPing.js. r=gfritzsche
2015-02-25 23:54:33 +01:00
Alessio Placitelli
32776a14b3
Bug 1122061 - Give TelemetryPing a common API for sending pings. r=gfritzsche
2015-02-25 23:54:33 +01:00
Alessio Placitelli
376460a8c1
Bug 1122050 - Environment addons data collection test coverage. r=gfritzsche
2015-02-25 23:54:33 +01:00
Alessio Placitelli
29041b0ed8
Bug 1122050 - Remove persona and experiment data from TelemetrySession.
2015-02-25 23:54:33 +01:00
Alessio Placitelli
1d6e0d6e07
Bug 1122050 - Add addons change notification to TelemetryEnvironment. r=gfritzsche
2015-02-25 23:54:33 +01:00
Alessio Placitelli
485fac56a5
Bug 1122050 - Adds addons data collection to TelemetryEnvironment. r=gfritzsche
2015-02-25 23:54:32 +01:00
Alessio Placitelli
8e60e95266
Bug 1122052 - Adds test coverage for Environment Data. r=gfritzsche
2015-02-25 23:54:32 +01:00
Alessio Placitelli
7cb277e626
Bug 1122052 - Remove duplicated data from TelemetrySession. r=gfritzsche
2015-02-24 15:11:31 +01:00
Alessio Placitelli
83ee487820
Bug 1122052 - Adds data collection to TelemetryEnvironment per spec. r=gfritzsche
2015-02-25 23:54:32 +01:00
Alessio Placitelli
0abf384b90
Bug 1122048 - Add generic preferences collection and change detection to Telemetry Environment. r=gfritzsche
2015-02-25 23:54:32 +01:00
Georg Fritzsche
29b3d025c3
Bug 1122047 - Part 2 - Make TelemetryPing shutdown properly on delayed initialization. r=yoric
2015-02-25 23:54:32 +01:00
Georg Fritzsche
ce4ad79bc7
Bug 1122047 - Part 1 - Sketch out Telemetry environment module. r=vladan
2015-01-25 23:17:37 +01:00
Georg Fritzsche
8bf6cdab4a
Bug 1127914 - Part 3 - Submit duplicate histogram data for 'non-classic' telemetry sessions. r=vladan
2015-02-25 23:54:32 +01:00
Georg Fritzsche
75c672149a
Bug 1127914 - Part 2 - Duplicate normal histograms for double submission. r=vladan
2015-02-25 23:54:32 +01:00
Georg Fritzsche
4f38b68327
Bug 1127914 - Part 1 - Duplicate keyed histograms for double submission. r=vladan
2015-02-25 23:54:32 +01:00
Mike Conley
381b99210c
Bug 1136855 - Send a message from the content script when printing has finished so the parent can save print settings. r=Mossop.
...
--HG--
extra : amend_source : 85532271337b34b4e46e8420c04c57a705e256f6
2015-02-25 15:45:22 -05:00
Ryan VanderMeulen
2e72549296
Merge inbound to m-c. a=merge
2015-02-17 21:22:47 -05:00
Sparsh Paliwal
198d2c0e32
Bug 1117883: Added asyncPluginInit to the telemetry ping; r=aklotz
...
--HG--
extra : rebase_source : ea785116f98396183bf3373a6231a05ae059939f
2015-02-17 14:53:17 -07:00
Allison Naaktgeboren
d7be6b5193
Bug 1025703
- Ignore autocomplete=off for filling login forms.r=dolske
2015-02-17 13:52:44 -08:00
Dave Townsend
19d3403bba
Bug 1133141: Reduce the amount of CPOW traffic caused by shimmed events. r=billm
...
--HG--
extra : rebase_source : d9e85e2373efff7252070ed528bb535b78260eb3
2015-02-14 00:14:25 -08:00
Ryan VanderMeulen
cd46520185
Merge inbound to m-c. a=merge
2015-02-17 14:24:51 -05:00
Gabriele Svelto
fafc282f1a
Back out bug 1075670 for causing smoketest failures on B2G, bug 1133518 and friends. rs+a=kats
2015-02-17 10:39:35 -05:00
Carsten "Tomcat" Book
08fafcb3e2
merge mozilla-inbound to mozilla-central a=merge
2015-02-16 15:59:56 +01:00
Carsten "Tomcat" Book
4e0859e7c2
merge b2g-inbound to mozilla-central a=merge
2015-02-16 15:56:10 +01:00
Tim Nguyen
b5b229780b
Bug 1132950 - Don't keep showing sort arrow on a column if another column is selected. r=jaws
2015-02-14 10:41:00 +01:00
Fabrice Desré
032708d8ab
Bug 1132844 - Fix ReaderMode.jsm to work with jsloader.reuseGlobal r=margaret
2015-02-13 15:13:40 -08:00
Ryan VanderMeulen
7f45ab0034
Merge b2g-inbound to m-c. a=merge
...
CLOSED TREE
2015-02-13 12:24:27 -05:00
Ryan VanderMeulen
3e2d8e9ec4
Merge fx-team to m-c. a=merge
...
CLOSED TREE
2015-02-13 12:13:22 -05:00
Yusuke Yamamoto
1461657c56
Bug 839120 - Support SafeBrowsing in b2g r=gpascutto
2015-02-12 23:58:15 -08:00
Roy Li
5f7a4ca890
Bug 896688 - Replace finite state machine with flag in nsSearchService. r=smacleod
2015-02-12 16:37:42 -06:00
Ryan VanderMeulen
cc5672087d
Merge m-c to inbound. a=merge
2015-02-17 14:27:23 -05:00
Magnus Melin
068c4dd4fc
Bug 1130488 - disable tests broken by bug 1114624 for thunderbird, until thunderbird can drop the legacy dl manager. r=paolo
...
Perma orange on comm-central:
- TEST-UNEXPECTED-TIMEOUT | toolkit/components/downloads/test/unit/test_cancel_download_files_removed.js
- TEST-UNEXPECTED-TIMEOUT | toolkit/components/downloads/test/unit/test_download_samename.js | Test timed out
- TEST-UNEXPECTED-TIMEOUT | uriloader/exthandler/tests/unit_ipc/test_encoding.js | Test timed out
2015-02-13 21:40:20 +02:00
Birunthan Mohanathas
331d2fba20
Bug 1070709 - Collapse test-only moz.build files under toolkit/ into ancestor moz.build files. r=mshal
2015-02-10 18:47:20 +02:00
Philip Chee
b7e54e1f45
Bug 1130886 Warning: Trying to re-register CID '{22117140-9c6e-11d3-aaf1-00805f8a4905}' r=Mossop
...
--HG--
extra : rebase_source : d7df180a294e406e1ba621a586c1974870a2007e
2015-02-14 02:50:38 +08:00
Phil Ringnalda
490561155f
Back out 35e75bce4db4 (bug 1087744) for xpcshell bustage
...
CLOSED TREE
2015-02-10 23:05:42 -08:00
Margaret Leibovic
f63aff6e67
Bug 1120735 - Implement desktop reader mode controls. r=jaws,bnicholson
...
--HG--
extra : rebase_source : 931f6bd5497ca84fa54eb0f8365acf940a7cd86f
2015-01-21 17:21:11 -08:00
Ryan VanderMeulen
a801fa4088
Merge fx-team to m-c. a=merge
...
CLOSED TREE
2015-02-12 18:02:35 -05:00
Mike Taylor
22fec73325
Bug 1125340 - Collect h264 profile & level telemetry from decoded SPS. r=jya
2015-02-11 09:10:00 +01:00
Mike Taylor
fa0f137129
Bug 1125340 - Gather telemetry on H.264 profile & level values from canPlayType. r=cpearce
2015-02-11 09:09:00 +01:00
Mark Hammond
769856eeb5
Bug 1130132
- add telemetry to determine how consistent our geoip country code is with Windows. r=gavin
2015-02-12 12:49:18 +11:00
Georg Fritzsche
f88e65324d
Bug 1124212 - Create telemetry documentation in-tree. r=vladan
2015-02-10 16:59:01 +01:00
Chris Peterson
3099b941be
Bug 1130123 - Part 2: Add telemetry for __noSuchMethod__. r=jandem
2015-02-10 23:19:34 -08:00
Richard Marti
4faed3498e
Bug 1125636 - Update about:config to use the new Project Chameleon style. r=Unfocused
...
--HG--
rename : toolkit/themes/windows/global/config.css => toolkit/themes/shared/config.css
2015-02-04 17:52:47 +01:00
Andrea Marchesini
78ecfc7b0d
Bug 984050 - Persist ServiceWorkerRegistrations. r=bent, r=nsm
2015-02-11 06:53:00 -05:00
Christoph Kerschbaumer
7082ffe2b7
Bug 1087744: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/ - tests (r=gijs)
2015-02-11 08:51:35 -08:00
Andrea Marchesini
2c4f63331f
Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug
2015-03-03 11:08:59 +00:00
Carsten "Tomcat" Book
4da2cda544
Backed out 6 changesets (bug 1075670) for bustage on a CLOSED TREE
...
Backed out changeset 4d68750b4e28 (bug 1075670)
Backed out changeset 4d34eb58c46d (bug 1075670)
Backed out changeset d3ac4fd82311 (bug 1075670)
Backed out changeset 8b72b1201661 (bug 1075670)
Backed out changeset cd6cf15b27cc (bug 1075670)
Backed out changeset bf710daef92b (bug 1075670)
2015-02-11 16:03:06 +01:00
David Parks
78987406ff
Bug 1075670 - [e10s] event.screenX and event.screenY is wrong
...
mapScreenCoordinatesFromContent is now wrong, unnecessary, and gone.
2015-02-04 04:22:30 -08:00
Carsten "Tomcat" Book
43c27b90f0
Backed out changeset b3a1efe7900a (bug 984050) for cpp unitest failures on a CLOSED TREE
2015-02-11 13:29:16 +01:00
Andrea Marchesini
8fb2e275d3
Bug 984050 - Persist ServiceWorkerRegistrations. r=bent,nsm
2015-02-11 10:10:23 +01:00
Christoph Kerschbaumer
fe39ce0539
Bug 1087744: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/ (r=gijs)
2014-10-24 15:25:34 -07:00
Christoph Kerschbaumer
01f03b1b49
Bug 1087744: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/ - tests (r=gijs)
2015-02-10 20:49:49 -08:00
Christoph Kerschbaumer
04f5e67841
Bug 1087744: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/osfile (r=yoric)
2015-02-10 20:49:36 -08:00
Ryan VanderMeulen
74f80ff51c
Merge inbound to m-c. a=merge
...
CLOSED TREE
2015-02-10 16:03:15 -05:00
Garvan Keeley
4bb544a83c
Bug 1131430 - Added telemetry to count CoreLocation vs. MLS results. r=jdm
2015-02-10 10:45:36 -05:00
Masatoshi Kimura
83c11c2359
Bug 1124039 - Enable RC4 only if ClientHelloVersion <= TLS 1.0. r=keeler
2015-02-10 22:29:51 +09:00
Carsten "Tomcat" Book
147f14c53e
Backed out changeset dbe74171ca49 (bug 1125636) for breaking dt tests per discussion on IRC on a CLOSED TREE
...
--HG--
rename : toolkit/themes/shared/config.css => toolkit/themes/windows/global/config.css
2015-02-10 15:06:18 +01:00
Alessio Placitelli
446411d6c4
Bug 1131069 - Restore the missing telemetry payload test coverage in test_TelemetryPing.js. r=gfritzsche
2015-02-09 09:48:00 +01:00
Alessio Placitelli
2d39f5804a
Bug 1131069 - Fix only submitting the release-opt-out histograms in Telemetry. r=gfritzsche
2015-02-09 09:48:00 +01:00
Hiroyuki Ikezoe
b5fbff6eba
Bug 1129794
- Remove 'firefox-appdir = browser' from places/autocomplete xpcshell test. r=mak
2015-02-04 22:24:00 +01:00
Richard Marti
591ea1baba
Bug 1125636 - Update about:config to use the new Project Chameleon style. r=Unfocused
...
--HG--
rename : toolkit/themes/windows/global/config.css => toolkit/themes/shared/config.css
2015-02-04 17:52:47 +01:00
Gijs Kruitbosch
aa5b5a05e4
Bug 1115333 - don't return window.opener if we're chrome and the opener is not, r=smaug,MattN
2015-01-05 22:41:26 +00:00
Ryan VanderMeulen
e7e0e7b5cb
Merge m-c to fx-team. a=merge
2015-02-09 16:40:25 -05:00
Marco Bonardo
a80de46c11
Bug 1125116 - Remove keywords support from Bookmarks.jsm. r=ttaubert
2015-02-09 17:10:19 +01:00
Tim Taubert
1f16f1b0a0
Bug 1129978 - sed -i '' 's/promiseAddVisits/PlacesTestUtils.addVisits/g' for toolkit/components/places r=mak
2015-02-09 15:01:22 +01:00
Tim Taubert
18b3dd4de2
Bug 1129978 - Replace promiseAddVisits() usage with PlacesTestUtils.addVisits() r=mak
2015-02-05 22:36:55 +01:00
Tim Taubert
736d848071
Bug 1129978 - Replace custom addVisits() implementations with the one in PlacesTestUtils r=mak
2015-02-05 21:58:58 +01:00
Phil Ringnalda
5299711df0
Merge f-t to m-c, a=merge
2015-02-07 08:55:02 -08:00
Margaret Leibovic
0be0977efe
Bug 907079 - Simplify reader mode style popup logic, including removing the use of the window.history API. r=mfinkle
...
--HG--
extra : rebase_source : 8466fd81f0a55c0ea7cf608622f6805741c21a3a
2015-01-28 17:43:07 +01:00
Wes Kocher
37dc6c9583
Merge inbound to m-c a=merge CLOSED TREE
2015-02-06 14:44:10 -08:00
Dave Townsend
fcf968baa0
Bug 1068186: Update window.sidebar and window.external APIs to support e10s. r=felipe
...
Moves nsSidebar.js to toolkit and makes it just pass messages to chrome for each
API call. MainProcessSingleton listens for those messages and passes the call
along to the search service.
Combines the validation code into the same function and takes the opportunity to
support relative URLs too.
Adds a bunch of tests for these web APIs.
Also fixes:
Bug 518929: Implement window.external APIs in core code
Bug 530847: Remove Fennec's nsISidebar implementation once that code is moved into the core
Bug 517720: Adding a search engine using relative URIs is not supported
--HG--
rename : browser/components/sidebar/nsSidebar.js => toolkit/components/search/nsSidebar.js
extra : rebase_source : 3e9caa49383e78e73e5f111ff09fb063f2cfa7c0
2015-02-02 12:15:26 -08:00
Dhi Aurrahman
5b8f79fc23
Bug 1125766 - Throw proper error types for TextEncoder(), TextDecoder() and TextDecoder.decode(). r=bz
2015-02-04 18:46:26 +07:00
Nathan Froyd
e9cd140c50
Bug 1128989 - part 1 - define Telemetry::ID as a uint32_t; r=gfritzsche
...
We would like to be able to forward-declare Telemetry::ID, so fewer
header files need to include Telemetry.h. Empirical evidence shows that
forward-declaring enums requires either enum classes, or plain
fixed-width enums. Let's opt for the latter here; there's no need to
constrain the size to 16 bits, since Telemetry::IDs are rarely stored in
data structures.
2015-02-03 10:04:59 -05:00
Avi Halachmi
6be44da368
Bug 1120650: add telemetry probe for slow script notices. r=vladan, r=billm
2015-02-06 16:02:37 +02:00
Valentin Gosu
4f128ac3e1
Bug 1120216 - Add telemetry for how often URLs contain !/ or !// or end with a ! r=mcmanus
2015-02-06 15:27:33 +02:00
Phil Ringnalda
03a26ce028
Back out 3da63ccbadef (bug 984050) for Windows cppunit bustage
...
CLOSED TREE
2015-02-06 19:49:42 -08:00
Andrea Marchesini
ee4cdf6a25
Bug 984050 - Persist ServiceWorker registrations, r=bent, r=nsm
2015-02-06 23:31:33 +00:00
Christoph Kerschbaumer
88e7a2da63
Bug 1126004 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/places -tests (r=mak)
2015-02-06 13:54:45 -08:00
Christoph Kerschbaumer
9cfac9b8c7
Bug 1126004 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/places (r=mak)
2015-02-06 13:54:35 -08:00
Wes Kocher
834e2d3042
Merge inbound to m-c a=merge CLOSED TREE
2015-02-05 16:55:01 -08:00
Carsten "Tomcat" Book
5447ea3b46
Merge mozilla-central to fx-team
2015-02-05 14:50:09 +01:00
Carsten "Tomcat" Book
ba2f5fcd61
merge mozilla-inbound to mozilla-central a=merge
2015-02-05 14:47:16 +01:00
Paolo Amadini
c3952b24ed
Bug 1114624 - Don't register the legacy nsIDownloadManager implementation of nsITransfer by default anymore. r=mak,marco,margaret,fabrice
2015-02-05 11:19:01 +00:00
Nicholas Nethercote
d34f0301b8
Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
...
--HG--
extra : rebase_source : 99182e70335d2b5ff95f8c528ae992d37294be3a
2015-02-04 20:05:36 -08:00
Mark Hammond
a015a83aaf
Bug 1121340 - add telemetry to determine how consistent our geoip country code is with the platform's. r=gavin
2015-02-05 12:24:06 +11:00
Wes Kocher
7ebcc55521
Merge m-c to inbound a=merge
2015-02-04 17:48:15 -08:00
Blake Kaplan
a3e940d7ae
Bug 1120395 - Deal with shutdown without crashing. r=mmc/gcp
2015-02-04 14:17:13 -08:00
Mark Hammond
0a544c73ea
Bug 1123974 - geoip result should not override users already with browser.search.isUS=true. r=florian
...
--HG--
rename : toolkit/components/search/tests/xpcshell/test_location.js => toolkit/components/search/tests/xpcshell/test_location_migrate_no_countrycode_isUS.js
rename : toolkit/components/search/tests/xpcshell/test_location.js => toolkit/components/search/tests/xpcshell/test_location_migrate_no_countrycode_notUS.js
2015-02-04 14:20:19 +11:00
Tim Taubert
f6537476a1
Bug 1094846 - Update head_common.js r=mak
2015-01-23 15:37:10 +01:00
Joel Maher
97f62104fb
Bug 1110982
- Disabled tests for oth chunk and leaks (run-by-dir). r=RyanVM
2014-12-27 00:44:52 +05:30
Nicholas Nethercote
242708cf72
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
...
--HG--
extra : rebase_source : 488e401ff87e31a2074c4108c4df0572d9536667
2015-02-09 14:34:50 -08:00
Christoph Kerschbaumer
877495cbba
Bug 1099296 - Attach LoadInfo to remaining callers of ioService and ProtocolHandlers - in toolkit/ (r=mmc,mak)
2015-02-17 10:09:50 -08:00
Magnus Melin
08506a0abf
Bug 1132337 - fix "ReferenceError: PlacesTestUtils is not defined" in test_history_expiration.js. r=paolo
...
comm-central: TEST-UNEXPECTED-FAIL | toolkit/components/downloads/test/unit/test_history_expiration.js | xpcshell return code: 0
2015-02-16 19:14:43 +02:00
Carsten "Tomcat" Book
e2399947f4
Merge mozilla-central to mozilla-inbound
2015-02-16 16:14:51 +01:00
Masatoshi Kimura
7e78ba3eec
Backout 9507662057de (bug 1130670) and c731517a47e8 (bug 1124039) due to compatibility issues
2015-02-16 19:55:15 +09:00
Andrew McCreight
d3826daa16
Back out Bug 1127201 (part 2) for various problems.
2015-02-06 15:04:32 -08:00
Carsten "Tomcat" Book
34995abc0c
Backed out changeset e3a0544d600f (bug 1046234)
2015-02-18 17:05:48 +01:00
Michael Ratcliffe
e915a558ad
Bug 1046234 - Add more DevTools Telemetry measures (display size etc.) r=pbrosset
2015-02-17 18:22:40 +00:00
Abdelrhman Ahmed
eac9e87da2
Bug 1133002 - Align warning button to left. r=jaws
2015-02-14 18:34:00 -05:00
Ryan VanderMeulen
75cd780807
Merge m-c to fx-team. a=merge
2015-02-17 21:24:49 -05:00
Margaret Leibovic
f013fe48c4
Bug 1132547
- Move reader.has_used_toolbar logic to Android's Reader.js. r=bnicholson
...
--HG--
extra : rebase_source : 6c3e57259a0dc4a70222fa2fdf4aa1c5b823f93c
2015-02-12 15:23:26 -08:00
Mark Capella
4788e40421
Bug 1081742 - Reader mode doesn't support RTL, r=bnicholson
2015-02-03 21:49:38 -05:00
Chenxia Liu
92399a3f06
Bug 1124392 - Telemetry: Record the number of passwords per hostname. r=MattN
...
--HG--
extra : rebase_source : 16de4b58ca570ed7ad328ddc5806eba0a509d9e7
2015-02-02 12:51:48 -08:00
Nicholas Nethercote
84a315c38c
Bug 1127570 - Include measurement origins in about:memory's title bar. r=mccr8.
...
This changes about:memory so that whenever measurements are shown, the origin
of those measurements is visible in the title bar.
- "about:memory (live measurement)" is used when you do "Measure".
- "about:memory (<filename>)" is used when you do "Load...".
- "about:memory (diff of <filename1> and <filename2>)" is used when you do
"Load and diff...".
- "about:memory" is used in all other cases, e.g. when about:memory is first
loaded, and after all non-measurement actions (GC, GC, etc.)
--HG--
extra : rebase_source : 4d1da88d17481916cda5018b7a8298e67c916274
2015-02-02 16:53:49 -08:00
Christoph Kerschbaumer
fe42cc460a
Bug 1125991 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/jsdownloads (r=paolo)
2015-02-02 20:10:34 -08:00
Christoph Kerschbaumer
b1de2face2
Bug 1125991 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/jsdownloads - tests (r=paolo)
2015-02-02 20:10:07 -08:00
Christoph Kerschbaumer
5aac2fe0fc
Bug 1125991 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/jsdownloads (r=paolo)
2015-02-02 20:09:40 -08:00
Nicholas Nethercote
231a4d7a81
Bug 1127645 - Remove "Read from clipboard" button from about:memory. r=mccr8.
...
Now that memory reports are gzipped by default (not to mention *huge* when
unzipped), this button is no longer useful. A "load from URL" button (bug
859603) would be much better, but for now let's just remove the useless
functionality so it doesn't get in the way.
--HG--
extra : rebase_source : f6bad57203ce8a7173f876d578413c4f2cb3cc22
2015-02-02 16:44:48 -08:00
Ryan VanderMeulen
6c039d1f77
Merge m-c to inbound. a=merge
2015-02-02 17:31:01 -05:00
Ryan VanderMeulen
769dd38513
Merge inbound to m-c. a=merge
2015-02-02 17:28:12 -05:00
Carsten "Tomcat" Book
fe1587a7ba
Merge mozilla-central to fx-team
2015-02-02 13:24:19 +01:00
Carsten "Tomcat" Book
2f3b89cbe9
merge mozilla-inbound to mozilla-central a=merge
2015-02-02 13:19:59 +01:00
Hiroyuki Ikezoe
c8a6c32ba9
Bug 1127612 - Remove promiseAsyncUpdates from head.js, use PlacesTestUtils.promiseAsyncUpdates instead. r=mak77
2015-02-01 21:08:00 +01:00
Paolo Amadini
67b6d770d0
Bug 1124516 - Telemetry: Record the time in days each saved login was last used. r=MattN
2015-02-01 19:38:09 +00:00
Phil Ringnalda
877d6ac788
Merge m-i to m-c, a=merge
2015-02-01 09:17:12 -08:00
Paolo Amadini
174ae94f90
Bug 1128203 - Reduce indentation from 4 to 2 spaces. rs=dolske DONTBUILD CLOSED TREE
2015-01-31 21:25:49 +00:00
Swapnil R Patil
d674965080
Bug 1085428 - Replaced do_log_info with do_print. r=mak
2015-01-30 22:36:34 +01:00
Neil Deakin
c891137718
Bug 1114707, don't close search suggestions when the caret is moved when norolluponanchor is set, r=mak
2015-02-02 15:53:55 -05:00
Ryan VanderMeulen
a3e60b01bf
Merge m-c to fx-team. a=merge
2015-01-30 12:34:39 -05:00
Dave Townsend
0f22a9962b
Bug 1127026: Shimmed AboutProtocolInstance.getURIFlags always returns null. r=billm
2015-01-30 09:14:13 -08:00
Georg Fritzsche
073fed1942
Bug 1128405 - Fix missing UUID rev for nsITelemetry for bug 1120369. r=froydnj
2015-02-02 15:24:21 +01:00
Alessio Placitelli
d9817bdfeb
Bug 1122049 - Add logging to Telemetry. r=gfritzsche
2015-01-21 03:32:00 +01:00
Georg Fritzsche
f36ab0e55f
Bug 1120369 - Allow specifying the desired dataset in Histograms.json. r=vladan
2015-01-29 15:17:24 +01:00
Mike Hommey
a35dbaeebf
Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn
...
--HG--
rename : memory/mozalloc/fallible.h => memory/fallible/fallible.h
2015-02-02 09:56:13 +09:00
Wes Kocher
f62801541d
Merge fx-team to m-c a=merge CLOSED TREE
2015-01-29 15:27:17 -08:00
wesj
46e3babf4c
Bug 1113658 - Disable parental control logging on Android. r=mfinkle
2015-01-29 10:40:59 -08:00
Bill McCloskey
94aebaaa39
Bug 1072980 - Don't allow CPOWs to be passed to C++ code (r=mrbkap,ally,mconley)
2015-01-29 11:28:01 -08:00
Bill McCloskey
082d988ab6
Bug 1126018 - [e10s] Add shims for some observer topics (r=mconley)
2015-01-29 11:24:46 -08:00
Bill McCloskey
e7ba6e45a0
Bug 1126018 - [e10s] Add shim for window._content (r=mconley)
2015-01-29 11:24:46 -08:00
Bill McCloskey
16620cea14
Bug 1126018 - [e10s] Improve dummy window shim (r=mconley)
2015-01-29 11:24:46 -08:00
Margaret Leibovic
e6495a8e8a
Bug 1117258 - Implement reader mode content CSS for desktop. r=jaws
2015-01-26 10:19:47 +01:00
Ryan VanderMeulen
e62e008c7f
Backed out changeset b07179c96da7 (bug 1122049) for mass bustage.
...
CLOSED TREE
2015-01-28 16:17:00 -05:00
jp111
6137a8c380
Bug 958147 - Choose one of run-if or skip-if and get rid of the other. r=ted
2015-01-28 06:17:00 -05:00
Alessio Placitelli
fad849a618
Bug 1122049 - Add logging to Telemetry. r=gfritzsche
2015-01-21 03:32:00 +01:00
Alessio Placitelli
3f0538e75f
Bug 1123384 - Move Telemetry main ping implementation out of TelemetryPing.jsm. r=gfritzsche
2015-01-22 12:23:00 +01:00
Monica Chew
da32e99bda
Bug 1122691: Skip ClassifyLocal unless tracking protection is enabled (r=mcmanus,gcp)
2015-01-21 11:33:07 -08:00