summaryrefslogtreecommitdiff
path: root/src/inspector/main_thread_interface.cc
AgeCommit message (Expand)Author
2019-10-23inspector: turn platform tasks that outlive Agent into no-opsAnna Henningsen
2019-04-10src: use SealHandleScope for inspector tasksAnna Henningsen
2019-03-12src: apply clang-tidy rule modernize-make-uniquegengjiawen
2019-03-12src: de-lint header usageRefael Ackermann
2019-03-05src: forbid handle allocations from Platform tasksAnna Henningsen
2019-03-01src: remove dead inspector codeAnna Henningsen
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
2019-02-18src: remove inspector main_thread_request_ fieldAnna Henningsen
2019-02-07src: use NULL check macros to check nullptrZYSzys
2019-01-30inspector, trace_events: make sure messages are sent on a main threadEugene Ostroukhov
2018-12-11src: remove use of CallOnForegroundThread()cjihrig
2018-10-24src: add direct dependency on `*-inl.h` fileRefael Ackermann
2018-09-17inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-08-14inspector: tie objects lifetime to the thread they belong toEugene Ostroukhov
2018-07-13inspector: split main thread interface from transportEugene Ostroukhov