Commit Graph

3670 Commits

Author SHA1 Message Date
Steven Englehardt
73079800c9 Bug 1153010 - Disambiguate error messages for mixed content and weak/broken cipher. r=keeler,tanvi,dolske 2015-07-08 09:04:11 +02:00
Edouard Oger
9d0e435dcd Bug 1180868 - Sync preferences - Add tooltip and onhover border to fxa profile picture. r=markh 2015-07-06 16:47:00 +02:00
Panos Astithas
2677afc219 Bug 1175920 - Add a checkbox to the in-content Privacy preferences to toggle TP in Private Browsing. r=jaws 2015-07-07 10:53:52 +03:00
Justin Dolske
a434b7a0a4 Bug 1177237 - Implement OS query parsing and user search choice. r=jaws 2015-07-06 18:11:05 -07:00
Philipp Sackl
70cbd68d5b Bug 1179346 - Add strings and accesskeys for Microsoft Edge. r=mak 2015-07-06 15:46:28 +02:00
Philipp Sackl
32aca86780 Bug 1179346 - Land strings to include Edge in the data importer. r=mak 2015-07-03 18:15:24 +02:00
Phil Booth
dcd7989cd1 Bug 1074251 - change button label "Manage" => "Sync preferences" on about:accounts. r=markh
--HG--
extra : rebase_source : 5fd74fa6e80e8274099364107e0941fcbdec4a26
2015-07-02 10:27:00 +02:00
Edouard Oger
a451044e6c Bug 1139698 - Add Firefox Account avatar in Hamburger Menu. r=markh 2015-06-29 20:06:00 -04:00
Brian Grinstead
9669f268c9 Bug 1175327 - Move existing Tracking Protection functionality from shield doorhanger to Control Center;r=ttaubert
--HG--
extra : commitid : 7qOU4Qysqqt
2015-06-30 14:02:39 -07:00
Tim Taubert
b3e9af2a44 Bug 1177437 - [Control Center] Show security subview with a warning for unsecure connections r=MattN 2015-06-29 07:00:38 +02:00
Avik Pal
0fa6dd1b48 Bug 1157789 - Add context menu items Expand All / Collapse to markup view. r=janx
--HG--
extra : commitid : GKE9L2XTwWg
extra : rebase_source : 682215570892db697726cba1351af915651c94a9
2015-06-29 00:16:47 -07:00
Edouard Oger
5fef076742 Bug 1177873 - Follow-up to bug 1174330, reorder strings and use single Unicode character for ellipsis. r=flod
--HG--
extra : rebase_source : 54eb13eea61937e1c006b82e90574754866bfee4
2015-06-26 14:46:36 -07:00
Andrei Oprea
f525703152 Bug 1171415 - Add feedback string for NPS survey. r=Standard8 DONTBUILD 2015-06-26 14:40:34 -07:00
Phil Ringnalda
6a687b9e76 Back out 1fd1058d6099 (bug 1139698) for JP, bc and dt bustage
CLOSED TREE

--HG--
rename : browser/themes/shared/fxa/default-profile-image.svg => browser/themes/shared/incontentprefs/default-profile-image.svg
2015-06-25 19:30:06 -07:00
Edouard Oger
2654623ec6 Bug 1139698 - Add Firefox Account avatar in Hamburger Menu. r=markh
--HG--
rename : browser/themes/shared/incontentprefs/default-profile-image.svg => browser/themes/shared/fxa/default-profile-image.svg
2015-06-25 17:16:28 -07:00
Edouard Oger
0276f83a54 Bug 1174330 - Allow the device name to be edited in-line. r=markh 2015-06-25 17:15:23 -07:00
Tim Taubert
5e2d730ccc Bug 1170759 - Move detailed security information to a subpanel r=Gijs 2015-06-11 14:26:17 +02:00
Florent Fayolle
2cc20c56c0 Bug 1050691 - Click on a function on the console should go to the debugger. r=jlongster 2015-06-20 08:47:00 +02:00
Jordan Santell
27921a0d16 Bug 1150295 - Display an icon next to frames in the call tree that contain viewable optimization data. r=vp,a=kwierso 2015-06-17 14:31:15 -07:00
Eddy Bruël
eb27501324 Bug 1169343 - Implement DebuggerView.Workers;r=jlong 2015-06-19 13:51:37 +02:00
Jordan Santell
baeb955941 Bug 1175705 - Make enable-jit-optimizations a recording-feature rather than a toggleable display feature. r=vp 2015-06-17 14:57:45 -07:00
Edoardo Putti
d06369c85e Bug 1121896 - Show when animations are running on the compositor in the animation panel. r=pbro
--HG--
extra : rebase_source : b64325cb65d0413d8802cde86285424267849de3
2015-06-17 01:40:00 -04:00
Phil Ringnalda
3cb7402d5e Back out c451a7f1de44 (bug 1050691) for OS X timeouts in browser_webconsole_closure_inspection.js 2015-06-16 19:37:12 -07:00
Florent Fayolle
541812e73d Bug 1050691 - Click on a function on the console should go to the debugger. r=jlongster 2015-06-16 04:43:00 -04:00
Brian Grinstead
112cdb689a Bug 1119133 - Add a keyboard shortcut to toggle devtools docking mode between last two positions;r=pbrosset 2015-06-09 14:59:27 -07:00
Patrick Brosset
774b49304f Bug 1155663 - Show animations as synchronized time blocks in animation inspector; r=bgrins
This is the first step towards the animation-inspector UI v3 (bug 1153271).
The new UI is still hidden behind a pref, and this change doesn't implement
everything that is in the current v2 UI.
This introduces a new Timeline graph to represent all currently animated nodes
below the currently selected node.
v2 used to show them as independent player widgets. With this patch, we now show
them as synchronized time blocks on a common time scale.
Each animation has a preview of the animated node in the left sidebar, and a time
block on the right, the width of which represents its duration. The animation name
is also displayed.
There's also a time graduations header and background that gives the user information
about how long do the animations last.
This change does *not* provide a way to know what's the currentTime nor a way to
set it yet.
This also makes the existing animationinspector tests that still make sense with
the new timeline-based UI run with the new UI pref on.

--HG--
extra : rebase_source : 65634e8f5e618f15e8d33c36a90217ba07a310f4
2015-06-11 15:45:57 +02:00
Jordan Santell
91df9dbb13 Bug 1152992 - If markers do not have a definition, classify them as "Unknown" in the perftools. r=vp 2015-06-09 20:34:51 -07:00
Gabriel Luong
978033514e Bug 1172788 - Add tooltip for pseudo class toggle button in the rule view r=bgrins
--HG--
extra : commitid : 6uuIB5Xonry
2015-06-13 13:00:53 -07:00
Marco Bonardo
c75008565b Bug 1173745 - Add Search suggestion toggle to location bar preferences. r=adw 2015-06-11 13:20:50 -07:00
Hector Zhao
3dd846b978 Bug 1164752 - Include 360 secure browser in migration. r=mak
--HG--
extra : transplant_source : %2B%B6%90%B7l%BC%8B%B9m%08%7F%03%90%CC7jH%16Vw
2015-05-13 18:00:55 +08:00
Frédéric Wang
95af9d804d Bug 1160456 - Add UI to configure the "fonts for mathematics" preferences. r=gijskruitbosch 2015-06-11 13:46:00 -04:00
Patrick Brosset
140ef7acb1 Bug 1172500 - Add a keyboard shortcut to minimize the toolbox. r=jryans 2015-06-11 11:11:35 +02:00
Mike de Boer
f6fca5dfa1 Bug 1142532: fix the Loop/Hello email body texts punctuation. rs=me DONTBUILD 2015-06-12 11:40:31 +02:00
Mike de Boer
393b9d5a26 Bug 1168833: introduce different sizing modes to docked social chat windows and re-style text chat UI indide the Hello conversation window. r=Standard8 2015-06-12 11:21:35 +02:00
Drew Willcoxon
1c38587e7f Back out c465d65204b7 bug 1173745 for bustage on a CLOSED TREE. 2015-06-11 15:38:43 -07:00
Marco Bonardo
2dbc879889 Bug 1173745 - Add Search suggestion toggle to location bar preferences. r=adw 2015-06-11 13:20:50 -07:00
Mike de Boer
1a5d8e31e9 Bug 1170627 - close the context edit form upon a successful save action inside a Hello conversation window. r=Standard8 2015-06-10 13:36:21 +02:00
Carsten "Tomcat" Book
b974f4cfca Backed out changeset 2ba82990c44b (bug 1170627) for bc1/bc3 test failures 2015-06-10 15:55:15 +02:00
Léon McGregor
83f6b76b6a Bug 1163332 - Add a 'screenshot this node' button to the inspector popup menu. r=pbrosset 2015-06-09 03:58:00 -04:00
Florent Fayolle
257768e507 Bug 1172320 - Browser Content Toolbox should have an accesskey. r=bgrins 2015-06-08 23:10:00 -04:00
Mike de Boer
2b23909508 Bug 1170627: close the context edit form upon a successful save action inside a Hello conversation window. r=Standard8 2015-06-10 13:36:21 +02:00
Tim Taubert
e91584a66d Bug 1146282 - New styling for the host section of the identity panel
From 7496384f93865519159db75588c6be377fd2eb0b Mon Sep 17 00:00:00 2001
 r=Gijs
2015-06-02 21:15:08 +02:00
Wes Kocher
a972d2e429 Backed out changeset 49acc2446457 (bug 1152992) for dt2 orange 2015-06-09 14:38:43 -07:00
Jordan Santell
772f325a61 Bug 1152992 - If markers do not have a definition, classify them as "Other" in the perftools. r=vp 2015-06-03 11:09:53 -07:00
Justin Dolske
daa0f38953 Bug 1161138 - Use normal L10N for Pocket strings. r=jaws 2015-06-09 12:11:26 -07:00
Jan Odvarko
3fed81155c Bug 859058 - Export content of the Network panel as HAR; r=jsantell, r=jlongster 2015-06-03 17:31:35 +02:00
Shivang Nagaria
5776cb0b8d Bug 1077339 - Display keyboard shortcuts when hovering panel tabs. r=janx f=bgrins 2015-06-09 11:07:01 -07:00
Jordan Santell
bab68c6529 Bug 1168566 - Separate memory over time and allocation recording in perftools as two different preferences. r=fitzgen 2015-06-09 11:06:49 -07:00
Akshit Khurana
4de203f402 Bug 1171520 - Add "Getting Started" default bookmarks favicon. r=jaws
CLOSED TREE
2015-06-07 13:22:54 -07:00
Alexandre Poirot
422177bcd7 Bug 1132670 - Warn when connecting to a server newer than client. r=jryans 2015-06-03 07:15:00 -04:00