aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyBrowser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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