Victor Porof
|
58cda20700
|
Bug 886848 - Cleanup, fix other typos, rename a few variables for consistency, r=past
|
2013-09-13 16:23:13 +03:00 |
|
Victor Porof
|
68a47c18b3
|
Bug 886848 - Convert the editor to rely more on Promises, r=past
|
2013-09-13 16:23:13 +03:00 |
|
Victor Porof
|
8aef46e192
|
Bug 886848 - Update debugger commands to use the new breakpoint APIs, r=past
|
2013-09-13 16:23:13 +03:00 |
|
Victor Porof
|
a81505e247
|
Bug 886848 - Convert the debugger frontend to use the new breakpoint APIs, r=past
|
2013-09-13 16:23:12 +03:00 |
|
Victor Porof
|
13757dd96d
|
Bug 886848 - Remove _skipEditorBreakpointCallbacks since it's redundant after using promises when handling breakpoints, r=past
|
2013-09-13 16:23:12 +03:00 |
|
Victor Porof
|
8023e79d06
|
Bug 886848 - Convert the breakpoints in the controller to use promises, r=past
|
2013-09-13 16:23:12 +03:00 |
|
Victor Porof
|
43056dce7b
|
Bug 886848 - Chain promises on debugger initialization/destruction to remove some redundancy, r=past
|
2013-09-13 16:23:11 +03:00 |
|
Jonathan Fuentes
|
0a24a09d9d
|
Bug 897050 - Prefer displayName instead of name; r=fitzgen
|
2013-09-12 09:54:56 -07:00 |
|
Ryan VanderMeulen
|
77b0b7658e
|
Merge fx-team to m-c.
|
2013-09-09 16:30:03 -04:00 |
|
Eddy Bruel
|
277dd9a07f
|
Bug 906963 - Add a "ignore caught exceptions" checkbox to the UI; r=dcamp
|
2013-09-09 19:02:41 +02:00 |
|
Paul Rouget
|
3eaf7daaf4
|
Bug 897960 - walker should support mozbrowser iframes. Patch C. r=dcamp
|
2013-09-08 11:01:00 +02:00 |
|
Blair McBride
|
73129ffbe0
|
Backout 86b5d8778fc4,fab07b9d6dee,89a059433037,bbb54cde82c3 (bug 897960) due to orange
|
2013-09-09 12:45:31 +12:00 |
|
Paul Rouget
|
e213b7fd4d
|
Bug 897960 - walker should support mozbrowser iframes. r=dcamp
|
2013-09-08 11:01:00 +02:00 |
|
Victor Porof
|
36782b1b74
|
Bug 913961 - Breakpoints checkboxes in the sources list should always be the same size, r=paul
|
2013-09-08 14:18:51 +03:00 |
|
Paul Rouget
|
4c3691cd74
|
Bug 912915 - Implement a simple generic highlighter. r=jwalker
|
2013-09-07 11:39:50 +02:00 |
|
Nick Fitzgerald
|
b55c712644
|
Bug 912699 - improve load source error messages; r=past
|
2013-09-05 09:43:09 -07:00 |
|
Hubert B Manilla
|
10aec2ea5b
|
Bug 884484 - Don't show Loading... forever if loading a source fails; r=fitzgen
|
2013-09-05 09:10:12 -07:00 |
|
Mike Hommey
|
05b3f24e0e
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Joe Walker
|
cc27ce7289
|
Bug 900114 - Rollup for bugs 781856, 884015, 789884, 892901, 773188, r=mratcliffe
|
2013-08-29 14:00:55 +01:00 |
|
Joe Walker
|
0246eb6faf
|
Bug 904549 - Make browser_dbg_cmd.js wait for helpers.audit to complete; r=past,anton,nfitzgerald
|
2013-08-29 14:00:52 +01:00 |
|
J. Ryan Stinnett
|
cce5c9715c
|
Bug 910184 - Use a separate server for Browser Debugger. r=vporof
|
2013-08-28 16:19:34 +02:00 |
|
Dave Camp
|
6620beb63d
|
Bug 909099 - Load the debugger panel with the devtools loader. r=vporof, r=gps
--HG--
rename : browser/devtools/debugger/DebuggerPanel.jsm => browser/devtools/debugger/debugger-panel.js
extra : rebase_source : 50a60e371c82aeed9909fb468bd019fafb67c6b7
|
2013-08-28 15:20:18 +02:00 |
|
Heather Arthur
|
1624674831
|
Bug 905312 - Make monospace font consistent across devtools; r=paul
|
2013-08-26 10:24:41 +02:00 |
|
Phil Ringnalda
|
0267f47531
|
Merge m-i to m-c
|
2013-08-25 08:20:24 -07:00 |
|
Nick Fitzgerald
|
9f1d577145
|
Bug 908870 - disable logging RDP packets in mochitests by default again; r=me
|
2013-08-23 14:18:08 -07:00 |
|
Eddy Bruel
|
ed76c00d48
|
Bug 899052 - Implement the listAddons request; r=fitzgen
|
2013-08-24 01:33:46 +02:00 |
|
Eddy Bruel
|
6d0507e293
|
Bug 899052 - Promisify the debugger's live list interface; r=fitzgen
|
2013-08-21 02:08:48 +02:00 |
|
Anup Allamsetty
|
b3894384dc
|
Bug 903511 - Rename "GripClient" to "ObjectClient". r=fitzgen
|
2013-08-13 12:08:30 -04:00 |
|
Oprea Victor Andrei
|
7b11362e49
|
Bug 901733 - Add "--invert" flag to the "dbg blackbox" command; r=fitzgen
|
2013-08-12 13:58:22 -07:00 |
|
Brandon Benvie
|
31bc4d26e3
|
Bug 897256 - Add Debugger Protocol support for NaN, Infinity, and -Infinity. r=dcamp
|
2013-08-12 10:15:22 -07:00 |
|
Nick Fitzgerald
|
d51caf3dab
|
bug 899877 part 2: don't reload stack frames on blackboxchange events, stay on selected source; r=dcamp
|
2013-08-03 11:06:57 -07:00 |
|
Brandon Benvie
|
2e3d477e15
|
Bug 892277 - Change stepping hotkeys. r=fitzgen
--HG--
extra : rebase_source : 485d6a4d7f16186c2fc452e3c6bb652d1842e40c
|
2013-07-31 16:43:15 -07:00 |
|
Mihai Sucan
|
f0c3ce2c9b
|
Bug 877262 - Part 2: move the Web Console files over to the new jetpack-based loader; r=dcamp
--HG--
rename : browser/devtools/shared/AutocompletePopup.jsm => browser/devtools/shared/autocomplete-popup.js
rename : browser/devtools/webconsole/HUDService.jsm => browser/devtools/webconsole/hudservice.js
rename : browser/devtools/webconsole/NetworkPanel.jsm => browser/devtools/webconsole/network-panel.js
rename : browser/devtools/webconsole/WebConsolePanel.jsm => browser/devtools/webconsole/panel.js
rename : toolkit/devtools/webconsole/WebConsoleClient.jsm => toolkit/devtools/webconsole/client.js
rename : toolkit/devtools/webconsole/NetworkHelper.jsm => toolkit/devtools/webconsole/network-helper.js
rename : toolkit/devtools/webconsole/WebConsoleUtils.jsm => toolkit/devtools/webconsole/utils.js
|
2013-08-03 13:29:48 +03:00 |
|
Nick Fitzgerald
|
69d301c654
|
Bug 901030 - dbg blackbox command reports all the same source black boxed; r=dcamp
|
2013-08-02 17:09:37 -07:00 |
|
Gavin Sharp
|
53a7f4d31d
|
Back out bug 896711 for potentially causing metro test timeouts, CLOSED TREE
|
2013-08-02 13:02:22 -07:00 |
|
Gavin Sharp
|
68214b0668
|
Bug 896711: remove BrowserChromeTests.runWhenReady because it's being abused, r=dao/ttaubert
--HG--
extra : transplant_source : %9D%F5%0D/%105%29%20%BCW%EC%BEs%BB%22vgO%9B%87
|
2013-07-27 17:32:40 -07:00 |
|
Nick Fitzgerald
|
2c317e4266
|
Fix bug 892286 - Cmd+L / Ctrl+L should be go to line. r=robcee
|
2013-08-01 10:55:39 +02:00 |
|
Ryan VanderMeulen
|
49f1190f5e
|
Bug 897104 - Remove useless |is| check since the function it's looking for is gone. r=past
|
2013-07-31 16:29:58 -04:00 |
|
Nick Fitzgerald
|
81d36c49a9
|
Bug 895543 - part 2: show a "this source is black boxed" message and big "un black box" button instead of the source editor for black boxed sources; r=robcee
|
2013-07-30 20:36:13 -07:00 |
|
Nick Fitzgerald
|
22b9456d34
|
Bug 892605 - part 2: add 'dbg blackbox' and 'dbg unblackbox' gcli commands; r=vporof
|
2013-07-27 10:50:57 -07:00 |
|
Nick Fitzgerald
|
f755d9cf2e
|
Bug 892605 - part 1: move the BlackBoxChange DOM event to blackboxchange thread client event; r=vporof
|
2013-07-27 10:49:45 -07:00 |
|
Nick Fitzgerald
|
7add0e5fcc
|
Bug 897849 - Debugger should use { showArrows: true } when initializing the SideMenuWidget; r=vporof
|
2013-07-25 11:30:58 -07:00 |
|
Nick Fitzgerald
|
e963ddf74d
|
Bug 860035 - script actors should handle breakpoints with columns; r=jimb
|
2013-07-24 17:46:49 -07:00 |
|
Ed Morley
|
a4c659faee
|
Merge mozilla-central and fx-team
|
2013-07-24 13:37:09 +01:00 |
|
Nick Fitzgerald
|
038880eee6
|
Bug 877686 - Add UI to toggle the blackboxing of specific sources; r=vporof
|
2013-07-23 10:15:10 -07:00 |
|
Panos Astithas
|
fd55eb7406
|
Wait for the focus event before simulating a key press to fix an intermittent Mac-only test failure (bug 895426); r=me
|
2013-07-23 15:46:13 +03:00 |
|
Panos Astithas
|
cb80b3c85a
|
Another attempt to fix an intermittent Mac-only test failure (bug 895426); r=me
|
2013-07-23 09:47:47 +03:00 |
|
Panos Astithas
|
91ac29fff4
|
Set the logging pref before loading the debugger server if it is to use it (bug 896534); r=rcampbell
|
2013-07-23 09:47:47 +03:00 |
|
Panos Astithas
|
fd56198926
|
Add paused listeners before resumptions to avoid an intermittent test failure (bug 895426); r=me
|
2013-07-22 16:11:34 +03:00 |
|
Panos Astithas
|
9cb468553b
|
Bug 895426 - Disable browser_dbg_break-on-dom-event.js on OS X due to frequent failures.
|
2013-07-24 10:57:43 +03:00 |
|