Commit Graph

164 Commits

Author SHA1 Message Date
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
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
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