Граф коммитов

1071 Коммитов

Автор SHA1 Сообщение Дата
Ryan VanderMeulen 683b08ae37 Merge m-c to inbound. a=merge 2015-05-28 10:20:38 -04:00
Panos Astithas ddb5c21881 Add an unlisten command for stopping any active debugger server instaces (bug 976977). r=jwalker 2015-05-28 08:25:11 +03:00
Milan Sreckovic 34537c60ae Bug 1141783 - Correct user message for mismatched drivers. Don't mismatch if the DLLs are missing. r=jrmuizelaar
--HG--
extra : rebase_source : 31475a7405a58dc211c1057c9e8c4b33abd3b70a
extra : histedit_source : c8b0dd8cea9f1b36a48f6597bcf4bc90faf7517b
2015-05-15 13:43:38 -04:00
Julian Descottes 8db81fb95a Bug 965199 - "Copy Image Data-URL" in computed & rule views. r=pbrosset
This feature is about the inspector's rule view & computed view.
The context menu for an image URL (e.g. value of background-image property)
will contain a new entry : "Copy Image Data-URL". Clicking on it will fill the
clipboard with the image encoded as a data url.

The mechanism to hide/show the entry is inspired from the "Copy Color" menu
entry. When the context menu is displayed, check if the target is contained in
a node of type "image", using the getNodeInfo method available on both views.

If the image data cannot be retrieved for a given URL, the clipboard is filled
with an error message.

Modified rule-view getNodeInfo method in order to exclude from image nodes the
'source' links (such as 'style.css', displayed on the right of the rule-view).

Added a new mochitest that tests the feature on an element using a base64
background image.
2015-05-24 01:41:09 +02:00
J. Ryan Stinnett 0e9eecec5c Bug 1067325 - Context menu actions for view source tabs. r=mconley 2015-05-23 18:17:50 -05:00
Ryan VanderMeulen 8556f54b04 Merge m-c to fx-team. a=merge 2015-05-22 14:21:30 -04:00
Georg Fritzsche ec4d34ba60 Bug 1167166 - 'Week' and 'Ping' are not localizable in about:telemetry when displaying archived pings. r=rvitillo 2015-05-21 18:57:22 +07:00
J. Ryan Stinnett 9822493c08 Backed out changeset 03243db46bf0 on CLOSED TREE (bug 1067325)
--HG--
extra : histedit_source : 9ad8ee94f492eeda43a8512988c9b0f57526ec92
2015-05-22 07:05:31 -05:00
J. Ryan Stinnett cdda231a4c Bug 1067325 - Context menu actions for view source tabs. r=mconley 2015-05-22 05:16:24 -05:00
Mike Hommey 622e7d63a3 Bug 1166538 - Use zip py_action in a few places. r=gps 2015-05-21 15:17:02 +09:00
Christoph Kerschbaumer 5b9f3415fc Bug 1129999 - Implement CSP devtool using GCLI; gcli part (r=jwalker) 2015-05-21 11:16:13 -07:00
Georg Fritzsche de4b1b2ac5 Bug 1165968 - Change about:telemetry ping switch buttons to be labelled newer/older. r=rvitillo 2015-05-19 00:20:01 +07:00
Tim Nguyen 64f650e19f Bug 1136101 - Add an "Add rule" button in the rules view toolbar. r=bgrins, ui-r=shorlander 2015-05-16 02:10:00 -04:00
Georg Fritzsche f9ad382367 Bug 1122480 - Part 12 - Allow switching between 'classic' and 'subsession' data for the current ping. r=rvitillo 2015-05-13 21:57:06 +02:00
Georg Fritzsche 0dad9178b6 Bug 1122480 - Part 10 - Allow switching between current and archived ping data. r=rvitillo 2015-05-13 21:57:05 +02:00
Georg Fritzsche 28f2c73672 Bug 1122480 - Part 9 - Link to the data choices prefs. r=rvitillo 2015-05-13 21:57:05 +02:00
Georg Fritzsche 7248c574c5 Bug 1122480 - Part 8 - Update the settings: show upload & extended recording. r=rvitillo 2015-05-13 21:57:05 +02:00
Georg Fritzsche 577a0aa5de Bug 1122480 - Part 7 - Add an environment data section. r=rvitillo 2015-05-13 21:57:05 +02:00
Wes Kocher 97409b4d65 Backed out 9 changesets (bug 1122480) for xpcshell orange
Backed out changeset 9fff6229aa8e (bug 1122480)
Backed out changeset 6ae5efa42928 (bug 1122480)
Backed out changeset ea2720c41747 (bug 1122480)
Backed out changeset 3eb7a0e58d4e (bug 1122480)
Backed out changeset 79a925a3dd30 (bug 1122480)
Backed out changeset 1dd431a945d0 (bug 1122480)
Backed out changeset 73e107ca87c1 (bug 1122480)
Backed out changeset c9c7cf08c7d7 (bug 1122480)
Backed out changeset eecb2b1271ca (bug 1122480)
2015-05-11 13:06:21 -07:00
Georg Fritzsche df4762e426 Bug 1122480 - Part 9 - Link to the data choices prefs. r=rvitillo 2015-05-11 19:40:23 +02:00
Georg Fritzsche 6cb102d9f2 Bug 1122480 - Part 8 - Update the settings: show upload & extended recording. r=rvitillo 2015-05-11 19:40:23 +02:00
Georg Fritzsche 3c93e0c10a Bug 1122480 - Part 7 - Add an environment data section. r=rvitillo 2015-05-11 19:40:23 +02:00
Dão Gottwald 55b17ab83d Bug 1151509 - Implement the front-end side of the warning about add-ons detected as no longer signed during the periodic check. r=dtownsend 2015-05-08 19:27:25 +02:00
J. Ryan Stinnett 42a9222680 Bug 1160361 - Move gcli.properties to toolkit. r=bgrins
--HG--
rename : browser/locales/en-US/chrome/browser/devtools/gcli.properties => toolkit/locales/en-US/chrome/global/devtools/gcli.properties
2015-05-06 12:34:27 -05:00
J. Ryan Stinnett aed8488564 Bug 1160361 - Move gclicommands.properties to toolkit. r=bgrins
--HG--
rename : browser/locales/en-US/chrome/browser/devtools/gclicommands.properties => toolkit/locales/en-US/chrome/global/devtools/gclicommands.properties
2015-05-06 12:34:27 -05:00
Dão Gottwald ea5e332f77 Bug 1149702 - Display a note about add-ons that aren't properly signed in the add-ons manager. r=mossop 2015-04-30 21:17:39 +02:00
Geoff Lankow 9b06d1932b Bug 1138336 - Adapt nsIScriptError so it can display log messages with filename and line number; r=jst,neil,past 2015-04-28 18:39:47 +12:00
Matt Woodrow fa7ac228d2 Bug 1151611 - Expose DXVA status in about:support. r=cpearce,felipe
--HG--
extra : rebase_source : e65d849641d33218d9ee2b9bb6eeafb602a6f8e6
2015-04-28 15:07:22 +12:00
Andrea Marchesini 3389668041 Bug 1158361 - Improve the localized messages in about:serviceworkers, r=ehsan, f=stef 2015-04-27 15:47:24 +01:00
Will Bamberg 3bf45dfbd2 Bug 980006 - Add MDN tooltips for CSS properties. r=pbrosset
--HG--
extra : rebase_source : 6383633d26384543286e4311a91cb26d4ce4bfd6
2015-04-21 16:28:00 -04:00
Kartikaya Gupta 03e6282e65 Bug 1149482 - Localize the 'none' string for APZ in about:support. r=dvander 2015-04-23 15:15:29 -04:00
Kartikaya Gupta cd5b55f8d6 Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong 2015-04-23 15:10:30 -04:00
Doug Turner 8d74650547 Bug 1156052 - Add push information to about:serviceworkers. r=baku 2015-04-21 20:10:51 +02:00
Philipp Kewisch 9789a7eb9c Bug 1153192 - Cannot pass extra arguments to l10n-repack.py. r=gps 2015-04-19 22:57:20 +02:00
Andrea Marchesini 0fcece6c9b Bug 1155064 - Add localization comments to aboutServiceWorkers.properties, r=flod 2015-04-16 11:08:03 +01:00
Andrea Marchesini 3faaae83fb Bug 1154721 - Add an "Unregister" button to about:serviceworkers, r=ehsan 2015-04-15 18:11:17 +01:00
Ehsan Akhgari a6f45ae8e1 Bug 1154547 - Part 2: Make it possible to update a service worker from about:serviceworkers; r=baku 2015-04-15 09:52:12 -04:00
Andrea Marchesini 5ed1a7e3b7 Bug 1153805 - Fix localization string in about:serviceworkers, r=flod 2015-04-13 13:47:30 +01:00
Ryan VanderMeulen b7a8552eab Merge m-c to fx-team. a=merge 2015-04-10 15:28:56 -04:00
Andrea Marchesini 81daef00e3 Bug 1133601 - Implement about:serviceworkers, r=ehsan 2015-04-10 09:50:06 +01:00
YFdyh000 ec9e501961 Bug 1150786 - Add the localized string and accesskey for "Debug" add-on button. r=Mossop 2015-04-06 17:56:00 -04:00
Jared Wein 4e7c5a4f97 Bug 1149179 - Use separate access keys for Enter and Exit in Reader View. r=me, a=RyanVM 2015-03-30 11:32:00 -04:00
Wes Kocher 5b6f65bcdb Merge m-c to inbound a=merge CLOSED TREE 2015-03-26 17:46:35 -07:00
Patrick Brosset 7a37471593 Bug 1106272 - Part 1: Remove the selector highlight on hover and add a selector icon instead. r=miker
--HG--
extra : rebase_source : 57dcc58a96c35d42111f5b3671de2d4e8da78e35
2015-03-24 14:42:27 +01:00
David Anderson d96e85937b Add APZ info to about:support. (bug 1146727, r=jrmuizel)
--HG--
extra : rebase_source : 8758865fbde29af687fbe00fe64cc03fc8cb2cde
2015-03-24 15:04:44 -07:00
Paul Kerr [:pkerr] 41292843b9 Bug 1147153: Update L10n translation notes for about:webrtc. r=mikedeboer 2015-03-26 14:23:24 -07:00
Mike Shal a3687c2105 Bug 1144695 - Fix make installers errors in mozharness desktop repacks. r=gps, r=mgerva 2015-03-23 10:12:35 +01:00
Paul Kerr [:pkerr] c929586054 Bug 1100508: Easily capture about:webrtc page data for a bug reports. r=jib, r=mikedeboer 2015-03-23 12:37:30 -07:00
Boris Kudryavtsev 6d02d452e8 Bug 1144613 - Remove unused strings from xpinstallConfirm.properties. r=dao 2015-03-21 20:51:13 +01:00
Jared Wein d2549c4e7a Bug 1140340 - Add Reader Mode menu item to the menu bar. r=florian
--HG--
extra : rebase_source : 3c22f45081c84e99b96a919da6175fe35c1545b4
2015-03-20 17:35:55 -07:00