| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify background image and image code (contex menu, conext event). Fix bug | Jean-François Rameau | 2005-09-27 | 1 | -16/+15 |
* | QI the element to check whether it's of some type, don't check the tag. | Christian Persch | 2005-08-18 | 1 | -13/+28 |
* | Version 1.7.1.Release171 | Christian Persch | 2005-06-05 | 1 | -1/+3 |
* | Typo. | Jean-François Rameau | 2005-06-04 | 1 | -1/+1 |
* | Don't open search toolbar on / or ' over formfields: | Christian Persch | 2005-06-03 | 1 | -0/+68 |
* | Add code to handle area tags. Fix bug #152482 | Jean-François Rameau | 2005-06-03 | 1 | -0/+63 |
* | More trusted checks. | Christian Persch | 2005-05-09 | 1 | -0/+18 |
* | Remove unused var | Christian Persch | 2005-05-08 | 1 | -2/+0 |
* | Slight performance improvements. | Christian Persch | 2005-05-07 | 1 | -25/+65 |
* | Ged rid of all API checks which check for 1.8-only API, and introduce a | Christian Persch | 2005-04-26 | 1 | -2/+4 |
* | Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change. | Christian Persch | 2005-04-06 | 1 | -2/+2 |
* | Check for password inputs too. | Christian Persch | 2005-02-27 | 1 | -0/+5 |
* | Don't copy params with the email address. Fixes bug #144469. | Christian Persch | 2005-02-03 | 1 | -2/+5 |
* | Check for broken context event button. | Christian Persch | 2005-01-23 | 1 | -35/+59 |
* | Use UnEscapeURIForUI instead of UnEscapeNonAsciiURI. | Christian Persch | 2005-01-11 | 1 | -1/+1 |
* | Consistently start enum names with EPHY_*. | Crispin Flowerday | 2005-01-06 | 1 | -14/+14 |
* | Fix string comparisions. | Christian Persch | 2004-11-23 | 1 | -8/+8 |
* | Fix missing 'else if' and a superflous failure check. | Christian Persch | 2004-11-23 | 1 | -3/+1 |
* | nsEmbedString.h now requires MOZILLA_STRICT_API define. | Christian Persch | 2004-11-14 | 1 | -0/+2 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Fix compiler warnings. | Christian Persch | 2004-09-27 | 1 | -2/+0 |
* | Merging pre-gnome-2-10 branch to HEAD. | Christian Persch | 2004-09-13 | 1 | -2/+3 |
* | Use GetLocalName instead of GetTagName to get the attribute name. Patch by | Christian Persch | 2004-08-16 | 1 | -2/+2 |
* | Consistent naming for nsresult vars. Since 'rv' had the majority, 'rv' it | Christian Persch | 2004-08-08 | 1 | -16/+15 |
* | Don't use -include which compilers other than gcc don't understand. | Christian Persch | 2004-07-31 | 1 | -0/+2 |
* | -1 is valid button number, it's used for synthesised "mouse" events on | Christian Persch | 2004-07-07 | 1 | -0/+7 |
* | Unescape the mailto: address, fixes bug #144462. | Christian Persch | 2004-07-05 | 1 | -2/+34 |
* | Normal context menus for check/radio/submit buttons. Fixes bug #143942. | Christian Persch | 2004-07-04 | 1 | -37/+50 |
* | Add a way to open new windows passing features and uri. Something like js | Marco Pesenti Gritti | 2004-06-13 | 1 | -2/+0 |
* | Fix CSS background detection, based on a galeon patch by Crispin | Christian Persch | 2004-06-09 | 1 | -53/+66 |
* | merge mozilla-embed-strings branch | Marco Pesenti Gritti | 2004-06-04 | 1 | -181/+144 |
* | Complete headers defines | Marco Pesenti Gritti | 2004-04-30 | 1 | -21/+29 |
* | More defines work, still lack EventContext and EmbedPrivate. Use mozilla | Marco Pesenti Gritti | 2004-04-29 | 1 | -2/+0 |
* | Don't assume every anchor has a href attribute. Fixes bug #138200. | Christian Persch | 2004-03-29 | 1 | -14/+5 |
* | merging pre-gnome-2-8 branch | Marco Pesenti Gritti | 2004-03-17 | 1 | -17/+5 |
* | Add $ markers | Christian Persch | 2004-02-22 | 1 | -0/+1 |
* | R embed/mozilla/nsUnicharUtils.h: R embed/mozilla/nsUnicharUtils.cpp: | Christian Persch | 2004-02-21 | 1 | -62/+44 |
* | Excise old galeon 1, non ported, defined-out code. | Christian Persch | 2004-02-07 | 1 | -4/+0 |
* | data: urls can be opened in new tabs too. | Christian Persch | 2004-01-23 | 1 | -0/+1 |
* | about: can be opened in new tab too. | Christian Persch | 2004-01-21 | 1 | -3/+4 |
* | Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. Port | Christian Persch | 2004-01-16 | 1 | -9/+5 |
* | Only allow "Open in New Tab/Window" for certain protocols. | Christian Persch | 2004-01-13 | 1 | -0/+27 |
* | Adapt to the ever-changing mozilla API. | Christian Persch | 2004-01-11 | 1 | -4/+12 |
* | Bring ephy_window_get_toolbar signature in line with | Christian Persch | 2003-12-25 | 1 | -2/+2 |
* | We cant cache mDOMDocument, it changes for every document loaded. Remove | Marco Pesenti Gritti | 2003-10-29 | 1 | -5/+1 |
* | Make some vars private, remove an unused one. | Marco Pesenti Gritti | 2003-10-29 | 1 | -1/+5 |
* | Solving the wrapper mess Episode 3. Rename to EphyBrowser and add sanity | Marco Pesenti Gritti | 2003-10-28 | 1 | -3/+3 |
* | Solving the wrapper mess Episode 1. | Marco Pesenti Gritti | 2003-10-27 | 1 | -1/+1 |
* | Every time you change API God kills a kitten. Think of the kitten!! (That | Xan Lopez | 2003-10-23 | 1 | -2/+14 |
* | Include config.h. | Christian Persch | 2003-10-16 | 1 | -1/+7 |
* | Added in support to allow Mozilla 1.4.1 to be used for Epiphany compile. | Patanjali Somayaji | 2003-09-14 | 1 | -1/+1 |
* | Use link text as bookmark title when no title is specified. | Marco Pesenti Gritti | 2003-08-05 | 1 | -1/+84 |
* | Fix add bookmark from link | Marco Pesenti Gritti | 2003-06-23 | 1 | -0/+4 |
* | Remove some obsolete entries. | Marco Pesenti Gritti | 2003-06-16 | 1 | -1/+18 |
* | Shift+F10 show context menus on the embed. (Less invasive way until | Marco Pesenti Gritti | 2003-06-16 | 1 | -0/+58 |
* | Typo | Marco Pesenti Gritti | 2003-06-15 | 1 | -1/+1 |
* | Use new INIT macros (from galeon). | Marco Pesenti Gritti | 2003-06-15 | 1 | -70/+51 |
* | ), (EventContext::SetStringProperty (const char*, const nsACString&)): | Christian Persch | 2003-06-15 | 1 | -3/+3 |
* | fix casting on big-endian, from galeon. | Marco Pesenti Gritti | 2003-02-16 | 1 | -1/+6 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-02-06 | 1 | -4/+0 |
* | Initial revision | Marco Pesenti Gritti | 2002-12-31 | 1 | -0/+669 |