Commit Graph

5801 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
fbe8a116c7 Backed out changeset 125045e56532 (bug 1356957) for frequent failures in browser_net_security-error.js 2017-04-21 15:25:48 +02:00
Carsten "Tomcat" Book
b08d8d8287 Backed out changeset f6a1f5acfd58 (bug 1356957) 2017-04-21 15:25:22 +02:00
Frederik Braun
777b70a929 Bug 1358050: Add no-implied-eval rule to eslint config r=standard8
MozReview-Commit-ID: KdmpXq2rg1q

--HG--
extra : rebase_source : fc89233a590604e1035be4aebfee9cda894ee07e
2017-04-20 10:33:22 +02:00
nchevobbe
5f3be63ea2 Bug 1358103 - Remove createFactory call on Reps; r=jdescottes
The new Reps bundle from Bug 1357341 is all about functions now,
so we should remove all unnecessary `createFactory` calls
we used to do when creating Reps.

MozReview-Commit-ID: 4KvCThhwphv

--HG--
extra : rebase_source : ade723dbdb78752e5535f18b20370b6c46a54c48
2017-04-21 08:50:24 +02:00
Fred Lin
974a38245b Bug 1356957 - combine double updateRequest call while receive event in _onNetworkEventUpdate;r=rickychien
MozReview-Commit-ID: 7cyDQT6Rz6O

--HG--
extra : rebase_source : bd5a7f0f7e42f3605401c6215a9d4984698b083b
2017-04-20 16:48:40 +08:00
Fred Lin
add25c1f8e Bug 1356957 - call updateRequest once when update request in netmonitor-controller;r=rickychien
MozReview-Commit-ID: J6lLXNlnJnM

--HG--
extra : rebase_source : 5bf947e4bf55e6fba1ec12713944515390dd644f
2017-04-17 14:21:59 +08:00
Alexandre Poirot
d65a3a1316 Bug 1348761 - Fix object inspection performances against objects with large Typed Arrays. r=bgrins
MozReview-Commit-ID: 8QGo2b3pYoL

--HG--
extra : rebase_source : 27b681a4d8957f58801f1e97e8bfed8a50d1e019
2017-04-20 19:32:13 +02:00
Blake Kaplan
634d60f3ac Bug 1357909 - Tweak the strings explaining to the user what's happening. r=ochameau
This patch also watches the dom.ipc.multiOptOut pref to make sure we update
our state when all of the relevant prefs change as well as clarifies how the
code works.

MozReview-Commit-ID: 8qKymEth7C8

--HG--
extra : rebase_source : a7bb9da363aa8e99c803f778d2f9b7eb8ffa0c0a
2017-04-19 15:51:44 -07:00
Wes Kocher
5ce5528fb1 Merge inbound to m-c a=merge
MozReview-Commit-ID: DQDuEiYLWCO
2017-04-20 15:30:43 -07:00
Julian Descottes
7f9cac248f Bug 1354672 - update debugger frontend 04/18/17;r=jdescottes
MozReview-Commit-ID: HI2NymoCLYR

--HG--
extra : rebase_source : 7b7f29e68b5c73246de73ee73bdfbcce7de4e594
extra : source : 26825d7a225d98a9b29def0e0871ed7d8d3cb62f
2017-04-20 14:49:44 +02:00
Andrea Marchesini
26843e3f98 Bug 1357473 - Update Console to the latest spec - part 7 - test updated, r=bgrins 2017-04-20 13:52:43 +02:00
Andrea Marchesini
9a89dabb3e Bug 1357473 - Update Console to the latest spec - part 3 - Console.groupEnd(), r=bgrins, r=nchevobbe 2017-04-18 10:04:00 +02:00
Tom Tromey
d9a58b20b7 Bug 1346326 - implement new console.count semantics; r=baku
Bug 1346326 points out that the console.count spec has changed to

  void count(optional DOMString label = "default");

This patch implements the same behavior, but does not change the webidl,
on the theory that perhaps something relies on the current "any..."
type.

MozReview-Commit-ID: 9RQKAZ4AVtT
2017-04-07 10:04:10 -06:00
Carsten "Tomcat" Book
54c9498baf Merge mozilla-central to mozilla-inbound 2017-04-20 13:03:06 +02:00
Carsten "Tomcat" Book
0ede18d72a Backed out changeset 26825d7a225d (bug 1354672) on developers request 2017-04-20 09:28:11 +02:00
Wes Kocher
cb8ce82cca Merge inbound to m-c a=merge 2017-04-19 17:10:04 -07:00
Tom Tromey
e4a467e282 Bug 1355233 - quote unmatched open paren in function tokens correctly; r=gl
When rewriting in the rule view, the rewriter quotes unmatched open
parens to avoid some edits affecting the rest of the style sheet.  This
was bug 1321970.  However, that change didn't correctly handle the case
of a function token, where the paren in question appears at the end, not
the start, of the token.

MozReview-Commit-ID: GjA40M2KsvX

--HG--
extra : rebase_source : 0dec92ca958d20f02da5c7c4163ad971b2529920
2017-04-17 08:00:58 -06:00
Julian Descottes
ef9a9e80c9 Bug 1354672 - update debugger frontend 04/18/17;r=jdescottes
MozReview-Commit-ID: HI2NymoCLYR

--HG--
extra : rebase_source : 76cd533614d04771319f484cf8eb642d5f966e75
2017-04-18 10:25:19 +02:00
Carsten "Tomcat" Book
44e9c21039 merge mozilla-inbound to mozilla-central a=merge 2017-04-19 10:32:48 +02:00
Wes Kocher
61ed56921b Merge m-c to inbound, a=merge 2017-04-18 14:38:53 -07:00
Kevin Jones
a7fa6eb9b7 Bug 1345090 - Modify SessionStore to restore tabs with lazy browsers. r=mikedeboer,dao
MozReview-Commit-ID: 5J5UqlWMxKX
2017-04-20 11:01:09 +02:00
Stanford Lockhart
04e80c9397 Bug 1349691: Polish the grid inspector and layout tab. r=jdescottes
MozReview-Commit-ID: DPYqfcDRKcs
2017-03-29 17:31:46 -03:00
Michael Layzell
5649a1dff0 Bug 1354635 - Part 2: Wrap JS line in devtools to satisfy eslint, a=bustage
MozReview-Commit-ID: AJrmTsonET2
2017-04-18 15:28:38 -04:00
Michael Layzell
ab79668929 Bug 1354635 - Send permissions to the content process when debugging service workers, r=catalinb
MozReview-Commit-ID: 8cUh5znQcFN
2017-04-18 14:38:56 -04:00
J. Ryan Stinnett
b7f2813ee4 Bug 1345515 - Add notifications advertising new RDM. r=ochameau
New RDM can be disabled because the user flipped a pref or because e10s is
disabled.  For each of these cases, add notifications to old RDM pushing users
to switch to the new version and provide feedback, since the old RDM will
eventually be removed.

MozReview-Commit-ID: EOQ0FkuRmY0

--HG--
extra : rebase_source : a8147f965d238501a60483dd3e0d5c6b075047c7
2017-03-20 16:06:54 -05:00
Carsten "Tomcat" Book
87edaf78ee Merge mozilla-central to autoland
--HG--
extra : rebase_source : 46bdde97ce6567ce8a06b1609de547ef11b24c2a
2017-04-20 13:06:52 +02:00
nchevobbe
f9ffde2907 Bug 1357341 - Fix VariableView with new Reps bundle; r=jdescottes
MozReview-Commit-ID: GSOyL6Nx23Z

--HG--
extra : rebase_source : c930c3f2fd8a7c71c8347872607389d4321e4171
2017-04-20 12:12:14 +02:00
nchevobbe
eb02505b4c Bug 1357341 - Reps 0.6.0: update reps bundle from Github; r=jdescottes
MozReview-Commit-ID: BW0DPLf8dXf

--HG--
extra : rebase_source : b674cd7b3bb493abe1130485b4e3b388b11fdec6
2017-04-20 10:43:32 +02:00
Michael Ratcliffe
5f606637f1 Bug 1352115 - Add scalars for toolbareyedropper, copyuniquecssselector and copyfullcssselector r=bsmedberg,pbro
MozReview-Commit-ID: CeqtJ22GM6M

--HG--
extra : rebase_source : d80264c6bb990b754ce96dbcb7010b8de6096701
2017-04-19 13:04:12 +01:00
Michael Ratcliffe
faf7c1b49c Bug 1356223 - Support scalar telemetry probe types in Telemetry.js r=pbro
MozReview-Commit-ID: A2SMdvjy4jp

--HG--
extra : rebase_source : 002e47280d926c913150dd1b1286a7730855a024
2017-04-19 12:44:54 +01:00
Jim Porter
3517459260 Bug 1352069 - Introduce a pref that allows for disabling cosmetic animations r=jaws
This rolls browser.tabs.animate, browser.fullscreen.animate, and
alerts.disableSlidingEffect into a single pref; if any of these are disabled,
we'll disable the new pref too (toolkit.cosmeticAnimations.enabled). Most
future animations will also be subject to this pref.

MozReview-Commit-ID: 77pLMtERDna

--HG--
extra : rebase_source : 8939e453c2277caa4a90123ae09bb542aaa421ed
2017-04-11 13:47:31 -05:00
Sebastian Hengst
c66c159ddb Backed out changeset 948294d1e5f0 (bug 1356957) for frequently failing devtools/client/netmonitor/test/browser_net_truncate.js with e10s. r=backout 2017-04-19 20:03:50 +02:00
J. Ryan Stinnett
6f8041829b Bug 1352814 - Force session history off for RDM container. r=ochameau
In bug 1313933, we removed the session store black magic that RDM used to do in
order to hide the container tab.

Unfortunately, that fix appears to have been imperfect.  Session store has a
fallback path that can still record the current URL, causing the container URL
to be recorded anyway, even though we asked nicely to please not do that.

In this change, we try a fresh approach of wedging the session history listener
for the container tab so it can't record anything.  This avoids the racy
approach that was used before bug 1313933 while still appearing to block the
container URL from being recorded.

MozReview-Commit-ID: JZTYzMAvaEM

--HG--
extra : rebase_source : dff8a35b25994b49f2e31888d49ffcb6b55402bb
2017-04-18 14:07:14 -05:00
Vangelis Katsikaros
608abe451f Bug 1192523 - "(cached)" tooltip of request method in netmonitor cannot be localized. r=Honza
MozReview-Commit-ID: BJpmm1nAmhg

--HG--
extra : rebase_source : 427587a7209dc392e3ef6541b0cb8721fa9e4dc7
2017-04-17 11:00:18 +03:00
Vangelis Katsikaros
20de7be8a3 Bug 1353057 - Split requests summary button into multiple labels. r=Honza,ntim
MozReview-Commit-ID: 1lwmft6Nucy

--HG--
extra : rebase_source : aa06974077f8c5a96becba24889745f4633ab1ce
2017-04-11 22:41:26 +03:00
Carsten "Tomcat" Book
7bcdfe36bc Merge mozilla-central to autoland 2017-04-19 10:57:24 +02:00
Mike Hommey
75fd170e4c Bug 1357326 - Remove things relying on the b2g* MOZ_BUILD_APP in the build system. r=gps
--HG--
extra : rebase_source : 2471f47ad07d8b90098f90db3ead2e26648cea9f
2017-04-18 18:39:53 +09:00
Ricky Chien
a3be8e06dc Bug 1357447 - Lock down devtools-core package r=gasolin
MozReview-Commit-ID: 1fMPoU3e2Y7

--HG--
extra : rebase_source : f5afccf03f237de185b628add9cb45164d48157e
2017-04-18 23:46:57 +08:00
Fred Lin
4705fe42b1 Bug 1356957 - call updateRequest once when update request in netmonitor-controller;r=rickychien
MozReview-Commit-ID: J6lLXNlnJnM

--HG--
extra : rebase_source : b3f803c7ab5845e0ff6b3a0bcdd24a8eb2cca87b
2017-04-17 14:21:59 +08:00
Patrick Brosset
475fa7b551 Bug 1356873 - Insert inline text nodes between open and close tags; r=gl
MozReview-Commit-ID: 9bWm0EP7Wrp

--HG--
extra : rebase_source : ca64ab2e20a77a828dd8da126ff2bfeb13032d88
2017-04-16 18:11:14 +02:00
Daisuke Akatsuka
ae977fa1ff Bug 1210796 - Part 16: Move unchanged properties to bottom in the list. r=pbro
MozReview-Commit-ID: CEmaEYhD6KM

--HG--
extra : rebase_source : 49f812d66281f87f6f5eff46165450552db3c244
2017-04-18 12:15:57 +09:00
Daisuke Akatsuka
f3194a4a0b Bug 1210796 - Part 15: Displays the animation detail if the previously displayed animation is included in timeline list after refresh all UI. r=pbro
MozReview-Commit-ID: FiltMpwd4VY

--HG--
extra : rebase_source : 607211ac1e205213961f1e1e848a338f6eb0eab6
2017-04-18 12:15:57 +09:00
Daisuke Akatsuka
2cf17a6f91 Bug 1210796 - Part 14: Add close button. r=pbro
MozReview-Commit-ID: 59NdVAtgeLw

--HG--
extra : rebase_source : f8c4ecf6ff9d1fed99f8c07aca6365590aa5e90e
2017-04-18 12:15:56 +09:00
Daisuke Akatsuka
5d3054bb6d Bug 1210796 - Part 13: Add tests. r=pbro
MozReview-Commit-ID: DqcIrW5Hy7E

--HG--
extra : rebase_source : 877bc863afb59b3f63356cfef0ecf913d7731b44
2017-04-18 12:15:56 +09:00
Daisuke Akatsuka
b99d1edf0d Bug 1210796 - Part 12: Unite common codes into utils.js and use. r=pbro
MozReview-Commit-ID: AXzA9aEOc8N

--HG--
extra : rebase_source : 26951806bf7061592dd45309da04336efb52ca99
2017-04-18 12:15:56 +09:00
Daisuke Akatsuka
e80f4886aa Bug 1210796 - Part 11: Disable clicking on keyframes because we can’t calculate correct current time since the animation detail handles the animation progress not time. r=pbro
MozReview-Commit-ID: JhXNREIyH9X

--HG--
extra : rebase_source : e6c77e396241049ef3d0203a3629e758351c878e
2017-04-18 12:15:56 +09:00
Daisuke Akatsuka
be53374bb1 Bug 1210796 - Part 10: Display animation's detail if the animation is only one in the list. r=pbro
MozReview-Commit-ID: G0kQrqzV4tt

--HG--
extra : rebase_source : b5a45951a06e0da72e8f4e76f33772036abe9696
2017-04-18 12:15:56 +09:00
Daisuke Akatsuka
f9582a91b0 Bug 1210796 - Part 9: Add progress indicator. r=pbro
MozReview-Commit-ID: GRcj1tFIKZB

--HG--
extra : rebase_source : be49edec53ba2068b59a9095a2faa0957fbd8c64
2017-04-18 12:15:56 +09:00
Daisuke Akatsuka
781c534bf5 Bug 1210796 - Part 8: Add selection color to selected animation element. r=pbro
MozReview-Commit-ID: Dq4b5kGNAKc

--HG--
extra : rebase_source : ba078e828bb2d1bd25322fedb447ef62ba656a98
2017-04-18 12:15:55 +09:00
Daisuke Akatsuka
de1e31c17f Bug 1210796 - Part 7: Change selection logic. r=pbro
MozReview-Commit-ID: BgG2Hjf0gP4

--HG--
extra : rebase_source : 593f4db314072ce98d3bb7adc52e3df791ceaa78
2017-04-18 12:15:55 +09:00