summaryrefslogtreecommitdiffstats
path: root/_site/projects
diff options
context:
space:
mode:
Diffstat (limited to '_site/projects')
-rw-r--r--_site/projects/bumblebee/index.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/_site/projects/bumblebee/index.html b/_site/projects/bumblebee/index.html
index 7004f2e..d6873e4 100644
--- a/_site/projects/bumblebee/index.html
+++ b/_site/projects/bumblebee/index.html
@@ -73,17 +73,18 @@ websites and pop-ups. The user can access developer tools, override any part of
the script at any point during the session (using the embedded <a src="https://github.com/desjarlais/Scintilla.NET" class="external" target="_blank" rel="noopener noreferrer">Scintilla.NET</a> editor), debounce
events, and block hidden elements and scripts.</p>
-<p>Before settling on a desktop application, we contemplated a browser extension.
-We decided against that because we didn’t want the browser vendor to dictate
-Bumblebee’s capabilities. Furthermore, the company’s security policy prohibited
-browser extensions, complicating its deployment. The initial prototype used a
-C# wrapper of the Chromium project instead of WebView. WebView’s more intuitive
+<p>Before settling on a desktop application, we contemplated designing Bumblebee
+as a browser extension. We decided against that because we didn’t want the
+browser vendors to dictate Bumblebee’s capabilities. Besides, the company’s
+security policy, which prohibited browser extensions, would have complicated
+the deployment of an extension-based solution. The initial prototype used a C#
+wrapper of the Chromium project instead of WebView. WebView’s more intuitive
API and its seamless integration with Windows Forms led us to choose it over
the Chromium wrapper.</p>
-<p>Bumblebee reduced the time we spent on authoring scripts from hours to a few
-minutes. Since the rules for code generation were written and optimized by
-experts in web technologies, the output was more robust.</p>
+<p>Bumblebee predictably reduced the time we spent on authoring scripts from hours
+to a few minutes. Since the code generation rules were written and optimized by
+experts in web technologies, the quality of the scripts improved as well.</p>
</div>
<p class="post-author right">by W. D. Sadeep Madurange</p>