Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / domfarolino/browser issues and pull requests
#64 - Make //base an external dependency
Pull Request -
State: closed - Opened by domfarolino over 1 year ago
Labels: build
#63 - Fix BUILD for bazel 6
Pull Request -
State: closed - Opened by domfarolino over 1 year ago
Labels: build
#62 - Move mage out of the repository as an external dependency
Pull Request -
State: closed - Opened by domfarolino over 1 year ago
Labels: IPC, build
#61 - Reorder operations in TaskLoopForIO::WatchSocket()
Pull Request -
State: closed - Opened by domfarolino almost 2 years ago
#60 - Implement TaskLoopForIOLinux
Pull Request -
State: closed - Opened by domfarolino almost 2 years ago
- 1 comment
Labels: task posting, IPC
#59 - Fix Linux build
Pull Request -
State: closed - Opened by domfarolino almost 2 years ago
Labels: build
#57 - Fix bug for queued `Quit()` calls in TaskLoopForIO
Pull Request -
State: closed - Opened by domfarolino almost 3 years ago
#56 - HTMLParser and Document Implementation
Pull Request -
State: open - Opened by musgravejw about 3 years ago
#55 - CSS Parser
Issue -
State: open - Opened by musgravejw about 3 years ago
#54 - HTML Parser
Issue -
State: open - Opened by musgravejw about 3 years ago
#53 - [WIP] Implement task_loop_for_io_linux
Pull Request -
State: closed - Opened by pmusgrave about 3 years ago
- 9 comments
#52 - [#36] Update GTest version and hash
Pull Request -
State: closed - Opened by musgravejw about 3 years ago
#51 - Introduce base::Bind and base::OnceClosure
Pull Request -
State: closed - Opened by domfarolino about 3 years ago
- 1 comment
#50 - Update project documentation
Pull Request -
State: closed - Opened by domfarolino about 3 years ago
#49 - Remove stale //content directory, add //examples
Pull Request -
State: closed - Opened by domfarolino about 3 years ago
- 1 comment
#48 - Add project-wide build configuration in .bazelrc file
Pull Request -
State: closed - Opened by domfarolino about 3 years ago
Labels: build
#47 - Introduce TaskLoop::QuitWhenIdle() and Thread::StopWhenIdle()
Pull Request -
State: closed - Opened by domfarolino over 3 years ago
Labels: threading, task posting
#46 - Introduce and enforce TaskLoopForIOMac::UnwatchSocket
Pull Request -
State: closed - Opened by domfarolino over 3 years ago
#45 - Introduce ThreadChecker
Pull Request -
State: closed - Opened by domfarolino over 3 years ago
Labels: threading
#44 - Fix various threading bugs and add tests
Pull Request -
State: closed - Opened by domfarolino over 3 years ago
Labels: threading
#43 - Fix base::Thread destruction to not be racy
Pull Request -
State: closed - Opened by domfarolino over 3 years ago
Labels: threading
#42 - base::Thread::Start() should not be able to be called more than once before Quit()
Issue -
State: closed - Opened by domfarolino over 3 years ago
Labels: threading
#41 - base::Thread::Quit() should join the thread. Possibly rename this API
Issue -
State: closed - Opened by domfarolino over 3 years ago
Labels: threading
#40 - base::Thread destruction causes race conditions
Issue -
State: closed - Opened by domfarolino over 3 years ago
Labels: threading
#39 - Introduce TaskLoopForUI as a pass-through
Pull Request -
State: closed - Opened by domfarolino over 3 years ago
Labels: task posting
#38 - Add tests for scheduling handles and CHECK_ON_THREAD
Pull Request -
State: closed - Opened by domfarolino over 3 years ago
Labels: threading, task posting
#37 - Introduce TaskLoop::RunUntilIdle()
Pull Request -
State: closed - Opened by domfarolino over 3 years ago
Labels: task posting
#36 - Update googletest to v1.11 in top-level WORKSPACE file
Issue -
State: closed - Opened by domfarolino over 3 years ago
Labels: tests, build
#34 - Introduce TaskLoop::BindToCurrentThread and TaskLoop and TaskRunner handles
Pull Request -
State: closed - Opened by domfarolino over 3 years ago
- 1 comment
#33 - Implement TaskLoopForIOLinux
Issue -
State: closed - Opened by domfarolino over 3 years ago
Labels: task posting
#32 - Basic mage implementation
Pull Request -
State: closed - Opened by domfarolino over 3 years ago
- 1 comment
Labels: IPC
#31 - Fix & simplify base::SimpleThread + add tests + fix race condition
Pull Request -
State: closed - Opened by domfarolino over 3 years ago
#30 - Introduce TaskLoop::QuitClosure() and add basic tests + fix a bug
Pull Request -
State: closed - Opened by domfarolino over 3 years ago
#29 - Introduce a CI + first cross-platform compiler directives
Pull Request -
State: closed - Opened by domfarolino over 3 years ago
- 4 comments
#28 - TaskLoop should expose a quit closure, and the ability to re-run
Issue -
State: closed - Opened by domfarolino over 3 years ago
#27 - base::SimpleThread seems to require all arguments to be passed by std::ref
Issue -
State: closed - Opened by domfarolino over 3 years ago
- 1 comment
#26 - Move more example files to actual tests
Pull Request -
State: closed - Opened by pmusgrave over 3 years ago
- 3 comments
Labels: tests
#25 - Introduce TaskLoopForIO (macOS for now)
Pull Request -
State: closed - Opened by domfarolino almost 4 years ago
- 3 comments
Labels: task posting, IPC
#24 - Implement TaskLoopForIO
Issue -
State: closed - Opened by domfarolino almost 4 years ago
Labels: threading, task posting
#22 - Introduce TaskLoopForWorker and ThreadType
Pull Request -
State: closed - Opened by domfarolino almost 4 years ago
- 2 comments
#21 - Refactor TaskLoop, Thread::Delegate, and its implementation(s)
Issue -
State: closed - Opened by domfarolino almost 4 years ago
- 2 comments
Labels: threading, task posting
#20 - Bazel config changes for GLFW
Pull Request -
State: closed - Opened by musgravejw over 4 years ago
- 4 comments
Labels: build
#19 - Potential cross-platform design pattern
Pull Request -
State: closed - Opened by pmusgrave over 4 years ago
- 4 comments
#18 - Global task list
Issue -
State: closed - Opened by musgravejw over 4 years ago
- 4 comments
#17 - Add macOS target to bazel build file
Pull Request -
State: open - Opened by musgravejw over 4 years ago
- 4 comments
Labels: build
#16 - PostTask() always invokes copy constructor of the bound arguments at least once
Issue -
State: closed - Opened by domfarolino over 4 years ago
- 5 comments
Labels: help wanted, task posting
#15 - Process-global & thread local storage list of registered ThreadDelegates
Issue -
State: closed - Opened by domfarolino over 4 years ago
- 6 comments
Labels: threading
#14 - Native Mac Window
Issue -
State: closed - Opened by musgravejw over 4 years ago
- 6 comments
Labels: enhancement
#13 - Debugging Flag
Issue -
State: open - Opened by musgravejw over 4 years ago
- 3 comments
Labels: backlog
#12 - Split out synchronization classes into separate headers
Pull Request -
State: closed - Opened by musgravejw over 4 years ago
- 5 comments
#11 - Linting: const/pointer in helper.h
Issue -
State: closed - Opened by musgravejw over 4 years ago
- 2 comments
Labels: backlog
#10 - CI linting
Issue -
State: open - Opened by musgravejw over 4 years ago
- 5 comments
Labels: backlog, build
#9 - Refactor variadic template helper into new header file and document source reference (#7)
Pull Request -
State: closed - Opened by pmusgrave over 4 years ago
- 2 comments
#8 - [wip] Split Synchronization classes
Pull Request -
State: closed - Opened by musgravejw over 4 years ago
- 1 comment
#7 - Add Stackoverflow documentation to helpers in base::helper
Issue -
State: closed - Opened by domfarolino over 4 years ago
Labels: good first issue
#6 - Introduce base::TaskLoop
Pull Request -
State: closed - Opened by domfarolino over 4 years ago
- 9 comments
#5 - Break base::Thread into itself and base::SimpleThread
Pull Request -
State: closed - Opened by domfarolino over 4 years ago
#4 - Move base::Mutex and base::ConditionVariable to new directory
Issue -
State: closed - Opened by domfarolino over 4 years ago
- 3 comments
Labels: good first issue
#3 - [wip] Beginning of test harness
Pull Request -
State: closed - Opened by musgravejw over 4 years ago
- 2 comments
#2 - V8 hello world
Pull Request -
State: closed - Opened by musgravejw over 4 years ago
- 2 comments
#1 - Simplify base::Thread::start template parameters
Pull Request -
State: closed - Opened by domfarolino over 4 years ago
- 3 comments