Jeremy Apthorp
|
a635f078c6
|
[chromium-style] auto variable type must not deduce to a raw pointer type
|
2018-04-19 11:10:52 -07:00 |
|
Shelley Vohr
|
49c8c31220
|
format previously misses .cc files
|
2018-04-17 21:56:12 -04:00 |
|
Shelley Vohr
|
d722008367
|
remove unnecessary ptr_util.h include
|
2018-04-12 22:34:26 -04:00 |
|
Shelley Vohr
|
b05932310b
|
replace base::MakeUnique with std::make_unique
|
2018-04-12 08:48:32 -04:00 |
|
deepak1556
|
75c17cf846
|
Use generic base::Value::SetKey
Remove base::Value::SetDoubleWithoutPathExpansion
https://chromium-review.googlesource.com/591654
Remove base::Value::SetStringWithoutPathExpansion
https://chromium-review.googlesource.com/592368
Remove base::Value::SetIntegerWithoutPathExpansion
https://chromium-review.googlesource.com/591655
|
2018-02-23 10:21:23 +09:00 |
|
Cheng Zhao
|
5e4914700e
|
Enable using external WebContents as devtools
|
2017-12-01 10:35:23 +09:00 |
|
Ales Pergl
|
f8b683ca3d
|
Don't access unique pointer after it was moved from
|
2017-11-27 17:55:21 +01:00 |
|
deepak1556
|
7a9892f151
|
REVIEW: Inject devtools extensions API via browser
Behavior was changed in https://crbug.com/706169
|
2017-11-24 10:58:53 +09:00 |
|
Aleksei Kuzmin
|
14c61a96af
|
VR: Check focus state browser-side before sending input to renderer.
https://chromium-review.googlesource.com/c/565760
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
fe48a92422
|
Propagate opener to BackgroundsContents.
https://codereview.chromium.org/2882513005
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
2c063f93ff
|
Remove raw base::DictionaryValue::Set
https://codereview.chromium.org/2911033002
|
2017-11-24 10:58:16 +09:00 |
|
Aleksei Kuzmin
|
adddff3ee2
|
Move PrefRegistrySimple to use unique_ptr<Value>
https://codereview.chromium.org/2784513002
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
99e57f9072
|
Add display::GetDisplayNearestView
https://codereview.chromium.org/2751833004
|
2017-08-15 16:19:20 +03:00 |
|
Aleksei Kuzmin
|
a20f633272
|
Remove base::StringValue
https://codereview.chromium.org/2664753002
|
2017-08-15 16:19:20 +03:00 |
|
Kevin Sawicki
|
d7321ed980
|
Add brightray prefix to include paths from within brightray
|
2017-05-19 08:46:15 -07:00 |
|
Kevin Sawicki
|
c4608c0f37
|
Fix build/include_alpha linter violations in brightray
|
2017-05-19 08:46:15 -07:00 |
|
Cheng Zhao
|
b82845dc4a
|
A quick fix for crashing when closing devtools
|
2017-04-17 16:16:02 +09:00 |
|
Cheng Zhao
|
98c039c880
|
Detach from devtools before destroying
Otherwise Electron would crash on exit in Chrome 58.
|
2017-04-17 16:16:02 +09:00 |
|
Cheng Zhao
|
c41fb922b3
|
Fix API changes of Chrome 58
|
2017-04-17 16:16:02 +09:00 |
|
Cheng Zhao
|
0a110a44f9
|
ScopedPtrHashMap has been removed
|
2017-04-17 16:16:02 +09:00 |
|
Cheng Zhao
|
bd5c53c2f7
|
Merge pull request #283 from electron/devtools_shutdown_patch_revert_revert
Revert "Revert "close devtools web contents when available to trigger cleanup""
|
2017-03-27 22:46:06 -07:00 |
|
Kevin Sawicki
|
2ece711c2e
|
Format line length to 80 instead of 100
|
2017-03-23 15:47:30 -07:00 |
|
deepak1556
|
99fd1394e4
|
Revert "Revert "close devtools web contents when available to trigger cleanup""
This reverts commit 7f01bf4e73c188db2406ded1286b661c61c78bba.
|
2017-03-19 01:25:22 +05:30 |
|
Kevin Sawicki
|
8877d78e79
|
Revert "close devtools web contents when available to trigger cleanup"
|
2017-03-17 09:35:01 -07:00 |
|
deepak1556
|
07c4f3563e
|
close devtools web contents when available to trigger cleanup
|
2017-03-14 22:23:08 +05:30 |
|
Cheng Zhao
|
94fdcb4f48
|
WebInspector has been split up
|
2017-01-25 08:43:27 +09:00 |
|
Cheng Zhao
|
622fd8d1d7
|
Update InspectableWebContentsImpl
|
2017-01-23 15:43:17 +09:00 |
|
Ales Pergl
|
85db1bb47d
|
Adjustments after upgrading to Chromium 54
|
2017-01-17 17:18:51 +09:00 |
|
Kevin Sawicki
|
e5ec6adf7d
|
Update std:move call to fix macOS compiler error
|
2017-01-12 14:04:12 -08:00 |
|
deepak1556
|
cddce77ea4
|
force attach devtools client when requested by inspectable webcontents
|
2017-01-10 16:43:16 +05:30 |
|
deepak1556
|
f652760c7a
|
use dock state from peferences when not set by embedder
|
2016-10-11 13:47:06 +05:30 |
|
deepak1556
|
968bc5c9a2
|
set dock state using devtools dockController
|
2016-10-06 17:31:38 +05:30 |
|
Cheng Zhao
|
ab14221a85
|
Fix API changes of Chrome 53
|
2016-09-06 17:22:52 +09:00 |
|
Cheng Zhao
|
1a80cb22b7
|
Show label for offscreen webview
|
2016-08-04 16:35:09 +09:00 |
|
Heilig Benedek
|
ecef83f8f5
|
added khronos and fix for offscreen
|
2016-07-28 02:07:37 +02:00 |
|
deepak1556
|
caba44ab6c
|
allow delegate to handle file and color chooser
|
2016-07-22 21:09:55 +05:30 |
|
Cheng Zhao
|
b2546a2b34
|
Fix compilation error after merge
|
2016-07-21 06:03:11 -06:00 |
|
Cheng Zhao
|
4f3e9df055
|
Merge remote-tracking branch 'origin/master' into chrome52
|
2016-07-21 05:34:20 -06:00 |
|
Cheng Zhao
|
f6171c53ca
|
Allow devtools window to show on other screens
|
2016-07-11 15:08:39 +09:00 |
|
Haojian Wu
|
0cf7454d4b
|
Modernize to C++11 : use auto.
|
2016-07-10 13:12:33 +02:00 |
|
Cheng Zhao
|
4e9782897c
|
Update to API changes of Chrome 52
|
2016-07-04 15:06:05 +09:00 |
|
Cheng Zhao
|
8ebc34aeee
|
Fix double free when closing window with devtools opened
|
2016-06-14 13:39:19 +09:00 |
|
Cheng Zhao
|
76d180a80d
|
Adapt to changes of Chrome 51 API changes (Part 2)
|
2016-05-23 12:28:41 +09:00 |
|
Cheng Zhao
|
851ef398fb
|
Adapt to changes of Chrome 51 API changes
|
2016-05-23 10:59:07 +09:00 |
|
Brian R. Bondy
|
88d8effa01
|
Iterator to use size_t
|
2016-05-13 11:07:34 +09:00 |
|
Brian R. Bondy
|
df386f854f
|
GetNativeScreen -> GetScreen
|
2016-05-13 11:07:34 +09:00 |
|
Brian R. Bondy
|
f8f97687dc
|
Update to new pref service location in components
|
2016-05-13 11:07:34 +09:00 |
|
deepak1556
|
a01f8ba739
|
notify devtools opened and closed once per lifetime
|
2016-05-12 19:16:13 +05:30 |
|
deepak1556
|
7e0918f95a
|
Revert "Merge pull request #218 from deepak1556/devtools_extensions_load_patch"
This reverts commit c0942cbbe67158c68ecfd9bf4cb7bdea84e0d529, reversing
changes made to a370461f3420ec285838126da7e7efd6a3101640.
|
2016-05-12 18:57:54 +05:30 |
|
deepak1556
|
db0c931d60
|
notify delegate when devtools is loaded
|
2016-05-12 07:15:49 +05:30 |
|