Dave Camp
8584f5466b
Backed out changeset 9117c7ad29d5 for MaxHeap regression.
2013-04-28 14:42:23 -07:00
Dave Camp
dece8dacce
Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau
...
--HG--
rename : browser/devtools/framework/Sidebar.jsm => browser/devtools/framework/sidebar.js
rename : browser/devtools/framework/Target.jsm => browser/devtools/framework/target.js
rename : browser/devtools/framework/ToolboxHosts.jsm => browser/devtools/framework/toolbox-hosts.js
rename : browser/devtools/framework/Toolbox.jsm => browser/devtools/framework/toolbox.js
rename : browser/devtools/inspector/Breadcrumbs.jsm => browser/devtools/inspector/breadcrumbs.js
rename : browser/devtools/inspector/Highlighter.jsm => browser/devtools/inspector/highlighter.js
rename : browser/devtools/inspector/InspectorPanel.jsm => browser/devtools/inspector/inspector-panel.js
rename : browser/devtools/inspector/Selection.jsm => browser/devtools/inspector/selection.js
rename : browser/devtools/inspector/SelectorSearch.jsm => browser/devtools/inspector/selector-search.js
rename : browser/devtools/framework/ToolDefinitions.jsm => browser/devtools/main.js
rename : browser/devtools/markupview/MarkupView.jsm => browser/devtools/markupview/markup-view.js
rename : browser/devtools/shared/EventEmitter.jsm => browser/devtools/shared/event-emitter.js
rename : browser/devtools/shared/InplaceEditor.jsm => browser/devtools/shared/inplace-editor.js
rename : browser/devtools/shared/Undo.jsm => browser/devtools/shared/undo.js
rename : browser/devtools/styleinspector/CssHtmlTree.jsm => browser/devtools/styleinspector/computed-view.js
rename : browser/devtools/styleinspector/CssLogic.jsm => browser/devtools/styleinspector/css-logic.js
rename : browser/devtools/styleinspector/CssRuleView.jsm => browser/devtools/styleinspector/rule-view.js
rename : browser/devtools/styleinspector/StyleInspector.jsm => browser/devtools/styleinspector/style-inspector.js
rename : browser/devtools/tilt/TiltGL.jsm => browser/devtools/tilt/tilt-gl.js
rename : browser/devtools/tilt/TiltMath.jsm => browser/devtools/tilt/tilt-math.js
rename : browser/devtools/tilt/TiltUtils.jsm => browser/devtools/tilt/tilt-utils.js
rename : browser/devtools/tilt/TiltVisualizerStyle.jsm => browser/devtools/tilt/tilt-visualizer-style.js
rename : browser/devtools/tilt/TiltVisualizer.jsm => browser/devtools/tilt/tilt-visualizer.js
rename : browser/devtools/tilt/Tilt.jsm => browser/devtools/tilt/tilt.js
2013-04-11 13:59:08 -07:00
Mihai Sucan
ee7997edec
Bug 783499 - Web Console should use the debugger API; r=past
2013-03-30 13:31:10 +02:00
Victor Porof
2253842238
Bug 855544 - Implement a network monitor, r=dcamp,msucan
2013-03-11 23:50:42 -07:00
Kyle Machulis
72a717a860
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
43628a7867
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
334c0800cf
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Gregory Szorc
2f9c3f619e
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
2013-02-25 13:19:09 -08:00
Jonathan Mayer
529b037b7c
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
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
Mihai Sucan
259732578f
Bug 787985 - Console API messages are not consistent; r=past
2013-01-15 16:02:25 +02:00
Mihai Sucan
aa99330a69
Bug 827083 - Cannot attach remote web console to Firefox Android; r=past
2013-01-11 19:31:09 +02:00
Mihai Sucan
eeebd2339b
Bug 826798 - Network inspector does not correctly render cookie; r=past
2013-01-08 23:25:57 +02: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
Joe Walker
e083b9d5e6
Bug 813031 - gDevTools needs an API review [toolbox]; r=paul
2012-12-13 13:03:55 +00: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
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
Bobby Holley
9e2e3deda7
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
4ad390f7e8
Bug 787981 - Use LongStringActor in the Web Console actors; r=past
2012-11-05 18:41:59 +02:00
Neil Rashbrook
cd349de7a0
Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg r=msucan
2012-11-03 10:59:29 +00:00
Ryan VanderMeulen
f1d654c74a
Backout 06b998c1100d (bug 664695) due to mochitest-other orange.
2012-11-02 17:12:22 -04:00
Neil Rashbrook
958b1668fa
Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg
2012-11-02 20:07:50 +00: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
Vicamo Yang
a78b5b38c7
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Kyle Huey
9a3674d80a
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
4144129728
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
50b5d3f681
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
Mihai Sucan
6acfd3f384
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
ca6d5ec31b
Bug 803991 - Intermittent test_file_uri.html | Test timed out; r=robcee
2012-10-23 16:38:26 +03:00
Mihai Sucan
7ebf4e405a
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
Mihai Sucan
e5840d45f4
Bug 798764 - Global console: add support for a global ConsoleProgressListener; r=past
2012-10-18 22:04:53 +03:00
Mihai Sucan
2d87b85b5d
Bug 795691 - b2g fixes for the web console actors; r=past,vingtetun,ttaubert
2012-10-11 21:24:57 +03:00
Mihai Sucan
08b66a54fc
Bug 768096 - Web Console remote debugging protocol support - Part 5: tests; r=robcee
2012-10-05 16:40:57 +03:00
Mihai Sucan
d002ffbfa9
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
2ebc30fe3e
Bug 768096 - Web Console remote debugging protocol support - Part 4: cleanups; r=robcee
2012-10-05 19:15:51 +03:00
Mihai Sucan
f068e8fc8b
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
f59e844bfe
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
e37bda789b
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