Commit Graph

2441 Commits

Author SHA1 Message Date
Brandon Benvie
b04c4c4053 Bug 808371 - Allow adding new properties to objects in the VariablesView. r=vp, r=jryans 2013-12-02 20:07:13 -08:00
Mihai Sucan
3a6cdcec93 Bug 935277 - Fix and reenable browser_webconsole_bug_632347_iterators_generators.js; r=past 2013-11-26 23:39:46 +02:00
Mihai Sucan
5388a08d05 Bug 943496 - Autocomplete should execute native getters; r=past 2013-12-03 15:32:41 +02:00
Dennis Schubert
93d490452d Bug 922214 - Add console.exception; r=msucan 2013-12-02 20:12:18 +01:00
Patrick Brosset
821dc55752 Bug 940500 - Colorpicker tooltip now edits css gradients correctly. r=miker 2013-12-03 08:45:29 -05:00
Phil Ringnalda
3e75b2865f Back out 14d1050e721b (bug 940541) for Windows b-c bustage 2013-12-02 19:48:43 -08:00
Jordan Santell
b7b4a4cf20 Bug 940541 - Convert shader editor to use Promise.jsm. r=vp, r=benvie 2013-12-02 17:08:09 -05:00
Brandon Benvie
896c4bea7f Bug 943673 - Convert to Promise.jsm in the source editor. r=anton 2013-12-02 14:10:57 -08:00
Brandon Benvie
363de7fb36 Bug 943669 - Convert to Promise.jsm in profiler. r=anton 2013-11-26 16:30:23 -08:00
Brandon Benvie
83edf3e23d Bug 943672 - Convert to Promise.jsm in Scratchpad. r=anton 2013-12-02 14:09:11 -08:00
Alexandre Poirot
7c0aa7b3bb Bug 931921 - Prevent creating multiple intances of global actors. r=past 2013-12-02 11:34:47 -05:00
Ryan VanderMeulen
05fada976c Backed out 2 changesets (bug 941012, bug 931921) for suspicion of breaking Mn on OSX. CLOSED TREE
Backed out changeset c50cca7d248a (bug 941012)
Backed out changeset eb8d750eabb3 (bug 931921)
2013-12-02 13:47:29 -05:00
Brian Grinstead
9ab9bc2b37 Bug 942946 - ESC closes Responsive Design Mode while opening Web Console split view. r=paul 2013-11-25 13:25:25 -06:00
J. Ryan Stinnett
6aa0fc8110 Bug 912057 - Replace Browser Debugger with Browser Toolbox. r=past
--HG--
rename : browser/devtools/debugger/DebuggerProcess.jsm => browser/devtools/framework/ToolboxProcess.jsm
2013-12-02 02:28:01 -06:00
Jordan Santell
aa313d1069 Bug 940538 - Convert network monitor to use Promise.jsm. r=benvie, r=vp 2013-12-02 11:34:47 -05:00
Alexandre Poirot
1753e17773 Bug 931921 - Prevent creating multiple intances of global actors. r=past 2013-12-02 11:34:47 -05:00
Victor Porof
c10c77ba16 Bug 725235 - In the debugger, show a details bubble while hovering over a variable or property in the source editor, r=past,rcampbell 2013-11-29 16:47:52 +02:00
Carsten "Tomcat" Book
aa2c8950fa merge fx-team to mozilla-central 2013-11-29 10:13:09 +01:00
Ms2ger
3b4c4d060b Bug 939271 - Part l: move mochitests to manifests in browser/devtools/debugger; r=mshal 2013-11-28 15:07:50 +01:00
Ms2ger
d728657886 Bug 939271 - Part k: move mochitests to manifests in browser/devtools/commandline; r=mshal 2013-11-28 15:04:22 +01:00
Ms2ger
fd270f3c09 Bug 939271 - Part c: move mochitests to manifests in browser/devtools/styleinspector/test; r=mshal 2013-11-28 15:03:16 +01:00
Carsten "Tomcat" Book
1b6e265466 merge fx-team to mozilla-central 2013-11-28 12:44:14 +01:00
Victor Porof
75cae2feb4 Bug 932305 - The Cmd-D shortcut no longer works, r=past 2013-11-28 20:38:42 +02:00
Mihai Sucan
e05037d359 Bug 843004 - Part 1: use the ConsoleOutput API for eval results and for console API messages; r=robcee 2013-11-25 14:15:40 +02:00
Anton Kovalyov
129e811482 Bug 919707 - Make shift-click on a gutter select whole lines in the editor. r=robcee 2013-11-26 14:32:28 -08:00
Patrick Brosset
180dbef380 Bug 942114 - Avoid intermittent markup image tooltip test failures. r=miker 2013-11-26 14:23:13 -05:00
Peiyong Lin
c48d0db0bc Bug 941089 - Remove __noSuchMethod__ from browser/devtools/scratchpad/test/browser_scratchpad_ui.js. r=bbenvie 2013-11-26 14:21:59 -05:00
Peiyong Lin
d4d7a18f02 Bug 927035 - Replace Data.now() in browser/devtools/webconsole/hudservice.js with static counter. r=bbenvie 2013-11-26 14:21:43 -05:00
Cameron Paul
5d3ced4c07 Bug 859057 - Add clear button to network monitor. r=vporof 2013-11-26 14:21:23 -05:00
Christos Stathis
bc92bb339d Bug 842682 - Use the debugger API for autocomplete and provide suggestions from the selected stackframe scope; r=msucan 2013-11-26 20:42:02 +02:00
Anton Kovalyov
af1db61a11 Bug 941018 - Add default value for col in selectStyleSheet. r=paul 2013-11-26 10:01:02 -08:00
Victor Porof
b57ecb56ff Bug 938549 - Recompiling shaders when highlighting is very heavy and loses cached state, r=rcampbell
--HG--
rename : browser/devtools/shadereditor/test/browser_se_programs-blackbox.js => browser/devtools/shadereditor/test/browser_se_programs-blackbox-01.js
rename : browser/devtools/shadereditor/test/browser_se_programs-highlight.js => browser/devtools/shadereditor/test/browser_se_programs-highlight-01.js
2013-11-26 10:51:20 +02:00
Gabriel Luong
526a6f7ec9 Bug 924996 - Implement keyboard shortcut to move selected lines in source editor. r=anton 2013-11-25 19:06:42 -08:00
Anton Kovalyov
fcbad7c9ed Bug 736879 - Set cursor:text on the SourceEditor's text area. r=jryans 2013-11-25 18:57:27 -08:00
Gabriel Luong
efb86c6a0e Bug 940713 - Enable autoclose brackets for source editor. r=anton 2013-11-25 15:57:51 -08:00
Victor Porof
5d17a202c7 Bug 942120 - Avoid 'missing method' errors thrown by nsIScrollBoxObject when the nodes aren't visible. r=anton 2013-11-22 15:23:56 +02:00
Paul Rouget
ac620e015b Bug 917777 - Don't override ctrl-a behavior. r=msucan 2013-11-25 09:32:04 -05:00
Anton Kovalyov
0dfc524ea8 Bug 941781 - Upgrade CodeMirror to 3.20. r=robcee 2013-11-22 11:56:43 -08:00
Hector Zhao
628db0cbea Bug 606575 - Profile local data dir (ProfLD / NS_APP_USER_PROFILE_LOCAL_50_DIR) is incorrect for a newly created profile. r=Neil 2013-11-19 11:46:00 +08:00
Joe Walker
232a35156b Bug 938575 - Avoid bizarre linux intermittent; r=mratcliffe 2013-11-22 11:07:46 +00:00
Michael Ratcliffe
25433da5fe Bug 939098 - Stop markup view parsing color names out of context. r=jwalker 2013-11-18 16:07:24 +00:00
Ryan VanderMeulen
3348c203b7 Merge m-c to fx-team. 2013-11-21 15:55:03 -05:00
Ryan VanderMeulen
500c281c32 Merge m-c to inbound. 2013-11-21 14:41:01 -05:00
Ryan VanderMeulen
4e2f345770 Merge m-c to inbound. 2013-11-21 11:37:10 -05:00
Anton Kovalyov
0b5cedbba7 Bug 919703 - Make search/replace and goto UX more Firefox-ey. r=harth 2013-11-20 16:04:26 -08:00
Anton Kovalyov
7725124c93 Bug 938111 - Don't use innerHTML in the Editor. r=harth 2013-11-20 14:39:10 -08:00
Dan Koepke
e2f1038f37 Bug 940016 - Add Run and Reload to Scratchpad context menu. r=bbenvie 2013-11-21 09:32:55 -05:00
Victor Porof
3acff37698 Bug 937539 - Cmd+Alt+F opens find/replace in the Debugger's editor. r=anton 2013-11-20 21:51:33 +02:00
Brian Grinstead
a2bbe38bc4 Bug 916766 - Consistent theming across panels - webconsole updates;r=paul 2013-11-21 07:49:48 -06:00
Paul Rouget
74d92a854e Bug 941643 - Use menlo and consolas. r=bgrins 2013-11-21 11:48:59 -05:00