Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'v0.4.7' into upstreamJonas Smedegaard2008-11-114-31/+70
|\ | | | | | | | | | | Conflicts (add test, avoid debian/* ): tests/test-web-view.py
| * Refactor initialization some more.Marco Pesenti Gritti2008-10-152-9/+22
| |
| * Better way to map from dom window to view.Marco Pesenti Gritti2008-10-154-26/+52
| | | | | | | | | | | | Give up on trying to allow to user the view before it's realized, it's just not possible to do it with current mozilla implementation.
* | Imported Upstream version 0.4.3upstream/0.4.3Jonas Smedegaard2008-08-161-0/+4
| |
* | Merge commit 'v0.4.3' into upstreamJonas Smedegaard2008-08-163-3/+18
|\ \ | |/ | | | | | | | | Conflicts: components/.gitignore (dropped - confuses git-buildpackage)
| * Setup a nsXULAppInfo service and register #7530 (tomeu)Simon Schampijer2008-07-292-3/+16
| |
| * #7621 Correctly set the widget allocationTomeu Vizoso2008-07-241-0/+2
| |
* | Imported Upstream version 0.4.1upstream/0.4.1Jonas Smedegaard2008-06-203-12/+37
| |
* | Merge branch 'upstream-git' into upstreamJonas Smedegaard2008-06-203-4/+31
|\ \ | |/ | | | | | | | | Conflicts (merged manually): tests/test-web-view.py
| * Add support for adding certificate exceptions. Same UI as firefox.Marco Pesenti Gritti2008-06-153-4/+31
| |
* | Imported Upstream version 0.4.0upstream/0.4.0Jonas Smedegaard2008-05-263-26/+480
|/
* Add support to evaluate scripts.upstream/0.4.0.git.20071211Marco Pesenti Gritti2007-12-132-2/+26
|
* Fix the build with xulrunner-1.9a8, patch by jani.Marco Pesenti Gritti2007-09-241-2/+2
| | | | Use c++ casts, the mozilla ones was dropped.
* Adapt to latest xulrunner 1.9Marco Pesenti Gritti2007-08-222-24/+13
|
* Finally put modal dialogs to work.Tomeu Vizoso2007-06-213-0/+24
|
* Implement get_doc_shell in python.Tomeu Vizoso2007-06-132-14/+0
|
* Implement grab_focusMarco Pesenti Gritti2007-06-132-0/+10
|
* Popup fixes and first (incomplete) try at modal windows.Tomeu Vizoso2007-06-111-0/+5
|
* Add $prefix/lib/mozilla/plugins to the plugin path.Marco Pesenti Gritti2007-06-022-19/+37
| | | | Fix dpi calculation.
* First try at popup support.Tomeu Vizoso2007-05-281-0/+22
|
* Load default prefsMarco Pesenti Gritti2007-05-222-4/+14
|
* Skeleton implementation of chromeMarco Pesenti Gritti2007-05-222-7/+14
|
* Expose some more propertiesMarco Pesenti Gritti2007-05-212-0/+15
|
* Fix buildMarco Pesenti Gritti2007-05-211-0/+1
|
* Missing filesMarco Pesenti Gritti2007-05-211-0/+2
|
* Split functions out of WebViewMarco Pesenti Gritti2007-05-214-53/+103
|
* Split the python bindings to their own directoryMarco Pesenti Gritti2007-05-217-207/+3
|
* Initialize the profileMarco Pesenti Gritti2007-05-201-0/+2
|
* s/Browser/WebView, cleanup startupMarco Pesenti Gritti2007-05-208-134/+137
|
* Implement components and profile supportMarco Pesenti Gritti2007-05-206-4/+96
|
* Allow to listen to root window events.Marco Pesenti Gritti2007-05-206-7/+48
|
* Split the browser out to browser.pyMarco Pesenti Gritti2007-05-203-27/+63
|
* Create the mozilla widget at init and host it insideMarco Pesenti Gritti2007-05-202-43/+31
| | | | the offscreen window.
* Implement shutdownMarco Pesenti Gritti2007-05-204-0/+16
|
* Implement unmap and unrealize.Marco Pesenti Gritti2007-05-201-1/+63
|
* CleanupsMarco Pesenti Gritti2007-05-202-11/+11
|
* Implement focus and view sizing.Marco Pesenti Gritti2007-05-191-5/+56
|
* Implement load_uri.Marco Pesenti Gritti2007-05-191-0/+6
|
* Give access to nsIWebBrowser to pythonMarco Pesenti Gritti2007-05-197-9/+68
|
* Initial checkinMarco Pesenti Gritti2007-05-1910-0/+363