aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyBrowser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set mEventReceiver to nsnull too in ::Destroy(), fixes a crasher.Christian Persch2004-05-161-7/+11
* Destroy browser on destroy, but delete it on finalize. Fix for bugChristian Persch2004-05-111-7/+24
* Remove unused variables, and adjust some MOZILLA_SNAPSHOT checks.Christian Persch2004-05-071-4/+0
* Ensure we have a DOM window before trying to get his url. The check wasMarco Pesenti Gritti2004-04-291-0/+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