Commit Graph

11 Commits

Author SHA1 Message Date
Mihai Sucan
14a677a318 Bug 787985 - Console API messages are not consistent; r=past 2013-01-15 16:02:25 +02:00
Mihai Sucan
a468b571c6 Bug 827083 - Cannot attach remote web console to Firefox Android; r=past 2013-01-11 19:31:09 +02:00
Mihai Sucan
1050b31c68 Bug 792062 - Make the tabNavigated notification reusable by the Web Console; r=past 2012-12-17 22:06:13 +02:00
Bobby Holley
5d81a83bfd 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
Mihai Sucan
e5b4d9441d Bug 787981 - Use LongStringActor in the Web Console actors; r=past 2012-11-05 18:41:59 +02:00
Mihai Sucan
986e390f94 Bug 798764 - Global console: add support for a global ConsoleProgressListener; r=past 2012-10-18 22:04:53 +03:00
Mihai Sucan
5e11407ca2 Bug 795691 - b2g fixes for the web console actors; r=past,vingtetun,ttaubert 2012-10-11 21:24:57 +03:00
Mihai Sucan
d8331591d6 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
000573cee4 Bug 768096 - Web Console remote debugging protocol support - Part 3: network logging; r=past,robcee 2012-10-05 14:54:43 +03:00
Mihai Sucan
e4a8a9a3b2 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
86b77096fb Bug 768096 - Web Console remote debugging protocol support - Part 1: page errors; r=past,robcee 2012-09-26 18:07:57 +01:00