Commit Graph

1847 Commits

Author SHA1 Message Date
Victor Porof
eedfe568ae Bug 884498 - Netmonitor's greeting message may be confusing, r=rcampbell 2013-06-21 17:33:57 +03:00
Victor Porof
88a89e165f Bug 879185 - Netmonitor filterbuttons: button.setAttribute("checked", ""); --> Should be set to "true", r=rcampbell 2013-06-21 17:33:57 +03:00
Victor Porof
d2e7f56bf5 Bug 882420 - Rename "native-getter" in variable/property tooltips to "WebIDL", r=past 2013-06-21 17:33:57 +03:00
Victor Porof
19edc00bbb Bug 883345 - Undefined values aren't properly displayed in the debugger's variables view, r=past 2013-06-21 17:33:57 +03:00
Victor Porof
337208eb02 Bug 881209 - Scrolling in the variables view is much choppier after bug 760370, r=past 2013-06-21 17:33:56 +03:00
Victor Porof
f1460313cd Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
Victor Porof
40a80438b6 Bug 823577 - Cleanup debugger frontend code, strings, etc., r=rcampbell
--HG--
rename : browser/devtools/debugger/DebuggerUI.jsm => browser/devtools/debugger/DebuggerProcess.jsm
2013-06-21 17:33:56 +03:00
Brandon Benvie
6ec8bbd95d Bug 869984 - Add sorting and searching to Scratchpad VariablesView, r=vporof 2013-06-17 14:55:25 -07:00
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
Anton Kovalyov
32a969579c Bug 863653 - Add hints to profiler [start|stop|show] commands; r=jwalker 2013-06-20 10:48:25 -07:00
Anton Kovalyov
69b770b527 Bug 884638 - Make 'dbg close' do nothing when toolbox is closed; r=jwalker 2013-06-19 10:09:28 -07:00
Anton Kovalyov
acc08c61f7 Bug 863636 - Make 'profiler close' do nothing when toolbox is closed; r=jwalker 2013-06-19 10:07:04 -07:00
Anton Kovalyov
edfba155f4 Bug 881006 - Change Profile panel tooltip to say JavaScript Profiler; r=harth 2013-06-18 17:24:36 -07:00
Anton Kovalyov
3cfd9dc53d Bug 850145 - Use SideMenuWidget in the Profiler; r=vporof 2013-06-18 14:42:36 -07:00
Minarto Margoliono
14783c1528 Bug 734061 - Web console breaks TAB navigation; r=msucan 2013-06-17 14:10:46 +03:00
Brandon Benvie
97d0060a1b Bug 828680 - Variables view needs a controller of its own, r=vporof, msucan 2013-06-14 10:42:52 -07:00
Ryan VanderMeulen
6529c6c587 Merge m-c to inbound. 2013-06-14 13:04:31 -04:00
Heather Arthur
34a5b4b519 Bug 881633 - Style Editor should remember last selected stylesheet and line when page is reloaded; r=paul 2013-06-13 13:56:36 -07:00
Panos Astithas
a32167f596 Fix an intermittent failure in browser/devtools/debugger/test/browser_dbg_step-out.js (bug 882380); r=me 2013-06-13 13:33:22 +03:00
Ryan VanderMeulen
b867993cd5 Merge m-c to fx-team. 2013-06-12 09:47:59 -04:00
Ed Morley
c95b79e78d Merge mozilla-central and inbound 2013-06-12 08:41:06 +01:00
Ms2ger
09bb5c9224 Bug 718923 - Support document.all in standards mode and remove the pref to turn it off; r=smaug 2013-06-12 08:48:38 +02:00
Sinduja Ramaraj
2f23ac8d4c Bug 840247 - Entering the Inspector from the Web Console should show the <html> and <body> tag expanded. r=jwalker 2013-06-11 08:28:00 +03:00
Panos Astithas
9a6f3ac9cc Bug 773590 - Display the return value when stepping out of a function; r=vporof 2013-06-12 12:56:15 +03:00
Michael Ratcliffe
801bd00711 Bug 881057 - Improve wording in the appcache command r=jwalker 2013-06-11 13:28:45 +01:00
Victor Porof
80155ced75 Bug 859055 - Display JSON as plain text when encountering errors when parsing, r=rcampbell 2013-06-12 10:37:46 +03:00
Victor Porof
22652cc944 Bug 879782 - POST data is sometimes not displayed in the Network Monitor details pane, r=rcampbell
--HG--
rename : browser/devtools/netmonitor/test/browser_net_post-data.js => browser/devtools/netmonitor/test/browser_net_post-data-01.js
2013-06-12 10:37:46 +03:00
Mihai Sucan
58900d9aff Bug 861338 - [browserconsole] Cache Console.jsm API calls with ConsoleAPIStorage.jsm; r=jwalker 2013-06-07 20:13:48 +03:00
Paul Rouget
36ee8ba6d0 Bug 879692 - New OSX scrollbars are not compatible with the devtools floating scrollbars. r=harth 2013-06-05 06:24:00 +03:00
Michael Ratcliffe
6a5ce4f5eb Bug 864249 - Add option to toggle JavaScript to Toolbox Options panel r=jwalker 2013-05-31 16:52:06 +01:00
Panos Astithas
c3fa5c9c0d Don't take the slow async path when source maps are not enabled or present (bug 873224); r=rcampbell f=nfitzgerald 2013-06-11 10:58:57 +03:00
Ryan VanderMeulen
88cfb34510 Merge inbound to m-c. 2013-06-10 15:43:58 -04:00
Rob Campbell
7a1b0ee855 Bug 873250 - Having enter select autocomplete is annoying; r=msucan 2013-06-04 15:09:00 -04:00
Mihai Sucan
cfae5fe3bc Bug 628458 - Fix for intermittent browser_webconsole_bug_603750_websocket.js | Test timed out followed by 2969 others; r=me 2013-06-07 15:36:55 +03:00
Mihai Sucan
4e616bdbf9 Bug 877773 - If Browser console is staying opened, Browser UI freezes for a while when open youtube page; r=robcee 2013-06-04 18:47:39 +03:00
Victor Porof
e8aa5b1fe6 Bug 877351 - Network Panel is broken on RTL UI, r=rcampbell 2013-06-06 09:53:09 +03:00
Victor Porof
d4591e8a0b Bug 852639 - Make the BreadcrumbsWidget keyboard accessible, r=rcampbell 2013-06-06 09:53:08 +03:00
Geoff Lankow
60d9a4f6fd Bug 874363 - The timeline header in the Netmonitor should be clickable; r=vporof 2013-06-04 19:55:48 +12:00
Mihai Sucan
76edcc4694 Bug 705921 - Option to clear web console messages on page reload; r=robcee,jwalker 2013-06-03 20:57:13 +03:00
Dave Camp
dce1c3abcb Bug 878472 - Let local debugger clients find the DebuggerServerConnection. r=past 2013-06-03 09:05:29 -07:00
Jim Blandy
78b89f1c5a Bug 870081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice 2013-06-02 10:19:41 +03:00
Panos Astithas
03ab87f879 Backout b0e571a21e22 for wrong bug number 2013-06-02 10:18:15 +03:00
David Zbarsky
b74b431a04 Bug 881128: Make devtools not use window.GetSVGDocument r=bz 2013-06-11 21:56:19 -07:00
Mihai Sucan
3632c3d195 Bug 877778 - Browser Console, clicking JS/CSS error/warning link does not open source file; r=robcee 2013-05-30 23:23:52 +03:00
Mihai Sucan
b5aa525af1 Bug 866950 - Errors from files loaded through loader.js not showing source in browser console; r=robcee 2013-05-30 22:23:11 +03:00
Ehsan Akhgari
9af8ee20af Merge mozilla-central to mozilla-inbound 2013-06-22 08:42:15 -04:00
Victor Porof
88e7601873 Bug 885903 - Intermittent browser_dbg_scripts-searching-05.js | Test timed out, r=rcampbell 2013-06-22 12:35:39 +03:00
Jim Blandy
3923f3e983 Bug 871081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice
--HG--
rename : browser/devtools/debugger/test/browser_dbg_listtabs.js => browser/devtools/debugger/test/browser_dbg_listtabs-01.js
2013-05-17 15:17:00 +03:00
Tim Taubert
23e809a2b4 merge m-c to fx-team 2013-06-01 18:22:45 +02:00
Rob Campbell
5d37160fe6 Bug 843609 - Directory listing with an XStringBundle url appears in the debugger; r=vporof 2013-06-01 04:38:00 +03: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
a5618e369e Bug 875717 - TypeError: window.fontInspector is undefined in chrome://browser/content/devtools/fontinspector/font-inspector.js:228 r=harthur 2013-05-24 12:06:00 +01:00
Michael Ratcliffe
b283fd74ae Bug 822635 - Move searchbar focus listener to make browser_bug589375_keybindings.js more readable r=jwalker 2013-05-28 14:29:50 +01:00
Michael Ratcliffe
747b0baee0 Bug 772376 - Polish needed in GCLI addons command and some extra unit tests needed r=jwalker 2013-05-28 14:05:28 +01:00
Nick Fitzgerald
914800933b Bug 760370 - Visually distinguish non-extensible objects; r=vporof 2013-05-29 19:47:00 +03:00
Nick Fitzgerald
194c3a4cb5 Bug 870361 - Change the symbol for source map pragmas from @ to #. r=jorendorff 2013-06-10 08:36:23 -04:00
Dave Camp
e10c90ffe7 Bug 877298 - Move devtools globals to loader creation. r=jwalker 2013-05-31 11:06:09 -07:00
zmgmoz
111c8545cb Bug 817834 - webconsole should remember any edited input after perusing history; r=msucan 2013-05-30 19:16:41 +03:00
Victor Porof
ab3fe89186 Bug 873225 - Totals for displayed file sizes, r=rcampbell 2013-05-30 21:46:36 +03:00
Ryan VanderMeulen
a7dc2abee0 Merge m-c to fx-team. 2013-05-30 11:47:17 -04:00
Mihai Sucan
37d0e77cbe Bug 877199 - Browser console's window title temporarily says 'Web Console' before changing to 'Browser console'; r=robcee 2013-05-30 18:08:14 +03:00
Dave Camp
aa8a843d64 Bug 867109 - tools reload not working correctly on windows. r=jwalker 2013-05-29 10:48:06 -07:00
Dave Camp
daec88e78f Bug 876793 - gDevTools._addToolToWindows doesn't work with existing windows. r=jwalker 2013-05-29 10:47:38 -07:00
Dave Camp
5b2c790957 Bug 875432 - Loader.jsm references gDevTools. r=jwalker 2013-05-29 10:47:38 -07:00
Victor Porof
39ce40013d Bug 876111 - Debugger's scripts pane acting weird after bug 866623, r=rcampbell 2013-05-29 11:45:58 +03:00
Ryan VanderMeulen
bf4c0f286e Merge m-c to fx-team. 2013-05-28 21:25:32 -04:00
Victor Porof
c366ed8bab Bug 862198 - Intermittent browser_net_json-long.js | Test timed out, found a tab, r=rcampbell 2013-05-28 18:19:21 +03:00
Mihai Sucan
decd78751d Bug 874061 - Figure out private browsing and the browser console; r=robcee f=ehsan 2013-05-25 12:25:36 +03:00
Joe Walker
342dbaef36 Bug 873963 - Set fontFamily property directly; r=dcamp, mgoodwin 2013-05-25 09:51:31 +01:00
Joe Walker
08bfd84263 Bug 846696 - GCLI helpers.js should be shared rather than copied; r=mratcliffe 2013-05-25 09:51:31 +01:00
Joe Walker
57536173c7 Bug 874821 - Enable better remote gcli testing; r=mratcliffe 2013-05-25 09:51:31 +01:00
Victor Porof
6983fe745e Bug 874436 - Disable syntax highlighting on large HTML responses, r=rcampbell 2013-05-24 21:36:52 +03:00
Victor Porof
e4971ac2a5 Bug 848504 - SideMenuWidget should be keyboard accessible, r=rcampbell 2013-05-24 21:36:51 +03:00
Victor Porof
841b15d8e6 Bug 859046 - Implement filtering out certain types of requests, r=rcampbell
* * *
Bug 873761 - Several "XUL box for hbox element contained an inline #text child, forcing all its children to be wrapped in a block." warnings for netmonitor.xul, r=rcampbell
2013-05-24 20:53:10 +03:00
Victor Porof
07cfe0fc80 Bug 873751 - Closing the requests details pane should deselect the currently selected item, r=rcampbell 2013-05-24 20:10:07 +03:00
Victor Porof
02d2012286 Bug 873749 - SideMenuWidget shouldn't automatically scroll to bottom when there's a selected item, r=rcampbell 2013-05-24 20:10:07 +03:00
Victor Porof
468c05c4bc Bug 866623 - Firefox spoils cyrillic text in the Network Monitor response tab - fix convertToUnicode misbehaving when a request has no attached contentCharset, r=rcampbell
--HG--
rename : browser/devtools/netmonitor/test/browser_net_cyrillic.js => browser/devtools/netmonitor/test/browser_net_cyrillic-01.js
2013-05-24 20:10:07 +03: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
Phil Ringnalda
23919fe651 Merge the last PGO-green cset from m-i to m-c 2013-05-23 21:01:29 -07:00
Brandon Benvie
eb7eba4c73 Bug 824602 - Remove getUserData() usage from devtools. r=dcamp 2013-05-20 17:46:55 -07:00
Mihai Sucan
b02921626f Bug 855180 - Intermittent browser_toolbar_webconsole_errors_count.js | Timed out while waiting for: web console shows the page errors followed by other timeouts, failures, leaks; r=jwalker 2013-05-22 23:32:58 +03:00
Anton Kovalyov
b3a6606651 Bug 817836 - Support for console.profile and console.profileEnd; r=dcamp 2013-05-14 15:25:28 -07:00
Anton Kovalyov
59e6805757 Backed out changeset 4f2586fe4489 2013-05-28 12:51:42 -07:00
Anton Kovalyov
0eff5c8c08 Bug 817836 - Support for console.profile and console.profileEnd; r=dcamp 2013-05-14 15:25:28 -07:00
Mihai Sucan
e723daf31e Bug 602006 - Remove Error Console Menu Items; r=Mossop,dao 2013-05-17 21:29:31 +03:00
Mihai Sucan
2e950f3c51 Bug 859756 - [browserconsole] Show nsIConsoleMessages in the Browser Console; r=robcee 2013-05-28 18:24:31 +03:00
Ryan VanderMeulen
12b5ca0b05 Merge m-c to inbound. 2013-05-21 08:17:04 -04:00
Joe Walker
1da794c1ea Bug 874023 - GCLI: context.environment.window not always defined when running GCLI commands; r=mratcliffe 2013-05-21 10:18:56 +01:00
Joe Walker
35f10e56ec Bug 824254 - Fix intermittent browser_gcli_keyboard.js test; r=mratcliffe
--HG--
rename : browser/devtools/commandline/test/browser_gcli_keyboard.js => browser/devtools/commandline/test/browser_gcli_keyboard2.js
2013-05-21 10:18:55 +01:00
Quentin Pradet
0d85af40a6 Bug 773271 - GCLI needs a date type; r=jwalker,harth 2013-05-21 10:18:55 +01:00
Joe Walker
0d245bcf38 Bug 856002 - GCLI requisition update/exec methods should take a DOM node; r=harth 2013-05-21 10:18:55 +01:00
Joe Walker
c86cac0340 Bug 834230 - break del command suffers from an off by 1 error; r=vporof 2013-05-21 10:18:55 +01:00
Joe Walker
1aa8c8d0f0 Bug 866680 - gcli string params should allow empty values; r=mgoodwin,harth 2013-05-21 10:18:54 +01:00
Joe Walker
aa4d623f25 Bug 786661 - GCLI should not auto-unescape command line escapes; r=optimizer,harth 2013-05-21 10:18:54 +01:00
Ryan VanderMeulen
19967eb46b Merge m-c to inbound. 2013-05-20 22:28:32 -04:00
Gijs Kruitbosch
0bda703c14 Bug 874040 - Fix l10n expectations in net monitor tests, r=vp 2013-05-20 16:14:27 +02:00
Gijs Kruitbosch
993a0df99e Bug 874028 - Debugger and Net monitor tests should use browser's load event rather than tab's, r=past 2013-05-20 15:23:06 +02:00
Panos Astithas
8e272e6302 Bug 873912 - JS warning "anonymous function does not always return a value" resource:///modules/devtools/framework/target.js:218; r=jwalker 2013-05-20 11:50:27 +03:00
Ryan VanderMeulen
1f38b1f993 Backed out changesets 073791f33ab7 and 7ac5779a426c (bug 859756) for causing intermittent Windows build failures.
CLOSED TREE
2013-05-17 17:30:20 -04:00
Ryan VanderMeulen
734b934f05 Merge m-c to fx-team. 2013-05-17 12:51:20 -04:00
Mihai Sucan
504f602058 Bug 859756 - [browserconsole] Show nsIConsoleMessages in the Browser Console; r=robcee 2013-05-17 13:36:56 +03:00
Mihai Sucan
565f18d189 Bug 871156 - Allow Ctrl+W to close the tab when the Web Console is focused; r=robcee 2013-05-16 15:35:53 +03:00
Victor Porof
1c9cbd0553 Bug 872864 - Intermittent browser_net_simple-request-data.js | The requestHeaders attachment has an incorrect |headers| property. - Got 6, expected 7 | browser_net_simple-request-details.js | There should be 13 header values displayed in this tabpanel. etc, r=rcampbell 2013-05-17 10:59:04 +03:00
Ryan VanderMeulen
1226863031 Merge m-c to inbound. 2013-05-30 07:47:14 -04:00
Mihai Sucan
1be0ad1eab Bug 858101 - Fix browser tests. r=me 2013-05-31 10:36:02 -07:00
Frederik Braun
561a257493 Bug 879316 - Clean up CSP logging code. r=imelven 2013-05-15 11:30:43 +02:00
Mihai Sucan
1e1cc8e970 Bug 873851 - Intermittent browser_webconsole_bug_764572_output_open_url.js | Timed out while waiting for: show TEST_URI's net activity in console; r=me 2013-05-28 20:22:16 +03:00
Masatoshi Kimura
b1d29cc684 Bug 874003 - Remove preventBubble and preventCapture. r=smaug 2013-05-21 06:20:01 +09:00
Victor Porof
f624a64b8c Bug 872058 - Move the clear button next to the output/checkbox buttons, r=msucan 2013-05-16 20:30:15 +03:00
Johan Charlez
ec75a4559a Bug 656273 - Create a toolbar for Scratchpad; r=dcamp 2012-10-26 15:05:00 -04:00
Girish Sharma
135b2a1434 Bug 883220 - Raise the toolbox window if breakpoint is hit, r=vporof 2013-06-26 12:09:59 +05:30
Victor Porof
5541c2365f Merge m-c to fx-team 2013-05-16 10:32:06 +03:00
Victor Porof
6b9ae573ef Bug 871670 - Make background bars compatible with themes (for both dark and light backgrounds), r=dcamp 2013-05-15 23:33:10 +03:00
Victor Porof
c95ea03e97 Bug 868380 - Lazily populate tabs in the network request details pane, r=dcamp 2013-05-14 20:03:24 +03:00
Joe Walker
7756adbda0 Bug 871066 - Fix CommandUtils is not defined when opening devtools with Simulator 3.0 installed; r=harth 2013-05-13 20:05:48 +01:00
Dave Camp
1b64436fe0 Bug 867485: Move the devtools loader into toolkit/ r=jwalker 2013-05-01 09:27:24 -07:00
Victor Porof
8fcf1c1280 Bug 869497 - Remove function expression names from the debugger, netmonitor and widgets, r=rcampbell 2013-05-13 10:01:00 +03:00
David Creswick
3cf21445c4 Bug 870004 - Fix linking to Style Editor from Inspector; r=harth 2013-05-12 19:05:32 -07:00
Victor Porof
e6523c11ef Bug 859222 - Need custom icon for Network tab; r=jwalker 2013-05-11 09:14:40 +03:00
Mihai Sucan
263228aee0 Bug 870220 - Web Console property inspector shows duplicate entries for navigator.plugins; r=robcee,vporof 2013-05-11 12:05:21 +03:00
Heather Arthur
3af010a7c2 Bug 856814 - [toolbox] Labels aren't centered in toolbox tabs; r=mratcliffe 2013-05-10 18:53:58 -07:00
Michael Ratcliffe
93f3928b1e Bug 860182 - TypeError: this._elementStyle is null: CssRuleView_nodeChanged; r=harth 2013-05-10 15:29:11 +01:00
Heather Arthur
ddf9b2d00f Bug 870131 - Rename 'Web Console' to 'Console' in toolbox; r=mratcliffe 2013-05-10 15:27:16 -07:00
Ryan VanderMeulen
d2fc01f4fc Merge m-c to fx-team. 2013-05-10 15:00:46 -04:00
Joe Walker
816205e422 Bug 839862 - The developer toolbar / GCLI should be able to execute commands remotely; r=dcamp
--HG--
rename : browser/devtools/shared/Templater.jsm => toolkit/devtools/gcli/Templater.jsm
rename : browser/devtools/commandline/gcli.jsm => toolkit/devtools/gcli/gcli.jsm
2013-05-09 15:15:22 +01:00
Michael Ratcliffe
d37ec2b96e Bug 870308 - GCLI appcache list command exception when cache disabled r=jwalker 2013-05-10 14:41:27 +01:00
Michael Ratcliffe
f0d21fe8c0 Bug 862286 - GCLI panel too narrow for meaningful output r=jwalker 2013-05-10 14:46:28 +01:00
Brian Grinstead
c1281374a6 Bug 866507: Style Inspector: open URLs in new tab r=mratcliffe 2013-04-29 17:12:47 -05:00
Mihai Sucan
bee83ea8e3 Bug 862916 - console.dir() shows blank box if Logging filter is off; r=past 2013-05-10 13:15:11 +03:00
David Creswick
507ac91c03 Bug 863102 - Automatically scroll down upon new network requests, r=vporof 2013-05-10 12:01:08 +03:00
Victor Porof
c4729c3a3b Bug 859039 - Allow sorting by column (status, method, file, domain, type, size etc.), r=rcampbell 2013-05-10 12:01:08 +03:00
Victor Porof
a2fc74979e Bug 866623 - Firefox spoils cyrilic text in the Web Developer Console, r=rcampbell 2013-05-10 12:01:07 +03:00
Victor Porof
7e66a760e4 Bug 859041 - Display timing interval divisions (ms ticks) in the timeline, r=rcampbell 2013-05-10 12:01:05 +03:00
Mihai Sucan
3d97bcc986 Bug 869003 - Cannot inspect objects from cross-domain iframes; r=robcee 2013-05-09 18:20:51 +03:00
Joe Walker
4ba8b6e30d Backed out changeset d6249744132e (bug 839862) because xpcshell bustage (attempt 2) 2013-05-09 21:35:26 +01:00
Joe Walker
f5cd7ed064 Backed out changeset d6249744132e (bug 839862) because xpcshell bustage 2013-05-09 17:46:27 +01:00
Girish Sharma
dc8f680d63 Bug 866138 - Refactor disabling logic for a tool and convert options panel to a tool too, r=jwalker 2013-05-04 12:01:07 +05:30
Joe Walker
398bc8f36b Bug 866632 - |cookie list| on about page shows 'no cookies found for host', should use 'No cookies found for this page'; r=harth 2013-05-09 15:15:23 +01:00
Joe Walker
41b9b716b1 Bug 866610 - Fix Typo in GCLI output 'profilerAlradyFinished'; r=mratcliffe 2013-05-09 15:15:23 +01:00
Joe Walker
e8c897e846 Bug 869934 - GCLI mouse clicks links in output don't update the command line properly; r=mratcliffe 2013-05-09 15:15:23 +01:00
Joe Walker
87ec6aefb0 Bug 866605 - paintflashing toggle needs its own description, uses the one for paintflashing on; r=mratcliffe 2013-05-09 15:15:23 +01:00
Joe Walker
664681a73c Bug 869908 - Remote the promise stack hacks from GCLI; r=mratcliffe 2013-05-09 15:15:23 +01:00
Joe Walker
75dc90c8cd Bug 839862 - The developer toolbar / GCLI should be able to execute commands remotely; r=dcamp 2013-05-09 15:15:22 +01:00
Mihai Sucan
9a1335ca6b Bug 869981 - Bring back inspect() jsterm helper function; r=me a=robcee 2013-05-09 13:36:56 +03:00
Mihai Sucan
b2282dbb14 Bug 869565 - Fix strict errors and warnings in the browser console; r=me 2013-05-08 21:54:57 +03:00
Phil Ringnalda
32820feb08 Merge m-c to fx-team 2013-05-07 19:55:28 -07:00
Heather Arthur
5e351acfaa Bug 868321 - Sites with no stylesheets just show loading indicator forever; r=dcamp 2013-05-07 15:49:52 -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
a7d691be1e Bug 865788 - Pressing ESC should close the sidebar in Scratchpad; r=rcampbell 2013-04-26 13:26:00 -04:00
Brandon Benvie
5a6d714476 bug 843094 - Remove the PropertyPanel; r=msucan 2013-05-03 11:39:00 -04:00
David Creswick
7edaa6edcf Bug 740541 - Style sheets in iframes are not listed in the style editor; r=harth 2013-05-06 20:31:46 -07:00
Brandon Benvie
594b2941b8 bug 679364 - Use content/browser/devtools/* for aliases; r=rcampbell 2013-04-30 11:56:00 -04:00
Brandon Benvie
744abbee16 bug 808369 - Use VariablesView in the Scratchpad; r=msucan 2013-05-06 19:11:44 -04:00
Rob Campbell
2307ce5a06 Bug 795978 - Backout - Error: this._containers is undefined in MarkupView.jsm Line: 327; r=orange 2013-05-06 16:55:43 -04:00
Panos Astithas
80cfd9ffb6 Bug 832231 - After a reload, breakpoints require multiple resumes to allow execution to continue; r=vporof 2013-05-01 18:29:33 +03:00
J. Ryan Stinnett
6f0e8150ab Bug 795978 - Error: this._containers is undefined in MarkupView.jsm Line: 327; r=mratcliffe 2013-04-30 16:05:22 -05:00
Brandon Benvie
abeacccc51 bug 867450 - Type in JSTerm.prototype._fetVarProperties; r=msucan 2013-04-30 16:45:00 -04:00
Girish Sharma
11fe8e5d83 Bug 862398 - Maintain the order of tools in the tab and the options panel list, r=past 2013-04-30 22:28:04 +05:30
Tim Taubert
7f9514fd7d merge m-c to fx-team
--HG--
rename : browser/base/content/test/social/social_share_image.png => browser/base/content/test/social/social_mark_image.png
2013-05-06 13:30:45 +02:00
Phil Ringnalda
83ba78aabd Merge m-c to fx-team 2013-05-03 21:37:03 -07:00
Michael Ratcliffe
abc4ed892c Bug 831720 - GCLI needs an appcache command r=jwalker 2013-05-03 14:32:26 +01:00
Mihai Sucan
0427e04da4 Bug 865288 - Do not count console.log messages with different objects as repeats; r=past 2013-05-02 18:21:45 +03:00
Panos Astithas
eedb27e4b2 Add more logging for bug 847558 (on amazon ec2 vm's browser_dbg_createChrome.js hangs on opt builds); rs=robcee 2013-05-02 20:39:48 +03:00
Mihai Sucan
c1489b435d Bug 855058 - Fix for intermittent browser/dom/tests/browser/browser_ConsoleAPITests.js | timer duration is positive; r=rcampbell 2013-04-30 21:35:07 +03:00
Mihai Sucan
8a0f7a1816 Bug 865871 - Allow object inspector to be closed by pressing Escape; r=past 2013-05-02 14:53:11 +03:00
Dave Camp
1ed8f2da92 Backed out changeset 9c204e0c1af1 (bug 867485) for bustage. 2013-05-01 14:03:19 -07:00
Dave Camp
39b9e653c1 Bug 867485: Move the devtools loader into toolkit/ r=jwalker 2013-05-01 09:27:24 -07:00
Tim Taubert
6758e80df2 merge m-c to fx-team 2013-05-01 10:18:22 +02:00
Ryan VanderMeulen
bd59cf1187 Merge inbound to m-c. 2013-04-30 21:58:19 -04:00
Ryan VanderMeulen
79ecc61ccd Merge the last PGO-green inbound changeset to m-c. 2013-04-30 21:49:23 -04:00
Dave Camp
7f139ce787 Bug 867481 - Remote debugging connection screen is broken. r=harth 2013-04-30 18:40:44 -07:00
Heather Arthur
70d3e23f25 Bug 866264 - Intermittent devtools/styleeditor/test/browser_styleeditor_new.js | new editor shows 1 rule after modification - Got 2, expected 1; r=dcamp 2013-04-30 17:19:59 -07:00
Jim Blandy
4c02ff838f Bug 862531: Replace BaseProxyHandler::obj_toString with className. r=jorendorff 2013-04-30 14:44:50 -07:00
Rob Campbell
f417fe3ac8 Bug 860349 - Intermittent browser_dbg_createChrome.js | application timed out after 330 seconds with no output; r=testonly 2013-04-30 12:40:00 +03:00
Tim Taubert
7e366b69e4 merge m-c to fx-team 2013-04-30 10:39:24 +02:00
Ryan VanderMeulen
074c62ae8d Merge m-c to inbound. 2013-04-30 08:09:43 -04:00
Mihai Sucan
b07e36e1c8 Bug 711846 - Fix for intermittent browser_webconsole_bug_595934_message_categories.js | Test timed out; r=me 2013-04-29 23:01:48 +03:00
Gijs Kruitbosch
09d9d10677 Bug 866381 - allow inspector to be used on chrome windows, r=dcamp 2013-04-29 19:32:12 +02:00
Ryan VanderMeulen
0050771e43 Merge m-c to inbound. 2013-04-29 13:09:28 -04:00
Ryan VanderMeulen
b1ff300893 Merge m-c to inbound. 2013-04-29 08:25:31 -04:00
Tim Taubert
128b3d3390 Backed out changeset 229cd2ebe225 (bug 855108) for intermittent mochitest-bc failures 2013-04-27 21:21:42 +02:00
Tim Taubert
d938a14112 merge m-c to fx-team 2013-04-27 17:34:36 +02:00
Mihai Sucan
df41ef2a43 Bug 855763 - [Responsive Mode] Fix for intermittent browser_responsiveuiaddcustompreset.js | Test timed out, | Found a tab after previous test timed out: data:text/html,foo; r=me 2013-04-26 18:49:49 +03:00
Brian Grinstead
71085f2b8c Bug 677930 - Style Inspector: make URLs clickable. 2013-04-19 16:30:33 -05:00
David Creswick
c094610e66 Bug 855108 - Disable tools toggled by the developer toolbar when it closes. r=jwalker 2013-04-21 18:35:53 -05:00
Tim Taubert
0b553edd65 merge m-c to fx-team 2013-04-26 14:47:39 +02:00
Heather Arthur
7f385f62ee Bug 816967 - fix browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js bustage; r=dcamp 2013-04-25 12:51:23 -07:00
Heather Arthur
4c21257368 Bug 816967 - Remotable Style Editor; r=dcamp 2013-04-25 09:46:13 -07:00
Ryan VanderMeulen
32d7f8e337 Merge m-c to inbound. 2013-04-26 13:06:35 -04:00
Victor Porof
951c5374f3 Bug 866091 - Intermittent devtools/netmonitor/test/browser_net_prefs-reload.js | Test timed out | Found a tab after previous test timed out: http://example.com/browser/browser/devtools/netmonitor/test/html_simple-test-page.html and tons of fallout, r=rcampbell 2013-04-26 20:02:39 +03: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
Garrett Robinson
c5f9d17d6a Bug 863878 - The CSP logging from bug 821877 should go to the new Security Pane in the Web Console. r=bzbarsky r=ddahl 2013-04-23 17:39:10 -05:00
Mihai Sucan
fdddf85bc7 Bug 863943 - Fix for intermittent browser_webconsole_bug_602572_log_bodies_checkbox.js | Test timed out; r=me 2013-04-30 20:40:27 +03:00
Victor Porof
4ddd085b58 Bug 864802 - The _store on each variables view instance is redundant, r=rcampbell 2013-04-25 09:18:19 +03:00
Francesco Lodolo [:flod]
2892540734 Bug 868452 - Fix entity name (&brandShortName;) and string consistency in gclicommands.properties r=dcamp 2013-05-09 18:58:45 +02:00
Joel Maher
9ca82995cc Bug 847558 - on amazon ec2 vm's browser_dbg_createChrome.js hangs (timed out) on opt builds. r=armenzg 2013-05-07 12:46:43 -04:00
Michael Ratcliffe
00d86587ad Bug 869233 - TEST-UNEXPECTED-FAIL | browser_cmd_appcache_valid.js | html output for appcache validate should match successfully. Actual textContent: "Manifest URI..." r=me 2013-05-07 12:31:39 +01:00
Peter Van der Beken
dfbadfdb0e Bug 855971 - Switch HTMLDocument to WebIDL bindings. r=bz. 2012-12-11 21:45:36 -05:00