| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the reload workaround, since the mozilla bug is fixed on all | Christian Persch | 2005-07-13 | 1 | -40/+0 |
* | Version 1.7.1.Release171 | Christian Persch | 2005-06-05 | 1 | -2/+4 |
* | Fix compile warning. | Christian Persch | 2005-05-31 | 1 | -1/+1 |
* | Add scroll event listener, and change zoom on scroll+wheel events. | Christian Persch | 2005-05-31 | 1 | -0/+55 |
* | Check for toolkit nsITypeAheadFind. | Christian Persch | 2005-05-29 | 1 | -30/+0 |
* | No need to have Init on the event listener classes, move that | Christian Persch | 2005-05-15 | 1 | -56/+5 |
* | Drop support for mozilla < 1.7.5. | Christian Persch | 2005-05-15 | 1 | -8/+0 |
* | Just replace the check for broken reload by HAVE_GECKO_1_8. | Christian Persch | 2005-05-15 | 1 | -2/+2 |
* | Add handling of DOMContentLoaded event from Gecko. It is an event that | Jean-François Rameau | 2005-05-13 | 1 | -0/+31 |
* | More trusted checks. | Christian Persch | 2005-05-09 | 1 | -0/+18 |
* | Use the document's URL as tab address, not the info from the location | Christian Persch | 2005-05-07 | 1 | -1/+10 |
* | Thanks to the fastback patch, we can now get the secure browser UI object | Christian Persch | 2005-05-05 | 1 | -2/+10 |
* | Use the web navigation to get the URI, not the document. Fixes bug | Christian Persch | 2005-05-04 | 1 | -29/+19 |
* | Emit signal when encountering alternate links. Fixes bug #171657. | Christian Persch | 2005-04-08 | 1 | -66/+95 |
* | Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change. | Christian Persch | 2005-04-06 | 1 | -2/+2 |
* | Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs | Christian Persch | 2005-01-29 | 1 | -6/+6 |
* | Work around a mozilla bug by diverting the contract ID of | Christian Persch | 2005-01-24 | 1 | -5/+41 |
* | Check for broken context event button. | Christian Persch | 2005-01-23 | 1 | -1/+112 |
* | Consistently start enum names with EPHY_*. | Crispin Flowerday | 2005-01-06 | 1 | -4/+4 |
* | Ensure that flags and enums start with 'Ephy' | Crispin Flowerday | 2005-01-04 | 1 | -2/+2 |
* | Don't crash if trying to get the document type before the widget is | Christian Persch | 2004-12-21 | 1 | -0/+2 |
* | Try to fix the build. | Christian Persch | 2004-12-19 | 1 | -3/+3 |
* | Disable Zoom items for images, and disable zoom, encoding and view source | Christian Persch | 2004-12-19 | 1 | -0/+33 |
* | Use the dom window from the event. | Christian Persch | 2004-11-20 | 1 | -1/+1 |
* | Disallow favicon links from subframes. | Christian Persch | 2004-11-18 | 1 | -12/+33 |
* | Fix wrong certificate shown; Epiphany equivalent of galeon bug #158453. | Christian Persch | 2004-11-18 | 1 | -29/+20 |
* | Add a way to show the cert info dialogue for the page's certificate. | Christian Persch | 2004-11-16 | 1 | -0/+36 |
* | Save one strdup. | Christian Persch | 2004-11-15 | 1 | -3/+1 |
* | Check favicon urls with script sec manager and content policy. | Christian Persch | 2004-11-15 | 1 | -25/+72 |
* | 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 |
* | Check for nsIDOMNSEvent::GetIsTrusted. | Christian Persch | 2004-10-31 | 1 | -0/+2 |
* | Add NULL check | Christian Persch | 2004-10-31 | 1 | -0/+1 |
* | When showing a modal alert put up by a web page, switch the window to that | Christian Persch | 2004-10-31 | 1 | -0/+64 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-10-11 | 1 | -2/+1 |
* | Fix compiler warnings. | Christian Persch | 2004-09-27 | 1 | -4/+4 |
* | Fix mozilla API checks to correctly detect firefox libraries. | Christian Persch | 2004-09-21 | 1 | -1/+1 |
* | Fix for mozilla 1.7.3 API-non-change. | Christian Persch | 2004-09-15 | 1 | -1/+1 |
* | Fix compiler warning about anon enum mismatch. | Christian Persch | 2004-08-09 | 1 | -1/+1 |
* | Consistent naming for nsresult vars. Since 'rv' had the majority, 'rv' it | Christian Persch | 2004-08-08 | 1 | -30/+27 |
* | Fix the reload workaround version checks to look for the correct versions. | Christian Persch | 2004-08-06 | 1 | -1/+1 |
* | Now that mozilla bug #246392 is fixed, only enable our work-around for old | Christian Persch | 2004-08-06 | 1 | -0/+2 |
* | Code cleanup. | Christian Persch | 2004-08-05 | 1 | -10/+8 |
* | Don't QI the event target to nsIDOMEventReceiver and back to | Christian Persch | 2004-08-02 | 1 | -31/+17 |
* | Don't use -include which compilers other than gcc don't understand. | Christian Persch | 2004-07-31 | 1 | -0/+2 |
* | Remove some unneeded includes. | Christian Persch | 2004-07-24 | 1 | -2/+0 |
* | Refactores storing the security info, move it into EphyBrowser. | Christian Persch | 2004-07-24 | 1 | -0/+49 |
* | Remove preview flag | Marco Pesenti Gritti | 2004-06-25 | 1 | -1/+1 |
* | Simplify print code. Now there is only one case to deal with, the mozilla | Marco Pesenti Gritti | 2004-06-25 | 1 | -29/+27 |
* | Implement popup-blocking signals. Part of bug #111930. | Adam Hooper | 2004-06-21 | 1 | -0/+54 |
* | Work around mozilla bug #246392 which goes back to the original urls when | Christian Persch | 2004-06-15 | 1 | -0/+38 |
* | Add a way to open new windows passing features and uri. Something like js | Marco Pesenti Gritti | 2004-06-13 | 1 | -0/+9 |
* | Adjust comment about mozilla bug #232057, which was WONTFIXed. | Christian Persch | 2004-06-09 | 1 | -4/+3 |
* | merge mozilla-embed-strings branch | Marco Pesenti Gritti | 2004-06-04 | 1 | -160/+116 |
* | Fix some headers fallouts with mozilla head | Marco Pesenti Gritti | 2004-05-23 | 1 | -1/+0 |
* | Fix typo | Christian Persch | 2004-05-20 | 1 | -1/+0 |
* | Set mEventReceiver to nsnull in ::Destroy(), fixes a crasher. | Christian Persch | 2004-05-16 | 1 | -6/+8 |
* | One more NS_ENSURE_TRUE. | Christian Persch | 2004-05-11 | 1 | -1/+1 |
* | Changed back to NS_ENSURE_TRUE as per discussion in bug #142184. | Christian Persch | 2004-05-11 | 1 | -23/+23 |
* | Destroy the EphyBrowser in destroy handler, but delete it only on | Christian Persch | 2004-05-11 | 1 | -22/+35 |
* | Adjust MOZILLA_SNAPSHOT checks for changed snapshot levels. | Christian Persch | 2004-05-07 | 1 | -1/+1 |
* | Adapt to mozilla API change. | Christian Persch | 2004-05-06 | 1 | -0/+5 |
* | Clean up encoding handling. | Christian Persch | 2004-05-02 | 1 | -77/+25 |
* | More defines work, still lack EventContext and EmbedPrivate. Use mozilla | Marco Pesenti Gritti | 2004-04-29 | 1 | -4/+0 |
* | Add defines for private mozilla api usage. It will make easier to track | Marco Pesenti Gritti | 2004-04-29 | 1 | -34/+28 |
* | Ensure we have a DOM window before trying to get his url. The check was | Marco Pesenti Gritti | 2004-04-29 | 1 | -0/+2 |
* | Documented EphyEmbed | Adam Hooper | 2004-03-26 | 1 | -29/+0 |
* | Don't override nsWebBrowserContentPolicy contract ID, just register our | Christian Persch | 2004-03-21 | 1 | -0/+3 |
* | merging pre-gnome-2-8 branch | Marco Pesenti Gritti | 2004-03-17 | 1 | -54/+2 |
* | Don't return an error when a DOM document isn't a HTML document, it's ok | Christian Persch | 2004-03-05 | 1 | -1/+2 |
* | R embed/mozilla/nsUnicharUtils.h: R embed/mozilla/nsUnicharUtils.cpp: | Christian Persch | 2004-02-21 | 1 | -5/+2 |
* | Don't insist on a parent for the dialogue; because there isn't one when we | Christian Persch | 2004-02-13 | 1 | -1/+1 |
* | Adapt to the ever-changing mozilla APIs. | Christian Persch | 2004-02-12 | 1 | -1/+7 |
* | Make sure to not initialize EphyBrowser multiple times. | Marco Pesenti Gritti | 2004-01-27 | 1 | -1/+6 |
* | When checking forms for modifications, handle correctly text entries with | Christian Persch | 2004-01-25 | 1 | -2/+14 |
* | Work around a bug in mozilla where 0xa0 (NBSP) are converted to spaces, so | Christian Persch | 2004-01-23 | 1 | -2/+8 |
* | Adapt to the ever-changing mozilla API. | Christian Persch | 2004-01-11 | 1 | -3/+12 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places. | Christian Persch | 2004-01-10 | 1 | -171/+146 |
* | Add API to check if an EphyEmbed has forms with user input in them. | Christian Persch | 2004-01-04 | 1 | -1/+127 |
* | Move events code inside EphyBrowser.cpp and add an event for blocked | Adam Hooper | 2003-12-10 | 1 | -8/+140 |
* | Add some missing NULL checks. | Christian Persch | 2003-12-05 | 1 | -3/+3 |
* | Implemented cookie and permissions observer used to actually send | Christian Persch | 2003-11-25 | 1 | -1/+0 |
* | Pass WebPageDescriptor, not CurrentDescriptor. This way we dont refetch | Marco Pesenti Gritti | 2003-11-17 | 1 | -4/+6 |
* | Show only paste in the context menu, it's the only one that works in | Marco Pesenti Gritti | 2003-11-04 | 1 | -0/+12 |
* | We cant cache mDOMDocument, it changes for every document loaded. Remove | Marco Pesenti Gritti | 2003-10-29 | 1 | -5/+3 |
* | Make some vars private, remove an unused one. | Marco Pesenti Gritti | 2003-10-29 | 1 | -3/+1 |
* | Open source in the default editor and remove the unused copy api. Add a | Marco Pesenti Gritti | 2003-10-28 | 1 | -17/+0 |
* | Fix page cloning, I was query descriptors interface on webBrowser instead | Marco Pesenti Gritti | 2003-10-28 | 1 | -8/+8 |
* | We need to force the encoding to be able to unset it. | Marco Pesenti Gritti | 2003-10-28 | 1 | -9/+12 |
* | Solving the wrapper mess THE END | Marco Pesenti Gritti | 2003-10-28 | 1 | -6/+9 |
* | Solving the wrapper mess Episode 3. Rename to EphyBrowser and add sanity | Marco Pesenti Gritti | 2003-10-28 | 1 | -0/+739 |