Gregory Szorc
ed102f4876
Merge mozilla-central into build-system
2013-03-13 08:20:09 -07:00
Gregory Szorc
7bb3ee056b
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
...
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Panos Astithas
68663a3365
Bug 785704 - Part 1: fix a newSource regression from bug 795368; r=vporof
2013-03-11 17:51:00 -07:00
Nick Fitzgerald
356865e026
Bug 848576 - "Remove scripts and newScript packets from the RDP"; r=past
2013-03-11 15:35:00 -07:00
Panos Astithas
3ddc68c122
Bug 775924 - Intermittent test_dbgsocket.js; r=me
2013-03-21 23:51:45 +02:00
Mike Shal
c2a9341a2e
Bug 852534 - Remove GRE_MODULE from Makefile.in; r=gps
2013-03-21 08:41:00 -07:00
Ryan VanderMeulen
5bedc246a9
Merge m-c to fx-team.
2013-03-07 17:39:11 -05:00
Gregory Szorc
58b7ec0116
Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium
...
XPIDL_MODULE defaults to MODULE. These Makefile.in were setting
XPIDL_MODULE to the same value as MODULE.
--HG--
extra : rebase_source : e96bd34d5949d0ab94cecbec35d6c9f4bffec01e
2013-03-07 05:03:51 -08:00
Panos Astithas
0f5ea47c66
Bug 820524 - Debugger, Web Console and Profiler should share the debugger client even for local sessions; r=jwalker,vporof,msucan,anton
2013-03-07 09:30:03 +02:00
Panos Astithas
0176968423
Add even more logging to try to diagnose the cause for test_dbgsocket.js failing intermittently (bug 775924); r=me
2013-05-16 17:36:53 +03:00
Ryan VanderMeulen
f795d6b4ae
Merge m-c to inbound.
2013-04-09 15:29:13 -04:00
Hubert Figuière
123473187f
Bug 840612 - Part 1: Don't close Marionette and debugger server socket when going offline. r=mdas,past,mcmanus f=jduell
2013-03-26 21:22:40 -04:00
Alexandre Poirot
1a1cd79e1c
Bug 865207 - Move webapps actor from /b2g/chrome/content to /toolkit/devtools/apps/. r=fabrice, r=dcamp
...
--HG--
rename : dom/apps/tests/unit/data/app.zip => toolkit/devtools/apps/tests/unit/data/app.zip
rename : dom/apps/tests/unit/test_webappsActor.js => toolkit/devtools/apps/tests/unit/test_webappsActor.js
rename : b2g/chrome/content/dbg-webapps-actors.js => toolkit/devtools/server/actors/webapps.js
2013-05-30 12:08:15 -04:00
Panos Astithas
ef6c598640
Fix bug 847314 (Intermittent test_listsources-02.js, test_sources_backwards_compat-02.js); r=me
2013-03-04 13:36:23 +02:00
Nick Fitzgerald
fe05f0710a
Bug 795368 - Add "sources" and "newSource" packets to the RDP, and use them instead of "scripts" and "newScript"; r=past f=rcampbell,msucan
2013-02-28 14:02:00 +02:00
Gregory Szorc
14545664e3
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
2013-02-25 13:19:09 -08:00
Jonathan Mayer
55b948dec0
Bug 818340 - change third party cookie handling to block third party cookies from sites I haven't visited. (r=jdm, r=dolske)
...
--HG--
extra : rebase_source : f486f39feac1fb743edc920618bec29884d515f1
2013-02-22 08:16:01 -08:00
Panos Astithas
cf5f8f2e11
Bug 830818 - Always trust native getters when fetching properties, to show directly the values in the debugger's Variables View; r=vporof,rcampbell
2013-02-12 10:38:24 +02:00
Dave Townsend
f1c830614d
Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin
...
--HG--
rename : toolkit/addon-sdk/test/Makefile.in => addon-sdk/test/Makefile.in
rename : toolkit/addon-sdk/test/unit/head.js => addon-sdk/test/unit/head.js
rename : toolkit/addon-sdk/test/unit/test_promise.js => addon-sdk/test/unit/test_promise.js
rename : toolkit/addon-sdk/test/unit/xpcshell.ini => addon-sdk/test/unit/xpcshell.ini
2013-02-01 11:43:15 -08:00
Nick Fitzgerald
72e78d49cc
Bug 831465 - SourceMap.jsm breaks with jsloader.reuseGlobal == true; r=past
2013-01-16 15:53:00 +02:00
Victor Porof
3b5ef421a3
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
2b7ce8b9b8
Bug 831724 - Variables View: [object undefined] for Window when inspecting raw objects, r=msucan
2013-01-21 23:59:30 +02:00
Panos Astithas
bd0c539a9a
Merge m-c to fx-team
2013-01-16 10:13:29 +02:00
Mihai Sucan
710a42bda9
Bug 787985 - Console API messages are not consistent; r=past
2013-01-15 16:02:25 +02:00
Nick Fitzgerald
ff9870cea3
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
a53cf189b4
Merge m-c to fx-team
2013-01-11 21:36:11 -08:00
Mihai Sucan
1f94f68f8f
Bug 827083 - Cannot attach remote web console to Firefox Android; r=past
2013-01-11 19:31:09 +02:00
Nick Fitzgerald
970b580bdf
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
12ee7b8bff
Merge m-c to fx-team
2013-01-10 08:48:55 +02:00
Fabrice Desré
9c45d42b65
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
04b937f52d
Bug 826798 - Network inspector does not correctly render cookie; r=past
2013-01-08 23:25:57 +02:00
Panos Astithas
c529b9d29d
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
f2f6f1e8d7
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
6eeb4a082d
Bug 808791: JS debugger server environment form xpcshell tests r=past
2013-01-14 16:15:58 -08:00
Mihai Sucan
31295757a2
Bug 792062 - Make the tabNavigated notification reusable by the Web Console; r=past
2012-12-17 22:06:13 +02:00
Panos Astithas
70976f6da5
Bug 784824 - support for remote debugging of b2g desktop builds; r=fabrice
2013-01-10 13:00:32 +02:00
Fabrice Desré
4f96f228e0
Bug 828863 - Add a remote debugger actor to install apps r=past
2013-01-10 07:38:51 -08:00
Jim Blandy
e31b329b68
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
cf2248a14a
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
7ea31d7702
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
6367e80049
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
2070770784
Merge mozilla-inbound to mozilla-central on a CLOSED TREE
2012-12-14 15:28:22 +00:00
Joe Walker
a19b110192
Automated merge with ssh://hg.mozilla.org/integration/fx-team/
2012-12-13 15:26:29 +00:00
Joe Walker
fe48421407
Bug 813031 - gDevTools needs an API review [toolbox]; r=paul
2012-12-13 13:03:55 +00:00
Andrew Halberstadt
fb30c223f6
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
a842766f06
Bug 800138 - Open a dummy socket before Marionette starts listening, r=past
2012-12-07 10:48:18 -08:00
Boris Zbarsky
8d4ec7031b
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
9212977a09
Bug 816569 - Browser Debugger should freeze debuggee execution when paused; r=bz f=rcampbell
2012-12-04 10:20:54 +02:00
Joe Walker
09b9a02b6b
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
6d7ffe3b8b
Bug 812869 - Breakpoint clients sometimes don't know how to remove themselves, r=vporof
2012-11-27 14:29:46 +02:00
Joe Walker
8825e0e286
Backed out changeset 132d2e88ef03 (bug 788977) for talos regression.
2012-11-27 10:39:10 +00:00
Joe Walker
20b2b71ce0
Merge m-c to fx-team
2012-11-27 02:50:33 +00:00
Joe Walker
0a4778345c
Merge m-c to fx-team
2012-11-24 12:06:17 +00:00
Joe Walker
42b72a060c
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
1b09c59148
Bug 814104: Create the function in the right compartment. r=dcamp
2012-11-26 08:56:56 -08:00
Ryan VanderMeulen
59340afb72
Merge fx-team to m-c.
2012-11-17 13:29:05 -05:00
Panos Astithas
ae2a641cf3
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
20abab5b8c
Bug 810704 - Fixup misc. toolkit resource path issues. r=mak77
2012-11-14 10:24:05 -06:00
Ed Morley
72ac3e84a6
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-11-14 14:35:55 +00:00
Panos Astithas
06d42290ee
Bug 795969 - Promote list of pause actors at once; r=rcampbell f=jimb
2012-11-14 10:00:57 +02:00
Ed Morley
092f2cf1f0
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
5b7ba1d268
Bug 808527 - selectedBrowser frames appear when debugging chrome; r=dcamp
2012-11-06 09:15:12 +02:00
Panos Astithas
f8ce74e74e
Bug 808498 - Chrome debugging broke B2G debugging; r=vporof,vingtetun
2012-11-06 09:14:07 +02:00
Ryan VanderMeulen
7ce522bbc4
Merge fx-team to m-c.
2012-11-02 15:45:53 -04:00
Panos Astithas
ceacb0d392
Implement Debugger.removeAllDebuggees for efficient debugger shutdown (bug 740551); r=jimb,jorendorff
2012-11-02 18:30:23 +02:00
Panos Astithas
fdfd985c80
Bug 740551 - ThreadActor should automatically add appropriate debuggee globals - Patch v14; r=rcampbell
2012-10-31 18:31:55 +02:00
Panos Astithas
1130d7042d
Bug 802081 - listTabs returns empty tab titles after startup; r=rcampbell
2012-11-01 15:34:41 +02:00
Kyle Huey
1482122303
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
fe917bbe54
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
Vicamo Yang
8297cdabd6
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Kyle Huey
bdf47895bb
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 12:28:11 -07:00
Ed Morley
777eed8444
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
aa1997a51a
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 08:26:12 -07:00
Neil Rashbrook
8cdc6abc40
Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg r=msucan
2012-11-03 10:59:29 +00:00
Philipp von Weitershausen
8a0276e5bb
Bug 807478 - Fix DebuggerProtocol and SpecialPowers imports for jsloader.reuseGlobal = true. r=past
2012-11-02 18:03:13 -07:00
Ryan VanderMeulen
e3feaeecef
Backout 06b998c1100d (bug 664695) due to mochitest-other orange.
2012-11-02 17:12:22 -04:00
Ryan VanderMeulen
d716366c32
Merge m-c to inbound.
2012-11-02 16:11:46 -04:00
Neil Rashbrook
7464774f68
Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg
2012-11-02 20:07:50 +00:00
Jim Blandy
343bf85963
No bug: Correct comment on type of argument to DebuggerTransport constructor. DONTBUILD r=dcamp on IRC
2012-11-13 13:28:22 -08:00
Bobby Holley
d2eee0e50e
Bug 808608 - Stop relying on unique Location objects in WebConsoleActor. r=past
...
Right now the code holds a ref to the per-inner-window Location object of the
Window associated with the sandbox, and uses that to determine if the page has
navigated. This breaks when we have one Location object per docshell, because
the check always succeeds. Just use the window ID instead, which is also less
likely to leak.
2012-11-21 13:20:04 -08:00
Ryan VanderMeulen
f96be73615
Merge the last PGO-green inbound changeset to m-c.
2012-10-26 21:22:40 -04:00
Victor Porof
b73c53c7c5
Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell
2012-10-26 20:10:17 +03:00
Bill McCloskey
2e039c483d
Bug 692267 - Remove jsgc.h from INSTALLED_HEADERS (r=terrence)
2012-10-26 11:17:24 -07:00
Mihai Sucan
96dfc9c81f
Bug 805639 - Intermittent devtools/webconsole/test/test_file_uri.html | file URI match; r=paul
2012-10-26 19:35:30 +03:00
Mihai Sucan
4e2e8e0e05
Bug 803991 - Intermittent test_file_uri.html | Test timed out; r=robcee
2012-10-23 16:38:26 +03:00
Mihai Sucan
738012eb37
Bug 802013 - Intermittent test_cached_messages.html | number of cached page errors - got 6, expected 2; r=robcee
2012-10-23 18:37:01 +03:00
Phil Ringnalda
a1120dfca2
Merge mozilla-central to fx-team
2012-10-19 22:13:58 -07:00
Jim Blandy
4b30589daf
Bug 738480: Simplify Debugger::ScriptQuery after CPG. Fix missing compile-and-go scripts. r=luke
2012-10-19 09:53:00 -07:00
Mihai Sucan
2084f5fed7
Bug 798764 - Global console: add support for a global ConsoleProgressListener; r=past
2012-10-18 22:04:53 +03:00
Mihai Sucan
776d41b784
Bug 795691 - b2g fixes for the web console actors; r=past,vingtetun,ttaubert
2012-10-11 21:24:57 +03:00
Panos Astithas
611a440d49
Bug 795263 - Actor names should not change when promoted to thread-lifetime; r=rcampbell
2012-10-12 11:26:49 +03:00
Mike Hommey
8bbf9b347d
Bug 799323 - Make test from bug 793672 more reliable. r=past
2012-10-09 10:17:27 +02:00
Mihai Sucan
0f022cdb3d
Bug 787981 - Use LongStringActor in the Web Console actors; r=past
2012-11-05 18:41:59 +02:00
Andrew Halberstadt
b0fc1b6b54
Bug 821285 - Disable toolkit/devtools/debugger/tests/unit/test_dbgsocket.js for B2G, r=bustage
2012-12-13 09:25:25 -05:00
Andrew Halberstadt
319f003fc9
Bug 817122 - Disable failing B2G xpcshell tests, enable debugger tests, r=mdas
2012-12-12 16:17:49 -05:00
Panos Astithas
da2f9abab6
Fix a merge conflict. No bug.
2012-10-08 16:28:17 +03:00
Panos Astithas
c47c3badab
Merge m-c to fx-team
2012-10-08 16:26:41 +03:00
Mihai Sucan
fc4d7abb8d
Bug 768096 - Web Console remote debugging protocol support - Part 5: tests; r=robcee
2012-10-05 16:40:57 +03:00
Mihai Sucan
f94b1e8aa4
Bug 768096 - Web Console remote debugging protocol support - Part 4.5: global actor; r=past
2012-10-06 13:29:57 +03:00
Mihai Sucan
7ba4e89fc3
Bug 768096 - Web Console remote debugging protocol support - Part 4: cleanups; r=robcee
2012-10-05 19:15:51 +03:00
Mihai Sucan
168aca5118
Bug 768096 - Web Console remote debugging protocol support - Part 3: network logging; r=past,robcee
...
--HG--
rename : browser/devtools/webconsole/NetworkHelper.jsm => toolkit/devtools/webconsole/NetworkHelper.jsm
2012-10-05 14:54:43 +03:00
Mihai Sucan
9ff6a83ab3
Bug 768096 - Web Console remote debugging protocol support - Part 2: window.console API and JS evaluation; r=past,robcee
2012-09-26 18:02:04 +01:00
Mihai Sucan
348454ccd7
Bug 768096 - Web Console remote debugging protocol support - Part 1: page errors; r=past,robcee
...
--HG--
rename : browser/devtools/webconsole/WebConsoleUtils.jsm => toolkit/devtools/webconsole/WebConsoleUtils.jsm
2012-09-26 18:07:57 +01:00
Panos Astithas
d165fdcaaa
Bug 792925 - Dynamically-added tab-scoped actors should get a reference to their parent; r=msucan
2012-09-24 12:43:26 +01:00
Nick Fitzgerald
7e50379b4f
bug 788754: simplify SourceClient's api; r=past
2012-09-28 08:27:00 +03:00
Panos Astithas
10f05cbb73
bug 755661 part 5 - fix xpcshell test on windows; r=rcampbell
2012-10-03 18:56:45 +03:00
Nick Fitzgerald
46a8f5c3d6
bug 755661 part 3 - sources over protocol; r=past
2012-09-27 11:30:00 +03:00
Nick Fitzgerald
63a0e5659b
bug 755661 part 2 - add thread scoped long strings; r=past
2012-09-27 11:29:00 +03:00
Nick Fitzgerald
d87ed6f524
bug 755661 part 1 - move Promise.jsm; r=past,jwalker
2012-09-27 11:28:00 +03:00
Mihai Sucan
95803e8413
Backed out changeset 4a87ede182ca (bug 792925)
2012-09-28 13:19:40 +01:00
Mihai Sucan
166d41f42d
Backed out changeset fd6633f5666e (bug 768096)
...
--HG--
rename : toolkit/devtools/webconsole/WebConsoleUtils.jsm => browser/devtools/webconsole/WebConsoleUtils.jsm
2012-09-28 13:19:40 +01:00
Mihai Sucan
995889473e
Backed out changeset 57755fd703c9 (bug 768096)
2012-09-28 13:19:40 +01:00
Mihai Sucan
242d9a4393
Backed out changeset 8c127abc3ad8 (bug 768096)
...
--HG--
rename : toolkit/devtools/webconsole/NetworkHelper.jsm => browser/devtools/webconsole/NetworkHelper.jsm
2012-09-28 13:19:40 +01:00
Mihai Sucan
3ce6371433
Backed out changeset 9c70da27ec28 (bug 768096)
2012-09-28 13:19:40 +01:00
Mihai Sucan
4460464e79
Backed out changeset 89ab8685729d (bug 768096)
2012-09-28 13:19:39 +01:00
Mihai Sucan
a981dde573
Bug 768096 - Web Console remote debugging protocol support - Part 5: tests; r=robcee
2012-09-26 17:27:38 +01:00
Mihai Sucan
a50bab4256
Bug 768096 - Web Console remote debugging protocol support - Part 4: cleanups; r=robcee
2012-09-26 18:04:34 +01:00
Mihai Sucan
bc8c482314
Bug 768096 - Web Console remote debugging protocol support - Part 3: network logging; r=past,robcee
...
--HG--
rename : browser/devtools/webconsole/NetworkHelper.jsm => toolkit/devtools/webconsole/NetworkHelper.jsm
2012-09-27 13:51:45 +01:00
Mihai Sucan
f468d13cdd
Bug 768096 - Web Console remote debugging protocol support - Part 2: window.console API and JS evaluation; r=past,robcee
2012-09-26 18:02:04 +01:00
Mihai Sucan
8e690cb0f5
Bug 768096 - Web Console remote debugging protocol support - Part 1: page errors; r=past,robcee
...
--HG--
rename : browser/devtools/webconsole/WebConsoleUtils.jsm => toolkit/devtools/webconsole/WebConsoleUtils.jsm
2012-09-26 18:07:57 +01:00
Panos Astithas
2ecaa8a884
Bug 792925 - Dynamically-added tab-scoped actors should get a reference to their parent; r=msucan
2012-09-24 12:43:26 +01:00
Nick Fitzgerald
e35bab9087
bug 673487 - map from an original source to a generated; r=robcee
2012-09-27 06:15:00 +01:00
Panos Astithas
2ae0c7c16b
Bug 793947 - Race condition in dbg-server.js breaks Marionette; r=msucan
2012-09-27 12:31:49 +01:00
Panos Astithas
4f4e6f3b97
Bug 792867 - Debugger mochitests leak when run separately. r=rcampbell
2012-09-22 18:44:00 +03:00
Panos Astithas
897efefc6b
Bug 790202 - Protocol layer performance overhead is too much for local transports. f=msucan r=rcampbell
2012-09-22 18:44:00 +03:00
Anton Kovalyov
67a1ef32aa
Bug 788769 - The update function in dbg-script-actors.js should also copy getters and setters to the target object. r=past,nfitzgerald
2012-09-20 16:44:25 -07:00
Anton Kovalyov
0f8e84c2c7
Bug 785044 - Replace the ThreadActor's private debugger object and its getter with a public property. r=past
2012-09-20 14:15:15 -07:00
Panos Astithas
dc9481235a
Bug 790952 - Debugger server always creates new actor instances. f=glandium r=rcampbell
2012-09-21 09:04:21 +03:00
Mike Hommey
8bcb36741e
Bug 751034 part 3 - Send notifications through remote debugging protocol when the profiler starts/stops. r=past
2012-09-13 00:14:12 +02:00
Mike Hommey
8a282a3398
Bug 751034 part 2 - Add profiler actor when adding the browser actors. r=past
2012-09-13 14:40:16 +02:00
Benoit Girard
e10709cf8a
Bug 751034 - Support remote profiling Via Remote debugging protocol. r=past,rcampbell
2012-09-06 16:55:55 +03:00
Panos Astithas
a23a7fbcb1
Bug 781515 - Use a default allowConnection handler in dbg-server.js so that add-ons don't have to provide their own. r=rcampbell, f=Pike,mgoodwin
2012-09-20 09:40:01 +03:00
Panos Astithas
c7397616ed
Bug 789114 - Make B2G and Fennec browser actors inherit the extensibility API changes. f=glandium r=msucan,mfinkle,vingtetun
2012-09-20 09:38:11 +03:00
Panos Astithas
6658636165
Bug 753401 - The debugger server root and tab actors should be easily extensible; r=rcampbell
...
--HG--
rename : browser/devtools/debugger/test/browser_dbg_contextactor-02.js => browser/devtools/debugger/test/browser_dbg_globalactor-01.js
2012-09-20 09:36:32 +03:00
Panos Astithas
1560eb2b1a
Remove redundant check for Debugger.Object.displayName property (bug 786711). r=jimb
2012-09-18 10:30:02 +03:00
Panos Astithas
3347e6ac32
Bug 785689 - Debugger breaking when it shouldn't. r=msucan,vporof
2012-09-12 14:10:05 +03:00
Panos Astithas
fcc4ea9dc0
Use the statically-inferred name for anonymous functions (bug 786711) r=msucan,vporof
2012-09-10 11:48:52 +03:00
Mike Hommey
891f405b2f
Bug 793672 - Tests for the debugging server profiler actor. r=past
2012-10-06 10:38:35 +02:00
Mike Hommey
958dbfdb59
Bug 793672 - Allow to get notifications for arbitrary observer topics through RDP with the profiler actor. r=past
2012-10-06 10:37:58 +02:00
Jim Blandy
74f1caf4cc
Bug 786509: Remove support for wildcard event listeners from dbg-client.jsm's eventSource. r=past
2012-08-30 14:29:55 -07:00
Jim Blandy
05b378d891
Bug 785466: follow-on fix: uncommitted changes to resolve conflicts with bug 694539; no r
2012-08-30 14:24:05 -07:00
Jim Blandy
cfd66b47f4
Bug 785466: Remove DebugProtocolTypes table. r=past
2012-08-30 14:11:54 -07:00
Nick Fitzgerald
cd8684039b
Bug 694539: Implement 'long string' grips. r=jimb
2012-08-30 14:10:07 -07:00
Nick Fitzgerald
bed2b8ae72
Fix test hang on Win opt (Bug 783393). r=past
2012-08-24 10:58:59 +03:00
Panos Astithas
c3e23a698c
Bug 783393 - Breakpoints not getting caught on reload, r=rcampbell f=rcampbell,dcamp,vporof
2012-08-24 10:41:02 +03:00
Matt Brubeck
66414abc2f
Back out b2900e347f5c (bug 783393) for Windows xpcshell hangs in test_listscripts-01.js on a CLOSED TREE
...
--HG--
extra : transplant_source : %F4%97%281%7F%AD%7E%C0Vb%00t%9Bd%FC%EC%A5%92%B5%C8
2012-08-23 14:37:29 -07:00
Panos Astithas
45afc9f7b9
Bug 783393 - Breakpoints not getting caught on reload, r=rcampbell f=rcampbell,dcamp,vporof
2012-08-17 04:32:21 +03:00
Tim Taubert
bb4a8970e4
merge m-c to fx-team
2012-08-22 22:15:08 -07:00
Panos Astithas
b6179ec970
Don't send newScript notifications for ignored scripts (bug 770882). r=rcampbell
2012-08-22 11:11:07 +03:00
Ehsan Akhgari
0fd9123eac
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
...
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Nick Fitzgerald
4417dc2ab5
Share the breakpoint store across ThreadActor instances (bug 777146); r=past
2012-08-06 12:32:00 +03:00
Mike Hommey
6173fa297f
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Panos Astithas
3343ffb65e
Only use a web progress listener when a tabbrowser has been passed to the tab actor (bug 779641); r=rcampbell
2012-08-03 10:31:55 +03:00
Tim Taubert
7c84c23358
merge m-c to fx-team
2012-07-31 16:38:32 +02:00
Aryeh Gregor
e806eeab4f
Bug 777292 part 2 - Change all nsnull to nullptr
2012-07-30 17:20:58 +03:00
Nick Fitzgerald
305834af54
Bug 777146 - Move ThreadActor.prototype.{_scripts, _breakpointStore} initialization to the constructor so that each instance of ThreadActor has its own {_scripts, _breakpointStore} object instead of each instance sharing the same object. r=rcampbell
2012-07-25 09:30:00 -07:00
Michael Ratcliffe
fe7022b757
Bug 777355 - Move Console.jsm somewhere into toolkit to fix comm-central's busted XPCShell tests.; r=rcampbell
...
--HG--
rename : browser/devtools/shared/Console.jsm => toolkit/devtools/Console.jsm
2012-07-25 18:34:34 +01:00
Panos Astithas
28a8d4a224
Bug 751226 - Refactor all the existing browser actor implementations to eliminate duplication. r=rcampbell r=mark.finkle r=21
2012-07-11 14:43:11 +03:00
Rob Campbell
d03e611eb5
Bug 776518 - Move Require.jsm somewhere into toolkit to fix comm-central's busted XPCShell tests; r=gavin
2012-07-24 15:02:10 -07:00
Michael Ratcliffe
a2cccfbb98
Bug 776518 - Move Require.jsm somewhere into toolkit to fix comm-central's busted XPCShell tests; r=rcampbell
...
--HG--
rename : browser/devtools/shared/Require.jsm => toolkit/devtools/Require.jsm
2012-07-24 12:08:30 +01:00
Nick Fitzgerald
2b86de406a
Bug 669999 - Add a library for parsing and consuming source map files to Firefox; r=joe_walker,rcampbell
2012-07-18 17:17:00 -04:00
Ehsan Akhgari
b3dd3b6646
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more toolkit parts); blanket-r=bzbarsky
2012-07-18 12:12:55 -04:00
Victor Porof
3356a29ccb
Bug 767389 - about:home and about:newtab are intermittently shown in the Debugger dropdown; r=past
2012-07-15 09:50:41 +03:00
Panos Astithas
25dfbf0950
Bug 751949 - Reloading a page when the debuggee is paused results in: ASSERTION: Mismatched calls to ResumeTimeouts; r=rcampbell
2012-07-13 13:10:22 +03:00
Panos Astithas
fd456f8730
Bug 771452 - resume button need two clicks to go on after a breakpoint when the script is inside the .html file; r=rcampbell
2012-07-13 13:10:21 +03:00
Panos Astithas
6211a0eadd
Bug 767399 - When navigating between web pages with the Back and Forward buttons, the same scripts are displayed in the Debugger for all the pages; r=rcampbell
2012-07-12 14:03:43 +03:00
Panos Astithas
727e12a234
Use a preference setting to decide whether to bind to the loopback interface only, or all interfaces (Bug 764679); r=dcamp,mfinkle,jgriffin,vingtetun
2012-06-20 16:31:50 +03:00
Panos Astithas
63bb179ecf
Ensure that with multiple windows open, the debugger's selected tab belongs to the top-level window (bug 761742); r=dcamp
2012-06-19 17:46:25 +03:00
Tim Taubert
3cc384cd72
merge m-c to fx-team
2012-06-13 15:34:08 +02:00
Panos Astithas
b1b26c25c1
Bug 754251 - Can't set breakpoint in Script Debugger; r=rcampbell
2012-06-12 09:47:08 +03:00
Ryan VanderMeulen
891e38e528
Revert c39d36167b99 due to a horribly munged backout.
2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
f497d31a0a
Backout the bug 754202 backout due to orange.
2012-06-10 19:37:47 -04:00
Panos Astithas
d8c8860a3c
Bug 760882 - XBL Bindings appear in the debugger script dropdown if the debugger is open when the page is refreshed; r=rcampbell
2012-06-08 16:05:27 +03:00
Panos Astithas
2655e2afaf
Bug 761223 - JS Debugger errors prevent me from debugging Orion; r=dcamp
2012-06-08 11:21:59 +03:00
Panos Astithas
4197e5af0e
Backout 61e0d5d09f77 due to test breakage
2012-06-08 11:18:28 +03:00
Panos Astithas
2291a64c5a
Bug 761223 - JS Debugger errors prevent me from debugging Orion; r=dcamp
2012-06-08 10:00:48 +03:00
Panos Astithas
11197066ba
Bug 757282 - Pause when an exception is hit; r=rcampbell
2012-06-03 16:39:51 +03:00
Panos Astithas
67a08210a6
Bug 737808 - Separate breakpoints and scripts handling in the client from the server; r=rcampbell
2012-06-03 16:39:50 +03:00
Panos Astithas
6cf3dfbaac
Bug 758696 - Add a dialog to the debugger to deny or allow incoming server connections (Part 1: Firefox); r=rcampbell
2012-06-01 18:25:08 +03:00
Panos Astithas
e2edf4f1eb
Bug 755346 - Global variables are not displayed in the debugger frontend; r=vporof,rcampbell
2012-05-29 12:08:20 +03:00
Panos Astithas
b1ff343559
Bug 724862 - Implement protocol support for modifying the values of a debuggee object's properties; r=rcampbell
2012-05-24 14:23:53 +03:00
Gervase Markham
ca171eec44
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Michael Wu
ea17443d61
Bug 759013 - Convert more makefiles to use TEST_DIRS, r=khuey
2012-05-27 23:25:22 -04:00
Jim Blandy
c595de95c0
(No bug): Add comments to some debugger server code. r=past in IRC
2012-05-08 17:54:04 -07:00
Victor Porof
81ccc3e0ce
Bug 748927 - Add UI elements for the remote debugging case: starting a server and selecting the server to connect to; r=past
2012-04-27 17:18:02 -04:00
Ehsan Akhgari
f71126f4f7
Merge mozilla-central into mozilla-inbound
2012-05-04 16:29:42 -04:00
Jason Orendorff
68ca935eed
Bug 749316 - Put Debugger object into chrome scratchpad. r=dcamp,bholley.
...
--HG--
extra : rebase_source : 12ab275ac9cdfa0e9890c507e30e0b56e4086816
2012-05-01 10:17:32 -05:00
Panos Astithas
dfb60bd8de
Bug 724228 - Use getVariable instead of getVariableDescriptor until the latter lands; r=dcamp
2012-03-21 15:49:23 +00:00
Ehsan Akhgari
83c608b002
Merge backout; a=me
2012-05-02 16:22:51 -04:00
Ehsan Akhgari
27f6798b66
Backout the merge from fx-team because of Ts regressions (no bug)
...
This is the backed out range:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=a974c45914eb
2012-05-02 16:20:02 -04:00
Ehsan Akhgari
1264cba321
Backout changeset b0200dab0ccc to revert the incorrect backout of an fx-team range (no bug)
...
This is the range I mistakenly backed out before:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=bc5fee76550b
2012-05-02 16:11:19 -04:00
Ehsan Akhgari
077dde163d
Backout the latest merge from fx-team because of Ts regressions (no bug)
2012-05-02 15:37:08 -04:00
Tim Taubert
467f00c214
merge m-c to fx-team; a=js-only
2012-05-02 15:36:57 +02:00
Panos Astithas
240fb3787b
Bug 749258: Fix debugger server tests exposed as broken when we start listening for errors. r=dcamp
2012-05-01 15:31:00 -07:00
Jim Blandy
bbc356c90c
Bug 749258: Have toolkit/devtools/debugger xpcshell tests register a listener for Components.utils.reportError, so tests fail when they throw an exception. r=past
2012-05-01 15:29:48 -07:00
Jim Blandy
cf9f1a6041
Bug 749215: Install the debug server jsms as symlinks, when appropriate. r=rcampbell
2012-05-01 15:19:32 -07:00
Jim Blandy
7d5df75a5a
Bug 749231: Set the devtools.debugger.log pref in head_dbg.js, so we always get packet logs. r=past
2012-04-30 15:02:11 -07:00
Mike Hommey
8adf17ff29
Bug 749550 - Import dbg-client.jsm from resource://gre/ instead of resource:///. r=past
2012-04-30 08:05:05 +02:00
Panos Astithas
f4adb96b3f
Bug 724228 - Use getVariable instead of getVariableDescriptor until the latter lands; r=dcamp
2012-03-21 15:49:23 +00:00
Panos Astithas
4a851cc61e
Bug 740803 - Put the debugger in its own compartment again; r=dcamp, a=mfinkle
...
--HG--
rename : toolkit/devtools/debugger/server/dbg-server.jsm => toolkit/devtools/debugger/server/dbg-server.js
2012-04-22 12:59:09 +03:00
Jim Blandy
a677109191
Bug 742358: Add some documentation to toolkit/devtools/debugger/dbg-transport.js. r=dcamp
2012-04-05 12:37:21 -07:00
Panos Astithas
e0c0fd9637
Bug 739995 - Intermittent test failures in browser_dbg_bug723069_editor-breakpoints.js and others | Found the expected number of scripts. - Got 3, expected 2, followed by other errors; r=rcampbell
2012-03-30 11:26:08 +03:00
Panos Astithas
9436803818
Bug 723563 - Use findScripts to retrieve the list of scripts known to the debugger; r=rcampbell
2012-03-30 11:25:52 +03:00
Panos Astithas
8d13c0a4ce
Bug 737464 - Add frame and iframe globals to the debugger when present in a page; r=rcampbell
2012-03-29 08:46:54 +03:00
Panos Astithas
5407d2b5ab
Backout changeset 794ff67c7a9a (bug 723563) due to suspected randomorange (bug 739995)
2012-03-28 17:47:33 +03:00
Panos Astithas
857008e1a8
Backout changeset 0b6a274e8b5a (bug 737464) due to suspected randomorange (bug 739995)
2012-03-28 17:45:22 +03:00
Panos Astithas
642a6553ef
Bug 737464 - Add frame and iframe globals to the debugger when present in a page; r=rcampbell
2012-03-28 13:31:11 +03:00
Panos Astithas
88735b837d
Bug 723563 - Use findScripts to retrieve the list of scripts known to the debugger; r=rcampbell
2012-02-23 10:39:02 +02:00
Panos Astithas
33cdddb60c
Bug 734911 - Adding breakpoints sometimes doesn't work; r=rcampbell
2012-03-28 12:23:09 +03:00
Panos Astithas
8485042d05
Bug 711164 - Add support for stepping to the debugger; r=rcampbell
2012-03-18 08:50:43 +02:00
Panos Astithas
6eda6ce053
Bug 729576 - Update the remote debugging protocol to reflect the recent spec changes; r=dcamp,jimb
2012-03-13 09:13:02 +02:00
Panos Astithas
0825d4d797
Bug 731277 - Add support for using fn.displayName as the function name in stack frames; r=rcampbell
2012-03-12 10:59:30 +02:00
Panos Astithas
c7482f3ff2
Bug 709088 - Put dump() calls in debugger code behind a pref; r=rcampbell
2012-03-08 09:14:41 +02:00
Mihai Sucan
34dad7f65d
Bug 723069 - The debugger should allow breakpoints to be set in the embedded editor; r=past
2012-03-05 19:56:13 +02:00
Panos Astithas
1a4d832c17
Bug 729191 - Make debugger mochitests wait for debugger server shutdown before finishing; r=rcampbell
2012-03-06 10:22:17 +02:00
Panos Astithas
06429a2686
Bug 697040 - The Script Debugger onNewScript notifications don't always fire; r=jimb,dcamp,rcampbell
2012-02-23 09:41:00 +02:00
Panos Astithas
079d7a3590
Bug 725360 - Closing the tab when the debugger is paused should cleanly exit the debugger; r=rcampbell
2012-02-17 10:15:43 +02:00
Dave Camp
487026b9cf
Bug 703718 - Unify dbg-server.js and dbg-server.jsm. r=past
2012-02-14 11:45:36 -08:00
Dave Camp
f3e3e34a89
Bug 719127 - Debugger error: jschar out of char range; high bits of data lost. r=past
2012-02-14 11:45:35 -08:00
Panos Astithas
df199e0730
Bug 687093 - Clicking on a stack frame in the debugger should put the caret in the proper source line; r=msucan
2012-02-11 11:44:20 +02:00
Panos Astithas
81f71bf910
Bug 719122 - Setting a breakpoint in a line without code should skip forward; f=dcamp,r=jimb
2012-02-10 09:46:12 +02:00
Panos Astithas
3ef9efb734
Bug 711125 - Make the debugger client's setBreakpoint pause the debuggee automatically; r=dcamp
...
Makes DC_setBreakpoint send an interrupt request first, if the debuggee is running (in the main loop), and then proceed with a breakpoint request. Also fixes a bug in the client request dispatcher, where unsolicited notifications would be considered as responses to unrelated active requests.
2012-02-10 09:46:11 +02:00
Panos Astithas
a6a526b23d
Bug 690771 - Implement the debugger pause request (at the main loop); r=dcamp
2012-02-10 09:46:10 +02:00
Panagiotis Astithas
71a657e3b3
Bug 697762 - Land the debugger in m-c - sr changes; r=msucan,rcampbell; sr=dtownsend
2012-01-23 10:29:15 +02:00
Panagiotis Astithas
61072d64a7
Bug 697762 - Land the debugger in m-c; r=msucan,rcampbell; sr=dtownsend
2012-02-07 13:22:30 -04:00