Panos Astithas
c44e64a862
Backout b0e571a21e22 for wrong bug number
2013-06-02 10:18:15 +03:00
Mihai Sucan
6540bdeda9
Bug 877778 - Browser Console, clicking JS/CSS error/warning link does not open source file; r=robcee
2013-05-30 23:23:52 +03:00
Mihai Sucan
b113afcecf
Bug 866950 - Errors from files loaded through loader.js not showing source in browser console; r=robcee
2013-05-30 22:23:11 +03:00
Jim Blandy
6cc708a8d0
Bug 871081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice
...
--HG--
rename : browser/devtools/debugger/test/browser_dbg_listtabs.js => browser/devtools/debugger/test/browser_dbg_listtabs-01.js
2013-05-17 15:17:00 +03:00
Tim Taubert
c659f69020
merge m-c to fx-team
2013-06-01 18:22:45 +02:00
Rob Campbell
26002db1c0
Bug 843609 - Directory listing with an XStringBundle url appears in the debugger; r=vporof
2013-06-01 04:38:00 +03:00
Rob Campbell
e4709431fc
Bug 877331 - Cmd/Ctrl-shift-J opens Error Console, not Browser Console; r=msucan
2013-05-29 16:04:14 -04:00
Michael Ratcliffe
3a9ba1582a
Bug 875717 - TypeError: window.fontInspector is undefined in chrome://browser/content/devtools/fontinspector/font-inspector.js:228 r=harthur
2013-05-24 12:06:00 +01:00
Michael Ratcliffe
f06ae00c38
Bug 822635 - Move searchbar focus listener to make browser_bug589375_keybindings.js more readable r=jwalker
2013-05-28 14:29:50 +01:00
Michael Ratcliffe
a15ab19631
Bug 772376 - Polish needed in GCLI addons command and some extra unit tests needed r=jwalker
2013-05-28 14:05:28 +01:00
Nick Fitzgerald
6764647783
Bug 760370 - Visually distinguish non-extensible objects; r=vporof
2013-05-29 19:47:00 +03:00
Dave Camp
34a2f1e522
Bug 877298 - Move devtools globals to loader creation. r=jwalker
2013-05-31 11:06:09 -07:00
zmgmoz
88469efa80
Bug 817834 - webconsole should remember any edited input after perusing history; r=msucan
2013-05-30 19:16:41 +03:00
Victor Porof
8f0dfea7cd
Bug 873225 - Totals for displayed file sizes, r=rcampbell
2013-05-30 21:46:36 +03:00
Ryan VanderMeulen
4651f2bd00
Merge m-c to fx-team.
2013-05-30 11:47:17 -04:00
Mihai Sucan
9fcf7ef4e2
Bug 877199 - Browser console's window title temporarily says 'Web Console' before changing to 'Browser console'; r=robcee
2013-05-30 18:08:14 +03:00
Dave Camp
a3c8a0a6ee
Bug 867109 - tools reload not working correctly on windows. r=jwalker
2013-05-29 10:48:06 -07:00
Dave Camp
adbbe89935
Bug 876793 - gDevTools._addToolToWindows doesn't work with existing windows. r=jwalker
2013-05-29 10:47:38 -07:00
Dave Camp
03a0230229
Bug 875432 - Loader.jsm references gDevTools. r=jwalker
2013-05-29 10:47:38 -07:00
Victor Porof
d81e8ae215
Bug 876111 - Debugger's scripts pane acting weird after bug 866623, r=rcampbell
2013-05-29 11:45:58 +03:00
Ryan VanderMeulen
39c4db0fb4
Merge m-c to fx-team.
2013-05-28 21:25:32 -04:00
Victor Porof
01b870a8f5
Bug 862198 - Intermittent browser_net_json-long.js | Test timed out, found a tab, r=rcampbell
2013-05-28 18:19:21 +03:00
Mihai Sucan
3cbfcb9050
Bug 874061 - Figure out private browsing and the browser console; r=robcee f=ehsan
2013-05-25 12:25:36 +03:00
Joe Walker
abcff57576
Bug 873963 - Set fontFamily property directly; r=dcamp, mgoodwin
2013-05-25 09:51:31 +01:00
Joe Walker
7b6e7e19d0
Bug 846696 - GCLI helpers.js should be shared rather than copied; r=mratcliffe
2013-05-25 09:51:31 +01:00
Joe Walker
26a7dd5c24
Bug 874821 - Enable better remote gcli testing; r=mratcliffe
2013-05-25 09:51:31 +01:00
Victor Porof
53b45fa3a8
Bug 874436 - Disable syntax highlighting on large HTML responses, r=rcampbell
2013-05-24 21:36:52 +03:00
Victor Porof
b0668c0c86
Bug 848504 - SideMenuWidget should be keyboard accessible, r=rcampbell
2013-05-24 21:36:51 +03:00
Victor Porof
83b7bf7a0d
Bug 859046 - Implement filtering out certain types of requests, r=rcampbell
...
* * *
Bug 873761 - Several "XUL box for hbox element contained an inline #text child, forcing all its children to be wrapped in a block." warnings for netmonitor.xul, r=rcampbell
2013-05-24 20:53:10 +03:00
Victor Porof
8deccd9ff2
Bug 873751 - Closing the requests details pane should deselect the currently selected item, r=rcampbell
2013-05-24 20:10:07 +03:00
Victor Porof
e434cc3f14
Bug 873749 - SideMenuWidget shouldn't automatically scroll to bottom when there's a selected item, r=rcampbell
2013-05-24 20:10:07 +03:00
Victor Porof
ce3dce7493
Bug 866623 - Firefox spoils cyrillic text in the Network Monitor response tab - fix convertToUnicode misbehaving when a request has no attached contentCharset, r=rcampbell
...
--HG--
rename : browser/devtools/netmonitor/test/browser_net_cyrillic.js => browser/devtools/netmonitor/test/browser_net_cyrillic-01.js
2013-05-24 20:10:07 +03:00
Michael Ratcliffe
0969f02c98
Bug 866642 - We need to add general telemetry / FHR info to devtools r=jwalker
2013-05-24 11:26:17 +01:00
Phil Ringnalda
5c5856806c
Merge the last PGO-green cset from m-i to m-c
2013-05-23 21:01:29 -07:00
Brandon Benvie
8b013bf931
Bug 824602 - Remove getUserData() usage from devtools. r=dcamp
2013-05-20 17:46:55 -07:00
Mihai Sucan
2966cc833b
Bug 855180 - Intermittent browser_toolbar_webconsole_errors_count.js | Timed out while waiting for: web console shows the page errors followed by other timeouts, failures, leaks; r=jwalker
2013-05-22 23:32:58 +03:00
Anton Kovalyov
aad07a3f9a
Bug 817836 - Support for console.profile and console.profileEnd; r=dcamp
2013-05-14 15:25:28 -07:00
Anton Kovalyov
90cac4608a
Backed out changeset 4f2586fe4489
2013-05-28 12:51:42 -07:00
Anton Kovalyov
ba543e4120
Bug 817836 - Support for console.profile and console.profileEnd; r=dcamp
2013-05-14 15:25:28 -07:00
Mihai Sucan
62edd42c45
Bug 602006 - Remove Error Console Menu Items; r=Mossop,dao
2013-05-17 21:29:31 +03:00
Mihai Sucan
4145f0a3e7
Bug 859756 - [browserconsole] Show nsIConsoleMessages in the Browser Console; r=robcee
2013-05-28 18:24:31 +03:00
Ryan VanderMeulen
d8cb0383c6
Merge m-c to inbound.
2013-05-21 08:17:04 -04:00
Joe Walker
2e0e758c94
Bug 874023 - GCLI: context.environment.window not always defined when running GCLI commands; r=mratcliffe
2013-05-21 10:18:56 +01:00
Joe Walker
1e8acaf911
Bug 824254 - Fix intermittent browser_gcli_keyboard.js test; r=mratcliffe
...
--HG--
rename : browser/devtools/commandline/test/browser_gcli_keyboard.js => browser/devtools/commandline/test/browser_gcli_keyboard2.js
2013-05-21 10:18:55 +01:00
Quentin Pradet
afc2b10c07
Bug 773271 - GCLI needs a date type; r=jwalker,harth
2013-05-21 10:18:55 +01:00
Joe Walker
e3890d9334
Bug 856002 - GCLI requisition update/exec methods should take a DOM node; r=harth
2013-05-21 10:18:55 +01:00
Joe Walker
55da5dec76
Bug 834230 - break del command suffers from an off by 1 error; r=vporof
2013-05-21 10:18:55 +01:00
Joe Walker
55ed1fbee9
Bug 866680 - gcli string params should allow empty values; r=mgoodwin,harth
2013-05-21 10:18:54 +01:00
Joe Walker
21062212f1
Bug 786661 - GCLI should not auto-unescape command line escapes; r=optimizer,harth
2013-05-21 10:18:54 +01:00
Ryan VanderMeulen
501000a375
Merge m-c to inbound.
2013-05-20 22:28:32 -04:00