Commit Graph

746 Commits

Author SHA1 Message Date
Mark Goodwin
c0fa5bab0d Bug 1170476 - Avoid logging multiple SHA-1 warnings per page (r=past) 2015-07-07 17:26:59 +01:00
Jennifer Fong
ccb5a5791e Bug 1178863 - ESLint cleanup for tests. r=pbro 2015-07-02 11:18:00 -04:00
J. Ryan Stinnett
7e2158acc2 Bug 1178851 - Move testing flag to DevToolsUtils. r=ochameau 2015-07-02 04:56:57 -05:00
Jennifer Fong
a8b040bd8a Bug 1177517 - ESLint cleanup for tests. r=pbro 2015-06-29 11:37:00 -04:00
Jennifer Fong
cc0208157d Bug 1177134 - ESLint cleanup for tests. r=pbro 2015-06-25 07:30:00 -04:00
Brian Grinstead
0c8d55f3d5 Bug 1175637 - Make sure browserWin.BrowserViewSourceOfDocument exists before attempting to call it. r=jryans
This handles the case when there is a syntax error in browser.js that shows up in the
Browser Console, and you try to click the link to the source.  Without this, an exception
is thrown but with it the source opens in a new window.
2015-06-19 17:16:00 -04:00
Florent Fayolle
23e5abb617 Bug 1050691 - Click on a function on the console should go to the debugger. r=jlongster 2015-06-20 08:47:00 +02:00
Brian Grinstead
52906e4159 Bug 1143224 - Add new requests to the netmonitor view asynchronously;r=jsantell 2015-06-12 08:35:38 -07:00
John Pavlicek
7f8d06c553 Bug 1164210 - $$() should return a true Array. r=bgrins 2015-06-08 15:27:00 +02:00
Matthew Noorenberghe
fe902286f7 Bug 1172141 - Add a maxLogLevelPref option to the ConsoleAPI constructor to easily control log levels with a preference. r=bgrins 2015-06-08 00:46:18 -07:00
Matthew Noorenberghe
fb15a0be6d Bug 1171298 - Show the ConsoleAPI message prefix in web/browser consoles. r=bgrins,Mossop 2015-06-04 14:11:45 -07:00
Alexandre Poirot
b81db7984a Bug 1161072 - Ensure webconsole test do have pending request on test end. r=pbrosset 2015-06-01 18:18:09 +02:00
Patrick Brosset
b0fc02b334 Bug 1166189 - ESLint configuration files for devtools; r=tromey
Adds a global .eslintrc file for all source files in /browser/devtools.
This file defines a set of global variables that are commonly used in
/browser/devtools code.
The files that import modules with Cu.import will need to define their
own globals as /* globals ... */ comments.
This file also defines the configuration for all the rules we want to
use.

This also adds a set of .eslintrc files, one per test directory in
/browser/devtools. Each of these files extend from one of 2 parent config
files: .eslintrc.xpcshell or .eslintrc.mochitest.
The parent config define the set of globals these types of tests have
access to (test runner functions, assertion functions, etc.).

Finally, this also adds .eslintrc files in /toolkit/devtools for code and
tests, which just extend from their counterparts in /browser/devtools.
2015-05-28 09:30:03 +02:00
Patrick Brosset
ebd7410d89 Bug 1167979 - Remove spidermonkey specific JS from webconsole; r=bgrins 2015-05-24 19:41:58 +02:00
J. Ryan Stinnett
581d73b9f8 Bug 1067325 - DevTools test fixes for view source in tab. r=pbrosset 2015-05-23 18:17:50 -05:00
J. Ryan Stinnett
345b7d89df Bug 1067325 - Allow DevTools to use view source in tab. r=jsantell 2015-05-23 18:17:50 -05:00
Birunthan Mohanathas
fe337d7c5e Bug 1166840 - Remove unused document argument in uses of nsIClipboardHelper.copyString. r=ehsan 2015-05-21 21:49:30 +01:00
Matthew Noorenberghe
6ffab2b9a8 Bug 1145754 - Follow-up to fix e10s bustage due to CPOW usage during a sync message. r=bustage on a CLOSED TREE 2015-05-19 22:13:41 -07:00
Panos Astithas
89f7f634eb Make the web console aware of coneole.timeStamp() (bug 1165489). r=jsantell 2015-05-18 19:24:11 +03:00
Till Schneidereit
6032d2eef0 Bug 861219 - Part 1: Make Date.prototype not be a Date object. r=bholley 2014-05-26 13:04:55 +02:00
Carsten "Tomcat" Book
322c031436 Backed out changeset e9a4931b119c (bug 861219) 2015-05-12 12:27:20 +02:00
Till Schneidereit
f7acd970d3 Bug 861219 - Part 1: Make Date.prototype not be a Date object. r=bholley 2014-05-26 13:04:55 +02:00
Panos Astithas
52446f47c9 Bug 862341 Part 5: Tests. r=vporof 2015-05-07 20:40:13 +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
Jennifer Fong
91df137020 Bug 1157944 - Fix console.dir from obscuring next console call. r=bgrins 2015-05-04 09:10:00 -04:00
Dmitry Sagalovskiy
672f05f212 Bug 977586 - omit quotes in top-level strings logged via console.log(), and omit extra spaces when custom styles (%c) are used. r=past,baku 2015-05-04 17:28:25 +02:00
Florent Fayolle
fc90d47d92 Bug 922212 - Add console.dirxml. r=bgrins, r=mrbkap 2015-04-29 11:34:00 -04:00
Jennifer Fong
0aba19765c Bug 971967 - Clear sidebar on console refresh. r=bgrins 2015-04-30 09:49:00 -04: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
Geoff Lankow
b7c235f031 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
Carsten "Tomcat" Book
ab43584425 merge fx-team to mozilla-central a=merge 2015-04-27 12:34:03 +02: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
Jordan Santell
d9a58344f8 Bug 1134778 - Consolidate usages of view sourcing in tools with a source-utils module. r=vp,jryans 2015-04-24 14:16:34 -07:00
Joe Walker
cb03960f98 Bug 1128988 - runAt support for commands/converters; r=bgrins 2015-04-23 10:24:49 +01:00
Tom Tromey
160d5348d9 Bug 1096908 - forward network security messages to the content process; r=hurley 2015-04-20 11:42:09 -07:00
Wes Kocher
4ebc2f9c4d Backed out changeset dbee7cf7e96f (bug 1096908) for bustage 2015-04-20 11:22:21 -07:00
Tom Tromey
e608f8857d Bug 1096908 - forward network security messages to the content process; r=hurley 2015-04-20 11:09:34 -07:00
Patrick Brosset
3422fca150 Bug 1155172 - Intermittent browser_webconsole_notifications.js; r=past 2015-04-20 11:53:03 +02:00
Nick Fitzgerald
2856195c5a Bug 1148759 - Ensure that we can inspect objects that reference a Promise; r=past 2015-04-09 14:32:21 -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
Panos Astithas
a936ed870b Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset 2015-04-01 14:09:33 +03:00
Victor Porof
1a623af11a Bug 1148463 - Re-enable the Performance++ tool, r=jsantell 2015-03-31 11:28:43 -04:00
Phil Ringnalda
f936998287 Merge m-c to m-i to m-c merge, a=mergemerge 2015-03-28 11:45:00 -07:00
Victor Porof
7814ffa481 Bug 1148463 - Temporarily disable the new performance tools for the Aurora uplift by backing out changeset 2ae4dac8f094, r=jsantell 2015-03-27 20:20:11 -04:00
Nick Fitzgerald
7993ffae1e Bug 1038238 - Part 0: Make js/src/vm/SavedStacks.h use 1-based column numbers,
like js::ComputeStackString and other browsers do; r=jorendorff

https://bugzilla.mozilla.org/show_bug.cgi?id=1038238
2015-03-27 13:08:46 -07:00
Sami Jaktholm
0a93350807 Bug 1147765 - Fix console and style inspector tests that interact with style editor. r=ejpbruel
CLOSED TREE
2015-03-21 19:03:35 +02:00
J. Ryan Stinnett
63d863fb93 Bug 1147042 - Rename attachProcess to getProcess. r=ochameau 2015-03-24 14:59:53 -05:00
Tom Schuster
e6076c9c35 Bug 837630 - Stop hiding __proto__ from O.getOwnPropertyNames. r=Waldo,peterv,past 2015-03-19 17:42:15 +01:00