Commit Graph

663 Commits

Author SHA1 Message Date
Joe Walker
d56b0e02b6 Bug 767729 - [GCLI] pressing Tab on an empty Developer Toolbar inserts "break"; r=dcamp 2012-07-05 21:47:45 +01:00
Joe Walker
1204f88e7f Bug 731972 - GCLI selection field should be clear when more options exist, and allow you to get them; r=dcamp 2012-07-05 21:47:45 +01:00
Joe Walker
81c9b5371d Bug 720972 - GCLI optional parameters should have a popup menu; r=dcamp 2012-07-05 21:47:45 +01:00
Joe Walker
8a5212b10c Bug 770929 - GCLI should execute its tests asynchronously; r=dcamp 2012-07-05 21:47:45 +01:00
Joe Walker
00cc495b60 Bug 769672 - GCLI shouldn't grab focus on startup; r=dcamp 2012-07-05 21:47:45 +01:00
Paul Rouget
a8aa6c8d4a Bug 764746 - [devtb] style the error counter. r=dao 2012-07-05 17:02:28 +02:00
Victor Porof
dd9e5cefff Bug 767373 - The 'Filter scripts' textbox is cleared when checking/unchecking the 'Pause on exceptions' checkbox. r=past 2012-07-03 13:33:00 +02:00
Joe Walker
94961ef994 Bug 760450 - Work out why GCLI popup panels are not transparent on mac/linux; r=dcamp,dão 2012-07-04 23:39:58 +01:00
Joe Walker
083ce85a2b Bug 769234 - [devtb] GCLI has focus issues when embedded in firefox; r=dcamp 2012-07-04 23:37:25 +01:00
Joe Walker
67d9dccec6 Bug 761481 - GCLI help output does not display the first time; r=dcamp 2012-07-04 23:37:25 +01:00
Johan Charlez
0170c51a51 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
Ehsan Akhgari
ea6f5beac9 Bug 769881 - copyStringToClipboard Optional parameters should go at the end, also this will make it backward compatible for version bumped extensions; r=roc 2012-07-01 14:18:23 -04:00
Tim Taubert
9d5cc16dc2 merge m-c to fx-team 2012-07-01 00:13:04 +02:00
Paul Rouget
b60d84b6cf Backed out 1464fc01cd17 - leaks 2012-06-28 21:32:34 +02:00
Paul Rouget
bfddd378ce Bug 769299 - Make the Inspector less fragile when the selection is deleted. r=dcamp 2012-06-28 17:43:57 +02:00
Johan Charlez
f5656cc342 Bug 651942 - Add a list of recently-opened files to the file menu of the Scratchpad. r=harth 2012-06-26 05:06:00 +02:00
Ed Morley
db8de764c1 Merge mozilla-central to fx-team to pick up the #1 top orange fix 2012-06-28 15:10:25 +01:00
Joe Walker
08a4791499 Bug 659686 - Re-license GCLI to a more liberal license; r=dcamp 2012-06-28 15:01:55 +01:00
Sankha Narayan Guria
526b66f804 Bug 764545 - WebConsole default position should be "below"; r=msucan 2012-06-28 14:03:50 +03:00
Mihai Sucan
f425a7cedb Bug 768019 - Cached CSS warnings are displayed as JavaScript warnings on Web Console open; r=paul 2012-06-25 20:18:13 +03:00
Mihai Sucan
9b06fd0b29 Bug 767994 - reset the toolbar error counter when the clear button is pressed; r=paul 2012-06-25 18:58:14 +03:00
Paul Rouget
82414f1182 Bug 763932 - [devtb] Add the right buttons to the Developer Toolbar; r=dao,jwalker,cedricv 2012-06-25 11:37:16 +02:00
Mihai Sucan
207120ce2b Bug 766812 - Exception in HUDService-content.js when the Web Console is closed during network requests; r=rcampbell 2012-06-25 14:19:51 +03:00
Joe Walker
1ebda10031 Back out 551ad0863475 and a5a50d13cc85 for test failures 2012-06-26 09:14:43 +01:00
Joe Walker
dced9e46fd Bug 761481 - GCLI help output does not display the first time; r=dcamp 2012-06-25 23:20:03 +01:00
Panos Astithas
c5e60cfbe6 Merge m-c to fx-team 2012-06-25 16:57:09 +03:00
Paul Rouget
ae992d96d8 Backed out changeset e51851dba7a2 - leaked 23 DOMWindow(s) and 1 DocShell(s) 2012-06-25 13:36:49 +02:00
Paul Rouget
0a88c4ff5b Bug 763932 - [devtb] Add the right buttons to the Developer Toolbar. r=past r=dao 2012-06-25 11:37:16 +02:00
Paul Rouget
3598a06483 Bug 763865 - Layout tool is not positioned correctly when it is collapsed. r=dcamp 2012-06-21 11:04:55 +02:00
Joe Walker
0f7e60d471 Bug 724055 - Create a really easy way to make new GCLI commands; r=dcamp 2012-06-24 13:00:47 +01:00
Ehsan Akhgari
fa91df0419 Bug 769679 - Pass the correct document to copyString in copySelectedItems; r=msucan 2012-06-29 12:21:32 -04:00
Victor Porof
067c035755 Bug 761174 - Always show a property tooltip; r=past 2012-06-21 18:25:34 +03:00
Paul Rouget
a18ac15b06 Bug 766512 - Rename tab.responsiveUI to tab.__responsiveUI. r=dao 2012-06-20 15:26:56 +02:00
Paul Rouget
538f068655 Bug 761884 - LayoutView is causing an infinite loop by making changes within a MozAfterPaint handler. r=dcamp 2012-06-20 16:22:02 +02:00
Paul Rouget
a572d0b9dc Bug 764318 - [responsive mode] use this.tab.selected; r=dao 2012-06-13 13:58:33 +02:00
Victor Porof
f1ecdcae93 Bug 710258 - Don't allow the debugger to be open in more than one window; r=past 2012-06-20 15:21:46 +03:00
Panos Astithas
80680028cb Use a preference setting to decide whether to bind to the loopback interface only, or all interfaces (Bug 764679); r=dcamp,mfinkle,jgriffin,vingtetun 2012-06-20 16:31:50 +03:00
Paul Rouget
d4a3fc2d46 Bug 764625 - Web Console and Debugger stay checked in Web Developer menu after closing them with the close X button. r=msucan,past 2012-06-19 18:56:31 +02:00
Dave Camp
531ad984d6 Bug 761665: [rule view] double clicking on a property value does weird things. r=paul 2012-06-19 10:22:29 -07:00
Victor Porof
557ce3f89c Bug 762452 - file filtering behaves strangely; r=past 2012-06-19 18:11:27 +03:00
Panos Astithas
d6a71e89ec Ensure that with multiple windows open, the debugger's selected tab belongs to the top-level window (bug 761742); r=dcamp 2012-06-19 17:46:25 +03:00
Paul Rouget
8825960da3 Bug 761023 - [devtb] Developer Toolbar should re-open automatically if browser closed with it open; r=jwalker 2012-06-15 15:55:33 +02:00
Thaddee Tyl
7953f794f3 Bug 724585 - We need a way to scroll a page to center an element if the element is not visible; r=rcampbell 2012-06-12 13:43:00 +03:00
Ryan VanderMeulen
1df0bbcdcc Merge inbound to m-c. 2012-06-16 09:38:43 -04:00
Thaddee Tyl
0c810c1dd7 Bug 714832 - [Linux] the redo command should also have the ctrl-y shortcut; r=msucan 2012-06-16 12:02:32 +03:00
Paul Rouget
cf4de4fef4 Bug 760171 - The inspector node menu feature allows the user to remove tabbed browsing. r=robcee 2012-06-08 12:30:00 +02:00
Mihai Sucan
f4993815a7 Bug 762996 - Add errors count to the Web Console button in the developer toolbar; r=paul 2012-06-14 14:36:48 +03:00
Mihai Sucan
56912e0ccb Bug 761257 - Further improve Web Console output performance; r=dcamp f=bz 2012-06-12 14:25:07 +03:00
Mihai Sucan
f663bb1d19 Bug 761157 - Sometimes network requests do not display all information; r=dcamp 2012-06-11 19:23:46 +03:00
Mihai Sucan
19735f8b99 Bug 760837 - Intermittent browser_webconsole_bug_595934_message_categories.js | expectUncaughtException was called but no uncaught exception was detected; r=past 2012-06-03 12:07:15 +03:00