Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ipc iteration3 #16

Merged
merged 6 commits into from
Jun 7, 2019
Merged

Ipc iteration3 #16

merged 6 commits into from
Jun 7, 2019

Commits on May 21, 2019

  1. Message Listener attached to Workqueue thread first iteration

    1)Added a message stashing feature so it stashes the messages and interprets them when the loop is ready to run
    2)Now have to fix connection between network and webprocess
    RAJAGOPALAN-GANGADHARAN committed May 21, 2019
    Configuration menu
    Copy the full SHA
    09c34e3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Fixed the worqueue ambiguity

    This time used maps to store loopers and BApplications to forward message to appropriate loopers
    RAJAGOPALAN-GANGADHARAN committed May 22, 2019
    Configuration menu
    Copy the full SHA
    8ac4b29 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. IPC communication WIP

    1) Created a message from ui process to network process that notifies the pid of webprocess
    2) Successfully created networkconnectionToWebProcess
    3) Replying back to webProcess is not working(to be fixed - i should probably take help from webkit people as im pretty lost)
    RAJAGOPALAN-GANGADHARAN committed May 27, 2019
    Configuration menu
    Copy the full SHA
    6bf81d7 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Configuration menu
    Copy the full SHA
    0db6fbd View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Finalizing IPC communication related things

    1) Added NetworkSession so it doesnt crash
    2) Added missing run loop getter
    RAJAGOPALAN-GANGADHARAN committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    300d585 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Configuration menu
    Copy the full SHA
    c936881 View commit details
    Browse the repository at this point in the history