Wes Kocher
b914b5fb73
Backed out changeset e8148cda7d85 (bug 989960) for xpcshell bustage
2016-02-01 08:25:19 -08:00
Julian Descottes
fdc7cd2cc5
Bug 1059312 - Fix highlighter offset after switching iframe context;r=pbro
...
The auto-refresh highlighter base class was getting a reference to the window
object to use for highlighting at instanciation time.
This reference should be updated if a navigation of the highlight environment
occurs.
This commit maps the "win" property to a getter, so that win is always in sync
with the current highlight environment.
2016-01-31 10:19:31 +01:00
Paolo Amadini
40cb6baf8e
Bug 989960 - Unhandled rejections in DOM Promises should cause xpcshell tests to fail. r=Yoric
2016-01-30 18:53:56 +00:00
Christoph Kerschbaumer
12a3f8477f
Bug 1243936 - Convert remaining callsites within devtools/ and toolkit/ to use channel.open2()
2016-01-29 09:16:13 -08:00
Alexandre Poirot
caf4affe0f
Bug 1239276 - Add missing parenthese in test_protocol_async.js r=me. CLOSED TREE
2016-01-28 11:50:10 -08:00
Alexandre Poirot
b53b12bcab
Bug 1239276 - Convert DebuggerClient.connect to promise. r=jryans
2016-01-28 10:11:31 -08:00
Xidorn Quan
0790dabaf5
Bug 1064843
part 7 - Add backdrop pseudo-element and add related UA stylesheet. r=heycam
2016-01-28 10:11:00 +11:00
Mike Conley
fd9e0817fa
Bug 1233497 - Don't yield or resolve CPOWs from Tasks or Promises in devtools tests. r=jryans
2016-01-07 13:40:41 -05:00
Wes Kocher
c3acc03e57
Backed out 2 changesets (bug 1013219) for apparently making test_ocsp_stapling_expired.js frequently time out
...
Backed out changeset a97c7103effe (bug 1013219)
Backed out changeset a877772255f6 (bug 1013219)
2016-01-26 10:51:24 -08:00
Alexandre Poirot
23718f065f
Backed out 3 changesets (bug 1003860) for dt6//browser_storage_basic.js failure on win7-debug
...
Backed out changeset 824ccce70bcf (bug 1003860)
Backed out changeset d1d1dbec6725 (bug 1003860)
Backed out changeset a4fe93d921ad (bug 1003860)
2016-01-25 11:56:07 -08:00
Tom Tromey
5c9d0b3b55
Bug 1013219 - set line number of return instruction; r=efaust,fitzgen,ejpbruel
2016-01-25 12:17:01 -07:00
Tom Tromey
7c4e941f79
Bug 1013219 - set the line number of the terminating retrval; r=jimb,ejpbruel,fitzgen
2016-01-25 12:17:01 -07:00
Alexandre Poirot
4eb147fb7a
Bug 1003860 - Service worker cache for storage actor. r=mratcliffe
2016-01-25 06:06:48 -08:00
Lin Clark
6a7c81cd16
Bug 1235374 - Change BreakpointActor to protocol.js. r=jryans
2016-01-22 15:52:00 -05:00
Victor Porof
4455cf9ea8
Bug 1226267 - Emit CallWatcher call events, r=jsantell
2016-01-22 15:26:03 +01:00
Patrick Brosset
8fbd12a804
Bug 1213651 - Avoid server round-trips when displaying animated dom nodes; r=tromey
...
The main change here is that nodeFronts that have already been displayed
in the timeline are stored in a WeakMap so they can be retrieved from it
next time they're displayed and avoid a server-side round trip which, in
turn, causes the UI to flicker.
The other change is that now, it is possible to tell the animations actor
what is the current walker actor, which allows animation player actors to
directly send the NodeActor ID as part of their forms. Which, in most cases,
completely eliminates the server round-trip, because the corresponding
NodeFronts are already known on the client, so we get them from there.
The last change done here is that AnimationTargetNode now becomes a thin
wrapper on top of the new DomNodePreview component that was extracted so
it can be reused in other places.
2016-01-21 13:19:58 +01:00
Carsten "Tomcat" Book
acc0178869
Backed out changeset 8d93e84979b5 (bug 1003860)
2016-01-21 12:25:21 +01:00
Alexandre Poirot
b76236f8c7
Bug 1003860 - Service worker cache for storage actor. r=mratcliffe
2016-01-20 14:09:25 -08:00
Alexandre Poirot
86e5e69416
Bug 1240762 - Fix ServiceWorker request coming from Cache/Fetch. r=vporof
2016-01-20 14:09:25 -08:00
Tom Tromey
29f90a4e84
Bug 1239438 - fix most eslint warnings in styles.js; r=pbro
2016-01-20 13:39:06 -07:00
Carsten "Tomcat" Book
79359c90a2
Merge mozilla-central to fx-team
2016-01-20 15:37:48 +01:00
Victor Porof
aeb76806d9
Bug 1226245 - Make CallWatcher generic, r=jsantell
2016-01-20 14:11:14 +01:00
Carsten "Tomcat" Book
165adb143c
Backed out changeset b4b8a8dd9ce8 (bug 1239008) for dt1 test failures
2016-01-14 16:43:20 +01:00
Alexandre Poirot
617291730a
bug 1158264 - Flag requests coming from service workers. r=vporof
2016-01-14 05:53:00 -08:00
Lin Clark
55ccd55d53
Bug 1239008 - Change ChromeDebuggerActor to protocol.js. r=jryans
2016-01-12 11:46:00 +01:00
Julian Descottes
c54c3093b7
Bug 1157469 - use EventListenerService to update markupview event bubbles. r=bgrins
...
Inspector actor now uses EventListenerService:addListenerChangeListener to propagate
event listener changes as mutations with type 'events'.
markupview will now trigger an update when receiving a mutation of type 'event', and
the event bubble display will be updated
2016-01-06 15:01:24 -08:00
Wes Kocher
cb1b677f13
Backed out 2 changesets (bug 1013219) for xpcshell bustage in test_stepping-07.js
...
Backed out changeset eb7c34221195 (bug 1013219)
Backed out changeset c62dadd77752 (bug 1013219)
2016-01-13 13:09:31 -08:00
Tom Tromey
ac8e662c4b
Bug 1013219 - set line number of return instruction; r=efaust,fitzgen,ejpbruel
2016-01-13 11:29:57 -07:00
Tom Tromey
fc541e2331
Bug 1013219 - set the line number of the terminating retrval; r=jimb,ejpbruel,fitzgen
2016-01-13 11:29:56 -07:00
Gabriel Luong
96df00b36a
Bug 1237441 - Move styleinspector directory into the shared inspector directory r=pbro
2016-01-12 09:52:12 -08:00
Wes Kocher
59ea9ea4e5
Backed out changeset 29f184e43309 (bug 1237441) for eventual build bustage
2016-01-12 09:20:43 -08:00
Gabriel Luong
dc6938d550
Bug 1237441 - Move styleinspector directory into the shared inspector directory r=pbro
2016-01-12 08:55:46 -08:00
Alexandre Poirot
bfd0df060a
Bug 1227978 - Remove unecessary usages of promiseInvoke, rdpInvoke r=jlongster
2016-01-12 01:14:00 -08:00
Alexandre Poirot
7965a514bf
Bug 1227978 - Simplify usages of Debuggerclient APIs now that all requests returns promises. r=jlongster
2016-01-12 01:14:00 -08:00
Tyler Steiman
7f61b0ab8f
Bug 1226912 - removes mouseleave event listeners from measuring tool. r=jwalker
2015-12-04 16:12:00 +01:00
Lin Clark
03a46106e1
Bug 1235375 - Change FrameActor to protocol.js. r=ejpbruel
2016-01-04 08:34:00 -05:00
Razvan Balosin
dc87a9da7e
Bug 1228829 - Make infobar more visible on dark backgrounds. r=pbro, r=ntim
2015-12-11 10:02:00 -05:00
Sebastian Hengst
bef6d88049
Backed out 2 changesets (bug 1013219) for failing XPCShell test_stepping-07.js on a CLOSED TREE. r=backout
...
Backed out changeset 6d73df273b78 (bug 1013219)
Backed out changeset 7e311f480d8f (bug 1013219)
2016-01-08 19:12:36 +01:00
Sebastian Hengst
dc446d31a8
Backed out 3 changesets (bug 1227978) for XPCShell and dt3 bustage on a CLOSED TREE. r=backout
...
Backed out changeset d8a429b575e3 (bug 1227978)
Backed out changeset f99079d057cc (bug 1227978)
Backed out changeset 8b4ced39ad58 (bug 1227978)
2016-01-08 19:03:25 +01:00
Tom Tromey
ece331e264
Bug 1237673 - remove test_setBreakpoint-on-line-with-no-offets-in-gcd-script.js; r=jlongster
2016-01-08 08:26:30 -07:00
Tom Tromey
ee0204a756
Bug 1013219 - set line number of return instruction; r=efaust,fitzgen,ejpbruel
2016-01-08 08:21:42 -07:00
Tom Tromey
6c5d542cb9
Bug 1013219 - set the line number of the terminating retrval; r=jimb,ejpbruel,fitzgen
2016-01-08 08:21:41 -07:00
Alexandre Poirot
96c6e9a4dc
Bug 1227978 - Remove unecessary usages of promiseInvoke, rdpInvoke r=jlongster
2016-01-08 06:59:34 -08:00
Alexandre Poirot
50ea9f134a
Bug 1227978 - Simplify usages of Debuggerclient APIs now that all requests returns promises. r=jlongster
2016-01-08 06:59:34 -08:00
Phil Ringnalda
3e46ab7de8
Merge m-c to f-t
2016-01-07 20:42:35 -08:00
Phil Ringnalda
b60c4ec888
Back out d933300edeed (bug 1157469) for devtools xpc::IsInContentXBLScope crashes, a=backout
2016-01-07 20:37:06 -08:00
Brian Grinstead
dc669b0683
Bug 1237428 - Don't cap number of attributes on DOM nodes in console;r=jryans
2016-01-07 14:30:23 -08:00
Julian Descottes
793ef809e9
Bug 1157469 - use EventListenerService to update markupview event bubbles;r=bgrins
...
Inspector actor now uses EventListenerService:addListenerChangeListener to propagate
event listener changes as mutations with type 'events'.
markupview will now trigger an update when receiving a mutation of type 'event', and
the event bubble display will be updated
2016-01-06 15:01:24 -08:00
James Long
da676fb17f
Bug 1230345 - kill breakpoint sliding for most scenarios, only do it when we know we have scripts r=fitzgen
2016-01-07 11:53:56 -05:00
Carsten "Tomcat" Book
d1ee9c9f70
merge mozilla-inbound to mozilla-central a=merge
2016-01-07 11:50:57 +01:00