Граф коммитов

206 Коммитов

Автор SHA1 Сообщение Дата
Nick Fitzgerald 027df94e89 Bug 831465 - SourceMap.jsm breaks with jsloader.reuseGlobal == true; r=past 2013-01-16 15:53:00 +02:00
Victor Porof 91e0f879a3 No bug - Fix 'test_object_actor.html | property 'className' - got Function, expected function', r=me 2013-01-22 09:27:06 +02:00
Victor Porof fc1a5dc4cd Bug 831724 - Variables View: [object undefined] for Window when inspecting raw objects, r=msucan 2013-01-21 23:59:30 +02:00
Panos Astithas ee55ec9122 Merge m-c to fx-team 2013-01-16 10:13:29 +02:00
Mihai Sucan 259732578f Bug 787985 - Console API messages are not consistent; r=past 2013-01-15 16:02:25 +02:00
Nick Fitzgerald cda8e0611f Bug 828070 - Update SourceMap.jsm from mozilla/source-map to get the |sources| getter; r=rcampbell 2013-01-09 14:55:00 -05:00
Phil Ringnalda f7112b0d9a Merge m-c to fx-team 2013-01-11 21:36:11 -08:00
Mihai Sucan aa99330a69 Bug 827083 - Cannot attach remote web console to Firefox Android; r=past 2013-01-11 19:31:09 +02:00
Nick Fitzgerald 3e5154de16 Bug 783420 - Stop using devtools' Promise.jsm, and start using toolkit/addon-sdk/promise/core.js; r=past,jwalker 2013-01-08 14:42:00 +02:00
Panos Astithas 0123dab9c4 Merge m-c to fx-team 2013-01-10 08:48:55 +02:00
Fabrice Desré 9bfe75c61c Bug 799151 - Display a prompt to allow remote debugging connections in Firefox OS r=vingtetun 2013-01-08 09:08:00 +02:00
Mihai Sucan eeebd2339b Bug 826798 - Network inspector does not correctly render cookie; r=past 2013-01-08 23:25:57 +02:00
Panos Astithas f07bc4f132 Implement a new addAllGlobalsAsDebuggees method for faster chrome debugging (bug 821701); r=jimb
Also GC only once when going through all compartments in both addAllGlobalsAsDebuggees and removeAllDebuggees, instead of once for every debuggee added or removed.
2013-01-04 21:34:43 +02:00
Jim Blandy 004ab1c592 Bug 808791: JS debug server: construct environment forms correctly, using Debugger.Environment.prototype.callee. r=past 2013-01-14 16:15:58 -08:00
Jim Blandy e7b42a7946 Bug 808791: JS debugger server environment form xpcshell tests r=past 2013-01-14 16:15:58 -08:00
Mihai Sucan 11c5a3ad68 Bug 792062 - Make the tabNavigated notification reusable by the Web Console; r=past 2012-12-17 22:06:13 +02:00
Panos Astithas b66143e6bf Bug 784824 - support for remote debugging of b2g desktop builds; r=fabrice 2013-01-10 13:00:32 +02:00
Fabrice Desré 6882d62977 Bug 828863 - Add a remote debugger actor to install apps r=past 2013-01-10 07:38:51 -08:00
Jim Blandy ef14f11685 Bug 819049: JS debugging protocol: replace 'nameAndParameters' request with 'parameterNames'; replace GripClient.prototype.getSignature with GripClient.prototype.getParameterNames. r=past 2012-12-14 10:26:47 -08:00
Jim Blandy 2c9d42f20a Bug 819049: JS debugging protocol: drop 'calleeName' and 'functionName' properties from frame and environment forms. r=past
Object grips for functions now include the function's name directly, so the
'callee' and 'function' properties of those forms already provide this
information. A prior patch in the series changed the users to consult the
grip, not these additional properties.
2012-12-14 10:26:47 -08:00
Jim Blandy 8b373fd278 Bug 819049: JS debugging protocol: use 'name', 'displayName', and 'userDisplayName' properties on function grips. r=past 2012-12-14 10:26:47 -08:00
Jim Blandy f0e8a6203f Bug 819049: JS debugging protocol: provide 'name', 'displayName', and 'userDisplayName' properties on function grips. r=past 2012-12-14 10:26:47 -08:00
Ed Morley 7774c430ca Merge mozilla-inbound to mozilla-central on a CLOSED TREE 2012-12-14 15:28:22 +00:00
Joe Walker a2f9e35eb4 Automated merge with ssh://hg.mozilla.org/integration/fx-team/ 2012-12-13 15:26:29 +00:00
Joe Walker e083b9d5e6 Bug 813031 - gDevTools needs an API review [toolbox]; r=paul 2012-12-13 13:03:55 +00:00
Andrew Halberstadt 135b8a9676 Bug 817122 - Disable failing B2G xpcshell tests, enable debugger tests, r=mdas, DONTBUILD a=NPOTB,test-only 2012-12-12 10:52:24 -05:00
Jonathan Griffin 396e631318 Bug 800138 - Open a dummy socket before Marionette starts listening, r=past 2012-12-07 10:48:18 -08:00
Boris Zbarsky 1919dc0849 Bug 819670 - Web console object inspection does not handle native getters throwing very well; r=msucan,bz 2012-12-08 11:01:41 -05:00
Panos Astithas 4c3cb38686 Bug 816569 - Browser Debugger should freeze debuggee execution when paused; r=bz f=rcampbell 2012-12-04 10:20:54 +02:00
Joe Walker a3224c8b35 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-30 08:07:59 +00:00
Panos Astithas 2c6aa4fd59 Bug 812869 - Breakpoint clients sometimes don't know how to remove themselves, r=vporof 2012-11-27 14:29:46 +02:00
Joe Walker 1080556613 Backed out changeset 132d2e88ef03 (bug 788977) for talos regression. 2012-11-27 10:39:10 +00:00
Joe Walker dfb956a6c7 Merge m-c to fx-team 2012-11-27 02:50:33 +00:00
Joe Walker 68e2336dfc Merge m-c to fx-team 2012-11-24 12:06:17 +00:00
Joe Walker e9233b2864 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-22 21:35:19 +00:00
Kyle Huey d91ef531e3 Bug 814104: Create the function in the right compartment. r=dcamp 2012-11-26 08:56:56 -08:00
Ryan VanderMeulen 1fa5b07291 Merge fx-team to m-c. 2012-11-17 13:29:05 -05:00
Panos Astithas d275155b2d Set breakpoints in all scripts with bytecode in the specified line (bug 793214), r=rcampbell 2012-11-01 17:34:10 +02:00
Jim Mathies 6d4a6c33ae Bug 810704 - Fixup misc. toolkit resource path issues. r=mak77 2012-11-14 10:24:05 -06:00
Ed Morley f26dc0969e Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-11-14 14:35:55 +00:00
Panos Astithas ffe6e7fbc0 Bug 795969 - Promote list of pause actors at once; r=rcampbell f=jimb 2012-11-14 10:00:57 +02:00
Ed Morley 38ea7cf056 Merge mozilla-central to fx-team
--HG--
rename : browser/devtools/debugger/VariablesView.jsm => browser/devtools/shared/VariablesView.jsm
2012-11-06 14:16:07 +00:00
Panos Astithas 0da1d18035 Bug 808527 - selectedBrowser frames appear when debugging chrome; r=dcamp 2012-11-06 09:15:12 +02:00
Panos Astithas 8fcd417c7d Bug 808498 - Chrome debugging broke B2G debugging; r=vporof,vingtetun 2012-11-06 09:14:07 +02:00
Ryan VanderMeulen 049679e9aa Merge fx-team to m-c. 2012-11-02 15:45:53 -04:00
Panos Astithas 337aa842bf Implement Debugger.removeAllDebuggees for efficient debugger shutdown (bug 740551); r=jimb,jorendorff 2012-11-02 18:30:23 +02:00
Panos Astithas 816f5867bd Bug 740551 - ThreadActor should automatically add appropriate debuggee globals - Patch v14; r=rcampbell 2012-10-31 18:31:55 +02:00
Panos Astithas 939fd3bd0e Bug 802081 - listTabs returns empty tab titles after startup; r=rcampbell 2012-11-01 15:34:41 +02:00
Kyle Huey 0469a02b25 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Mihai Sucan 801e322ecb Bug 805960 - Intermittent toolkit/devtools/webconsole/test/test_file_uri.html | an unexpected uncaught JS exception reported through window.onerror - NS_ERROR_FILE_IS_LOCKED; r=past 2012-10-30 17:53:58 +02:00