Commit Graph

2178 Commits

Author SHA1 Message Date
Brian Mooney
b21ee9acbe Bug 862019 - Add Ctrl-C listener to Variables View for copying items, r=vporof 2013-10-06 14:17:14 +03:00
Paul Rouget
035ce085a1 Bug 919496 - [app manager] Once an app has been installed, it doesn't show up in the 'installed app' tab. r=ochameau 2013-10-05 10:43:06 -04:00
Victor Porof
00f5e8d20b Bug 923779 - Native code event listeners can get listed multiple times in the events pane, r=past 2013-10-05 16:26:08 +03:00
Brandon Benvie
2419c17cf7 Bug 895180 - Add a Scratchpad tab for remote targets. r=dcamp, r=robcee, r=msucan 2013-10-04 12:44:09 -07:00
Anton Kovalyov
78a2edc300 Bug 912240 - Restore access key for the Clear button in console; r=msucan 2013-10-03 23:25:22 +03:00
Victor Porof
e5fdaab0a2 Bug 919155 - After editing a source, it takes multiple page refreshes for the text contents to get updated in the debugger, r=rcampbell 2013-10-04 10:33:08 +03:00
Victor Porof
965aad71b9 Bug 800857 - Add tests, r=rcampbell 2013-10-04 10:33:08 +03:00
Victor Porof
3cd6865e48 Bug 800857 - Handle event listener objects added by plugins, r=past 2013-10-04 10:33:08 +03:00
Victor Porof
98c03e2f04 Bug 800857 - Implement debugger frontend for breaking on dom events, r=rcampbell 2013-10-04 10:33:08 +03:00
Victor Porof
934e18ae62 Bug 800857 - Simplify the ensureElementIsVisible method in the SideMenuWidget, r=rcampbell 2013-10-04 10:33:07 +03:00
Phil Ringnalda
87e9e3fea1 Merge f-t to m-c 2013-10-03 20:57:45 -07:00
Hubert B Manilla
fb81848f49 Bug 917189 - Removed the debug icon on the caret position, r=vporof 2013-10-04 00:36:37 +03:00
Victor Porof
99f5dbc55e Bug 921513 - Use consumeoutsideclicks=false for the debugger panels, r=rcampbell 2013-10-04 00:36:35 +03:00
Ms2ger
ae8c899faf Merge m-c to inbound. 2013-10-03 11:09:17 +02:00
Ms2ger
9d5ce8dfb7 Bug 922268 - Remove empty makefiles; r=gps 2013-10-03 09:10:00 +02:00
Patrick Brosset
1b72533009 Bug 848731 - Deleting nodes or container frames now resets the markup, highlighter, css views accordingly, r=paul 2013-10-02 02:14:00 +02:00
Brandon Benvie
302c53c176 Bug 843019 - Add VariablesViewController#setSingleVariable. r=vp, r=msucan 2013-10-01 13:17:20 -07:00
Paul Rouget
5a94f63e6d Bug 917479 - Starting a simulator changes host and port settings. r=ochameau 2013-10-01 17:38:51 -04:00
Nick Fitzgerald
a1ba873e10 Bug 918802 - Move the debugger's pretty printing into a worker; r=past 2013-10-01 14:25:19 -07:00
Brandon Benvie
6f2494ebb7 Bug 906633 - Make Scratchpad Open and Save As dialogs use a JavaScript filter. r=robcee 2013-09-30 11:59:24 -07:00
Brandon Benvie
0c75f83cd2 Bug 848666 - Make the Scratchpad close when the last browser window closes. r=robcee 2013-10-01 10:03:15 -07:00
Panos Astithas
ada503a56a Bug 810966 - Display closed over variables in the variables view for functions that are not stack frames; r=vporof,msucan 2013-09-25 19:03:17 +03:00
Ed Morley
e8f45a4112 Bug 916763 - Disable browser_bug896181_css_mixed_completion_new_attribute.js for too many intermittent failures 2013-09-30 17:35:08 +01:00
Gregory Szorc
f0bcf1241b Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
Gregory Szorc
89c902c7b2 Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
Ed Morley
74e3d6ce30 Backed out changeset 68b6b152f51a (bug 920223) 2013-09-30 12:50:09 +01:00
Ed Morley
5e3c678fac Backed out changeset 8b02873ee07e (bug 920223) 2013-09-30 12:50:05 +01:00
Gregory Szorc
18c2c27094 Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
Gregory Szorc
47e946bebe Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
Jeff Walden
8c90bd1052 Bug 921548 - Remove js_ValueToNonNullObject, which was entirely equivalent to ToObject. r=jorendorff
--HG--
extra : rebase_source : 75b6afc174a72cd24f95edeee1291482b162bef8
2013-09-27 11:19:47 -07:00
Tim Taubert
26baa262ee Bug 906462 - Remove noise backgrounds for about:newtab and about:home; r=dao
--HG--
rename : browser/themes/linux/newtab/noise.png => browser/themes/linux/devtools/noise.png
rename : browser/themes/osx/newtab/noise.png => browser/themes/osx/devtools/noise.png
rename : browser/themes/windows/newtab/noise.png => browser/themes/windows/devtools/noise.png
2013-09-28 18:38:47 +02:00
Victor Porof
e32fea9ff6 Bug 907755 - Followups, r=fitzgen 2013-09-28 10:41:20 +03:00
Michael Ratcliffe
3ad7d3a341 Bug 913983 - Split browser_telemetry_buttonsandsidebar.js into 5 tests due to timeouts. r=jwalker 2013-09-27 17:48:37 +01:00
Ryan VanderMeulen
bf289dbdf5 Merge fx-team to m-c. 2013-09-26 21:36:35 -04:00
Stephen Pohl
50b40b87f8 Bug 918996: Ensure that Responsive Design View always displays overlay scrollbars on OSX. r=paul 2013-09-26 11:33:50 -04:00
Ryan VanderMeulen
4593bfa05d Backed out changeset 3732f69b6d81 (bug 843019) for mochitest-bc failures. 2013-09-26 17:29:37 -04:00
Brandon Benvie
c0bfd4f1a7 Bug 843019 - Add VariablesViewController#setSingleVariable. r=vp, r=msucan 2013-09-26 10:51:51 -07:00
Alexandre Poirot
09833f2c82 Bug 919831 - Fix support of packaged apps with custom origin. r=paul 2013-09-26 14:07:44 -04:00
patilkr24@gmail.com
51843f850d Bug 898712 - Add an error category to SSL errors in the browser console. r=bsmith 2013-09-26 14:07:29 -04:00
Ed Morley
0ce8c58659 Backed out changeset a2601d3f3214 (bug 919496) for xpcshell assertions during test_webappsActor.js 2013-09-26 16:22:26 +01:00
Paul Rouget
6caee84ef1 Bug 919496 - [app manager] Once an app has been installed, it doesn't show up in the 'installed app' tab. r=apoirot 2013-09-26 09:53:22 -04:00
Ryan VanderMeulen
5382a14a1e Backed out changeset 272dabb40b3d (bug 843019) for mochitest-bc failures. 2013-09-25 15:29:06 -04:00
Brandon Benvie
3cd9660457 Bug 915875 - Clean up devtools/framework/toolbox.js. 2013-09-23 13:36:44 -07:00
Brandon Benvie
87ed0be6ce Bug 843019 - Add VariablesViewController#setSingleVariable. r=vp, r=msucan 2013-09-24 14:58:30 -07:00
Mike Hommey
ed1ecb4aff Bug 920891 - Fix installation of bug 677930 css file after bug 917622. r=gps 2013-09-26 16:43:53 +09:00
Raymond Lee
e851bc6761 Bug 875731 - Replace callers of nsIDownloadManager.usersDownloadsDirectory with Downloads.getUserDownloadsDirectory in browser/devtools/. r=jwalker 2013-09-23 12:39:33 +08:00
J. Ryan Stinnett
f6eddcda82 Bug 920337 - Use promise to ensure we don't miss project load. r=paul 2013-09-24 21:22:08 -05:00
Alexandre Poirot
87a4401387 Bug 920092 - ensure printing human readable error message on app install error. r=paul 2013-09-25 09:37:21 -04:00
Wes Kocher
6de7d1ef55 Merge fx-team to m-c 2013-09-24 20:06:37 -07:00
Wes Kocher
9bb5d74c84 Merge inbound to m-c 2013-09-24 19:41:44 -07:00