Dan Moseley
e37068207a
Normalize line endings
2016-03-13 16:28:22 -07:00
Dan Moseley
d106520fda
Update to VS2015, Typescript 1.7, Boost 1.60, and Websocket++ 0.7.0
2016-03-13 16:20:56 -07:00
Dan Moseley
4f222d7ba0
Fix Typescript 1.7 error
2016-03-13 15:38:02 -07:00
Alex Cope (DEVDIV)
be0075daa3
Adding tests and upgrading to TS 1.5
2015-08-06 16:32:22 -07:00
AndySterland
f9b8572add
Returning false for canSetScriptSource.
2015-07-29 10:14:16 -07:00
Alex Cope (DEVDIV)
d0ffff982d
Implimented Inline style editing, and setting the envirement varaible
...
AdapterLogging 1 will cause debugging infomation to be dumped in the adapter
2015-07-23 11:06:44 -07:00
Alex Cope (DEVDIV)
dce12fb9d0
Enabled CSS Editing in most basic cases
2015-07-21 17:05:34 -07:00
Alex Cope (DEVDIV)
752be8230d
Refreshing the chrome dev tools now behaves as expected
2015-07-02 12:29:26 -07:00
Alex Cope (DEVDIV)
c2e72e5385
Fixing broken build from bad rebase
2015-06-30 17:45:07 -07:00
Alex Cope (DEVDIV)
a64a278f1d
Improving console intellisense
2015-06-30 17:27:05 -07:00
AndySterland
7cab740d90
Merge branch 'add-JsonVersion'
2015-06-25 13:16:25 -07:00
Alex Cope (DEVDIV)
47cfdf9ed5
Adding support for refreshing and Navigating IE
2015-06-24 11:35:23 -07:00
AndySterland
aaa7504a82
Somehow the assert.ts was missing even though it was rebased from master (where it is). Odd. Adding back in manually.
2015-06-21 11:53:02 -07:00
Alex Cope (DEVDIV)
b607a3d068
Fixing the inspect element button because the chrome dev protocol updated
2015-06-11 15:43:23 -07:00
Alex Cope (DEVDIV)
0b07d6b30a
Enable the debugger and Console within IFrames.
2015-06-10 14:53:56 -07:00
Alex Cope (DEVDIV)
ce687bfd87
Merge
2015-06-09 12:25:58 -07:00
Alex Cope (DEVDIV)
1555d93bb1
merge
2015-06-08 18:06:59 -07:00
Alex Cope (DEVDIV)
d432857580
Addressed code review comments
2015-06-01 18:35:10 -07:00
asterland
f84441a03f
Adding comment for broken image.
2015-06-01 17:08:25 -07:00
AndySterland
059cf1daa0
Initial commit of screencasting.
...
- Adds UI in the target selection page to enable remoteFrontend
- Implements canScreencast, screencastStart, screencastStop, screenCastFrameAck
- Screenshots are done by diagnosticsOM API at 250ms intervals
- Also implemented recording frames
Todo
- Clean up some places using result: true not { result: {result:true} } etc.
- Implement takeScreenshot (tis a small addition)
- Implement visibility changed (though might not be as relevent as only targeting desktop IE)
There's a bit of bug fixing and clean up to and some work to check for leaks.... Not to mention perf work. But its' a start.
2015-05-30 22:17:51 -07:00
Alex Cope (DEVDIV)
50025a4da2
made common a module
2015-05-18 09:03:22 -07:00
Alex Cope (DEVDIV)
f9e065c5fe
cleaned up stylecop
2015-05-15 17:39:19 -07:00
Alex Cope (DEVDIV)
7c5113e34d
bunch of code cleanup
2015-05-15 17:22:15 -07:00
Alex Cope (DEVDIV)
7e065dd8dd
Css and Dom work for Iframes, todo: refactor and add debugger functionality
2015-05-15 16:22:18 -07:00
Alex Cope (DEVDIV)
361483e9bb
frames work in the dom
2015-05-15 14:00:07 -07:00
Alex Cope (DEVDIV)
ca8e91f756
some stuff bakcup squash later
2015-05-13 13:52:15 -07:00
Alex Cope (DEVDIV)
50996a15b4
Implemented select element on page
2015-05-13 10:28:03 -07:00
Alex Cope (DEVDIV)
97dee28936
Fixed a bug that stoped styles from working on some sites.
2015-05-11 16:45:30 -07:00
Alex Cope (DEVDIV)
75176c2e62
Adding support for computed properties
2015-05-11 15:03:40 -07:00
Alex Cope (DEVDIV)
41ace40adc
Begining to impliment the Styles Pane. Most styles will correctly appear,
...
but computed and inline styles still need to be implimented.
Additionaly, I fixed some DOM tree bugs.
2015-05-11 12:38:28 -07:00
Alex Cope (DEVDIV)
bed03a6588
Improved finding where Chrome is installed and added an error message
...
in the case where we cannot find Chrome.
2015-05-01 16:24:04 -07:00
Alex Cope (DEVDIV)
877fc0fa35
Respond "false" to canInspectWorkers, canScreencast, and canEmulate for now
2015-04-30 16:25:55 -07:00
Alex Cope (DEVDIV)
c910946116
Unify 32 and 64 bit versions so one adaptor works all the time.
...
Added more error handling.
Defined _DEBUG for resources so that #ifdef works as expected.
2015-04-30 13:08:50 -07:00
Alex Cope (DEVDIV)
490525a753
Added some functions to help with implementing the styles pane
2015-04-28 16:17:53 -07:00
Alex Cope (DEVDIV)
b56a4d0173
Added a thread and refactored code to fix busy waiting. This should
...
greatly reduce the CPU usage and fix issue #11 .
Additionaly, I added some null checks to fix a few minor bugs.
2015-04-22 16:45:16 -07:00
AndySterland
18f03d5c4c
Removing F12 from the proxy namespace
2015-04-14 09:55:42 -07:00
AndySterland
740a061685
Cleaning up styles to be consistent
2015-04-13 20:41:27 -07:00
AndySterland
154a28b6d2
Making IE11 version of the diagnostics om
2015-04-13 08:05:53 -07:00
AndySterland
df2085f6fd
Basic cookie inspection working in Chrome dev tools.
2015-04-11 21:46:25 -07:00
AndySterland
76fdd2e35e
Results being returned for getCookies not showing in Chrome UI though.
2015-04-11 17:50:23 -07:00
AndySterland
27c9fe60c0
intial stub of cookie API
2015-04-11 12:34:23 -07:00
unknown
3b699b1df4
Fix directory casing causing the directory to show up twice on GitHub
2015-04-03 11:59:17 +02:00
Alex Cope
24b64efce4
Addressed code review comments
2015-03-26 15:17:12 -07:00
Alex Cope
e1eee91a1d
Merge branch 'dom_implementation'
...
Conflicts:
IEDiagnosticsAdapter/IEDiagnosticsAdapter.cpp
IEDiagnosticsAdapter/Resource.rc
IEWebkitImpl/IEWebkitImpl.csproj
2015-03-26 14:58:03 -07:00
Alex Cope
fd1d1f5f15
Some code cleanup and the hacky begining of console functionality
2015-03-24 16:38:35 -07:00
Alex Cope
e0ab925965
More code improvment
2015-03-23 17:02:35 -07:00
Alex Cope
37eb141813
Moved DOM functionality into DOM.ts
2015-03-23 14:12:36 -07:00
Alex Cope
f830129b1d
Adding Common that is shared between threads
2015-03-09 16:38:15 -07:00
Alex Cope
d42c28428b
Revert "Added Common for helper functions"
...
This reverts commit 747fd80dc9
.
2015-03-09 16:00:26 -07:00
Alex Cope
747fd80dc9
Added Common for helper functions
...
Starting refactor
2015-03-06 15:55:51 -08:00