Anton Kovalyov
|
ba543e4120
|
Bug 817836 - Support for console.profile and console.profileEnd; r=dcamp
|
2013-05-14 15:25:28 -07:00 |
|
Mihai Sucan
|
62edd42c45
|
Bug 602006 - Remove Error Console Menu Items; r=Mossop,dao
|
2013-05-17 21:29:31 +03:00 |
|
Mihai Sucan
|
4145f0a3e7
|
Bug 859756 - [browserconsole] Show nsIConsoleMessages in the Browser Console; r=robcee
|
2013-05-28 18:24:31 +03:00 |
|
Ryan VanderMeulen
|
d8cb0383c6
|
Merge m-c to inbound.
|
2013-05-21 08:17:04 -04:00 |
|
Joe Walker
|
2e0e758c94
|
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
|
1e8acaf911
|
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
|
afc2b10c07
|
Bug 773271 - GCLI needs a date type; r=jwalker,harth
|
2013-05-21 10:18:55 +01:00 |
|
Joe Walker
|
e3890d9334
|
Bug 856002 - GCLI requisition update/exec methods should take a DOM node; r=harth
|
2013-05-21 10:18:55 +01:00 |
|
Joe Walker
|
55da5dec76
|
Bug 834230 - break del command suffers from an off by 1 error; r=vporof
|
2013-05-21 10:18:55 +01:00 |
|
Joe Walker
|
55ed1fbee9
|
Bug 866680 - gcli string params should allow empty values; r=mgoodwin,harth
|
2013-05-21 10:18:54 +01:00 |
|
Joe Walker
|
21062212f1
|
Bug 786661 - GCLI should not auto-unescape command line escapes; r=optimizer,harth
|
2013-05-21 10:18:54 +01:00 |
|
Ryan VanderMeulen
|
501000a375
|
Merge m-c to inbound.
|
2013-05-20 22:28:32 -04:00 |
|
Gijs Kruitbosch
|
fa222527bc
|
Bug 874040 - Fix l10n expectations in net monitor tests, r=vp
|
2013-05-20 16:14:27 +02:00 |
|
Gijs Kruitbosch
|
f07fb93b34
|
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
|
7cbab5978d
|
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
|
0b28853762
|
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
|
b34b45bbc7
|
Merge m-c to fx-team.
|
2013-05-17 12:51:20 -04:00 |
|
Mihai Sucan
|
62517c4722
|
Bug 859756 - [browserconsole] Show nsIConsoleMessages in the Browser Console; r=robcee
|
2013-05-17 13:36:56 +03:00 |
|
Mihai Sucan
|
8cbb92274b
|
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
|
a76f56e0fc
|
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
|
31c9996924
|
Merge m-c to inbound.
|
2013-05-30 07:47:14 -04:00 |
|
Mihai Sucan
|
789f6fe315
|
Bug 858101 - Fix browser tests. r=me
|
2013-05-31 10:36:02 -07:00 |
|
Frederik Braun
|
0988572917
|
Bug 879316 - Clean up CSP logging code. r=imelven
|
2013-05-15 11:30:43 +02:00 |
|
Mihai Sucan
|
8dcdcc8473
|
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
|
a343079b1e
|
Bug 874003 - Remove preventBubble and preventCapture. r=smaug
|
2013-05-21 06:20:01 +09:00 |
|
Victor Porof
|
2f820a15ad
|
Bug 872058 - Move the clear button next to the output/checkbox buttons, r=msucan
|
2013-05-16 20:30:15 +03:00 |
|
Victor Porof
|
7e0700a26d
|
Merge m-c to fx-team
|
2013-05-16 10:32:06 +03:00 |
|
Victor Porof
|
7024de9dcd
|
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
|
75249562a1
|
Bug 868380 - Lazily populate tabs in the network request details pane, r=dcamp
|
2013-05-14 20:03:24 +03:00 |
|
Joe Walker
|
2eda9a3ede
|
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
|
ad2e2a8ed8
|
Bug 867485: Move the devtools loader into toolkit/ r=jwalker
|
2013-05-01 09:27:24 -07:00 |
|
Victor Porof
|
2d7c72d261
|
Bug 869497 - Remove function expression names from the debugger, netmonitor and widgets, r=rcampbell
|
2013-05-13 10:01:00 +03:00 |
|
David Creswick
|
a04cbd98ce
|
Bug 870004 - Fix linking to Style Editor from Inspector; r=harth
|
2013-05-12 19:05:32 -07:00 |
|
Victor Porof
|
428f946673
|
Bug 859222 - Need custom icon for Network tab; r=jwalker
|
2013-05-11 09:14:40 +03:00 |
|
Mihai Sucan
|
c38fdcacf2
|
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
|
91d981349e
|
Bug 856814 - [toolbox] Labels aren't centered in toolbox tabs; r=mratcliffe
|
2013-05-10 18:53:58 -07:00 |
|
Michael Ratcliffe
|
ba1a876b65
|
Bug 860182 - TypeError: this._elementStyle is null: CssRuleView_nodeChanged; r=harth
|
2013-05-10 15:29:11 +01:00 |
|
Heather Arthur
|
dcbbe50e08
|
Bug 870131 - Rename 'Web Console' to 'Console' in toolbox; r=mratcliffe
|
2013-05-10 15:27:16 -07:00 |
|
Ryan VanderMeulen
|
76555a4eeb
|
Merge m-c to fx-team.
|
2013-05-10 15:00:46 -04:00 |
|
Joe Walker
|
191261637d
|
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
|
bc80a2fecd
|
Bug 870308 - GCLI appcache list command exception when cache disabled r=jwalker
|
2013-05-10 14:41:27 +01:00 |
|
Michael Ratcliffe
|
7f433b475c
|
Bug 862286 - GCLI panel too narrow for meaningful output r=jwalker
|
2013-05-10 14:46:28 +01:00 |
|
Brian Grinstead
|
ff13485eff
|
Bug 866507: Style Inspector: open URLs in new tab r=mratcliffe
|
2013-04-29 17:12:47 -05:00 |
|
Mihai Sucan
|
ffd15b658e
|
Bug 862916 - console.dir() shows blank box if Logging filter is off; r=past
|
2013-05-10 13:15:11 +03:00 |
|
David Creswick
|
dc7229846a
|
Bug 863102 - Automatically scroll down upon new network requests, r=vporof
|
2013-05-10 12:01:08 +03:00 |
|
Victor Porof
|
b99fdf3a25
|
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
|
cbaea197e0
|
Bug 866623 - Firefox spoils cyrilic text in the Web Developer Console, r=rcampbell
|
2013-05-10 12:01:07 +03:00 |
|
Victor Porof
|
91640e2399
|
Bug 859041 - Display timing interval divisions (ms ticks) in the timeline, r=rcampbell
|
2013-05-10 12:01:05 +03:00 |
|
Mihai Sucan
|
6ebaf17006
|
Bug 869003 - Cannot inspect objects from cross-domain iframes; r=robcee
|
2013-05-09 18:20:51 +03:00 |
|
Joe Walker
|
f3c505e139
|
Backed out changeset d6249744132e (bug 839862) because xpcshell bustage (attempt 2)
|
2013-05-09 21:35:26 +01:00 |
|
Joe Walker
|
c990c6fadd
|
Backed out changeset d6249744132e (bug 839862) because xpcshell bustage
|
2013-05-09 17:46:27 +01:00 |
|
Girish Sharma
|
0930729c5f
|
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
|
a05614e3e3
|
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
|
6c01f5cfbe
|
Bug 866610 - Fix Typo in GCLI output 'profilerAlradyFinished'; r=mratcliffe
|
2013-05-09 15:15:23 +01:00 |
|
Joe Walker
|
54b045b187
|
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
|
85614b4bfc
|
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
|
4933ba7e85
|
Bug 869908 - Remote the promise stack hacks from GCLI; r=mratcliffe
|
2013-05-09 15:15:23 +01:00 |
|
Joe Walker
|
5a0d16b94b
|
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
|
488d3069a3
|
Bug 869981 - Bring back inspect() jsterm helper function; r=me a=robcee
|
2013-05-09 13:36:56 +03:00 |
|
Mihai Sucan
|
58d1521b0c
|
Bug 869565 - Fix strict errors and warnings in the browser console; r=me
|
2013-05-08 21:54:57 +03:00 |
|
Phil Ringnalda
|
27b0919480
|
Merge m-c to fx-team
|
2013-05-07 19:55:28 -07:00 |
|
Heather Arthur
|
9a0be642b0
|
Bug 868321 - Sites with no stylesheets just show loading indicator forever; r=dcamp
|
2013-05-07 15:49:52 -07:00 |
|
Brandon Benvie
|
5888f69410
|
Bug 862943 - Change Scratchpad to use Arrow Functions; r=dcamp
|
2013-04-25 14:30:00 -04:00 |
|
Brandon Benvie
|
b86147aecb
|
Bug 865788 - Pressing ESC should close the sidebar in Scratchpad; r=rcampbell
|
2013-04-26 13:26:00 -04:00 |
|
Brandon Benvie
|
a5fdf9bcf9
|
bug 843094 - Remove the PropertyPanel; r=msucan
|
2013-05-03 11:39:00 -04:00 |
|
David Creswick
|
290f784941
|
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
|
9261fc9f4c
|
bug 679364 - Use content/browser/devtools/* for aliases; r=rcampbell
|
2013-04-30 11:56:00 -04:00 |
|
Brandon Benvie
|
1d39dbf05e
|
bug 808369 - Use VariablesView in the Scratchpad; r=msucan
|
2013-05-06 19:11:44 -04:00 |
|
Rob Campbell
|
ee8fc24f6f
|
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
|
6e612db8b6
|
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
|
6105993595
|
Bug 795978 - Error: this._containers is undefined in MarkupView.jsm Line: 327; r=mratcliffe
|
2013-04-30 16:05:22 -05:00 |
|
Brandon Benvie
|
0c52e50a0d
|
bug 867450 - Type in JSTerm.prototype._fetVarProperties; r=msucan
|
2013-04-30 16:45:00 -04:00 |
|
Girish Sharma
|
2b42dd80b3
|
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
|
5d258495d9
|
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
|
26df73b22c
|
Merge m-c to fx-team
|
2013-05-03 21:37:03 -07:00 |
|
Michael Ratcliffe
|
cd7ebda75f
|
Bug 831720 - GCLI needs an appcache command r=jwalker
|
2013-05-03 14:32:26 +01:00 |
|
Mihai Sucan
|
ab7a4345cc
|
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
|
33f5801d07
|
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
|
ed81cfdc25
|
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
|
d1cf72a4bc
|
Bug 865871 - Allow object inspector to be closed by pressing Escape; r=past
|
2013-05-02 14:53:11 +03:00 |
|
Dave Camp
|
74e5c00822
|
Backed out changeset 9c204e0c1af1 (bug 867485) for bustage.
|
2013-05-01 14:03:19 -07:00 |
|
Dave Camp
|
4410b7de65
|
Bug 867485: Move the devtools loader into toolkit/ r=jwalker
|
2013-05-01 09:27:24 -07:00 |
|
Tim Taubert
|
a687d09b37
|
merge m-c to fx-team
|
2013-05-01 10:18:22 +02:00 |
|
Ryan VanderMeulen
|
953d338008
|
Merge inbound to m-c.
|
2013-04-30 21:58:19 -04:00 |
|
Ryan VanderMeulen
|
f588723e41
|
Merge the last PGO-green inbound changeset to m-c.
|
2013-04-30 21:49:23 -04:00 |
|
Dave Camp
|
8dfde38789
|
Bug 867481 - Remote debugging connection screen is broken. r=harth
|
2013-04-30 18:40:44 -07:00 |
|
Heather Arthur
|
277e52d627
|
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
|
7b5a4624a3
|
Bug 862531: Replace BaseProxyHandler::obj_toString with className. r=jorendorff
|
2013-04-30 14:44:50 -07:00 |
|
Rob Campbell
|
bfa21f354e
|
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
|
ab30c62c82
|
merge m-c to fx-team
|
2013-04-30 10:39:24 +02:00 |
|
Ryan VanderMeulen
|
c31d782c33
|
Merge m-c to inbound.
|
2013-04-30 08:09:43 -04:00 |
|
Mihai Sucan
|
ff38b8e44f
|
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
|
ae0c9b5e24
|
Bug 866381 - allow inspector to be used on chrome windows, r=dcamp
|
2013-04-29 19:32:12 +02:00 |
|
Ryan VanderMeulen
|
432f850d5a
|
Merge m-c to inbound.
|
2013-04-29 13:09:28 -04:00 |
|
Ryan VanderMeulen
|
fb22db9f7d
|
Merge m-c to inbound.
|
2013-04-29 08:25:31 -04:00 |
|
Tim Taubert
|
c185af5e14
|
Backed out changeset 229cd2ebe225 (bug 855108) for intermittent mochitest-bc failures
|
2013-04-27 21:21:42 +02:00 |
|
Tim Taubert
|
e46b7affe1
|
merge m-c to fx-team
|
2013-04-27 17:34:36 +02:00 |
|
Mihai Sucan
|
80e88d6a6f
|
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
|
1243ceacf8
|
Bug 677930 - Style Inspector: make URLs clickable.
|
2013-04-19 16:30:33 -05:00 |
|
David Creswick
|
709e96a23f
|
Bug 855108 - Disable tools toggled by the developer toolbar when it closes. r=jwalker
|
2013-04-21 18:35:53 -05:00 |
|
Tim Taubert
|
3bcccdb41f
|
merge m-c to fx-team
|
2013-04-26 14:47:39 +02:00 |
|
Heather Arthur
|
2124e0ad6c
|
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
|
7538397570
|
Bug 816967 - Remotable Style Editor; r=dcamp
|
2013-04-25 09:46:13 -07:00 |
|
Ryan VanderMeulen
|
314420a80e
|
Merge m-c to inbound.
|
2013-04-26 13:06:35 -04:00 |
|
Victor Porof
|
6bdabef99e
|
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
|
bf8e5ab9a8
|
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
|
f4486d5b7a
|
Backed out changeset 9117c7ad29d5 for MaxHeap regression.
|
2013-04-28 14:42:23 -07:00 |
|
Dave Camp
|
001f607134
|
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
|
02b569fd5b
|
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
|
b92afe119b
|
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
|
974e336c36
|
Bug 864802 - The _store on each variables view instance is redundant, r=rcampbell
|
2013-04-25 09:18:19 +03:00 |
|
Francesco Lodolo [:flod]
|
1752ab91cb
|
Bug 868452 - Fix entity name (&brandShortName;) and string consistency in gclicommands.properties r=dcamp
|
2013-05-09 18:58:45 +02:00 |
|
Joel Maher
|
58eaacfc66
|
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
|
560f66e20c
|
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
|
01dccf283c
|
Bug 855971 - Switch HTMLDocument to WebIDL bindings. r=bz.
|
2012-12-11 21:45:36 -05:00 |
|
Ehsan Akhgari
|
5005320e02
|
Backed out 3 changesets (bug 855971, bug 820846) because of browser-chrome test failures
Backed out changeset a2245b038bcc (bug 855971)
Backed out changeset 2a999f8ee317 (bug 820846)
Backed out changeset 6dba144500f3 (bug 820846)
|
2013-05-04 19:27:20 -04:00 |
|
Peter Van der Beken
|
d6817f696b
|
Bug 855971 - Switch HTMLDocument to WebIDL bindings. r=bz.
--HG--
extra : rebase_source : d5ec9a80442e5b9c8df29f6d5971b61cb9b05778
|
2012-12-11 21:45:36 -05:00 |
|
Joey Armstrong
|
8e99512c32
|
bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS
|
2013-04-29 14:49:00 -04:00 |
|
Ryan VanderMeulen
|
25411bd8e4
|
Merge the last PGO-green inbound changeset to m-c.
|
2013-04-23 15:01:57 -04:00 |
|
Tim Taubert
|
cfbfd9bf66
|
merge m-c to fx-team
|
2013-04-23 18:56:19 +02:00 |
|
J. Ryan Stinnett
|
10fc531728
|
Bug 843187 - Variables view: going down through the properties via keyboard is really broken, r=vporof
|
2013-04-23 07:34:08 -05:00 |
|
sinduja ramaraj
|
f02925cf11
|
Bug 586125 - "Copy", "Select All", etc. popup menu item in the Web Console displays keyboard shortcuts; r=msucan
|
2013-04-20 14:09:00 +03:00 |
|
Joe Walker
|
dd30bb2a37
|
Bug 854948 - GCLI context.environment.contentDocument points to doc from when GCLI first opened; r=mratcliffe
|
2013-04-20 11:59:00 +03:00 |
|
Panos Astithas
|
8d6bf237d8
|
Bug 862142 - remote debugger doesn't find any sources for simulator on nightly; r=vporof,msucan
|
2013-04-23 09:09:24 +03:00 |
|
Victor Porof
|
1d5630194b
|
Bug 864176 - Details pane should remember its height when docked on the right, r=rcampbell
|
2013-04-22 21:12:17 +03:00 |
|
Victor Porof
|
dfbb0ce18e
|
Bug 860175 - On netmonitor examining the specific details of a network action leads to bad overlapping display, r=rcampbell
|
2013-04-22 21:12:17 +03:00 |
|
Ryan VanderMeulen
|
c6e815fd7a
|
Merge m-c to fx-team.
|
2013-04-19 14:00:56 -04:00 |
|
Ryan VanderMeulen
|
dcdbde0ca3
|
Merge inbound to m-c.
|
2013-04-19 13:46:37 -04:00 |
|
Girish Sharma
|
29e03a8745
|
Bug 862363 - Sync the killswitch upon (un)registering of a tool and respect it in Options Panel, r=jwalker
|
2013-04-19 19:14:38 +05:30 |
|
Panos Astithas
|
da78ec639c
|
Bug 863600 - Intermittent browser_toolbox_options.js; r=me
|
2013-04-19 11:13:32 +03:00 |
|
Norbert Lindenberg
|
f8a8f91b24
|
Bug 864519 - Several Netmonitor tests fail when ECMAScript Internationalization API is enabled, r=vporof
|
2013-04-23 15:03:58 +03:00 |
|
Garrett Robinson
|
e1712a3ad0
|
Bug 837351 - Security Errors in Web Console. r=msucan
|
2013-04-22 18:07:36 -07:00 |
|
Girish Sharma
|
8e10588ae8
|
Bug 861908 - While unregistering, first destroy the tool, then remove its panel from toolbox, r=jwalker
Bug 861908 - While unregistering, first destroy the tool, then remove its panel from toolbox, r=jwalker
|
2013-04-17 14:28:41 +05:30 |
|
Mihai Sucan
|
cc33781b85
|
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, browser_Services.js | Services.prompt is an nsIPromptService; r=jwalker
|
2013-04-19 13:33:57 +03:00 |
|
Girish Sharma
|
44f3d7d56d
|
Bug 861817 - Stop using Ctrl+Shift+O shortcut for function searching, r=vporof
|
2013-04-15 17:41:55 +05:30 |
|
Josh Marchán
|
c6d7263232
|
Bug 861192 - gcli addon command shows [object Object] instead of a list of addons; r=mratcliffe
|
2013-04-17 05:10:00 +03:00 |
|
David Creswick
|
43390410c0
|
Bug 777681 - [rule view] Abbreviate long CSS file name source links. r=jwalker
|
2013-04-11 11:08:33 -05:00 |
|
Girish Sharma
|
e90b476596
|
Bug 851546 - Options panel for DevTools Toolbox, r=jwalker,vporof,past
|
2013-04-15 18:04:48 +05:30 |
|
Victor Porof
|
88ca100c99
|
Bug 862198 - Intermittent browser_net_json-long.js | Test timed out, found a tab, r=rcampbell
|
2013-04-18 09:35:27 +03:00 |
|
Victor Porof
|
b819ec95df
|
Bug 861487 - Sizes are displayed with non-localized decimal separator, r=rcampbell
|
2013-04-18 09:35:27 +03:00 |
|
Victor Porof
|
723d0f8e44
|
Bug 859308 - Hide Blocked in Timings tab until we know what that's doing, r=rcampbell
|
2013-04-18 09:35:27 +03:00 |
|
Victor Porof
|
0551ebb9c8
|
Bug 861783 - Removing watch expression of large object not possible via mouse, r=past
|
2013-04-18 09:35:26 +03:00 |
|
Victor Porof
|
ca9d6e4dad
|
Bug 862435 - Tilt doesn't open if the Inspector was opened beforehand, r=dtownsend
|
2013-04-18 09:35:26 +03:00 |
|
Panos Astithas
|
1aef063560
|
Bug 849071 - Create some kind of chrome to turn source mapping on/off in the debugger, r=vporof
|
2013-04-16 18:00:33 +03:00 |
|
Girish Sharma
|
238b779eed
|
Bug 862294 - Sidebar should be responsive in docked Toolbox, r=vporof
|
2013-04-17 12:27:36 +05:30 |
|
Mihai Sucan
|
42f26612d6
|
Bug 862024 - Warning about replaced window.console API shows when content scripts do not change the object; r=past
|
2013-04-17 13:19:29 +03:00 |
|
Ryan VanderMeulen
|
a9cb7d2c88
|
Merge m-c to inbound.
|
2013-04-16 16:04:20 -04:00 |
|
Nick Fitzgerald
|
3bb0728fee
|
Bug 849069 - relative source map URLs should be resolved according to the spec's rules; r=past
|
2013-04-09 11:40:00 +03:00 |
|
Nick Fitzgerald
|
fd19397aa4
|
Bug 772119 - expose source mapped sources over the remote debugging protocol; r=past
|
2013-04-16 00:07:00 +03:00 |
|
Mihai Sucan
|
97c007a0fb
|
Bug 851231 - Output Console.jsm API calls to the browser console; r=jwalker
|
2013-04-15 19:10:04 +03:00 |
|