| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |