Commit Graph

2447 Commits

Author SHA1 Message Date
Victor Porof
7b70615cab Bug 946592 - Rename netmonitor-panel.js to just panel.js. r=past
--HG--
rename : browser/devtools/netmonitor/netmonitor-panel.js => browser/devtools/netmonitor/panel.js
2013-12-05 09:37:47 +02:00
Victor Porof
4ef4cc2211 Bug 946591 - Rename debugger-panel.js to just panel.js. r=past
--HG--
rename : browser/devtools/debugger/debugger-panel.js => browser/devtools/debugger/panel.js
2013-12-05 09:37:19 +02:00
Patrick Brosset
4065637cbe Bug 726427 - CSS transform preview tooltip in style inspector. r=bgrins 2013-12-05 09:35:35 -05:00
Brian Grinstead
9d6c7a7dc5 Bug 941673 - DevTools themes - move toolbar and tab styles into shared CSS file;r=paul
--HG--
rename : browser/devtools/framework/toolbox.css => browser/devtools/framework/options-panel.css
2013-12-02 08:57:58 -06:00
Alexandre Poirot
02019a98b1 Bug 946222 - Fix responsive design touch events against gaia. r=paul 2013-12-04 17:41:29 -05:00
Victor Porof
89978eb0cf Bug 945482 - Intermittent browser_dbg_variables-view-popup-08.js | Should have two frames. - Got 0, expected 2 | Test timed out | Found a tab after previous test timed out, r=me 2013-12-04 10:12:05 +02:00
Brandon Benvie
4a242405f7 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
8b1de41d29 Bug 935277 - Fix and reenable browser_webconsole_bug_632347_iterators_generators.js; r=past 2013-11-26 23:39:46 +02:00
Mihai Sucan
17ad56e44c Bug 943496 - Autocomplete should execute native getters; r=past 2013-12-03 15:32:41 +02:00
Dennis Schubert
9b64d9ff58 Bug 922214 - Add console.exception; r=msucan 2013-12-02 20:12:18 +01:00
Patrick Brosset
c220b992d9 Bug 940500 - Colorpicker tooltip now edits css gradients correctly. r=miker 2013-12-03 08:45:29 -05:00
Phil Ringnalda
d6060acb53 Back out 14d1050e721b (bug 940541) for Windows b-c bustage 2013-12-02 19:48:43 -08:00
Jordan Santell
670e23896a Bug 940541 - Convert shader editor to use Promise.jsm. r=vp, r=benvie 2013-12-02 17:08:09 -05:00
Brandon Benvie
0f5930d447 Bug 943673 - Convert to Promise.jsm in the source editor. r=anton 2013-12-02 14:10:57 -08:00
Brandon Benvie
47c7148be1 Bug 943669 - Convert to Promise.jsm in profiler. r=anton 2013-11-26 16:30:23 -08:00
Brandon Benvie
f47191f856 Bug 943672 - Convert to Promise.jsm in Scratchpad. r=anton 2013-12-02 14:09:11 -08:00
Alexandre Poirot
c9259f5e7c Bug 931921 - Prevent creating multiple intances of global actors. r=past 2013-12-02 11:34:47 -05:00
Ryan VanderMeulen
da2075e3fb 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
052cc38003 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
8bdef3ce43 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
1cbaa1fa0c Bug 940538 - Convert network monitor to use Promise.jsm. r=benvie, r=vp 2013-12-02 11:34:47 -05:00
Alexandre Poirot
1244ab513a Bug 931921 - Prevent creating multiple intances of global actors. r=past 2013-12-02 11:34:47 -05:00
Victor Porof
d6057ceb5c 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
caa77e8a92 merge fx-team to mozilla-central 2013-11-29 10:13:09 +01:00
Ms2ger
fed07ff4d0 Bug 939271 - Part l: move mochitests to manifests in browser/devtools/debugger; r=mshal 2013-11-28 15:07:50 +01:00
Ms2ger
e4e420a428 Bug 939271 - Part k: move mochitests to manifests in browser/devtools/commandline; r=mshal 2013-11-28 15:04:22 +01:00
Ms2ger
2645ba3e26 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
b011bd06cb merge fx-team to mozilla-central 2013-11-28 12:44:14 +01:00
Victor Porof
6aeea0908e Bug 932305 - The Cmd-D shortcut no longer works, r=past 2013-11-28 20:38:42 +02:00
Mihai Sucan
dce7f8202a 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
6dcf4dd097 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
89617ec3bf Bug 942114 - Avoid intermittent markup image tooltip test failures. r=miker 2013-11-26 14:23:13 -05:00
Peiyong Lin
637467bbb0 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
89f34b68f1 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
26e8c7023c Bug 859057 - Add clear button to network monitor. r=vporof 2013-11-26 14:21:23 -05:00
Christos Stathis
27e93d4496 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
a4a3a45e62 Bug 941018 - Add default value for col in selectStyleSheet. r=paul 2013-11-26 10:01:02 -08:00
Victor Porof
058593c540 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
59942dfdb6 Bug 924996 - Implement keyboard shortcut to move selected lines in source editor. r=anton 2013-11-25 19:06:42 -08:00
Anton Kovalyov
0617575b55 Bug 736879 - Set cursor:text on the SourceEditor's text area. r=jryans 2013-11-25 18:57:27 -08:00
Gabriel Luong
a32bb60a38 Bug 940713 - Enable autoclose brackets for source editor. r=anton 2013-11-25 15:57:51 -08:00
Victor Porof
09c021017a 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
c591489ed7 Bug 917777 - Don't override ctrl-a behavior. r=msucan 2013-11-25 09:32:04 -05:00
Anton Kovalyov
934952b38e Bug 941781 - Upgrade CodeMirror to 3.20. r=robcee 2013-11-22 11:56:43 -08:00
Hector Zhao
59986091f7 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
1c21bc66ea Bug 938575 - Avoid bizarre linux intermittent; r=mratcliffe 2013-11-22 11:07:46 +00:00
Michael Ratcliffe
377a84d5ff Bug 939098 - Stop markup view parsing color names out of context. r=jwalker 2013-11-18 16:07:24 +00:00
Ryan VanderMeulen
bef0cc03d8 Merge m-c to fx-team. 2013-11-21 15:55:03 -05:00
Ryan VanderMeulen
c51d51d6d4 Merge m-c to inbound. 2013-11-21 14:41:01 -05:00
Ryan VanderMeulen
94ddc2e1d9 Merge m-c to inbound. 2013-11-21 11:37:10 -05:00