| Commit message (Expand) | Author | Age | Files | Lines |
* | Set mEventReceiver to nsnull too in ::Destroy(), fixes a crasher. | Christian Persch | 2004-05-16 | 1 | -7/+11 |
* | Destroy browser on destroy, but delete it on finalize. Fix for bug | Christian Persch | 2004-05-11 | 1 | -7/+24 |
* | Remove unused variables, and adjust some MOZILLA_SNAPSHOT checks. | Christian Persch | 2004-05-07 | 1 | -4/+0 |
* | Ensure we have a DOM window before trying to get his url. The check was | Marco Pesenti Gritti | 2004-04-29 | 1 | -0/+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 |