Patrick Brosset
|
fbca21254c
|
Bug 1076866 - Rect highlighter; r=bgrins
|
2014-11-19 11:16:25 +01:00 |
|
Tom Tromey
|
a93fe9337d
|
Bug 1069661 - add "detail" to timeline markers. r=smaug
|
2014-11-18 14:39:00 +01:00 |
|
Akshendra Pratap
|
9b396000ec
|
Bug 988826 - Using LongStringActor for exceptionMessage in the evaluateJS response packet. r=past
|
2014-11-14 11:05:00 +01:00 |
|
Jan Odvarko
|
113d163096
|
Bug 977443 - Implement an actor that defines new actors. r=ochameau
|
2014-10-03 12:49:00 +01:00 |
|
Carsten "Tomcat" Book
|
6055171260
|
Merge mozilla-central to mozilla-inbound
|
2014-11-18 17:32:02 +01:00 |
|
Alexandre Poirot
|
b99556748b
|
Bug 1094203 - Enable tools if related actor is available. r=jryans
|
2014-11-12 04:57:00 +01:00 |
|
Alexandre Poirot
|
171321dc6c
|
Bug 1091706 - Ensure spawning only one devtools loader instances. r=jryans
|
2014-11-17 12:47:35 -08:00 |
|
Albert Juhe
|
ace58d5ddf
|
Bug 1059376 - DevTools themes - Update arrow color to match the info bar color; r=bgrins
|
2014-11-17 08:47:56 -08:00 |
|
Brian Grinstead
|
ff85c18fa3
|
Bug 1093875 - Allow XBL anonymous content inspection inside of an HTML document;r=pbrosset
|
2014-11-14 08:02:22 -08:00 |
|
Sid Stamm
|
c15d072ebe
|
Bug 704320 - Add referrer policy support for nsIWebBrowserPersist and its consumers. (r=jst)
|
2014-11-18 08:47:14 -05:00 |
|
Nick Fitzgerald
|
e94753d0c8
|
Bug 1096739 - Clean up ThreadActor.prototype._setBreakpoint. r=ejpbruel,past
|
2014-11-13 10:07:18 -08:00 |
|
Patrick Brosset
|
884af473bd
|
Bug 1096575 - Move highlighter.css to toolkit so it is available in other app types; r=paolo
--HG--
rename : browser/themes/shared/devtools/highlighter.css => toolkit/devtools/server/actors/highlighter.css
|
2014-11-13 18:53:07 +01:00 |
|
Wes Kocher
|
5e819608be
|
Merge m-c to fx-team a=merge
|
2014-11-12 17:28:49 -08:00 |
|
Ryan VanderMeulen
|
aff46d94c6
|
Merge m-c to inbound. a=merge
|
2014-11-12 15:52:37 -05:00 |
|
Alexandre Poirot
|
8dcc7892bb
|
Bug 1091706 - Properly create TabActor on non-e10s tabs. r=jryans
|
2014-11-12 06:01:00 -05:00 |
|
Nick Fitzgerald
|
e13c782a26
|
Bug 1095216 - Fix breakpoints when multiple of the 'same' source are loaded concurrently. r=ejpbruel
|
2014-11-07 15:21:00 +01:00 |
|
Alexandre Poirot
|
224155905a
|
Bug 1060093 - Implement toolbox to debug chrome of the content process. r=jryans
|
2014-11-07 14:24:47 -06:00 |
|
James Long
|
545ca3bc3b
|
Bug 1094965 - Move 'fetch' from the script actor to DevToolsUtils. r=fitzgen
|
2014-11-06 10:31:00 -05:00 |
|
Akshendra Pratap
|
f8c8e1a738
|
Bug 989326 - Loader.jsm's _writeFile function using OS.File.writeAtomic(). r=yoric
|
2014-11-03 04:43:00 +01:00 |
|
James Long
|
41cd3158e4
|
Bug 1093349 - Add prettyPrinting and blackBoxing traits and hide buttons in debugger conditionally. r=past, a=me
|
2014-11-05 10:16:00 -05:00 |
|
Patrick Brosset
|
9a8e2bb715
|
Bug 985597 - Don't highlight hidden nodes; r=miker
|
2014-11-06 13:04:44 +01:00 |
|
Patrick Brosset
|
fb314af007
|
Bug 985597 - Tests for the new highlighter implementation using the AnonymousContent API; r=miker r=jwalker
--HG--
rename : browser/devtools/markupview/test/browser_markupview_highlight_hover_01.js => browser/devtools/inspector/test/browser_inspector_highlighter-hover_01.js
rename : browser/devtools/markupview/test/browser_markupview_highlight_hover_02.js => browser/devtools/inspector/test/browser_inspector_highlighter-hover_02.js
rename : browser/devtools/markupview/test/browser_markupview_highlight_hover_03.js => browser/devtools/inspector/test/browser_inspector_highlighter-hover_03.js
rename : browser/devtools/inspector/test/browser_inspector_highlight_after_transition.html => browser/devtools/inspector/test/doc_inspector_highlight_after_transition.html
rename : browser/devtools/inspector/test/browser_inspector_infobar_01.html => browser/devtools/inspector/test/doc_inspector_infobar_01.html
rename : browser/devtools/inspector/test/browser_inspector_infobar_02.html => browser/devtools/inspector/test/doc_inspector_infobar_02.html
|
2014-11-06 13:04:37 +01:00 |
|
Patrick Brosset
|
aa41f7bb39
|
Bug 985597 - Filter useless highlighter updates & and use requestAnimationFrame for updates; r=miker
|
2014-11-06 13:04:28 +01:00 |
|
Patrick Brosset
|
2235c1fc3d
|
Bug 985597 - Use the AnonymousContent Document API for the highlighters; r=miker r=Gijs
--HG--
rename : browser/themes/shared/devtools/highlighter.inc.css => browser/themes/shared/devtools/highlighter.css
|
2014-11-06 13:04:23 +01:00 |
|
Alexandre Poirot
|
7e1f056670
|
Bug 1064108 - Prevent sideloading apps with too permissive permission. r=jryans
|
2014-11-04 06:46:00 +01:00 |
|
James Long
|
e6c6dce4f1
|
Bug 1097107 - Fix a few errors in the protocol.js docs. r=fitzgen
|
2014-11-11 13:36:00 -05:00 |
|
Alexander J. Vincent
|
1255b6cbe8
|
Bug 1092477 - Let the subscript Loader report any URL it fails on, when it can. r=bholley
|
2014-11-08 17:08:09 -08:00 |
|
Nick Fitzgerald
|
e0e4c72030
|
Bug 1090594 - Part 2: Fix indentation in DebuggerClient.prototype.onPacket. r=ejpbruel
|
2014-10-31 10:27:00 +01:00 |
|
Nick Fitzgerald
|
89194ea597
|
Bug 1090594 - Part 1: Remove the unused ProtocolCompatibility layer from the debugger client (no whitespace changes). r=ejpbruel
|
2014-10-31 10:26:00 +01:00 |
|
Ryan VanderMeulen
|
e7353cb4a6
|
Merge fx-team to m-c. a=merge
|
2014-10-31 16:16:38 -04:00 |
|
David Rajchenbach-Teller
|
0b22cd2596
|
Bug 1083989 - Adapting Devtools tests that expect Promise.jsm in the scope. r=paul
|
2014-10-27 22:45:03 +01:00 |
|
Nick Fitzgerald
|
f6ad6d6d08
|
Bug 1087054 - Actually use the source map request cache. r=past
|
2014-10-27 14:08:00 -04:00 |
|
Dave Camp
|
db52304165
|
Bug 1081689 - Allow unregistration of a protocol.js type. r=paul
|
2014-10-12 09:18:00 +03:00 |
|
J. Ryan Stinnett
|
ccd4a3b25b
|
Bug 1097181 - lazyRequireGetter shouldn't bind to the main loader. r=fitzgen
--HG--
extra : transplant_source : %C1%9CG%94%95%F0U%A6%EF%AA%C9%B9%BB%1C%D4%FC%D0%CDX%CE
|
2014-11-11 13:20:35 -06:00 |
|
J. Ryan Stinnett
|
9b458a01cd
|
Bug 1089913 - Consult Fennec session store for zombie tabs. r=ochameau
|
2014-10-28 07:09:00 -04:00 |
|
Nick Fitzgerald
|
a1f8631bfb
|
Bug 1068144 - Expose allocation time stamps in the memory actor. r=jryans
|
2014-10-28 11:56:00 +01:00 |
|
Etienne Segonzac
|
b17ce55303
|
Bug 1082652 - [b2g-desktop] Dispatch touchstart/touchend on the system app to match on device behavior. r=ochameau
|
2014-10-17 07:14:00 -04:00 |
|
Paul Rouget
|
d922806696
|
Bug 1073584 - timeline.js: support root actor. r=pbrosset
|
2014-10-28 02:21:00 -04:00 |
|
Jordan Santell
|
edeff29eb1
|
Bug 1077442 - Create a pseudo-PerformanceFront, r=vp
|
2014-10-23 12:47:00 +02:00 |
|
Alexandre Poirot
|
e91c1cda7b
|
Bug 1019714 - Forbid overloading apps not being pushed via devtools. r=jryans, r=fabrice
|
2014-10-27 11:17:40 -04:00 |
|
Carsten "Tomcat" Book
|
9b9adb1962
|
merge fx-team to mozilla-central a=merge
|
2014-10-27 15:56:31 +01:00 |
|
Fabrice Desré
|
87c15ed3d5
|
Bug 1088800 - Apps fail to launch on b2g desktop with OOP enabled r=bholley
|
2014-10-26 13:32:26 -07:00 |
|
Ben Francis
|
6753b03bac
|
Bug 1075716 - Support app manifests served with the application/manifest+json MIME type r=fabrice
|
2014-10-25 20:46:27 -07:00 |
|
Nick Fitzgerald
|
2c2118e5e0
|
Bug 1033153 - Part 1: Expose Promise state over the remote debugging protocol. r=jryans
|
2014-10-23 15:52:00 +02:00 |
|
Ryan VanderMeulen
|
3309392b4d
|
Merge m-c to fx-team. a=merge
--HG--
rename : media/libcubeb/README => media/libcubeb/README.md
extra : rebase_source : e737591afb844e80b36bb0192ef72b23f68cbd5e
|
2014-10-23 14:07:56 -04:00 |
|
Gregor Wagner
|
747c2e0155
|
Backout Bug 1082652 for causing integration test issues.
|
2014-10-22 17:13:44 -07:00 |
|
Jordan Santell
|
c47033ee24
|
Bug 1069673 - Add support methods on devtool's Target, r=jryans
|
2014-10-22 13:33:00 +02:00 |
|
Paul Rouget
|
7494493a1d
|
Bug 1050502 - [timeline] display console.time/timeEnd calls as markers. r=pbrosset,r=vporof,r=baku
|
2014-10-22 23:51:00 +02:00 |
|
Wes Kocher
|
ba9920db9a
|
Merge fx-team to m-c a=merge
|
2014-10-21 18:51:22 -07:00 |
|
J. Ryan Stinnett
|
94694e3456
|
Bug 1084509 - gBrowser might not be available on all windows. r=ochameau
|
2014-10-20 14:00:00 -04:00 |
|