Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use "event" signal to work around Mozilla focus issue (Daniel Drake)Simon Schampijer2011-06-201-9/+12
| | | | | | | | | Commit e81506ffe3645fcd3b36704345aafa9bae684fe3 works around a Mozilla focus issue but relies on a small change to the Mozilla codebase. As suggested at https://bugzilla.mozilla.org/show_bug.cgi?id=533245#c19 here is an alternative workaround which does not require any changes to the Mozilla code.
* Cope for move of PyXPCOM.hSimon Schampijer2011-06-142-2/+2
|
* Handle button press event, part of OLPC #10623 (Daniel Drake)Simon Schampijer2011-06-141-0/+32
|
* Use the top nsIDOMWindow when asking for the Chrome #782Tomeu Vizoso2009-09-131-1/+5
|
* Add some more dirsTomeu Vizoso2009-06-161-2/+35
|
* Set paths as persistentTomeu Vizoso2009-05-281-0/+3
|
* 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.
* 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
|
* Add support for adding certificate exceptions. Same UI as firefox.Marco Pesenti Gritti2008-06-153-4/+31
|
* Add support to evaluate scripts.Marco 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