44
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added note setting expectations about functionality. More... over 19 years ago
Initial creation of installation notes file. More... over 19 years ago
BUILD.windows, setup.py: Installation instructions, cleanups. More... over 19 years ago
Fixed a type error that only affected win32 More... over 19 years ago
Initial, tentative, hypothetical Windows build information, including Boost. More... over 19 years ago
Disable building of WebBrowser.cpp extension (superceded by MozillaBrowser.) Now we don't need atlbase.h, which is difficult to come by for non-Visual Studio users. More... over 19 years ago
Added test for cursor position after insert More... over 19 years ago
Added tests for firstIter, lastIter, and comparisons More... over 19 years ago
Added copy, ==, !=, firstIter, and lastIter functions More... over 19 years ago
Changed tests so they don't assume objects get added in a particular order or that object.cursor is available More... over 19 years ago
Changed message, you can now dismiss fulscreen mode by clicking. More... over 19 years ago
Checkpoint. Implementation and testing of all Python callbacks. Refactoring of methods. Focus regression fixed. "Initial URL" parameter exposed to Python as way to set initial contents. That should leave only the DOM functions, which have been started. More... over 19 years ago
- fullscreen mode can now be dismissed with a left click. - now allowing split view to collapse the side bar when playing video. - minor nit: removed useless import. More... over 19 years ago
Checkpoint. About to switch to dropping a file (or registering a protocol) to handle initialHTML, since nsIDOMDocument isn't getting created as a nsIDOMHTMLDocument (or won't QI as such), which is necessary for the document.write method. More... over 19 years ago
"Checkpoint" checkin of Mozilla embedding. Refactored into multiple files. Window resizing and focus behavior should be correct now. More... over 19 years ago
Added fasttypes module More... over 19 years ago
Added instructions for installing Boost More... over 19 years ago
Feed titles may contain HTML entities, so I have replaced all occurences of t:replace="feed getTitle" by t:replaceMarkup="feed getTitle" More... over 19 years ago
Doh! Made a little mistake in the staticReplace tags More... almost 20 years ago
added t:staticReplace and t:staticReplaceMarkup Should fix SF bug 1261363 More... almost 20 years ago
Continued implementation progress and stability. More... almost 20 years ago
Use <link /> to specify stylesheet, not @import. See mailing list post. More... almost 20 years ago
Added comment about keeping resource: URLs in attributes. More... almost 20 years ago
Checkpoint checkin: the WebBrowser.cpp implementation. Compiles happily but does not run; AtlAxCreateControlEx throws an out-of-memory error. This is surprising. It does not do this when it is called with the same arguments from Python through ctypes. More... almost 20 years ago
Checkin "for the record" before proceeding with switch to C binding More... almost 20 years ago
Dummy commit. The log message for previous revision says "so it's not possible to set volume BEFORE playing a movie", it should actually say "so it's NOW possible..." :) More... almost 20 years ago
- Removed data.dependency, the nib does not depends on the QTKit palette anymore. - Inverted states of the mute/unmute button to make it more logical. More... almost 20 years ago
- Cleaned up the way video controls are enabled/disabled, they are now "separated" in two groups: primary and secondary. - Volume controls are now part of the "primary" controls which get enabled when switching to a display containing playable items, so it's not possible to set volume BEFORE playing a movie. More... almost 20 years ago
Changed the callback API to match the new database proposal More... almost 20 years ago
Added tests for ID based traversal functions More... almost 20 years ago