Julian Descottes
c1d34084ca
Bug 1247629 - gcli mdn fails gracefully if client widget is not available;r=pbro
2016-02-12 00:53:45 +01:00
Carsten "Tomcat" Book
fa791ec83a
Backed out changeset cdbe72c64a60 (bug 1241707)
2016-02-12 12:16:01 +01:00
Lin Clark
6300f7caa4
Bug 1241707 - [e10s] Web Console should restore focus to proper place when closed. r=jryans
2016-02-11 16:00:00 +01:00
Phil Ringnalda
51f86649ae
Back out c578a05bb9d6 (bug 1243131) for browser_memory_keyboard-snapshot-list.js timeout threshold exceeded on Linux32 debug
2016-02-11 21:50:07 -08:00
Julian Descottes
6dc0270966
Bug 1243131 - memory tool: select snapshot using ACCEL+{UP/DOWN};r=fitzgen
...
Adds a keydown listener on the memory panel window. Select previous/next snapshot
when user presses UP/DOWN with the accelKey modifier (metaKey on OSX, ctrlKey on
windows).
Keydown events with modifiers are no longer listened to by the tree node elements.
Updated tree node test.
Added new mochitest to test the new keyboard navigation on the census view. )
2016-02-08 16:30:01 +01:00
Tim Nguyen
ca9e89cbf5
Bug 1224660 - Followup: use 2 space indentaion for diff.svg. r=me
2016-02-12 00:32:32 +01:00
Gabriel Luong
441c99775b
Bug 1241326 - Implement resize handles to change viewport size on drag r=jryans
2016-02-11 18:14:07 -05:00
Kris Maglione
b4b98f8444
Bug 1244496: Add more detail to TabOpen/TabClose events for tabs moved between windows. r=Gijs
...
MozReview-Commit-ID: 9YHaVlMW0T6
2016-02-10 17:52:53 -08:00
Alexandre Poirot
7768e6cdb7
Bug 1245462 - Explicitely import gDevTools r=jryans
...
toolbox.js was using Cu.import(gDevTools) without second argument
and ended up injecting gDevTools into all next modules being loaded.
Hopefully, fonts.js seems to be the only one relying on this!
2016-02-11 04:29:47 -08:00
Alexandre Poirot
37ff108c43
Bug 1245462 - DevTools is not longer exposed by gDevTools.jsm. r=jryans
2016-02-11 04:29:47 -08:00
Alexandre Poirot
d7300b9b62
Bug 1245462 - Cleanup various require/import in devtools. r=jryans
2016-02-11 04:29:47 -08:00
Alexandre Poirot
43a304febe
Bug 1245462 - Replace usages of gDevTools.jsm by module imports. r=jryans
2016-02-11 04:29:47 -08:00
Julian Descottes
050f86189e
Bug 1246570 - mem.tool parentMap maps nodeId->node, remove verbose xpcshell logs;r=fitzgen
2016-02-10 17:57:37 +01:00
Joe Walker
d7d495ed86
Bug 1243805 - Replace Proxy.create with new Proxy in devtools l10n code. r=jryans
2016-02-05 18:30:59 +00:00
Nicolas Chevobbe
ee4677067e
Bug 1232681 - Display script-generated animations correctly. r=pbro
...
MozReview-Commit-ID: 2pk7sxVTHTk
2016-02-03 23:21:44 +01:00
J. Ryan Stinnett
63f767ee13
Bug 1244226 - Fix promise error in simulator test. r=ochameau
...
MozReview-Commit-ID: B6UpRTlJYDM
2016-02-11 00:43:59 -06:00
Gabriel Luong
b33ee2d522
Bug 1239441 - Implement landscape / portrait button that rotates the viewport r=jryans
2016-02-10 17:07:17 -05:00
J. Ryan Stinnett
c1d919139b
Bug 1247091 - Add workers to actor docs. r=ochameau
...
MozReview-Commit-ID: KMZtrpsXqWo
2016-02-10 07:18:09 -06:00
Sebastian Hengst
3f073640fa
Backed out changeset e1576fc08c1c (bug 1246570) for XPCshell failures. r=backout
2016-02-10 12:55:11 +01:00
Alexandre Poirot
5bc7389b70
Bug 1188405 - Ensure initializing main client module when running the Browser Toolbox. r=jryans
2016-02-10 02:35:00 -08:00
Alexandre Poirot
771e3db7af
Bug 1188405 - Convert gDevTools/gDevToolsBrowser into modules. r=jryans
...
gDevTools.jsm isn't properly reloadable as JSM as meant to be long-lived singletons.
Also, it contains browser related code (gDevToolsBrowser) mixed with more generic one (gDevTools).
This move is going to help hot reloading devtools codebase while improve readability of
one of our core piece of code (devtools startup and browser hooks).
--HG--
rename : devtools/client/framework/gDevTools.jsm => devtools/client/framework/devtools-browser.js
2016-02-10 02:34:59 -08:00
Julian Descottes
7b46c1e36b
Bug 1246570 - memory tool: parentMap should map nodeId->node. r=fitzgen
2016-02-08 21:16:22 +01:00
Jordan Santell
7667af09df
Bug 1246273 - Add localized strings for types and attempts in the JIT opts view. r=vp
2016-02-09 09:08:22 -08:00
Jordan Santell
25f6f2accf
Bug 1243929 - Only show jit optimizations panel when pref is on and current selected frame has optimizations. r=vp
2016-02-09 08:58:15 -08:00
Jordan Santell
be23968d78
Bug 1172120 - Filter out uninteresting markers and bars in a test failing on linux/e10s consistently for marker details. r=vp
2016-02-09 08:40:00 -08:00
Julian Descottes
116410e825
Bug 1246650 - upgrade redux to version 3.3.0; r=jsantell
2016-02-08 16:23:10 +01:00
Jordan Santell
581969bc82
Bug 1244225 - Do not access allocation recording settings when the memory component isn't attached. r=fitzgen
2016-02-08 14:25:00 +01:00
Carsten "Tomcat" Book
21e304554a
Merge mozilla-central to fx-team
2016-02-09 13:10:45 +01:00
Victor Porof
c543188a2f
Bug 1120623 - Make the flamegraph keyboard accessible, r=jsantell
2016-02-09 13:45:37 +02:00
Carsten "Tomcat" Book
8c842845b5
merge mozilla-inbound to mozilla-central a=merge
2016-02-09 12:02:38 +01:00
Alexandre Poirot
f68cd48688
Bug 1245615 - Nullify hostVsStores only after event unregistration to prevent exceptions. r=mratcliffe
2016-02-09 02:50:16 -08:00
Alexandre Poirot
f1621210c9
Bug 1141222 - Test Cu.reportError stack in browser console. r=vporof
2016-02-09 02:50:16 -08:00
Myk Melez
76721b9467
Bug 1238576 - disable mozApps API on desktop/Android; r=ehsan,ochameau,bz,mcmanus,jmaher,marco
2016-02-08 11:24:22 -08:00
J. Ryan Stinnett
62b7f74112
Bug 1204127
- Fix line endings in DevTools server test. r=me
2016-02-08 17:32:07 -06:00
J. Ryan Stinnett
69c2809fbd
Bug 1204127
- Remove dead paths from debugger. r=fitzgen
2016-02-08 17:32:07 -06:00
J. Ryan Stinnett
4b209b331c
Bug 1204127
- Clean up paths added after migration. r=ochameau
2016-02-08 17:32:07 -06:00
Patrick Brosset
62328936e5
Bug 1244755 - 3 - Remove CPOW usages and eslint warnings from devtools/client/inspector/layout; r=miker
2016-02-04 20:56:32 +01:00
Patrick Brosset
6bdedeb92c
Bug 1244755 - 2 - Remove addTest logic from layout-view tests for better consistency; r=miker
2016-02-04 13:25:10 +01:00
Patrick Brosset
024f4028ee
Bug 1244755 - 1 - Enable browser_layout.js with e10s by using the testActor; r=miker
2016-02-01 17:26:08 +01:00
Patrick Brosset
a16be3b1bc
Bug 1246582 - Enable browser_fontinspector_theme-change.js on e10s; r=me
2016-02-08 12:06:05 +01:00
Patrick Brosset
2fd80203c8
Bug 1245849 - Remove mochitest browser_animation_name.js and add a xpcshell test instead; r=ochameau
2016-02-08 16:14:11 +01:00
Nicolas Chevobbe
6b21aaae19
Bug 1228978 - Add a drop-mark to the playback-rate selector in the animation-inspector's toolbar; r=pbro
2016-02-02 22:47:13 +01:00
Phil Ringnalda
aa07b214e1
Bug 1229272 - skip browser_storage_sidebar.js on e10s opt Win7 for frequent failures
2016-02-07 13:57:52 -08:00
Nick Fitzgerald
4d4eabb11f
Bug 1246017 - Create the parent map in the HeapAnalysesWorker; r=jimb
2016-02-05 15:11:48 -08:00
Julian Descottes
0e70000ac4
Bug 1030712 - Ruleview: Skip apply() after clicking suggestion. r=pbro
...
When using the inplace editor, clicking on an autocomplete suggestion
no longer triggers apply() and no longer calls the done() callback.
This way the inplace editor behavas similarly when using the keyboard
and when using the mouse.
2016-01-28 21:22:33 +01:00
Nick Fitzgerald
556f8d9aeb
Bug 1245739 - Disable the browser_memory_allocationStackBreakdown_01.js test on DEBUG builds. r=jsantell
...
Unfortunately, this test is frequently reporting the doc_steady_allocation.html
test tab window as leaking. Let's disable it for now, and re-enable it along
with the other leaky tests in bug 1219554.
2016-02-05 09:24:00 -05:00
Joe Whitfield-Seed
35ec976981
Bug 1245496 - Fix eslint errors in about:debugging. r=janx
2016-02-04 20:10:08 +00:00
Jordan Santell
07cb285996
Bug 1175756 - Change JIT optimizations to be a view pref, rather than a recording pref. r=vp
2016-02-05 08:04:12 -08:00
Patrick Brosset
ff1ec5eddf
Bug 1229913 - Prevent race conditions when there are many animation mutations; r=miker
2016-02-01 15:58:04 +01:00
Carsten "Tomcat" Book
8bf26d2dd4
Backed out changeset 92889fed3b3b (bug 1246017) for xpcshell bustage
2016-02-05 14:06:27 +01:00