aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EventContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert the change from r7406; see bug #476540.Christian Persch2007-09-131-1/+1
* Revert the change from r7407; see bug #476540.Christian Persch2007-09-131-1/+1
* Include nsStringGlue.h instead of nsStringAPI.hChristian Persch2007-09-131-1/+1
* Include xpcom-config.h, not mozilla-config.hChristian Persch2007-09-131-1/+1
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Add smb: to recognised web schemes. Bug #352733.Christian Persch2006-09-301-0/+3
* Use UTF-8 copyright symbolChristian Persch2006-09-131-3/+3
* Don't start search on <embed> and <object> elements.Christian Persch2006-08-081-1/+6
* Use nsAString::Equals.Christian Persch2006-05-151-1/+1
* Drop support for gecko 1.7.Christian Persch2006-05-111-94/+95
* Don't activate typeaheadfind on XUL documents.Christian Persch2006-03-021-0/+3
* Don't require a HTML document to activate typeaheadfind. Bug #326813.Christian Persch2006-01-131-18/+22
* Unify background image and image code (contex menu, conext event). Fix bugJean-François Rameau2005-09-271-16/+15
* QI the element to check whether it's of some type, don't check the tag.Christian Persch2005-08-181-13/+28
* Version 1.7.1.Release171Christian Persch2005-06-051-1/+3
* Typo.Jean-François Rameau2005-06-041-1/+1
* Don't open search toolbar on / or ' over formfields:Christian Persch2005-06-031-0/+68
* Add code to handle area tags. Fix bug #152482Jean-François Rameau2005-06-031-0/+63
* More trusted checks.Christian Persch2005-05-091-0/+18
* Remove unused varChristian Persch2005-05-081-2/+0
* Slight performance improvements.Christian Persch2005-05-071-25/+65
* Ged rid of all API checks which check for 1.8-only API, and introduce aChristian Persch2005-04-261-2/+4
* Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change.Christian Persch2005-04-061-2/+2
* Check for password inputs too.Christian Persch2005-02-271-0/+5
* Don't copy params with the email address. Fixes bug #144469.Christian Persch2005-02-031-2/+5
* Check for broken context event button.Christian Persch2005-01-231-35/+59
* Use UnEscapeURIForUI instead of UnEscapeNonAsciiURI.Christian Persch2005-01-111-1/+1
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-14/+14
* Fix string comparisions.Christian Persch2004-11-231-8/+8
* Fix missing 'else if' and a superflous failure check.Christian Persch2004-11-231-3/+1
* 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
* Fix compiler warnings.Christian Persch2004-09-271-2/+0
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-2/+3
* Use GetLocalName instead of GetTagName to get the attribute name. Patch byChristian Persch2004-08-161-2/+2
* Consistent naming for nsresult vars. Since 'rv' had the majority, 'rv' itChristian Persch2004-08-081-16/+15
* Don't use -include which compilers other than gcc don't understand.Christian Persch2004-07-311-0/+2
* -1 is valid button number, it's used for synthesised "mouse" events onChristian Persch2004-07-071-0/+7
* Unescape the mailto: address, fixes bug #144462.Christian Persch2004-07-051-2/+34
* Normal context menus for check/radio/submit buttons. Fixes bug #143942.Christian Persch2004-07-041-37/+50
* Add a way to open new windows passing features and uri. Something like jsMarco Pesenti Gritti2004-06-131-2/+0
* Fix CSS background detection, based on a galeon patch by CrispinChristian Persch2004-06-091-53/+66
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-041-181/+144
* Complete headers definesMarco Pesenti Gritti2004-04-301-21/+29
* More defines work, still lack EventContext and EmbedPrivate. Use mozillaMarco Pesenti Gritti2004-04-291-2/+0
* Don't assume every anchor has a href attribute. Fixes bug #138200.Christian Persch2004-03-291-14/+5
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-171-17/+5
* Add $ markersChristian Persch2004-02-221-0/+1
* R embed/mozilla/nsUnicharUtils.h: R embed/mozilla/nsUnicharUtils.cpp:Christian Persch2004-02-211-62/+44
* Excise old galeon 1, non ported, defined-out code.Christian Persch2004-02-071-4/+0
* data: urls can be opened in new tabs too.Christian Persch2004-01-231-0/+1
* about: can be opened in new tab too.Christian Persch2004-01-211-3/+4
* Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. PortChristian Persch2004-01-161-9/+5
* Only allow "Open in New Tab/Window" for certain protocols.Christian Persch2004-01-131-0/+27
* Adapt to the ever-changing mozilla API.Christian Persch2004-01-111-4/+12
* Bring ephy_window_get_toolbar signature in line withChristian Persch2003-12-251-2/+2
* We cant cache mDOMDocument, it changes for every document loaded. RemoveMarco Pesenti Gritti2003-10-291-5/+1
* Make some vars private, remove an unused one.Marco Pesenti Gritti2003-10-291-1/+5
* Solving the wrapper mess Episode 3. Rename to EphyBrowser and add sanityMarco Pesenti Gritti2003-10-281-3/+3
* Solving the wrapper mess Episode 1.Marco Pesenti Gritti2003-10-271-1/+1
* Every time you change API God kills a kitten. Think of the kitten!! (ThatXan Lopez2003-10-231-2/+14
* Include config.h.Christian Persch2003-10-161-1/+7
* Added in support to allow Mozilla 1.4.1 to be used for Epiphany compile.Patanjali Somayaji2003-09-141-1/+1
* Use link text as bookmark title when no title is specified.Marco Pesenti Gritti2003-08-051-1/+84
* Fix add bookmark from linkMarco Pesenti Gritti2003-06-231-0/+4
* Remove some obsolete entries.Marco Pesenti Gritti2003-06-161-1/+18
* Shift+F10 show context menus on the embed. (Less invasive way untilMarco Pesenti Gritti2003-06-161-0/+58
* TypoMarco Pesenti Gritti2003-06-151-1/+1
* Use new INIT macros (from galeon).Marco Pesenti Gritti2003-06-151-70/+51
* ), (EventContext::SetStringProperty (const char*, const nsACString&)):Christian Persch2003-06-151-3/+3
* fix casting on big-endian, from galeon.Marco Pesenti Gritti2003-02-161-1/+6
* *** empty log message ***Marco Pesenti Gritti2003-02-061-4/+0
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+669