Commit graph

75 commits

Author SHA1 Message Date
Brandon Benvie
1f5d38a0b6 Bug 884821 - Fix bug where Scratchpad sidebar can't be closed and reopened, r=vporof 2013-06-19 13:06:43 -07:00
Rob Campbell
9f514ec01a Bug 877331 - Cmd/Ctrl-shift-J opens Error Console, not Browser Console; r=msucan 2013-05-29 16:04:14 -04:00
Michael Ratcliffe
9d13885f2c Bug 866642 - We need to add general telemetry / FHR info to devtools r=jwalker 2013-05-24 11:26:17 +01:00
Dave Camp
1b64436fe0 Bug 867485: Move the devtools loader into toolkit/ r=jwalker 2013-05-01 09:27:24 -07:00
Brandon Benvie
4f3b80853b Bug 862943 - Change Scratchpad to use Arrow Functions; r=dcamp 2013-04-25 14:30:00 -04:00
Brandon Benvie
5a6d714476 bug 843094 - Remove the PropertyPanel; r=msucan 2013-05-03 11:39:00 -04:00
Brandon Benvie
744abbee16 bug 808369 - Use VariablesView in the Scratchpad; r=msucan 2013-05-06 19:11:44 -04:00
Dave Camp
1bfe8ab7bf 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
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
Brandon Benvie
9971435139 Bug 851381 - make the scratchpad evaluate code asynchronously; r=harth 2013-03-14 18:08:19 -07:00
Abhishek Potnis
ba5f5753b2 Bug 801605: Getting rid of NetUtils.asyncCopy in Scratchpad; r=msucan f=dteller 2013-02-26 06:53:36 +05:30
Anton Kovalyov
d27b51be7f Bug 832880 - Respect Scratchpad modeline only if devtools.chrome.enabled is true; r=harth r=paul 2013-01-23 14:04:18 -08:00
Anton Kovalyov
1d1c919b9c Bug 644413 - Add support for -sp-context mode-line in Scratchpad. r=harth 2013-01-18 16:59:47 -08:00
Joe Walker
e083b9d5e6 Bug 813031 - gDevTools needs an API review [toolbox]; r=paul 2012-12-13 13:03:55 +00: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
Johan Charlez
642161cd5d Bug 793031 - Open recent file fails if the file doesn't exists anymore. r=robcee 2012-11-06 13:26:00 -05:00
Anton Kovalyov
e69b9d3224 Bug 783858 - Unicode in script names breaks scratchpad's recent files; r=rcampbell 2012-10-31 18:23:51 +02:00
Panos Astithas
a4c220cb8e Backed out changeset 9e56a20d367f on suspicion of causing mochitest-1 and 3 permaorange 2012-10-31 16:27:37 +02:00
Anton Kovalyov
56f8757dee Bug 783858 - Unicode in script names breaks scratchpad's recent files; r=rcampbell 2012-10-23 11:28:37 -07:00
Anton Kovalyov
e4a574e991 Bug 794898 - Scratchpad should ask for confirmation before closing; r=harth 2012-10-22 15:53:23 -07:00
Phil Ringnalda
b6e6285116 Merge mozilla-central to fx-team 2012-10-19 22:13:58 -07:00
Anton Kovalyov
1d03067871 Bug 661762 - Scratchpad source link may focus the wrong Scratchpad window; r=msucan 2012-09-14 13:12:57 -07:00
Anton Kovalyov
4585798f8e Bug 801982 - Scratchpad doesn't show confirmation dialog after opening a file; r=harth 2012-10-18 11:00:33 -07:00
Heather Arthur
29bff0db7a Backed out changeset 0c63519f8e41 due to failing test (bug 801982) 2012-10-17 18:18:56 -07:00
Anton Kovalyov
4c80de67bd Bug 801982 - Scratchpad doesn't show confirmation dialog after opening a file; r=harth 2012-10-16 15:32:39 -07:00
Anton Kovalyov
492c48ec70 Bug 801937 - JavaScript strict warning in scratchpad.js; r=harth 2012-10-15 16:30:37 -07:00
Johan Charlez
a620a64427 Bug 793031 - Open recent file fails if the file doesn't exists anymore. r=robcee 2012-10-01 13:04:00 +03:00
Ed Morley
6d1ff2e75b Backout fd093acb629e (bug 793031) for causing bug 801660 2012-10-15 16:24:44 +01:00
Andres Hernandez
b783039a2c Bug 781973 - Use filepicker's open() instead of the obsolete show() in /browser. r=bbondy 2012-09-19 17:21:38 -06:00
Anton Kovalyov
14f84b1dd8 Bug 740948 - Scratchpad should provide a quick way to reload the tab and re-run the code; r=harth 2012-09-13 17:54:02 -07:00
Victor Porof
2f88458c33 Bug 785889 - Make search related keyboard shortcuts discoverable, r=past 2012-09-12 13:39:51 +03:00
Anton Kovalyov
fa2eb6dd91 Bug 751739 - Scratchpad could identify itself; r=harth 2012-09-11 14:14:27 -07:00
Girish Sharma
fc1f2058c5 Bug 751744 - Add a Revert to Saved menu item to the scratchpad; r=harth 2012-09-06 09:50:05 +05:30
Mark Capella
43f711b620 Bug 779642 - Scratchpad Line numbers don't line up, r=robcee 2012-08-28 05:56:30 -04:00
Allison
b09a883e3c Bug 756681 - Scratchpad should display exceptions when throwing a string; r=rcampbell 2012-05-23 00:24:00 +03:00
Rob Campbell
c1f69e3cdf Bug 756423 - Make mention of the keyboard shortcuts in the comment on Scratchpad; a=orangefix 2012-07-31 18:25:29 -04:00
Mark Capella
76b5510ce4 Bug 756423 - Make mention of the keyboard shortcuts in the comment on Scratchpad, r=robcee 2012-07-30 17:39:00 -04:00
Johan Charlez
88d5b4b4c7 Bug 651942 - Add a list of recently-opened files to the file menu of the Scratchpad. r=harth 2012-07-03 14:40:12 +01:00
Mihai Sucan
f37529970d Bug 673148 - (async-webconsole) Part 3 - Make JS evaluation and object inspection async; r=rcampbell 2012-05-25 13:28:47 +03:00
Ed Morley
5037eeb762 Backout 4eafad042c36 (bug 673148) for turning browser_dbg_stack-04.js permaorange 2012-05-25 14:44:17 +01:00
Mihai Sucan
cc2d82ac50 Bug 673148 - (async-webconsole) Part 3 - Make JS evaluation and object inspection async; r=rcampbell 2012-05-25 13:28:47 +03:00
Gervase Markham
82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Jason Orendorff
1ef6694b0e Bug 749316 - Put Debugger object into chrome scratchpad. r=dcamp,bholley.
--HG--
extra : rebase_source : 12ab275ac9cdfa0e9890c507e30e0b56e4086816
2012-05-01 10:17:32 -05:00
Heather Arthur
76651fbb1f Bug 721156 - aError.stack is undefined in the Error Console when exception is thrown in Scratchpad. r=robcee 2012-03-28 13:24:44 +01:00
Mihai Sucan
a414046b7f Bug 684445 - Orion source editor should have built-in context menu; r=rcampbell f=rcampbell 2012-02-27 20:08:45 +02:00
Mihai Sucan
a25f68694c Bug 700893 - API for tracking unsaved/saved state in source editor; r=rcampbell f=fayearthur 2012-02-17 19:11:17 +02:00
Spyros Livathinos
2255d49131 Bug 725405 - Move the inline-output comment to the next line; r=msucan 2012-02-24 10:41:06 -04:00
Mihai Sucan
0fd25e6d95 Bug 707987 - Ability to set breakpoints in the Source Editor (orion); r=rcampbell f=past 2012-02-18 12:58:54 +02:00
Johan Charlez
14dffeb8ad Bug 650760 - Create Help menu for Scratchpad; r=rcampbell 2012-02-21 07:09:29 -04:00