electron/atom/renderer
Cheng Zhao 94fce43ed9 Emit document-start for the correct env
This fixes the crash in RunScriptsAtDocumentStart when "affinity" option
is specified. Previously we were assuming only one main frame exists in
the renderer process, but the "affinity" option breaks this option.

There is also a bug that "node::Environment::GetCurrent" does not return
nullptr for context without a env in it, I'm not sure whether it is a
bug of Node or V8.
2018-03-20 10:13:17 +03:00
..
api REVIEW: move ipc use from rvh to rfh 2018-03-20 10:13:15 +03:00
resources/mac
atom_autofill_agent.cc fix a bug where datalist elements wouldn't actually set the value of the input associated with them 2017-11-13 15:46:46 +09:00
atom_autofill_agent.h 👕 Remove linter errors 2017-08-15 16:19:21 +03:00
atom_render_frame_observer.cc fix stale rebase 2018-03-20 10:13:16 +03:00
atom_render_frame_observer.h move ipc use from rvh to rfh 2018-03-09 15:01:09 +05:30
atom_render_view_observer.cc REVIEW: move ipc use from rvh to rfh 2018-03-20 10:13:15 +03:00
atom_render_view_observer.h move ipc use from rvh to rfh 2018-03-09 15:01:09 +05:30
atom_renderer_client.cc Emit document-start for the correct env 2018-03-20 10:13:17 +03:00
atom_renderer_client.h Emit document-start for the correct env 2018-03-20 10:13:17 +03:00
atom_sandboxed_renderer_client.cc move ipc use from rvh to rfh 2018-03-09 15:01:09 +05:30
atom_sandboxed_renderer_client.h fix contextIsolation issue while webPreference sandbox is on 2017-08-23 10:52:02 -07:00
content_settings_observer.cc The Blink Rename 2017-08-15 16:19:20 +03:00
content_settings_observer.h Separate ContentSettingsClient out from LocalFrameClient 2017-08-15 16:19:20 +03:00
guest_view_container.cc Require explicit selection of traits for LazyInstance 2017-08-15 16:19:21 +03:00
guest_view_container.h
preferences_manager.cc
preferences_manager.h
renderer_client_base.cc add NOLINT rule for include order in renderer_client_base 2018-03-09 15:19:07 +05:30
renderer_client_base.h Use blink::WebLocalFrame instead of blink::WebFrame 2017-11-24 10:58:16 +09:00
web_worker_observer.cc Require explicit selection of traits for LazyInstance 2017-08-15 16:19:21 +03:00
web_worker_observer.h Insert node integrations into WebWorker 2017-03-20 12:52:45 -07:00