Commit Graph

285167 Commits

Author SHA1 Message Date
Chenxia Liu
39dce1f7b6 Bug 1246130 - Gather onboarding telemetry experiments separately from other active experiments. r=margaret
MozReview-Commit-ID: KPqdlzoqTBH
2016-02-16 19:08:43 -08:00
Mark Hammond
28b383cdfa Bug 1244929 - Allow UITour's showFirefoxAccounts command to accept additional URL params. r=MattN 2016-02-24 12:38:30 +11:00
bsilverberg
0d56ef906f Bug 1238269 - Setting session cookie using chrome.cookies.set fails, r=kmag
Fix bug to allow session cookies to be set
Add tests for session cookies
Clean up existing tests

MozReview-Commit-ID: 3teHqBd1tw5
2016-02-22 17:37:48 -05:00
bsilverberg
b82b4a193b Bug 1249055 - Calling alarms.getAll() throws an exception, r=kmag
Fix a bug in getAll()
Fix a bug in get()

Add tests for get(), getAll(), clear() and clearAll()

MozReview-Commit-ID: 8ML0F4K3LgM
2016-02-18 10:12:04 -05:00
bsilverberg
aa66e2df6d Bug 1213450 - Complete the implementation of chrome.i18n - getAcceptLanguages, r=kmag
Implement browser.i18n.getAcceptLanguages() including tests

MozReview-Commit-ID: EeuxXvg0l3M
2016-02-18 08:59:57 -05:00
Margaret Leibovic
63f40cfd0f Bug 1249434 - Add a "Show web fonts" pref in advanced settings. r=jchen
MozReview-Commit-ID: EJl4qh0mOr4
2016-02-22 16:37:48 -08:00
Nick Fitzgerald
5321bf4faa Bug 1149385 - Render retaining paths in the dominators view; r=jsantell
This commit extends the devtools' memory panel's dominators view with a sidebar
that displays the 5 shortest retaining paths from the GC roots for the selected
node in the dominator tree.
2016-02-23 15:38:29 -08:00
Nick Fitzgerald
aa97278bd1 Bug 1249147 - Add a resizable split pane component to devtools/client/shared/components; r=jsantell,linclark
This commit adds HSplitBox which gives two panes aligned horizontally and a
splitter between them to resize their relative widths as needed.
2016-02-23 15:38:29 -08:00
Gijs Kruitbosch
a8d963f452 Bug 1250482 - r=mak
MozReview-Commit-ID: 2wpk7hOKUO7
2016-02-23 13:39:28 +00:00
Gijs Kruitbosch
82850c8ed4 Bug 1250366 - fix whitespace issues with URL highlight code, r=jaws
MozReview-Commit-ID: 1i0IiZ7EDWi
2016-02-23 11:45:07 +00:00
Nick Fitzgerald
abf496a650 Bug 1250307 - Add the by: "bucket" breakdown option; r=jimb
This commit introduces `{ by: "bucket" }` breakdown type. Similar to `by:
"count"`, this breakdown type is a leaf and doesn't further categorize or filter
nodes that it counts. Instead, it accumulates them in a bucket and reports them
as a array of node IDs.

MozReview-Commit-ID: EeyWlrj9ujf
2016-02-23 14:15:51 -08:00
malayaleecoder
f0b1555fa9 Bug 1247723 - Disable the Font Panel; r=pbro
MozReview-Commit-ID: 1x6Fi0SvPpr
2016-02-20 01:38:57 +05:30
Nick Fitzgerald
b90c1cbe3f Bug 1249453 - Add arrows from parent to children in census trees; r=jsantell
MozReview-Commit-ID: LFo4jJot2Sr
2016-02-23 14:14:37 -08:00
Jordan Santell
571f05a66c Bug 1246555 - Abort infinite loop when a marker has a recursive stack trace in the marker details view. r=vp
MozReview-Commit-ID: KLBXHfNF7EB
2016-02-23 14:13:56 -08:00
Jan Odvarko
d12e2a32f8 Bug 1247434 - fix eslint, add comments and remove Locale; r=jryans, pbrosset
MozReview-Commit-ID: LDYftQOw35M
2016-02-19 16:17:50 +01:00
Jan Odvarko
093ef4a421 Bug 1247434 - Move all rep component into shared directory; r=jryans
MozReview-Commit-ID: 9G6TpiJhCPd
2016-02-18 12:58:51 +01:00
Kit Cambridge
1fe3b9406a Bug 1227730 - Support closing libnotify alerts. r=karlt,MattN
MozReview-Commit-ID: LR3OiP0miEm
2016-02-16 13:27:27 -08:00
Julian Descottes
721fda2887 Bug 1227137 - aboutdebugging: addons debugging enabled only if remote dbg is true;r=ochameau
MozReview-Commit-ID: 8NmLIM87bcb
2016-02-16 12:12:38 +01:00
Michael Comella
2ec4d618b2 Bug 1247557 - Close Cursors in AndroidImport. r=sebastian
MozReview-Commit-ID: KcKAXLxJr7l
2016-02-22 14:55:43 -08:00
Michael Comella
283e5223a8 Bug 1250250 - Store updated seq no. before sending upload Intent. r=mfinkle
MozReview-Commit-ID: Ab2qycjDKOy
2016-02-22 11:20:37 -08:00
Mike Conley
ff10496c25 Bug 1244684 - Make FX_TAB_SWITCH_TOTAL_MS work for non-e10s in an OMTC world. r=mstange
MozReview-Commit-ID: VKFKi1u6az
2016-02-23 12:12:01 -05:00
Alessio Placitelli
f502b3d0c2 Bug 1246644 - Document childPayloads in the main ping. r=gfritzsche 2016-02-23 06:59:00 +01:00
Alessio Placitelli
d716654f25 Bug 1248382 - Document known partners. r=gfritzsche 2016-02-23 09:47:00 +01:00
Shane Caraveo
f6cd9b8aff Bug 1250369 Fix out-of-band upgrades of pocket system addon, r=Gijs 2016-02-23 09:03:26 -08:00
Mark Banner
8085df4796 Bug 1247255 - Update the UITour to use Loop's new API for opening the panel. r=MattN 2016-02-23 16:09:45 +00:00
Patrick Brosset
c2218cb8f2 Bug 1250205 - Clean remaining eslint warnings in devtools/client/inspector/markup/markup.js; r=miker
MozReview-Commit-ID: 1EOSQWWItaO
2016-02-22 19:23:28 +01:00
Jan Odvarko
4bfab29401 Bug 1249627 - Eslint: allow unused arguments; r=pbrosset
MozReview-Commit-ID: AjNppE9zLWL
2016-02-19 16:30:29 +01:00
Neil Deakin
ca6cddf7e2 Bug 1235129 - "Drag-n-drop url from location bar to a <tab> opens new tab instead of loading url in that tab". r=dao 2016-01-28 07:41:00 +01:00
Jared Wein
6df6a112ab Bug 1219794 - Show the bookmark popup for new bookmarks and autoclose if no interaction. r=mak
MozReview-Commit-ID: FSx0bB4KqpQ
2016-02-18 15:36:22 -05:00
Carsten "Tomcat" Book
25767e874d Merge mozilla-central to fx-team 2016-02-23 16:56:52 +01:00
Carsten "Tomcat" Book
c7adc23ebe merge fx-team to mozilla-central a=merge 2016-02-23 16:54:50 +01:00
Steve Fink
d7714e5cf8 Backed out changeset 7cdb490d72b5 (bug 1250287) on a CLOSED TREE 2016-02-22 22:42:40 -08:00
Dragana Damjanovic
9e390d3655 Bug 1246956 - Add originURI to Sessionstore. r=bz,Yoric,mfinkle 2016-02-22 16:38:57 -08:00
Matthew Noorenberghe
7d63ccc0c7 Bug 1248849 - UITour: showInfoPromise: Add panel event listener before having content call showInfo. r=felipe
MozReview-Commit-ID: Cv5gkmfrTsI
2016-02-22 16:33:42 -08:00
Drew Willcoxon
64d6e018ee Back out 996485ab7306 (bug 1249332) for test bustage. 2016-02-22 16:27:44 -08:00
Drew Willcoxon
599e7804e6 Bug 1249332 - [e10s] Make browser_ContentSearch.js work under e10s. r=mak 2016-02-22 15:18:12 -08:00
J. Ryan Stinnett
0901ab6264 Bug 1247985 - Convert DevTools open probes to count, enable for release. r=mratcliffe p=bsmedberg
MozReview-Commit-ID: Eq5gEqyJhPZ
2016-02-22 16:47:30 -06:00
Mark Hammond
815630383a Bug 1234205 - add an inverted version of the synced tabs button. r=Gijs 2016-02-23 09:43:35 +11:00
Mark Hammond
602486c199 Bug 1248765 - allow syncing of FxA password and don't delete it on unlink. r=rnewman 2016-02-23 09:41:59 +11:00
Gabriel Luong
512ebe716c Bug 1250308 - Rename viewport-dimension-span to viewport-dimension-separator in index.css r=jryans 2016-02-22 17:30:57 -05:00
Nick Fitzgerald
33233f0cbd Bug 1249789, 1249791, 1249792, 1249796, 1249798 - Clean up memory tool breakdowns; r=jsantell
This commit does the following:

- Rename "Group By: {Allocation => Call} Stack" in memory tool
- Rename "Label By: {Allocation => Call} Stack" in memory tool
- Get rid of "Internal Type" for labeling and grouping nodes
- Get rid of group by "Object Class" in memory tool
- Rename group/label by "Coarse Type" to plain "Type" in memory tool
2016-02-22 14:27:51 -08:00
Mark Hammond
3a07b4cbf8 Bug 1247109 - apply -moz-crisp-edges style to favicons on hidpi in the Synced Tabs sidebar. r=Gijs 2016-02-23 08:49:59 +11:00
Leo Ufimtsev
1c2b10c018 Bug 1229206 - Labels for screen readers are missing from about:preferences#sync. r=markh 2016-02-23 08:46:15 +11:00
Marco Bonardo
8e836323f2 Bug 976940 - FormHistory.update() should throw if form history is disabled and the operation is not a removal. r=markh
MozReview-Commit-ID: 94FRqGofGsP
2016-02-22 18:17:43 +01:00
Gabriel Luong
0b2e281df5 Bug 1250383 - Upgrade to CodeMirror 5.12.0 r=vporof 2016-02-23 10:10:10 -05:00
Gijs Kruitbosch
509927c432 Bug 1088714, bug 1090635, bug 1102900 - re-enable various CUI tests now the test framework deals with e10s in a way that makes them pass, rs=checked-e10s-test-on-try
MozReview-Commit-ID: FPnT7qj3qeC
2016-02-23 10:33:43 +00:00
Gijs Kruitbosch
9fda232df1 Bug 1091561 - fix tab bookkeeping for cut/copy/paste tests to make them work on e10s, rs=trivial
MozReview-Commit-ID: 4b1ZMZ6q3Yh
2016-02-23 10:32:21 +00:00
Gijs Kruitbosch
06de74806d Bug 1090656 - re-enable already-passing test in e10s, rs=checked-e10s-test-on-try
MozReview-Commit-ID: 6h7c4ie9D3j
2016-02-23 10:31:02 +00:00
J. Ryan Stinnett
63103c689d Bug 1225944 - Allow reinstalling temp add-ons. r=Mossop
MozReview-Commit-ID: JTbCaKGJ7wW
2016-02-22 23:35:10 -06:00
Steve Fink
e2d3077118 Bug 1250287 - Upgrade gcc and sixgill for all legacy hazard jobs, r=terrence 2016-02-18 13:17:59 -08:00