Dragana Damjanovic
7103eb740f
Bug 1334776 - ResponseHeader Visitor will get original header casing. We need to fix it at some places in devtools.
2017-04-27 16:48:43 +02:00
Florian Queze
d3c36892fa
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
42670ceca0
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Florian Queze
9b4f73599f
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Eugen Sawin
1f617c1192
Bug 1355542 - [2.0] Remove unused web progress callbacks and add missing progress filters. r=felipe
2017-04-13 23:20:17 +02:00
nchevobbe
f595ae60f1
Bug 1088900 - Add backend tests for console.group custom styling. r=bgrins
...
MozReview-Commit-ID: IINPZWea2En
2017-04-12 10:27:30 +02:00
Sebastian Hengst
d48806b86c
Backed out changeset c844ec70bdb4 (bug 1342178) for frequently timing out in test_network_security.html on Linux. r=backout a=backout
...
MozReview-Commit-ID: 3NVZcUPRc2c
2017-04-11 11:28:59 +02:00
Sebastian Hengst
1d80aa2d8b
Backed out changeset 87912394d7d7 (bug 1342178)
...
MozReview-Commit-ID: FyZbX7H2TFu
2017-04-11 11:28:15 +02:00
Sebastian Hengst
0d23f3b314
Backed out changeset db96edf786de (bug 1342178)
...
MozReview-Commit-ID: 2tMaP9n3ug5
2017-04-11 11:28:10 +02:00
Sebastian Hengst
5aafac9a24
Backed out changeset bc87945ba833 (bug 1342178)
...
MozReview-Commit-ID: 2TLlzk8hOZY
2017-04-11 11:28:05 +02:00
Jonathan Hao
73b2bcb850
Bug 1342178 - Pass origin attributes to isSecureURI in devtools and browser. r=keeler,past
...
MozReview-Commit-ID: HIOYH8iUUkO
2017-04-11 10:14:10 +08:00
Jonathan Hao
e1413ee143
Bug 1342178 - Regression tests for HSTS/HPKP information in private browsing window. r=Honza,keeler
...
MozReview-Commit-ID: FqRj6RL7noP
2017-04-11 10:14:09 +08:00
Jonathan Hao
bdc5bb9a8e
Bug 1342178 - Rename test_network_security-hpkp.html. r=Honza,keeler
...
MozReview-Commit-ID: I82vZXxJgTI
2017-04-11 10:14:08 +08:00
Jonathan Hao
c5f9f458c1
Bug 1342178 - Combine test_network_security-{hsts/hpkp}.html. r=Honza,keeler
...
MozReview-Commit-ID: 3xXdOa1j7hm
2017-04-11 10:14:08 +08:00
Wes Kocher
91aa56ee3f
Backed out 4 changesets (bug 1342178) for frequent test_network_security.html failures a=backout
...
Backed out changeset 7f9114ffbcae (bug 1342178)
Backed out changeset f19289f0cfef (bug 1342178)
Backed out changeset 4afce44bc2b9 (bug 1342178)
Backed out changeset db9b64a44012 (bug 1342178)
2017-04-10 12:34:10 -07:00
Jonathan Hao
19711b44eb
Bug 1342178 - Pass origin attributes to isSecureURI in devtools and browser. r=keeler,past
...
MozReview-Commit-ID: HIOYH8iUUkO
2017-04-06 15:43:35 +08:00
Jonathan Hao
e2c58a1fc1
Bug 1342178 - Regression tests for HSTS/HPKP information in private browsing window. r=Honza,keeler
...
MozReview-Commit-ID: FqRj6RL7noP
2017-04-06 15:43:32 +08:00
Jonathan Hao
5988b6b957
Bug 1342178 - Rename test_network_security-hpkp.html. r=Honza,keeler
...
MozReview-Commit-ID: I82vZXxJgTI
2017-04-06 15:43:32 +08:00
Jonathan Hao
8a5a45eeaa
Bug 1342178 - Combine test_network_security-{hsts/hpkp}.html. r=Honza,keeler
...
MozReview-Commit-ID: 3xXdOa1j7hm
2017-04-06 15:43:31 +08:00
Mark Banner
ec9074e132
Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - automatically update .eslintrc.js test config files for new config locations. r=jaws
...
MozReview-Commit-ID: LH0CQOPfoe6
2017-03-20 12:36:37 +01:00
Masatoshi Kimura
4f2e64ad3d
Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
...
This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;
MozReview-Commit-ID: AzhtdwJwVNg
2017-02-23 06:10:07 +09:00
Tooru Fujisawa
ad063f0c54
Bug 104442 - Part 2: Add a testcase for devtools and note. r=nchevobbe
2017-02-25 12:52:33 +09:00
Sebastian Hengst
9a7f8a8b90
Backed out changeset 92de31554a9f (bug 1261585) for failing browser_dbg_post-page.js on Linux x64 opt with e10s. r=backout
2017-02-20 22:45:13 +01:00
Dragana Damjanovic
1ef7be6567
Bug 1261585 - Necko does content conversions for TracableChannel so devtool does not need to do it separately. r=ochameau
2016-12-20 06:45:00 -05:00
Jonathan Hao
ad6b0a5da2
Bug 1336867 - Remove unsafeProcessHeader and isSecureHost in nsISiteSecurityService r=keeler,mgoodwin,past
2017-02-08 11:17:29 +08:00
Tim Nguyen
2c0f72af0e
Bug 1326412 - Fix ESLint issues in devtools/shared/webconsole/test/common.js. r=jryans
...
MozReview-Commit-ID: A07SFMexvSL
2017-02-13 19:16:56 +00:00
Micah Tigley
3007a220c3
Bug 1326412 - Fix eslint issues in devtools/shared/webconsole/test/ r=ntim
...
MozReview-Commit-ID: HRrPP2p7MVs
2017-01-19 20:26:00 +00:00
Sebastian Hengst
ffe7143ee0
Bug 1336715 - Use https://hg.mozilla.org instead of http in devtools comments. r=pbro
...
MozReview-Commit-ID: iSeSOEv0B
2017-02-04 14:45:36 +01:00
Phil Ringnalda
aa86a2ebe8
Backed out 2 changesets (bug 1336867) for (at least) eslint failures
...
CLOSED TREE
Backed out changeset 0a4f283638cb (bug 1336867)
Backed out changeset 837766805d75 (bug 1336867)
2017-02-09 19:02:32 -08:00
Jonathan Hao
e2b3d6ff9d
Bug 1336867 - Remove unsafeProcessHeader and isSecureHost in nsISiteSecurityService r=keeler,mgoodwin,past
2017-02-08 11:17:29 +08:00
Florian Quèze
0696633dc9
Bug 1334261 - script-generated patch to remove more newURI null parameters, r=jaws.
2017-01-27 10:51:02 +01:00
Florian Quèze
91f7a2ef3a
Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws.
2017-01-25 07:01:52 +01:00
Mark Banner
55868dde7c
Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps
...
MozReview-Commit-ID: 62Hp5ISxowJ
2017-01-18 10:30:39 +00:00
Florian Quèze
b36a8b8f42
Bug 1330147 - automatic removal of the third boolean parameter in removeObserver calls, r=jaws.
2017-01-11 22:27:42 +01:00
Jarda Snajdr
b7ff5a04bc
Bug 1308509 - Remove usage of Ci.nsIContentPolicy constants from Netmonitor frontend r=Honza
...
MozReview-Commit-ID: KfJdBN6TVp1
2017-01-09 12:17:03 +01:00
Florian Quèze
361ec85a2e
Bug 1329182 - remove trailing newURI null parameters in devtools/, r=jaws.
2017-01-09 20:27:26 +01:00
Tom Tromey
917377453e
Bug 1219556 - report full body size from NetworkResponseListener; r=jryans
...
MozReview-Commit-ID: LMMycsbcRg1
2016-12-23 11:11:37 -07:00
Florian Apolloner
2334018e09
Bug 1324929 - Accept ':' between url and line number in server side logs backtraces. r=ochameau
...
MozReview-Commit-ID: AtP0Gimrcxt
2017-01-04 09:11:24 -08:00
Brian Grinstead
d3c7b73f76
Bug 1259603 - Use ConsoleEvents for cached messages and observing messages when webconsole actor is running;r=ejpbruel
...
MozReview-Commit-ID: E3oG451qPe9
2016-11-30 10:32:48 -08:00
Jarda Snajdr
b1b7cd8ae5
Bug 1304752 - Check for null channel.loadInfo in NetworkMonitor r=ochameau
...
MozReview-Commit-ID: 129eLxSnmi1
2016-11-25 11:22:57 +01:00
Jarda Snajdr
57fe972ae3
Bug 1320110 - WebConsoleClient API calls should return promises r=ochameau
...
MozReview-Commit-ID: 1mmGGUgIwqA
2016-11-24 16:12:25 +01:00
Sebastian Hengst
2e047ceb32
Backed out changeset c816bcb8572d (bug 1320110) for mass devtools failures. r=backout on a CLOSED TREE
2016-11-24 19:23:28 +01:00
Jarda Snajdr
27971664c7
Bug 1320110 - WebConsoleClient API calls should return promises r=ochameau
...
MozReview-Commit-ID: 1mmGGUgIwqA
2016-11-24 16:12:25 +01:00
Carsten "Tomcat" Book
462036597a
Merge mozilla-central to autoland
2016-11-23 16:45:11 +01:00
oschei
8636c76009
Bug 1317745 - Rename 'round trip time' to 'latency' in network throttling. r=jryans
2016-11-15 22:51:44 -07:00
Tom Schuster
9dbf6d683f
Bug 755821 - Parse arguments of Function constructor properly. r=shu
2016-10-15 11:47:00 +09:00
Phil Ringnalda
a4d9100a8c
Merge m-c to autoland
2016-11-22 21:33:35 -08:00
J. Ryan Stinnett
76308169f3
Bug 1317413 - Separate net monitor messages by RDP prefix. r=tromey
...
In RDM, we use one net monitor RDP connection to set throttling values from the
UI and the toolbox uses a second connection to display requests. When passing
data across processes, we need to include the RDP connection prefix in the name
to ensure it's routed properly to the right RDP connection.
MozReview-Commit-ID: 56fP9d4xj66
2016-11-17 18:06:13 -06:00
Ehsan Akhgari
917a5e63fc
Bug 1310845 - Remove support for mozapp iframes; r=fabrice,jryans,baku,mcmanus
...
This patch removes support for mozapp iframes, leaving support for
mozbrowser iframes intact. Some of the code has been rewritten in order
to phrase things in terms of mozbrowser only, as opposed to mozbrowser
or app. In some places, code that was only useful with apps has been
completely removed, so that the APIs consumed can also be removed. In
some places where the notion of appId was bleeding out of this API, now
we use NO_APP_ID. Other notions of appId which were restricted to this
API have been removed.
2016-11-16 09:13:38 -05:00
Alexandre Poirot
f73f5556a8
Bug 1317347 - Fix exception in network monitor for requests coming from iframes added to the hidden window. r=jryans
...
MozReview-Commit-ID: eRVaHTbyx1
2016-11-14 08:21:50 -08:00