Eddy Bruel
|
e8808b8b53
|
Bug 1003095 - Copy the lazy getter functions from XPCOMUtils.jsm to DevToolsUtils.js;r=past
|
2014-05-21 15:08:24 +02:00 |
J. Ryan Stinnett
|
9d35a2f5ed
|
Bug 797639 - Part 1: Bulk data support in the transport layer. r=jimb
--HG--
rename : toolkit/devtools/moz.build => toolkit/devtools/transport/moz.build
rename : toolkit/devtools/moz.build => toolkit/devtools/transport/tests/moz.build
rename : toolkit/devtools/server/tests/unit/test_dbgsocket.js => toolkit/devtools/transport/tests/unit/test_dbgsocket.js
rename : toolkit/devtools/server/tests/unit/test_dbgsocket_connection_drop.js => toolkit/devtools/transport/tests/unit/test_dbgsocket_connection_drop.js
rename : toolkit/devtools/server/transport.js => toolkit/devtools/transport/transport.js
|
2014-05-14 14:30:02 -05:00 |
Dave Townsend
|
7f17ca3889
|
Bug 993029: Create an add-on console actor that will be displayed in the console tab of the add-on debugger. r=msucan, r=Unfocused, r=past
|
2014-05-01 08:36:01 -07:00 |
Eddy Bruel
|
f7288f5b86
|
Bug 859372 - Make Timer a built-in module; r=past
|
2014-04-24 13:15:58 +02:00 |
Bobby Holley
|
88cc67dc3b
|
Bug 998083 - Introduce Cu.getObjectPrincipal and kill nsIScriptSecurityManager::GetObjectPrincipal. r=gabor
|
2014-04-19 10:39:59 -07:00 |
Eddy Bruel
|
655b943dd2
|
Bug 859372 - Refactor DevToolsUtils.js;r=past
|
2014-04-17 20:47:28 +02:00 |
Eddy Bruel
|
d6d29dd028
|
Bug 859372 - Refactor DevToolsUtils.js;r=past
|
2014-04-10 20:44:54 +02:00 |
Victor Porof
|
b566dac1b0
|
Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans
|
2014-03-29 13:01:37 -04:00 |
Ed Morley
|
88eeed4244
|
Backed out changeset 894e40121370 (bug 917226) for browser-chrome failures; DONTBUILD since fixing commit message
CLOSED TREE
|
2014-03-27 19:09:29 +00:00 |
Ed Morley
|
67a3d8e2c9
|
Backed out changeset 7b9fab28c591 (bug 917226) for incorrect commit message generated by qbackout; DONTBUILD
|
2014-03-27 19:07:31 +00:00 |
Victor Porof
|
8b52569db7
|
Bug 917226 - Build a canvas inspection tool, r=rcampbell
--HG--
extra : rebase_source : 466745d61633e1e56f7fd1f2e680952c52cdf0a4
|
2014-03-27 18:57:16 +00:00 |
Victor Porof
|
73b28f4ab2
|
Backed out changeset 882b91ce5a9f, as a relanding of Bug 917226, r=me
|
2014-03-27 12:24:00 -04:00 |
Ed Morley
|
216776abce
|
Backed out changeset 894e40121370 (bug 917226) for mochitest-chrome failures
|
2014-03-27 16:11:59 +00:00 |
Victor Porof
|
4fd4807937
|
Bug 917226 - Build a canvas inspection tool, r=rcampbell
|
2014-03-27 10:21:37 -04:00 |
Panos Astithas
|
bbf844f8bd
|
Bug 986481 - Expose Promise.jsm promises as a devtools loader global. r=dcamp
|
2014-03-14 11:33:09 +02:00 |
Eddy Bruel
|
477b2d2f33
|
Bug 859372 - Refactor DevToolsUtils.js;r=past
|
2014-03-04 15:38:05 +01:00 |
Mihai Sucan
|
077abafc2f
|
Bug 952190 - Pretty output for native objects from chrome windows; r=past
|
2014-02-19 14:33:56 +02:00 |
Victor Porof
|
552c900cba
|
Bug 964700 - Make the errors logged by Parser.jsm also contain the problematic source url, r=past
|
2014-01-28 12:31:51 +02:00 |
Carsten "Tomcat" Book
|
86d650be8c
|
Backed out changeset a76a4f921987 (bug 964700) for XPC Bustage on a CLOSED TREE
|
2014-01-28 14:03:38 +01:00 |
Victor Porof
|
beb6aa8b37
|
Bug 964700 - Make the errors logged by Parser.jsm also contain the problematic source url, r=past
|
2014-01-28 13:24:45 +02:00 |
Alexey Novak
|
2db2ce3e20
|
Bug 956804 - Use DevToolsUtils.reportException in Parser.jsm; r=fitzgen
|
2014-01-23 09:55:16 -08:00 |
Mihai Sucan
|
e8dea1b10a
|
Bug 843004 - Part 2: ObjectActor grip changes to allow pretty output; r=benvie,past
|
2013-12-19 15:04:59 +02:00 |
Nick Fitzgerald
|
d1c69daf69
|
Bug 929349 - Integrate a tracing debugger into our existing debugger; r=vporof,past
|
2013-12-18 14:17:27 -08:00 |
Mihai Sucan
|
5c9a9143a9
|
Bug 943496 - Autocomplete should execute native getters; r=past
|
2013-12-03 15:32:41 +02:00 |
Brandon Benvie
|
3770e14b51
|
Bug 926725 - Create DevToolsUtils.defineLazyPrototypeGetter and use it in VariablesView Scopes. r=fitzgen, r=vp
|
2013-10-15 09:49:15 -07:00 |
Nick Fitzgerald
|
afd341c3a7
|
Bug 918802 - Move the debugger's pretty printing into a worker; r=past
|
2013-10-01 14:25:19 -07:00 |
Nick Fitzgerald
|
c31973a6ca
|
Bug 906795 - safeErrorString should include a stack; r=vporof
|
2013-08-20 11:15:11 -07:00 |
Jonathan Griffin
|
7e83d0b580
|
Bug 797529 - Make DevToolsUtils.js compatible with B2G compartment sharing, r=past
|
2013-06-06 20:00:11 -07:00 |
Jim Blandy
|
59f3d0d730
|
Bug 878319: Move makeInfallible into its own JSM. r=dcamp
|
2013-06-05 09:30:54 -07:00 |