Commit Graph

64 Commits

Author SHA1 Message Date
Michael Ratcliffe
5464650ebb Bug 1264585 - Add sidebar toggle button to storage panel r=pbro
Fixed devtools/client/storage/test/browser_storage_sidebar.js

MozReview-Commit-ID: 8zKnUPJ0118
2017-03-10 17:44:01 +00:00
Sebastian Hengst
c6d9ef3e98 Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
Tim Nguyen
548b6bdbef Bug 1330099 - Enable object-shorthand eslint rule. r=jryans
MozReview-Commit-ID: 3wA25rfznBv
2017-01-11 21:22:15 +00:00
Gabriel Luong
a61285b0f2 Bug 1322028 - Avoid destructuring requires where possible in the inspector. r=jdescottes 2016-12-17 12:44:56 +09:00
Michael Ratcliffe
2556b92d84 Bug 1320362 - Move indexedDb storage type in the storage inspector into a new column r=jdescottes
Ideally we would have used the GUID to join fields to build the compound key but because we show the uniqueId in the tree that would lead to an ugly user experience. As an
alternative we simply use e.g. db1 (default) as the uniqueId. This works as a unique key, is informative for the user and means minimal changes to tests.

MozReview-Commit-ID: I0XxTIoV33p
2016-11-29 10:57:18 +00:00
Michael Ratcliffe
807a61f5f0 Bug 1276339 - Storage inspector doesn't work on chrome:// pages and web extensions r=jdescottes
MozReview-Commit-ID: IP33bBo0yfn
2016-11-22 14:47:22 +00:00
Michael Ratcliffe
95697409bc Bug 1146194 - Multiple cookies with the same name not shown r=gl
Stubborn debugger statement.

MozReview-Commit-ID: F2qgWofemHG
2016-11-11 15:57:51 +00:00
Tom Tromey
1976c3df85 Bug 1312041 - remove requireRawId rewriting in favor of Loader paths; r=jryans
MozReview-Commit-ID: 6OSszbKpp74
2016-10-25 21:30:18 -06:00
Wes Kocher
20d9f9713d Backed out 2 changesets (bug 1312041) for mass failures a=backout
Backed out changeset c4f42d7d5453 (bug 1312041)
Backed out changeset 9bfbc8480d43 (bug 1312041)
2016-11-01 10:30:45 -07:00
Tom Tromey
d1b2d82846 Bug 1312041 - remove requireRawId rewriting in favor of Loader paths; r=jryans
MozReview-Commit-ID: 6OSszbKpp74
2016-10-25 21:30:18 -06:00
Ruturaj K. Vartak
a29f9a1f61 Bug 1301930 - Cookie value parsing. r=miker 2016-09-19 23:37:00 +02:00
Jarda Snajdr
550da13ea0 Bug 1304297 - Support for deleting Cache and Response objects in Storage Inspector r=miker
MozReview-Commit-ID: BdK4rKhmzTo
2016-09-22 12:29:48 +02:00
Ruturaj K. Vartak
0c98316562 Bug 1298369 - Rename "isHttpOnly" label to "HttpOnly". r=jsnajdr 2016-09-13 10:48:00 +02:00
Julian Descottes
3479010529 Bug 1298012 - update references to devtools/client/shared/l10n -> devtools/shared/l10n;r=bgrins
MozReview-Commit-ID: 6p5ADjlbsHu
2016-08-25 17:02:50 +02:00
Julian Descottes
91ae3dcc39 Bug 1294220 - part5: Remove the "chrome://" protocol when using LocalizationHelper;r=tromey
MozReview-Commit-ID: JzT8RyPhHwA
2016-08-20 21:59:34 +02:00
Julian Descottes
156ceb6e2f Bug 1294220 - part1: Move ellipsis character to a localized string in properties file;r=bgrins
The ellipsis character displayed by devtools is now relying on a localized string
in devtools/client/shared.properties instead of a complex preference.

The lazy loading of the ellipsis string has been removed, the ellipsis is retrieved
once when the client/shared/l10n.js file is loaded.

The ellipsis property on the LocalizationHelper instances has been removed in favor
of an ELLIPSIS export on the l10n.js module.

All the previous callers using either LocalizationHelper::ellipsis or retrieving the
intl.ellipsis preference have been migrated to rely on the ELLIPSIS export of l10n.js

MozReview-Commit-ID: 4JG0qbJGCw9
2016-08-20 22:09:03 +02:00
Tom Tromey
44ebe29d9c Bug 1290227 - add replacement module for DOM_VK_ constants; r=bgrins
MozReview-Commit-ID: INmMxfP8ZuL
2016-08-08 15:41:37 -06:00
Fischer.json
8303c282bd Bug 1264582 - Table headers are not removed when selecting an empty storage. r=mratcliffe
MozReview-Commit-ID: Hcfw7dyrDpV
2016-07-01 17:42:07 +08:00
Fischer.json
a9ba5bc470 Bug 1260382 - Storage inspector incorrectly tries to parse invalid localStorage JSON values. r=miker
MozReview-Commit-ID: 2qz3Iyml5Wf
2016-07-11 19:05:41 +08:00
Luke Chang
6d24c31117 Bug 1263104 - Ctrl+F in Storage Inspector should open search. r=mratcliffe 2016-07-05 20:21:00 +02:00
Jarda Snajdr
efe398485b Bug 1231445 - Part 3: Support for removing IndexedDB records in storage inspector r=mratcliffe 2016-07-04 04:10:00 +02:00
Jarda Snajdr
3902efd3fe Bug 1231445 - Part 2: Change format of stores-cleared event data to support clearing any store r=mratcliffe 2016-07-04 04:09:00 +02:00
Tom Tromey
86974842a1 Bug 1265869 - Add task.js and use in devtools. r=jryans
MozReview-Commit-ID: G5UuAh2RiZZ
2016-05-17 13:07:55 -06:00
Jarda Snajdr
3bc49fbbd0 Bug 1268460 - Part 1: Errors when deleting an IndexedDB database are not handled r=mratcliffe 2016-05-17 11:57:21 -07:00
Alexandre Poirot
e39e7b8130 Bug 1266828 - Convert ViewHelpers.jsm into a module. r=tromey 2016-05-16 03:13:30 -07:00
J. Ryan Stinnett
7bdf3cf623 Bug 1270619 - Add missing imports instead of using globals. r=pbro
MozReview-Commit-ID: 28Xn7N9FSZr
2016-05-09 13:35:09 -05:00
James Long
ece81a7a77 Bug 1265775 - replace Cu.reportError with console.error in devtools client code r=tromey 2016-05-06 11:29:10 -04:00
J. Ryan Stinnett
8aa03a5d4d Bug 1263258 - Require space before paren for anonymous functions. r=pbro
MozReview-Commit-ID: 2F0j45Vxn2I
2016-04-27 09:06:15 -05:00
Jarda Snajdr
087d254cdc Bug 1205123 - Part 3: 'Remove IndexedDB database' action in storage inspector - UI. r=mratcliffe 2016-04-25 04:31:00 +02:00
Jarda Snajdr
7ec9eb7f09 Bug 1260380 - 'Parsed value' section gets duplicated when editing. r=mratcliffe
MozReview-Commit-ID: 22WzD9TOw5V
2016-04-21 05:10:00 +02:00
Jarda Snajdr
22abd505a7 Bug 1156720 - Firefox freezes when parsing large data in Storage Inspector. r=mratcliffe
MozReview-Commit-ID: CopXwMnhzxY
2016-04-21 08:52:00 +02:00
Jarda Snajdr
db85535cab Bug 1261785 - Part 1: fix promise rejections in storage inspector tests. r=mratcliffe 2016-04-19 01:43:00 +02:00
Sebastian Hengst
ad065d0989 Backed out changeset ff8aa19ba327 (bug 1261785) for frequent failure in devtools test devtools/client/shared/test/browser_telemetry_toolboxtabs_storage.js. r=backout 2016-04-17 12:27:43 +02:00
Jarda Snajdr
664c437496 Bug 1261785 - Part 1: Fix promise rejections in storage inspector tests. r=mratcliffe 2016-04-13 04:01:00 -04:00
Jarda Snajdr
d52e009a86 Bug 1231434 - Add 'Delete All' context menu entry to storage inspector. r=mratcliffe 2016-04-11 01:21:00 +02:00
Sebastian Hengst
27bceca7f2 Backed out changeset a4c47419ac3f (bug 1231434) for eslint failures (no space after generator star, backquotes instead of doublequotes used). r=backout 2016-04-10 20:13:07 +02:00
Jarda Snajdr
d4055f7986 Bug 1231434 - Add 'Delete All' context menu entry to storage inspector r=mratcliffe
MozReview-Commit-ID: 4YNXmhtriRS
2016-04-09 01:45:00 +02:00
Jarda Snajdr
b1b44c88b0 Bug 1231437 - Storage Inspector: context menu to remove cookie/storage item r=mratcliffe
MozReview-Commit-ID: AWgZDbQ22ec
2016-04-04 07:56:00 +02:00
Carsten "Tomcat" Book
ff3448cf25 Backed out changeset 43360777775c (bug 1231437) for test failures in browser_misused_characters_in_strings.js 2016-04-04 16:07:03 +02:00
Jarda Snajdr
bce6cf2141 Bug 1231437 - Storage Inspector: context menu to remove cookie/storage item r=mratcliffe 2016-04-04 03:42:00 +02:00
Michael Ratcliffe
5a9b802910 Bug 1261311 - Fix storage inspector promise rejection syntax error r=mratcliffe
Should have been a catch.
2016-04-01 16:32:35 +01:00
Carsten "Tomcat" Book
666db7fba1 Backed out changeset 64f6fc285131 (bug 1231437) for test failures in browser_storage_cookies_edit.js 2016-04-01 15:53:12 +02:00
Michael Ratcliffe
6f5f7c43f7 Bug 1261311 - Fix storage inspector promise rejections r=mratcliffe
Hide the errors for now.

MozReview-Commit-ID: Fj1wYvZ4UFx
2016-04-01 11:00:06 +01:00
Jarda Snajdr
692e11ad40 Bug 1231437 - Storage Inspector: context menu to remove cookie/storage item r=mratcliffe 2016-04-01 05:11:00 +02:00
Michael Ratcliffe
bc46c3551b Bug 1231179 - Make sessionStorage entry rows editable via double-click in storage inspector r=pbro
MozReview-Commit-ID: 3DFu6fyEdOS
2016-03-22 14:24:56 +00:00
Michael Ratcliffe
313cba9b25 Bug 1231155 - Make localstorage entry rows editable via double-click in storage inspector r=pbro
MozReview-Commit-ID: 9SjhR1n5AYG
2016-03-18 17:09:52 +00:00
Carsten "Tomcat" Book
b325937094 Backed out changeset 66f61a656571 (bug 1231437) for test failures in browser_storage_cookies_edit.js 2016-04-01 09:27:58 +02:00
Jarda Snajdr
6067b5f8a2 Bug 1231437 - Storage Inspector: context menu to remove cookie/storage item r=mratcliffe a=kwierso
MozReview-Commit-ID: ETmjp8jjQ6z
2016-03-31 16:14:15 -07:00
Michael Ratcliffe
94ec6a80bf Bug 1235350 - Storage Inspector needs a simplified inline editor r+pbro
MozReview-Commit-ID: DBfeUEKQNly
2016-03-01 22:47:31 +00:00
Victor Porof
bfccfa9153 Bug 1258305 - Update all occurences of ViewHelpers.L10N and MultiL10N to use the new module, r=jsantell 2016-03-22 10:17:21 +01:00