summaryrefslogtreecommitdiff
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* Don't activate typeaheadfind on XUL documents.Christian Persch2006-03-021-0/+3
* Fix branching errorChristian Persch2006-02-101-3/+5
* A data/chrome/.cvsignore: A data/chrome/Makefile.am: AChristian Persch2006-02-107-25/+1101
* === Release 1.8.4.1 ===Release1841Christian Persch2006-02-051-1/+0
* Helper class that pushes a null JS context on the stack, and pops it inChristian Persch2006-02-0210-5/+161
* Fix the build. Bug #329662.Christian Persch2006-02-021-1/+3
* Truncate URI and title strings. Bug #329160.Christian Persch2006-01-301-5/+24
* Don't require a HTML document to activate typeaheadfind. Bug #326813.Christian Persch2006-01-131-18/+22
* === Release 1.8.3 ===Release183Christian Persch2005-11-271-1/+1
* Fix build with gecko 1.7Christian Persch2005-11-261-1/+1
* Add chrome: and resource: to the safe list; otherwise forms and scrollbarsChristian Persch2005-11-181-77/+36
* Scroll the view so the selected cert is visible. Fixes bug #320758.Christian Persch2005-11-051-1/+2
* Work around mozilla bugChristian Persch2005-10-141-1/+2
* Check that 'toplevel' with GTK_WIDGET_TOPLEVEL.Christian Persch2005-10-061-1/+4
* Make sure we don't unref NULL objects.Christian Persch2005-10-021-9/+12
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-026-24/+122
* Remove unused variable.Christian Persch2005-10-021-1/+0
* Return error on failure.Christian Persch2005-09-301-6/+7
* Hide the filters combo if there's only the "All" filter.Christian Persch2005-09-281-0/+15
* Don't use "cat >" as output command, it fails inpredicably. Instead, useChristian Persch2005-09-212-15/+36
* Add EPHY_EMBED_STATE_RESTORING and conversion fromChristian Persch2005-09-192-1/+5
* Don't focus the checkbox initially. Fixes bug #163371.Christian Persch2005-09-151-4/+10
* Manually emit the "profile-change-net-teardown" notification; works aroundChristian Persch2005-09-091-0/+5
* Remove unused code.Christian Persch2005-09-071-2/+0
* Mozilla printing code is braindead. Bug #163255.Christian Persch2005-09-071-3/+37
* Only listen for trusted events.Christian Persch2005-09-071-49/+18
* Add an "add-page" signal to the EphyHistory object that can be used toCrispin Flowerday2005-08-282-17/+53
* Add another workaround for the Gentoo header layout, and reference theCrispin Flowerday2005-08-271-0/+4
* The focus fix isn't needed anymore for gecko >= 1.8.Christian Persch2005-08-273-14/+14
* Gecko API change.Christian Persch2005-08-251-0/+18
* Don't use nsIURI::SetPassword, since it asserts when username is empty.Christian Persch2005-08-222-2/+7
* Remove check for redirected URL. Fixes bug #313756.Christian Persch2005-08-221-9/+2
* Don't use ext handler for ftp://.Christian Persch2005-08-201-2/+1
* Add EPHY_EMBED_PERSIST_FROM_CACHE, and try harder to get a cacheChristian Persch2005-08-172-6/+58
* QI the element to check whether it's of some type, don't check the tag.Christian Persch2005-08-171-13/+28
* Return TRUE if the event was consumed.Christian Persch2005-08-151-1/+1
* Activate the found link with a faked keypress event.Christian Persch2005-08-155-5/+118
* Check that we're not trying to open in Epiphany itself! Fixes bug #310023.PRE_GNOME_2_14_BRANCHPOINTChristian Persch2005-08-131-0/+13
* Reject favicons that are < 12x12.Christian Persch2005-08-131-2/+13
* Only allow http: favicons.Christian Persch2005-08-132-7/+12
* Don't display (guint64)-1 as filesize if it's not known yet. Part of bugChristian Persch2005-08-131-2/+6
* Work around mozilla bugChristian Persch2005-08-131-2/+26
* More gcc4 fixes.Christian Persch2005-08-131-1/+1
* Gecko send several STATE_STOP, but only the final one (completed) is ofJean-François Rameau2005-08-102-3/+4
* Fix a small grammar error in one of the download dialog string, withRaphael Slinckx2005-08-091-1/+1
* Disable favicons from non-http URLs.Christian Persch2005-08-081-0/+4
* Fix build with gecko trunk.Christian Persch2005-08-081-4/+4
* Change the download/open dialog strings to include the mime-type and fileRaphael Slinckx2005-08-081-19/+65
* remove debug printfsChristian Persch2005-08-071-2/+0
* Add way to clear the favicon cache. Also removes any extraneous files fromChristian Persch2005-08-072-10/+68