Brian Grinstead
b47004718e
Bug 1175318 - Import Console.jsm for mochitests;r=ted,r=past
2015-07-08 12:10:29 -07:00
J. Ryan Stinnett
7e2158acc2
Bug 1178851 - Move testing flag to DevToolsUtils. r=ochameau
2015-07-02 04:56:57 -05:00
Jan Odvarko
680c7fffdb
Bug 1171408 - Move NetworkEventsHandler.getString into WebConsoleClient. r=past
2015-06-17 16:27:20 +02:00
Florent Fayolle
b0efe8bf4c
Bug 1173385 - Calling $$("") should throw an exception. r=fitzgen
2015-06-15 14:22:00 -04:00
Panos Astithas
824a13e90f
Bug 1160837 - The network panel should only record beacons from the monitored page. r=ochameau
...
This reverts commit bb89c9ca50a8302ada661e4d10e5090936587fad.
2015-06-11 16:38:13 -04:00
Ryan VanderMeulen
64539252b4
Backed out changeset 51234d23d640 (bug 1160837) for browser_projecteditor_contextmenu_02.js failures.
2015-06-11 14:18:46 -04:00
Panos Astithas
8334241cf1
The network panel should only record beacons from the monitored page (bug 1160837). r=ochameau
...
This reverts commit bb89c9ca50a8302ada661e4d10e5090936587fad.
2015-06-11 18:08:12 +03:00
John Pavlicek
7f8d06c553
Bug 1164210 - $$() should return a true Array. r=bgrins
2015-06-08 15:27:00 +02:00
Carsten "Tomcat" Book
8b199fef4f
Backed out changeset fd60bc4207c6 (bug 1160837) for dt/dt2 test failures
2015-06-10 11:37:33 +02:00
Panos Astithas
9662264009
The network panel should only record beacons from the monitored page (bug 1160837). r=ochameau
2015-06-10 10:04:16 +03:00
Jan Odvarko
3a645f68dc
Bug 859058 - Export content of the Network panel as HAR; r=jsantell, r=jlongster
2015-06-03 17:31:35 +02:00
Tom Tromey
a4d7a5bc76
Bug 1168088 - Remove SpiderMonkey-specific syntax from toolkit/devtools. r=pbrosset
2015-05-28 11:54:00 -04:00
Birunthan Mohanathas
0988fd7527
Bug 1164714 - Flatten security/manager/ssl/src/ directory. r=keeler
2015-05-26 10:31:23 -07:00
Panos Astithas
f7d1ce2f42
Define gDevTools in network-monitor.js for the rare case where it's not already present in the environment (bug 1167655). r=vporof
2015-05-27 11:56:27 +03:00
Ryan VanderMeulen
e6f85b1f9e
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-05-22 14:18:25 -04:00
Panos Astithas
4a8380421f
Bug 1163024 - Part 2: Ignore network requests from chrome code in a content toolbox. r=ochameau
2015-05-22 09:09:44 +03:00
Christoph Kerschbaumer
4701bd2e1a
Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - update newChannel2 (r=sicking,paolo)
2015-05-21 19:52:03 -07:00
Christoph Kerschbaumer
3c253c09de
Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - update asyncFetch2 (r=sicking,paolo)
2015-05-21 19:51:40 -07:00
Ehsan Akhgari
437d95a148
Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger
2015-05-13 14:31:58 -04:00
Panos Astithas
532c9f8c20
Bug 862341 Part 3: Display cached network requests in the network panel. r=vporof
2015-05-07 20:38:21 +03:00
Panos Astithas
1d2ddcc897
Bug 862341 Part 2: Display cached network requests in the web console. r=vporof
2015-05-07 20:38:20 +03:00
Panos Astithas
b6f6a16802
Bug 862341 Part 1: Move the network request storage from the console frontend to the console client so the netmonitor can reuse it. r=vporof
2015-05-07 20:38:19 +03:00
Florent Fayolle
40deb3b76b
Bug 1151610 - Manage the case where two extensions fight over the same command. r=bgrins
2015-04-27 12:46:00 -04:00
Patrick McManus
e257f6803b
bug 1154012 - dev tools and alt-svc r=vporof
2015-04-13 15:35:55 -04:00
Tooru Fujisawa
22a3f8a30f
Bug 1102219 - Part 5: Replace more String.prototype.contains with String.prototype.includes in chrome code. r=till
2015-04-30 00:32:05 +09:00
ziyunfei
649e7033e4
Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till
2015-04-30 00:32:05 +09:00
Gabor Krizsanits
835445c122
Bug 982319 - Unzipping response boddies in network monitor when needed. r=ochameau
2015-04-29 10:18:27 +02:00
James Long
d823f04140
Bug 764958 - Show cached network requests in the net monitor. r=jsantell
2015-04-24 14:57:00 -04:00
Andrea Marchesini
2715613b83
Bug 1125205 - Display console API messages from shared or service workers to the web console, r=past
2015-04-26 09:37:59 +01:00
Wes Kocher
04d85ae213
Backed out changeset a12f0f05779c (bug 1125205) for dt4 failures CLOSED TREE
2015-04-24 13:06:46 -07:00
Andrea Marchesini
d471f3adf3
Bug 1125205 - Display console API messages from Shared or Service Workers to the webconsole, r=past
2015-04-24 19:12:30 +01:00
David Keeler
c29eae5898
bug 1147497 - Add API for querying site pin status. Disallow overrides for sites that have pins. r=mmc r=smaug r=cykesiopka r=past
2015-03-25 11:04:49 -07:00
Ms2ger
22570d5b49
Bug 949614 - Use === for SimpleTest.is; r=Waldo
...
This is more likely to be correct, and a necessary step in case we ever want
to move to Object.is.
This keeps ise as an alias for is, and introduces is_loosely for the old
behaviour.
2015-04-14 15:28:13 +02:00
Florent Fayolle
1b4874a461
Bug 1143497 - Offer a way to extend WebConsole commands. r=bgrins
2015-04-06 09:41:00 -04:00
Panos Astithas
a936ed870b
Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset
2015-04-01 14:09:33 +03:00
Tom Tromey
e9dd44b50e
Bug 1124456 - Check channel's contentPolicyType to see if it is XMLHttpRequest. r=vporof
2015-03-27 06:00:00 -04:00
Brian Grinstead
ded7748c81
Bug 792063 - Add $_ console shortcut to return the previous command result;r=past
2015-03-27 07:28:19 -07:00
J. Ryan Stinnett
63d863fb93
Bug 1147042 - Rename attachProcess to getProcess. r=ochameau
2015-03-24 14:59:53 -05:00
Sami Jaktholm
526deb1a3d
Bug 1141109 - Ignore errors from external sources to fix intermittent test_page_errors.html failures. r=past
2015-03-18 19:58:28 +02:00
Jonathan Griffin
c4f9588ed3
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
2015-02-06 16:30:37 -08:00
Masatoshi Kimura
e02dab15e1
Bug 1106470 - Drop SSLv3 support from devtools. r=vporof
2015-03-10 01:23:00 +09:00
Alexandre Poirot
b9112cb8a8
Bug 1059308 - Fix tests to support chrome actor. r=jryans
2015-02-26 03:56:00 +01:00
Nounours Heureux
ae44723103
Bug 1130045 - Hyphenated properties are no more listed in the webconsole suggestions. r=past
2015-03-05 08:23:00 +02:00
Brian Grinstead
6a80bfd719
Bug 1134845 - Add clearHistory jsterm helper to remove persisted console input history. r=past
2015-02-20 14:57:00 -05:00
Ian Moody
b7be16bb56
Bug 859048 - Add Remote Address to the network tab headers panel. r=past
2015-02-26 11:27:05 +00:00
Brian Grinstead
00d73e3343
Bug 943306 - Allow persisting console input history between sessions;r=past
2015-02-26 07:45:39 -08:00
Jan Odvarko
694c2d05a1
Bug 1130318 - Send also header source from the backend. r=vporof
2015-02-11 13:49:32 +01:00
Doug Turner
d8088ecb64
Bug 1045229 - Beacons are not associated with windows. The current window based filtering that the network monitor does will skip requests that come from sendBeacon(). Here we explictly look to see if the network channel is from beacon by looking at the loadinfo. r=dcamp
2015-02-03 17:00:00 +01:00
David Rajchenbach-Teller
64d79d5574
Bug 1005870 - Adding a copy() command to the console;r=robcee
2015-02-04 18:53:40 -08:00
Christoph Kerschbaumer
59a8f07ddf
Bug 1124951: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/devtools (r=jryans)
2015-01-26 19:54:52 -08:00