aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyBrowser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clear some print settings in the settings we hand to the print job, soChristian Persch2007-01-241-0/+1
* Add search_link entry to _EphyEmbedIfaceEric Butler2006-12-181-0/+33
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-231-0/+52
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* A embed/mozilla/GeckoPrintService.cpp: AChristian Persch2006-06-191-11/+37
* Drop support for gecko 1.7.Christian Persch2006-05-111-217/+130
* Guard against nsDocument::GetDefaultView returning NULL. Bug #327764.Christian Persch2006-02-161-6/+11
* Block popup with NULL url (javascript:window.open() for instance). butJean-François Rameau2006-02-091-6/+9
* When looking at modified text areas and forms, don't look at disabled orCrispin Flowerday2006-01-171-0/+95
* Add ephy_embed_scroll_pixels.Christian Persch2005-12-081-8/+27
* Forward up/down/page up/page down from the findbar entry to the embed.Crispin Flowerday2005-12-071-0/+29
* Get the window name from the popup-blocked event.Christian Persch2005-11-011-1/+13
* Enable favicons for https: sites on gecko 1.8.Christian Persch2005-10-171-1/+1
* Allow favicons for https: sites on gecko 1.9.Christian Persch2005-10-151-0/+6
* embed/ephy-embed.c . Add a method to copy the back/forward history fromPhilip Langdale2005-10-131-0/+58
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-031-9/+52
* Only listen for trusted events.Christian Persch2005-09-011-49/+18
* The focus fix isn't needed anymore for gecko >= 1.8.Christian Persch2005-08-281-2/+2
* Don't use nsIURI::SetPassword, since it asserts when username is empty.Christian Persch2005-08-221-1/+3
* Only allow http: favicons.Christian Persch2005-08-131-0/+5
* Don't attach the scroll event listener twice.Crispin Flowerday2005-08-071-2/+0
* Work around gtkmozembed focus bug. Fixes bug #105153.Christian Persch2005-07-291-5/+22
* Remove the reload workaround, since the mozilla bug is fixed on allChristian Persch2005-07-131-40/+0
* Version 1.7.1.Release171Christian Persch2005-06-051-2/+4
* Fix compile warning.Christian Persch2005-05-311-1/+1
* Add scroll event listener, and change zoom on scroll+wheel events.Christian Persch2005-05-311-0/+55
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-291-30/+0
* No need to have Init on the event listener classes, move thatChristian Persch2005-05-151-56/+5
* Drop support for mozilla < 1.7.5.Christian Persch2005-05-151-8/+0
* Just replace the check for broken reload by HAVE_GECKO_1_8.Christian Persch2005-05-151-2/+2
* Add handling of DOMContentLoaded event from Gecko. It is an event thatJean-François Rameau2005-05-131-0/+31
* More trusted checks.Christian Persch2005-05-091-0/+18
* Use the document's URL as tab address, not the info from the locationChristian Persch2005-05-071-1/+10
* Thanks to the fastback patch, we can now get the secure browser UI objectChristian Persch2005-05-051-2/+10
* Use the web navigation to get the URI, not the document. Fixes bugChristian Persch2005-05-041-29/+19
* Emit signal when encountering alternate links. Fixes bug #171657.Christian Persch2005-04-081-66/+95
* Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change.Christian Persch2005-04-061-2/+2
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-6/+6
* Work around a mozilla bug by diverting the contract ID ofChristian Persch2005-01-241-5/+41
* Check for broken context event button.Christian Persch2005-01-231-1/+112
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-4/+4
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-041-2/+2
* Don't crash if trying to get the document type before the widget isChristian Persch2004-12-211-0/+2
* Try to fix the build.Christian Persch2004-12-191-3/+3
* Disable Zoom items for images, and disable zoom, encoding and view sourceChristian Persch2004-12-191-0/+33
* Use the dom window from the event.Christian Persch2004-11-201-1/+1
* Disallow favicon links from subframes.Christian Persch2004-11-181-12/+33
* Fix wrong certificate shown; Epiphany equivalent of galeon bug #158453.Christian Persch2004-11-181-29/+20
* Add a way to show the cert info dialogue for the page's certificate.Christian Persch2004-11-161-0/+36
* Save one strdup.Christian Persch2004-11-151-3/+1
* Check favicon urls with script sec manager and content policy.Christian Persch2004-11-151-25/+72
* nsEmbedString.h now requires MOZILLA_STRICT_API define.Christian Persch2004-11-141-0/+2
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Check for nsIDOMNSEvent::GetIsTrusted.Christian Persch2004-10-311-0/+2
* Add NULL checkChristian Persch2004-10-311-0/+1
* When showing a modal alert put up by a web page, switch the window to thatChristian Persch2004-10-311-0/+64
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-111-2/+1
* Fix compiler warnings.Christian Persch2004-09-271-4/+4
* Fix mozilla API checks to correctly detect firefox libraries.Christian Persch2004-09-211-1/+1
* Fix for mozilla 1.7.3 API-non-change.Christian Persch2004-09-151-1/+1
* Fix compiler warning about anon enum mismatch.Christian Persch2004-08-091-1/+1
* Consistent naming for nsresult vars. Since 'rv' had the majority, 'rv' itChristian Persch2004-08-081-30/+27
* Fix the reload workaround version checks to look for the correct versions.Christian Persch2004-08-061-1/+1
* Now that mozilla bug #246392 is fixed, only enable our work-around for oldChristian Persch2004-08-061-0/+2
* Code cleanup.Christian Persch2004-08-051-10/+8
* Don't QI the event target to nsIDOMEventReceiver and back toChristian Persch2004-08-021-31/+17
* Don't use -include which compilers other than gcc don't understand.Christian Persch2004-07-311-0/+2
* Remove some unneeded includes.Christian Persch2004-07-241-2/+0
* Refactores storing the security info, move it into EphyBrowser.Christian Persch2004-07-241-0/+49
* Remove preview flagMarco Pesenti Gritti2004-06-251-1/+1
* Simplify print code. Now there is only one case to deal with, the mozillaMarco Pesenti Gritti2004-06-251-29/+27
* Implement popup-blocking signals. Part of bug #111930.Adam Hooper2004-06-211-0/+54
* Work around mozilla bug #246392 which goes back to the original urls whenChristian Persch2004-06-151-0/+38
* Add a way to open new windows passing features and uri. Something like jsMarco Pesenti Gritti2004-06-131-0/+9
* Adjust comment about mozilla bug #232057, which was WONTFIXed.Christian Persch2004-06-091-4/+3
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-041-160/+116
* Fix some headers fallouts with mozilla headMarco Pesenti Gritti2004-05-231-1/+0
* Fix typoChristian Persch2004-05-201-1/+0
* Set mEventReceiver to nsnull in ::Destroy(), fixes a crasher.Christian Persch2004-05-161-6/+8
* One more NS_ENSURE_TRUE.Christian Persch2004-05-111-1/+1
* Changed back to NS_ENSURE_TRUE as per discussion in bug #142184.Christian Persch2004-05-111-23/+23
* Destroy the EphyBrowser in destroy handler, but delete it only onChristian Persch2004-05-111-22/+35
* Adjust MOZILLA_SNAPSHOT checks for changed snapshot levels.Christian Persch2004-05-071-1/+1
* Adapt to mozilla API change.Christian Persch2004-05-061-0/+5
* Clean up encoding handling.Christian Persch2004-05-021-77/+25
* More defines work, still lack EventContext and EmbedPrivate. Use mozillaMarco Pesenti Gritti2004-04-291-4/+0
* Add defines for private mozilla api usage. It will make easier to trackMarco Pesenti Gritti2004-04-291-34/+28
* Ensure we have a DOM window before trying to get his url. The check wasMarco Pesenti Gritti2004-04-291-0/+2
* Documented EphyEmbedAdam Hooper2004-03-261-29/+0
* Don't override nsWebBrowserContentPolicy contract ID, just register ourChristian Persch2004-03-211-0/+3
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-171-54/+2
* Don't return an error when a DOM document isn't a HTML document, it's okChristian Persch2004-03-051-1/+2
* R embed/mozilla/nsUnicharUtils.h: R embed/mozilla/nsUnicharUtils.cpp:Christian Persch2004-02-211-5/+2
* Don't insist on a parent for the dialogue; because there isn't one when weChristian Persch2004-02-131-1/+1
* Adapt to the ever-changing mozilla APIs.Christian Persch2004-02-121-1/+7
* Make sure to not initialize EphyBrowser multiple times.Marco Pesenti Gritti2004-01-271-1/+6
* When checking forms for modifications, handle correctly text entries withChristian Persch2004-01-251-2/+14
* Work around a bug in mozilla where 0xa0 (NBSP) are converted to spaces, soChristian Persch2004-01-231-2/+8
* Adapt to the ever-changing mozilla API.Christian Persch2004-01-111-3/+12
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-101-171/+146
* Add API to check if an EphyEmbed has forms with user input in them.Christian Persch2004-01-041-1/+127
* Move events code inside EphyBrowser.cpp and add an event for blockedAdam Hooper2003-12-101-8/+140
* Add some missing NULL checks.Christian Persch2003-12-051-3/+3
* Implemented cookie and permissions observer used to actually sendChristian Persch2003-11-251-1/+0
* Pass WebPageDescriptor, not CurrentDescriptor. This way we dont refetchMarco Pesenti Gritti2003-11-171-4/+6
* Show only paste in the context menu, it's the only one that works inMarco Pesenti Gritti2003-11-041-0/+12
* We cant cache mDOMDocument, it changes for every document loaded. RemoveMarco Pesenti Gritti2003-10-291-5/+3
* Make some vars private, remove an unused one.Marco Pesenti Gritti2003-10-291-3/+1
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-281-17/+0
* Fix page cloning, I was query descriptors interface on webBrowser insteadMarco Pesenti Gritti2003-10-281-8/+8
* We need to force the encoding to be able to unset it.Marco Pesenti Gritti2003-10-281-9/+12
* Solving the wrapper mess THE ENDMarco Pesenti Gritti2003-10-281-6/+9
* Solving the wrapper mess Episode 3. Rename to EphyBrowser and add sanityMarco Pesenti Gritti2003-10-281-0/+739