Граф коммитов

67 Коммитов

Автор SHA1 Сообщение Дата
Patrick Brosset 0a1d6164e3 Bug 1349256 - Moved docs into folders so it's easier to browse; r=sole
MozReview-Commit-ID: HzL3w8vp8iS

--HG--
rename : devtools/docs/backend.md => devtools/docs/backend/backend.md
rename : devtools/docs/backward-compatibility.md => devtools/docs/backend/backward-compatibility.md
rename : devtools/docs/debugger-api.md => devtools/docs/backend/debugger-api.md
rename : devtools/docs/protocol.md => devtools/docs/backend/protocol.md
rename : devtools/docs/frontend.md => devtools/docs/frontend/frontend.md
rename : devtools/docs/react-guidelines.md => devtools/docs/frontend/react-guidelines.md
rename : devtools/docs/react-tips.md => devtools/docs/frontend/react-tips.md
rename : devtools/docs/react.md => devtools/docs/frontend/react.md
rename : devtools/docs/redux-guidelines.md => devtools/docs/frontend/redux-guidelines.md
rename : devtools/docs/redux-tips.md => devtools/docs/frontend/redux-tips.md
rename : devtools/docs/redux.md => devtools/docs/frontend/redux.md
rename : devtools/docs/svgs.md => devtools/docs/frontend/svgs.md
rename : devtools/docs/img/box-model-highlighter-screenshot.png => devtools/docs/resources/box-model-highlighter-screenshot.png
rename : devtools/docs/svgs/expand-strokes.gif => devtools/docs/resources/expand-strokes.gif
rename : devtools/docs/svgs/pathfinder.gif => devtools/docs/resources/pathfinder.gif
rename : devtools/docs/svgs/sketch-position.png => devtools/docs/resources/sketch-position.png
rename : devtools/docs/debugger-panel.md => devtools/docs/tools/debugger-panel.md
rename : devtools/docs/highlighters.md => devtools/docs/tools/highlighters.md
rename : devtools/docs/http-inspector.md => devtools/docs/tools/http-inspector.md
rename : devtools/docs/inspector-panel.md => devtools/docs/tools/inspector-panel.md
rename : devtools/docs/inspector.md => devtools/docs/tools/inspector.md
rename : devtools/docs/memory-panel.md => devtools/docs/tools/memory-panel.md
rename : devtools/docs/responsive-design-mode.md => devtools/docs/tools/responsive-design-mode.md
rename : devtools/docs/tools.md => devtools/docs/tools/tools.md
extra : rebase_source : 0750f5dce2148abdd0a32deef4f96d6be6399526
2017-03-21 15:10:40 +01:00
Patrick Brosset 3ddec49af9 Bug 1349256 - Rephrase README.md a bit and remove dup information; r=sole
MozReview-Commit-ID: DZNKpJarEY7

--HG--
extra : rebase_source : fc290961d3ff0ceff28c61001afccbd921864888
2017-03-22 13:55:54 +01:00
Patrick Brosset 7164550d4c Bug 1347977 - Add docs about highlighters to /devtools/docs; r=jryans
MozReview-Commit-ID: 7Qdi9i2iaN8

--HG--
extra : rebase_source : 1a57df3f269543d8db72038dd2b0f485c8972e9f
2017-03-16 18:41:06 +01:00
Patrick Brosset 796788c53f Bug 1347977 - Add docs about backward compatibility; r=jryans
MozReview-Commit-ID: 2DiEwC0PGjd

--HG--
extra : rebase_source : 247642cdf2563492c1e474a74893b9b13636a4f6
2017-03-16 17:10:29 +01:00
Sebastian Hengst eacdb7c6e3 Bug 1336715 - Use https://hg.mozilla.org instead of http in devtools comments. r=pbro
MozReview-Commit-ID: iSeSOEv0B

--HG--
extra : rebase_source : 26e63413aa3e585a1248a8654d4719ce64808c76
2017-02-04 14:45:36 +01:00
Tim Nguyen 4b0c49b118 Bug 1268591 - Make devtools icons black by default and invert them for dark theme. r=bgrins a=kwierso CLOSED TREE
MozReview-Commit-ID: DhcotPhGY9w
2016-07-22 00:44:11 +02:00
J. Ryan Stinnett 10cd63b51b Bug 1240900 - Connect primary browser UI to the viewport. r=ochameau
The primary browser navigational UI should now behave as if it's connected to
the page content in the viewport, including things like:

* Content page's URL is displayed in location bar
* Content page's title is displayed on the tab
* Back / forward navigates the viewport
* Entering a location navigates the viewport
* Page loading progress is displayed in the status bar as usual

MozReview-Commit-ID: FzxWEwj13sJ
2016-06-25 11:35:02 -05:00
J. Ryan Stinnett 37028d8743 Bug 1240913 - Destroy RDM early on quit. r=ochameau
Watch for the tab's `beforeunload` and destroy RDM when it happens.  This
resolves issues with session restore getting confused about the state of content
managed by RDM.

MozReview-Commit-ID: DXs87Xm11JR
2016-05-18 19:27:29 -05:00
J. Ryan Stinnett dc14cc8a35 Bug 1240913 - Swap page state between tabs and RDM viewports. r=ochameau
This change brings the following improvements to RDM:

* Page state is preserved when toggling in and out of RDM
* Session history is no longer manipulated, so the tool UI won't end up in the
  tab's back-forward page list.

Known issues to be fixed later:

* The browser UI is not hooked up to the viewport browser
* Restarting the browser with the tool open shows a confused, empty RDM

MozReview-Commit-ID: Fb6QRv6LYow
2016-05-18 19:27:29 -05:00
Lin Clark 138ee96c6c Bug 1260864 - Add docs on getting data from Redux stores. r=jlong 2016-04-01 07:17:00 +02:00
Greg Tatum bffbcbb869 Bug 1238695 - Render census data as a treemap. r=fitzgen, r=vporof 2016-04-01 10:56:00 -04:00
Jan Odvarko 51ea0cd87e Bug 1211525 - HTTP log inspection in the Console panel; r=jlongster,helenvholmes,bgrins,linclark a=kwierso
MozReview-Commit-ID: AA1xxjJtCPQ
2016-02-12 18:25:09 +01:00
James Long 5d7c236b16 Bug 1257322 - add more devtools docs r=pbrosset 2016-03-21 10:36:28 -04:00
Greg Tatum 6e1bb67700 Bug 1252971 - Memory panel docs update. r=fitzgen
After going through a deep dive into the memory tool I've updated
and clarified a few things in the docs that I found confusing.
2016-03-02 12:51:00 -05:00
Helen V. Holmes a7e26f049a Bug 1234349 - Land high-level design docs. r=bgrinstead
Optimize images

Move illustrator + sketch information into main svg.md file, r=bgrins
2016-02-03 09:45:00 +01:00
Nick Fitzgerald c3ccb51bd4 Bug 1238048 - Add an architectural overview of the memory tool DONTBUILD; r=tromey,vporof,jsantell,jimb 2016-01-12 11:29:00 +01:00
Patrick Brosset 42bea93fdf Bug 1233663 - Create high-level architecture inspector-panel docs; r=bgrins
--HG--
extra : commitid : F64fePgciCS
extra : rebase_source : a46d5dc096d680e65bbe6e4e89fb309036513707
2015-12-18 17:27:19 +01:00