Jim Blandy
|
69df9b5a6a
|
Bug 890555 - Fix silent bugs in some toolkit/devtools/server xpcshell tests; r=dcamp
|
2013-08-07 15:44:00 -07:00 |
Chris Manchester
|
5fd94c437e
|
Bug 890555 - Fix strict mode warnings in devtools tests uncovered by fixing bug 890555; r=jimb
|
2013-08-08 09:28:15 -07:00 |
Chris Manchester
|
66d2110418
|
Bug 904808 - fix path to use .js instead of .foobar in test_sourcemaps-07.js; r=fitzgen
|
2013-08-13 13:15:34 -07:00 |
Ms2ger
|
1a5ae526d9
|
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
|
2013-08-14 08:56:21 +02:00 |
Nick Fitzgerald
|
d191d525cd
|
Bug 904196 - sctrict error in onDisplayString; r=vporof
|
2013-08-13 16:57:05 -07:00 |
Nick Fitzgerald
|
1834d16bf9
|
Bug 903801 - testcompatactors.js triggers an error by adding a debuggee to a thread actor in a detached state; r=past
|
2013-08-13 16:53:49 -07:00 |
Dave Camp
|
3dc6d04b23
|
Bug 903453 - Make some CssLogic members explicitly public that we use elsewhere. r=jwalker
--HG--
extra : rebase_source : b05dce10120d7f7334389c8af32705351020618d
|
2013-08-07 09:47:45 -07:00 |
Dave Camp
|
9383975f56
|
Bug 886037 - Add a styles actor for the style inspectors. r=jwalker
--HG--
extra : rebase_source : 80aa9dc491c77f4b73036daeddd48f51c40f015a
|
2013-07-23 15:51:58 -07:00 |
Brandon Benvie
|
e83c084fcd
|
Bug 897256 - Add Debugger Protocol support for NaN, Infinity, and -Infinity. r=dcamp
|
2013-08-12 10:15:22 -07:00 |
Ryan VanderMeulen
|
2ae0ffbbc8
|
Merge m-c to inbound.
|
2013-08-09 19:29:45 -04:00 |
Ryan VanderMeulen
|
6086370ead
|
Backed out changeset 986f7c642b9f (bug 886037) for mochitest-other failures.
|
2013-08-09 13:10:15 -04:00 |
Dave Camp
|
d61a3b2c06
|
Bug 886037 - Add a styles actor for the style inspectors. r=jwalker
|
2013-07-23 15:51:58 -07:00 |
Dave Camp
|
8971ab35e0
|
Bug 895982 - JS debugger: use of promises in server doesn't preserve request/reply ordering. r=jimb
|
2013-08-08 22:28:41 -07:00 |
Ed Morley
|
e4bcd96d08
|
Merge mozilla-central and inbound
|
2013-08-07 16:19:03 -07:00 |
Jonathan Griffin
|
8f02ad112b
|
Bug 898074 - Backout c92dc0497dfb, a=test-only
|
2013-08-07 14:54:31 -07:00 |
Alexandre Poirot
|
ca9b0fb21c
|
Bug 900500 - Add pref to bypass devtool's prompt on remote connection. r=robcee, r=mgoodwin
|
2013-08-06 17:56:45 -04:00 |
Dave Camp
|
22b077aab9
|
Bug 899786 - Return the string version of the baseURI in the style editor. r=harth
|
2013-07-23 15:50:26 -07:00 |
Dave Camp
|
11bc7e4dec
|
Bug 899789 - Return the correct namespaceURI in the inspector actor. r=harth
|
2013-07-23 15:51:16 -07:00 |
Dave Camp
|
7053fe380b
|
Bug 898899 - Allow node actors to be passed as actorids rather than full forms. r=jwalker
|
2013-07-23 15:48:20 -07:00 |
Carsten "Tomcat" Book
|
5c34d25a48
|
Merge b2g-inbound to m-c
|
2013-08-05 11:22:48 +02:00 |
Dave Hylands
|
77bd411859
|
Bug 898074 - Defer close to ensure that it doesn't happen before onPacket processing. r=dcamp
|
2013-08-02 16:50:02 -07:00 |
Nick Fitzgerald
|
0b53ddd116
|
bug 899877 part 1: remove frame.isBlackBoxed, add frame.source; r=dcamp
|
2013-08-03 11:05:36 -07:00 |
Dave Camp
|
5e8b8f5799
|
Bug 892274 - H should toggle the selected node's hidden attribute. r=harth
--HG--
extra : rebase_source : 2e56afd40e611dc2d6d87d1c7c978e64ebb90baf
|
2013-07-31 11:33:56 -07:00 |
Mihai Sucan
|
a1f817b16f
|
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 |
Jake Bailey
|
0dec37b416
|
Bug 901098 - Trace actor callsite trace type actually returns source location; r=fitzgen
|
2013-08-02 17:26:31 -07:00 |
Jake Bailey
|
05183e06ae
|
Bug 900268 - Trace actor collects too much information when serializing objects; r=fitzgen
|
2013-08-02 17:26:31 -07:00 |
Jake Bailey
|
6d66a55fe0
|
Bug 900776 - Trace actor reports NaN time when exiting frames; r=fitzgen
|
2013-08-02 17:26:30 -07:00 |
Philipp Kewisch
|
67f44b90c3
|
Fix bug 880511 - Web Console and Style Editor make hardcoded references to the browser window. r=dcamp
|
2013-08-01 10:51:24 +02:00 |
Mason Chang
|
e7bd3f0dcc
|
Bug 897744 - BreakpointStore should have a hasBreakpoint method; r=fitzgen
|
2013-07-30 19:34:10 -07:00 |
Nick Fitzgerald
|
2f124f7556
|
Backed out changeset 041986a971af because I forgot to add the "r=..." to the commit message
|
2013-07-31 10:12:57 -07:00 |
Mason Chang
|
6d28a4bf0b
|
Bug 897744 - BreakpointStore should have a hasBreakpoint method
|
2013-07-30 19:34:10 -07:00 |
Alexandre Poirot
|
1b08c632e7
|
Bug 898000 - Add getIconAsDataURL in webapps actor. r=paul.rouget
|
2013-07-31 09:16:45 -04:00 |
Jake Bailey
|
e9069b15ab
|
Bug 887027 - Implement a tracing profiler actor; r=past,robcee
|
2013-07-30 19:09:29 -07:00 |
Ryan VanderMeulen
|
09b200b169
|
Merge m-c to inbound on a CLOSED TREE.
|
2013-07-30 09:23:28 -04:00 |
Nick Fitzgerald
|
e910a3f81b
|
Bug 899215 - test_breakpointstore.js isn't testing anything; r=jimb
|
2013-07-29 15:52:35 -07:00 |
Christos Stathis
|
cfa65b00cd
|
Bug 686937 - Include JSTerm helpers in autocompletion suggestions; r=past
|
2013-07-27 11:44:00 +03:00 |
Trevor Saunders
|
108b7dd046
|
backout bug 886526 because it probably made us use a lot more memory to link on windows
|
2013-07-29 11:03:21 -04:00 |
Nick Fitzgerald
|
cb23d833b6
|
Bug 897777 - fix source mapped source resolution when there is no source root; r=jimb
|
2013-07-26 22:27:15 -07:00 |
Dave Camp
|
ae33d6eb16
|
Bug 896274 - Allow an object's form to be an actor id. r=jimb
|
2013-07-21 11:02:30 -07:00 |
Dave Camp
|
7ab68a8797
|
Bug 896270 - Replace optional arguments with nullable types in protocol.js, part 2. r=jimb
|
2013-07-21 10:38:40 -07:00 |
Dave Camp
|
0a7e2b6277
|
Bug 896270 - Replace optional arguments with nullable types in protocol.js, part 1. r=jimb
|
2013-07-21 10:15:59 -07:00 |
Nick Fitzgerald
|
b8c8b5a4b2
|
Bug 860035 - script actors should handle breakpoints with columns; r=jimb
|
2013-07-24 17:46:49 -07:00 |
Ryan VanderMeulen
|
f0022c3922
|
Merge m-c to birch.
|
2013-07-24 18:22:06 -04:00 |
Alexandre Poirot
|
5a3d2d1f5a
|
Bug 817580 - Pref off new webapps actor features until we secure remote debugger connection. r=paul.rouget
|
2013-07-24 11:29:04 -04:00 |
Alexandre Poirot
|
e967ab7776
|
Bug 817580 - Expose tab actors for apps in child processes. r=jimb
|
2013-07-24 11:28:32 -04:00 |
Jim Blandy
|
78a50865f3
|
Bug 878958 - Support connections with prefixed actor names and prefix-based forwarding. r=dcamp
|
2013-07-24 11:27:26 -04:00 |
Dave Camp
|
c40cec3d74
|
Bug 896103 - NodeListActor's items() response has unnecessary nesting. r=harth
--HG--
extra : rebase_source : b589da834403503959b357f91e989b77e47a2d32
|
2013-07-21 07:40:43 -07:00 |
Dave Camp
|
5fa1124809
|
Bug 879523 - Remote the SelectorSearch. r=paul
|
2013-06-10 21:18:46 -07:00 |
Dave Camp
|
066cd8ea57
|
Bug 888528 - Add node deletion/insertion to the walker actor. r=jwalker
|
2013-06-17 06:52:53 -07:00 |
Panos Astithas
|
169d483962
|
Implement backend support for breaking on DOM events and retrieving all the event listeners on a page (bug 832982); r=rcampbell,smaug
|
2013-07-18 14:14:16 +03:00 |