Thomas Wisniewski
7e447a3ab2
Bug 1293881 - Revert a behavioral change introduced in bug 1285036 patch 7: header names set by SetRequestHeader should retain their case instead of being lowercased as the current XHR spec specifies. r=jimb
2016-08-09 19:43:26 -04:00
James Long
0b2677dddc
Bug 1267365 - move various flags out of DevToolsUtils and don't depend on that module so much r=tromey
2016-08-05 17:41:01 -04:00
Thomas Wisniewski
2869846cdb
Bug 918752 - Override Accept request header to */* in XMLHttpRequest::Send() if it is not specified by the user. r=jst
2016-08-04 12:33:36 -04:00
Thomas Wisniewski
30e540bdd6
Bug 1285036 - Part 7: Change SetRequestHeader() and related header code to follow the spec more closely. r=baku
2016-08-02 12:50:10 -04:00
Jarda Snajdr
4a42482f34
Bug 1290056 - Netmonitor stack trace: filename starting with underscore is incorrectly displayed due to direction: rtl r=bgrins
...
--HG--
extra : rebase_source : b95add239c43611c771290b4316d4b9b863cccf6
2016-07-29 02:33:00 +02:00
Sebastian Hengst
1112b7a522
Bug 1289067 - Tooltip for 'Analyze' button (shown if netmonitor view empty) not shown. r=jryans
...
MozReview-Commit-ID: Kj0UGz97v6X
--HG--
extra : rebase_source : b2fcc1bf9358f06f1a3b1e5f25a2b69e60b7f7e9
2016-07-28 20:45:01 +02:00
Yura Zenevich
2f3c416bde
Bug 1226877 - make collapsed details pane hidden using visibility: hidden to be inaccessible by both keyboard and a11y tools. r=bgrins
...
MozReview-Commit-ID: 4DxnGDpRLHf
2016-07-22 16:20:58 -04:00
Tom Tromey
c1f4e8a225
Bug 1266839 - replace uses of nsIXULAppInfo in devtools; r=gregtatum
...
MozReview-Commit-ID: KIsffqE99hA
--HG--
extra : rebase_source : 6513acf886bef3192445ae003f413acc0143f658
2016-07-15 14:04:02 -06:00
Nancy Pang
6c2a980a72
Bug 1273211 - Add side panel enter and return controls, added keyboard space selection for controls in netmonitor and console key. r=pbro
...
MozReview-Commit-ID: HGGTeshLBDs
--HG--
extra : transplant_source : e%0A%19%0B%96%8F%11%8B%E8%3A%DA%7B%06%C0n%9C%09-TU
2016-07-12 14:10:57 -04:00
Jarda Snajdr
3a9649172e
Bug 1285638 - Network monitor leaks window when a parent-side tab is closed. r=ochameau
2016-07-10 10:37:00 +02:00
Ruturaj
6a39600b18
Bug 1253195 - Separate filter and search boxes visually, and make the text styling consistent. r=ntim
...
MozReview-Commit-ID: 1KZQA9X44Qi
2016-07-08 23:03:00 +02:00
Jan Odvarko
86677d02a2
Bug 1266420 - Implement SidebarToggle component; r=bgrins
2016-07-04 16:47:48 +02:00
Wes Kocher
0a4e1558a6
Backed out 6 changesets (bug 1244227
) for mochitest-cl failures
...
Backed out changeset fc2dcc9e7f52 (bug 1244227
)
Backed out changeset 5855543dc299 (bug 1244227
)
Backed out changeset b409ab88921d (bug 1244227
)
Backed out changeset 2990149167fc (bug 1244227
)
Backed out changeset e4bf9065b319 (bug 1244227
)
Backed out changeset 404a39c5e090 (bug 1244227
)
2016-06-30 13:42:15 -07:00
Tom Tromey
b2671b487f
Bug 1244227
- remove unused file from devtools/client/netmonitor/test/; r=Honza
...
MozReview-Commit-ID: 1obunKGZYgx
--HG--
extra : transplant_source : %87%84M%B680%BC%D4%08%F5%D2%07%C8%EFd%8F%85%CD%B73
2016-06-20 11:29:36 -06:00
Tom Tromey
f6968e4e28
Bug 1244227
- add an API to enable throttling; r=Honza
...
MozReview-Commit-ID: BirjFHVSZN7
--HG--
extra : transplant_source : %88%FA%CB%0D%21%07%D9%DA%84%03%2C%92N%60%0F%E4%11%CF%8Dp
2016-03-01 11:13:41 -07:00
Jarda Snajdr
23e15b12e9
Bug 1282211 - Requests cannot be sorted by cause r=Honza
2016-06-29 06:11:00 +02:00
Philipp Kewisch
a07ebf7178
Bug 1279784 - Remove hardcoded navigator:browser in devtools. r=jryans
2016-06-28 11:03:11 +02:00
Julian Descottes
718a901bda
Bug 1266456 - part2: HTMLTooltip setContent() use object as 2nd arg;r=jsnajdr
...
setContent expects 3 arguments: content, width, height. Height is already optional
but for the autocomplete migration, the width will also become optional.
Using an object argument for width and height makes this easier.
MozReview-Commit-ID: 9CiMG0BdLOR
--HG--
extra : rebase_source : 4ec54714ccc2476fa4b341aaad3773ba095cca5a
2016-06-23 17:27:32 +02:00
Tom Tromey
92a3aa0df3
Bug 1264654
- Use DOMParser in devtools. r=bgrins
...
MozReview-Commit-ID: BB829YyUBh7
--HG--
extra : transplant_source : %1Fb%17%07%CA%EE%20%01%92%8A_%F4%C6%F1%27%8D%A1%8C%96%F4
2016-06-20 06:34:32 -06:00
Jarda Snajdr
196c4493fd
Bug 1280247 - Netmonitor JS stack traces should show the frame's asyncCause r=ochameau
2016-06-15 23:30:00 +02:00
Jarda Snajdr
b57da2dc12
Bug 1278778 - Show JS stack traces of Fetch requests in Netmonitor r=bkelly
2016-06-14 04:08:00 +01:00
Jarda Snajdr
1c20c2504b
Bug 1277264 - Part 1: Migrate netmonitor tooltips to HTML Tooltip. r=jdescottes
...
--HG--
extra : rebase_source : 01d928759882d7f34d3389ed5a7a718cde8d89bb
2016-06-12 12:01:00 +01:00
J. Ryan Stinnett
ca7fb511f8
Bug 1193390 - Remove single arg Cu.import from /devtools. r=tromey
...
A few miscellaneous linting issues also addressed near the lines involved.
MozReview-Commit-ID: 9t1RwxdSS2X
2016-06-09 14:10:07 -05:00
Eddy Bruel
72591e2414
Bug 1265724 - Decouple TimelineFront from TimelineActor; r=ejpbruel
2016-06-08 15:51:55 +02:00
Carsten "Tomcat" Book
c1439093ab
Merge mozilla-central to mozilla-inbound
2016-06-07 15:34:15 +02:00
Masatoshi Kimura
dfb8d11072
Bug 1268728 - Remove ability to enable RC4. r=keeler
2016-06-07 22:17:43 +09:00
Jarda Snajdr
45e8d66845
Bug 1134073 - Part 3: Show network request cause and stacktrace in netmonitor - mochitests r=ochameau
...
MozReview-Commit-ID: Bjkl2XB3sFs
2016-06-03 01:55:00 +02:00
Jarda Snajdr
2276274acd
Bug 1134073 - Part 2: Show network request cause and stacktrace in netmonitor UI r=ochameau
...
MozReview-Commit-ID: HauaLcPTZ5r
2016-06-03 03:24:00 +02:00
Jarda Snajdr
0cb10b0230
Bug 1253794: Tolerate missing params in sjs_content-type-test-server.sjs, fix intermittent browser_net_statistics failures r=ochameau
...
MozReview-Commit-ID: Gq6omQpwiSs
2016-06-06 02:32:00 +02:00
Tim Nguyen
e3d4bcd896
Bug 1278346 - Switch browser_net_statistics-01,02.js to add_task. r=ochameau
...
MozReview-Commit-ID: 5QDts08x0rv
2016-06-06 23:46:32 +02:00
Tim Nguyen
b45619ad94
Backed out 3 changesets (bug 1134073) for browser_net_statistics-01.js failures
...
Backed out a58743e540f5 (bug 1134073)
Backed out 616b2bbf8fd0 (bug 1134073)
Backed out 691b0e0a6ca1 (bug 1134073)
MozReview-Commit-ID: 3LwVxPXX8SZ
2016-06-04 19:01:29 +02:00
Jarda Snajdr
e9eb52b1c2
Bug 1134073 - Part 2: Show network request cause and stacktrace in netmonitor UI r=ochameau
...
MozReview-Commit-ID: GPm9u84SL1d
2016-06-03 03:24:00 +02:00
Jarda Snajdr
fb26b2e2cd
Bug 1134073 - Part 3: Show network request cause and stacktrace in netmonitor - mochitests r=ochameau
...
MozReview-Commit-ID: 1p5gHLp4Fdw
2016-06-03 01:55:00 +02:00
Wes Kocher
ab58bab2bf
Backed out 3 changesets (bug 1134073) because maybe it broke the clipboard tests
...
Backed out changeset a43d99734390 (bug 1134073)
Backed out changeset 572ebec612e8 (bug 1134073)
Backed out changeset f12a69ba9122 (bug 1134073)
2016-06-03 14:01:27 -07:00
Jarda Snajdr
cbd4ce02c3
Bug 1134073 - Part 3: Show network request cause and stacktrace in netmonitor - mochitests. r=ochameau
...
--HG--
extra : rebase_source : abad191fa9214632060952a091478d0bcb1605ac
2016-06-03 16:26:35 +02:00
Jarda Snajdr
ec1e427b5d
Bug 1134073 - Part 2: Show network request cause and stacktrace in netmonitor UI. r=ochameau
...
--HG--
extra : rebase_source : 6efa4fdec35a7f9ca0acdafba3aba1886bac8602
2016-06-03 16:26:35 +02:00
Jarda Snajdr
d822e9b505
Bug 1270111 - Part 3: Fixed and refactored the browser_net_image-tooltip.js test. r=jdescottes
2016-05-27 05:11:00 +02:00
Jarda Snajdr
bbc3f63d18
Bug 1270111 - Part 2: Netmonitor mochitest logging is too verbose, disable the detailed progress info. r=jdescottes
2016-05-26 06:19:00 +02:00
Jarda Snajdr
2ac0894877
Test for bug 1214752 - verify that the network monitor shows CORS preflights properly. r=Honza
2016-05-26 20:36:09 -04:00
Joel Maher
3ff44ada49
Bug 1270962 - move tests which access the clipboard to subsuite 'clipboard'. r=bgrins,ryanvm,armenzg
...
MozReview-Commit-ID: IZziPmwFtHj
2016-05-25 15:28:24 -04:00
Wes Kocher
fa48509cda
Merge fx-team to central, a=merge
2016-05-20 14:14:00 -07:00
Tom Tromey
0d398a243a
Bug 1265869 - Add task.js and use in devtools. r=jryans
...
MozReview-Commit-ID: G5UuAh2RiZZ
--HG--
rename : toolkit/modules/Task.jsm => devtools/shared/task.js
extra : transplant_source : %B8h%8A%8C%BD%91%8A%81%1D%F4%F5%2Ap%CFv%BC%963u0
2016-05-17 13:07:55 -06:00
J. Ryan Stinnett
30b2b7ce44
Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey
...
For simple rules like function spacing, we can auto-fix these across the code
base so they are followed in a consistent way.
To generate this patch, I ran:
./mach eslint devtools --no-ignore --fix
After this, I reverted any changes to third party files that we really do want
to ignore.
MozReview-Commit-ID: 6Q8BApkAW20
2016-05-18 12:49:23 -05:00
Alexandre Poirot
9f0ddbd261
Bug 1266828 - Convert ViewHelpers.jsm into a module. r=tromey
...
--HG--
rename : devtools/client/shared/widgets/ViewHelpers.jsm => devtools/client/shared/widgets/view-helpers.js
2016-05-16 03:13:30 -07:00
Greg Tatum
fd4728f76e
Bug 1263945 - Tell the exact number of bytes in network monitor if below 1Kb. r=honza
2016-05-06 07:02:00 -04:00
J. Ryan Stinnett
e1b9ca77b0
Bug 1270619 - Add missing imports instead of using globals. r=pbro
...
MozReview-Commit-ID: 28Xn7N9FSZr
2016-05-09 13:35:09 -05:00
Julian Descottes
df759845bc
Bug 1270462 - part2: tooltip toggle callback can resolve(false);r=bgrins,jsnajdr
...
Previously, the targetNodeCb used in TooltipToggle had an inconsistent API. If
returning synchronously, "false" would prevent the tooltip from appearing.
However, if using a promise, resolving "false" would still show the tooltip.
It was needed to reject the promise in this case to prevent the tooltip from
being displayed.
This commit makes TooltipToggle always expect a consistent return value from
this callback, whether it is synchronous, or using promises.
- true -> show the tooltip on the event target
- DOM node -> show the tooltip on the provided node
- false (or falsy value) -> do not show the tooltip
MozReview-Commit-ID: 7PIPwBJxjWO
--HG--
extra : rebase_source : 279bab30f631a3a65a93b52226c6980210abf2f1
2016-05-05 20:25:08 +02:00
Julian Descottes
87fe331949
Bug 1270462 - part1: extract devtools tooltip toggle logic to separate file;r=bgrins,jsnajdr
...
The code used to make the tooltip appear/disappear when hovering targets
has been extracted to a separate class that can be shared between the
current Tooltip.js implementation and the upcoming HTMLTooltip.
MozReview-Commit-ID: UYSjPFeMYK
--HG--
extra : rebase_source : 5dcca2d5887ffc98fec621092640073a0909c13f
2016-05-06 14:54:30 +02:00
James Long
e87387e53d
Bug 1265775 - replace Cu.reportError with console.error in devtools client code r=tromey
2016-05-06 11:29:10 -04:00
Tom Tromey
08f3ad3f7b
Bug 1265876 - don't directly use Timer.jsm or timers.js in devtools; r=ochameau
...
MozReview-Commit-ID: HzbnNvTc5db
2016-05-04 08:02:03 -06:00