Commit Graph

58 Commits

Author SHA1 Message Date
Mihai Sucan
b7797eabb0 Bug 955820 - console.group doesn't group messages when timestamps are disabled; r=robcee 2014-02-18 22:10:41 +02:00
Masayuki Nakano
a3ff9acf01 Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug 2014-02-15 09:57:39 +09:00
Ryan VanderMeulen
aabf75c695 Merge fx-team to m-c. 2014-01-24 17:00:09 -05:00
Brandon Benvie
951fd7143e Bug 943681 - Convert to Promise.jsm in the webconsole. r=msucan 2014-01-22 10:21:33 -08:00
Mihai Sucan
40b5ac201c Bug 961621 - Fix for intermittent browser_webconsole_bug_766001_JS_Console_in_Debugger.js | Timed out while waiting for: correct source and line test for debugger for index 2; r=me 2014-01-20 23:09:18 +02:00
Mihai Sucan
95e2540afe Bug 939783 - console.trace() group traces even if part of trace is different; r=robcee 2014-01-23 23:37:32 +02:00
Wes Kocher
58888d6e6d Backed out changeset f63078a8ce74 (bug 943681) for webconsole test timeouts on at least Windows debug builds 2014-01-23 17:43:54 -08:00
Mihai Sucan
e8a87323a5 Bug 946066 - Fix for intermittent browser_webconsole_bug_658368_time_methods.js | Timed out while waiting for: bTimer (or aTimer) started; r=me 2014-01-16 19:20:21 +02:00
Mihai Sucan
5f46502e0b Bug 843004 - Part 4: Tests for pretty output of objects; r=nfitzgerald 2013-12-19 23:07:54 +02:00
Victor Porof
273be2c44e Bug 830344 - Part 1: Remove the lazy append mechanism in the variables view, r=past 2013-12-18 19:01:38 +02:00
Mihai Sucan
414cf1dbd3 Bug 843004 - Part 1: use the ConsoleOutput API for eval results and for console API messages; r=robcee 2013-11-25 14:15:40 +02:00
Brandon Benvie
7703d901f3 Bug 862849 - Remove __iterator__ use from the devtools. r=vp 2013-11-07 13:23:55 -08:00
Victor Porof
3cbe00132a Bug 876277 - Fix webconsole and profiler accessing and relying on old debugger DOM event APIs, r=past 2013-09-13 16:23:14 +03:00
Mihai Sucan
7860569b01 Bug 760876 - Part 4: fix broken tests; r=robcee 2013-09-10 21:37:48 +03:00
Mihai Sucan
53d57606e4 Bug 888558 - Intermittent browser_webconsole_bug_646025_console_file_location.js | Timed out while waiting for: console API messages; r=me 2013-09-05 21:56:32 +03:00
Ivan Alagenchev
24e58b1dee Bug 875456 - DEVTOOLS patch. Adds logic for logging Mixed Content messages to the security console. r=msucan 2013-08-26 11:26:43 -04:00
Mihai Sucan
651ce51dc5 Bug 793996 - Create reload marker in the Web Console; r=robcee 2013-08-02 20:19:23 +03:00
Mihai Sucan
8818b7560d Bug 877262 - Part 2: move the Web Console files over to the new jetpack-based loader; r=dcamp 2013-08-03 13:29:48 +03:00
Mihai Sucan
0e63858a70 Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee 2013-08-02 20:11:57 +03:00
Mihai Sucan
09ced30d3c Bug 888407 - Fix for intermittent browser_console_iframe_messages.js | Test timed out, failed to match rule: iframe 1; r=me 2013-07-16 19:21:33 +03:00
Panos Astithas
e1057e0bc3 Rename Promise to promise to avoid collisions with the forthcoming DOM Promise implementation (bug 885318); r=jwalker 2013-07-11 10:12:20 +03:00
Brandon Benvie
02ccac1120 Bug 887516 - Display "Class" instead of "[object Class]" in the VariablesView. r=vporof 2013-06-27 08:56:29 -07:00
Rob Campbell
a3472b6de3 Bug 692829 - Display cached messages from iframes; r=msucan 2013-06-14 11:19:26 -04:00
Mihai Sucan
1f728425a0 Bug 628458 - Fix for intermittent browser_webconsole_bug_603750_websocket.js | Test timed out followed by 2969 others; r=me 2013-06-07 15:36:55 +03:00
Mihai Sucan
e35353f5e1 Bug 873851 - Intermittent browser_webconsole_bug_764572_output_open_url.js | Timed out while waiting for: show TEST_URI's net activity in console; r=me 2013-05-28 20:22:16 +03:00
Mihai Sucan
5a15b68af9 Bug 874061 - Figure out private browsing and the browser console; r=robcee f=ehsan 2013-05-25 12:25:36 +03:00
Dave Camp
e923fe56c4 Bug 867485: Move the devtools loader into toolkit/ r=jwalker 2013-05-01 09:27:24 -07:00
Mihai Sucan
11febc7014 Bug 865288 - Do not count console.log messages with different objects as repeats; r=past 2013-05-02 18:21:45 +03:00
Dave Camp
e773d39f90 Backed out changeset 9c204e0c1af1 (bug 867485) for bustage. 2013-05-01 14:03:19 -07:00
Dave Camp
fcd2f0eab2 Bug 867485: Move the devtools loader into toolkit/ r=jwalker 2013-05-01 09:27:24 -07:00
Dave Camp
31ce67e5e0 Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau 2013-04-11 13:59:08 -07:00
Dave Camp
a5c65f65e2 Backed out changeset 9117c7ad29d5 for MaxHeap regression. 2013-04-28 14:42:23 -07:00
Dave Camp
fee966b388 Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau 2013-04-11 13:59:08 -07:00
Garrett Robinson
555ed6a640 Bug 837351 - Security Errors in Web Console. r=msucan 2013-04-22 18:07:36 -07:00
Mihai Sucan
aaede4ebe5 Bug 851231 - Output Console.jsm API calls to the browser console; r=jwalker 2013-04-15 19:10:04 +03:00
Dave Camp
0f401d791e Merge backout. 2013-04-12 08:08:04 -07:00
Dave Camp
14d83dec18 Backout 643194ceabe4, cfca520dc6f5, and cfca520dc6f5 (bug 855914) for MaxHeap regression. 2013-04-12 08:07:34 -07:00
Dave Camp
2c12dde24a Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau 2013-04-11 13:59:08 -07:00
Dave Camp
87ea1481b1 Backed out changeset 549973e335e4 for xpcshell test failures. 2013-04-11 15:24:55 -07:00
Dave Camp
3ed82ff4ac Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau 2013-04-11 13:59:08 -07:00
Mihai Sucan
4b1eb760b4 Bug 859170 - Fix for hang when trying to expand a very long message in the web console output; r=past 2013-04-11 15:27:49 +03:00
Phil Ringnalda
60d5ae965a Merge m-c to fx-team 2013-04-11 20:55:39 -07:00
Mihai Sucan
94099ec165 Bug 587757 - (global-console) Implement Browser Console; r=past,jwalker,Mossop 2013-04-09 12:47:23 +03:00
Mihai Sucan
2010e558f1 Bug 808370 - Use the VariablesView in webconsole; r=past,vporof,paul 2013-04-09 12:46:30 +03:00
Mihai Sucan
49c16fc1da Bug 859858 - Fix for intermittent browser_bug664688_sandbox_update_after_navigation.js | Timed out while waiting for: window.location.href result is displayed after goBack(), browser_repeated_messages_accuracy.js | Timed out while waiting for: messages displayed; r=past 2013-04-10 18:22:29 +03:00
Mihai Sucan
a468b571c6 Bug 827083 - Cannot attach remote web console to Firefox Android; r=past 2013-01-11 19:31:09 +02:00
Mike Hommey
e6d87f626a Bug 822097 - Fix resource path for Console.jsm in devtools tests. r=jimm 2012-12-17 08:29:04 +01:00
Joe Walker
7aaa4bea44 Bug 813031 - gDevTools needs an API review [toolbox]; r=paul 2012-12-13 13:03:55 +00:00
Joe Walker
9632928486 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-30 08:07:59 +00:00
Oonishi Atsushi
cd6d669404 Bug 754029 - Navigating from a new script tag does not add a session history entry. r=smaug, r=bz 2012-10-13 13:20:55 -04:00