| Commit message (Expand) | Author | Age | Files | Lines |
* | Another NULL check for bug #572810 | Christian Persch | 2009-02-23 | 1 | -0/+1 |
* | Try to fix the build with gecko 1.9.1 | Christian Persch | 2009-02-08 | 1 | -2/+2 |
* | Be extra safe. | Christian Persch | 2008-12-27 | 1 | -0/+4 |
* | More gecko 1.9.1 fixes. | Christian Persch | 2008-12-27 | 1 | -5/+22 |
* | Check for nsIDOMNSLocation.h, which was removed in gecko 1.9.1, and | Christian Persch | 2008-12-26 | 1 | -2/+12 |
* | Convert strings to UTF16 before passing them to nsIPrintSettings with | Josselin Mouette | 2008-10-22 | 1 | -0/+4 |
* | Try to fix crash on zoom change. Bug #525357, patch by Mike Hommey.RELEASE_2_24_1 | Christian Persch | 2008-10-21 | 2 | -2/+12 |
* | Register our global history component for all the contracts that | Christian Persch | 2008-10-19 | 2 | -0/+51 |
* | Use 'while' instead of 'whilst' in error messages. | Diego Escalante Urrelo | 2008-10-13 | 1 | -2/+2 |
* | Remove leading dots in suggested filename. | Diego Escalante Urrelo | 2008-08-30 | 2 | -2/+10 |
* | Misc. identation fixes. | Diego Escalante Urrelo | 2008-08-30 | 1 | -14/+15 |
* | Allow remembering the selected user cert. | Christian Persch | 2008-08-15 | 1 | -1/+24 |
* | Fix conditional. | Christian Persch | 2008-08-04 | 1 | -1/+1 |
* | Use NS_ENSURE_TRUE here since this shouldn't ever fail. | Christian Persch | 2008-08-04 | 1 | -2/+1 |
* | Bail out if listing the passwords fails or there are no results. Possibly fix... | Christian Persch | 2008-08-04 | 1 | -2/+6 |
* | Also use HAVE_NSIBADCERTLISTENER_H here, instead of HAVE_GECKO_1_9. | Christian Persch | 2008-08-04 | 1 | -1/+1 |
* | Use percentage instead of value when calling gtk_print_settings_set_scale. | Cosimo Cecchi | 2008-07-03 | 1 | -1/+1 |
* | Check for nsIBadCertListener.h. | Christian Persch | 2008-07-01 | 5 | -14/+19 |
* | Add emergency NULL-check. | Christian Persch | 2008-07-01 | 1 | -0/+1 |
* | Fix typos causing passwords not being correctly removed from the | Josselin Mouette | 2008-06-21 | 1 | -2/+2 |
* | Fix the string names to obtain the proxy login prompt when using Gecko | Josselin Mouette | 2008-06-21 | 1 | -0/+5 |
* | Fix the build with gecko 1.9 last minute changes. | Diego Escalante Urrelo | 2008-06-13 | 1 | -0/+3 |
* | Don't check only for apps supporting URIs. Bug #534846. | Christian Persch | 2008-05-27 | 1 | -1/+1 |
* | Fix compile warning. | Christian Persch | 2008-05-27 | 1 | -2/+1 |
* | nother try to fix bug #534056. | Christian Persch | 2008-05-24 | 1 | -15/+9 |
* | Remove leading/trailing whitespace from strings in EventContext. Bug #533983. | Christian Persch | 2008-05-24 | 1 | -3/+4 |
* | Try to to fix the build on 1.8. Bug #534056. | Christian Persch | 2008-05-24 | 1 | -25/+8 |
* | Use sizeof here instead of hardcoding the current size. | Christian Persch | 2008-05-19 | 1 | -1/+1 |
* | Fix bug #453379. | Christian Persch | 2008-05-19 | 1 | -2/+8 |
* | Convert and control chars to spaces in the prompt strings. Fixes bug #504519. | Christian Persch | 2008-05-19 | 2 | -2/+8 |
* | Implement nsIXULAppInfo so we get the "Gecko/DATE" part in the UA right. Use ... | Christian Persch | 2008-05-19 | 4 | -1/+201 |
* | Remove debug spew. NULL-proof the pwd entry removal. | Christian Persch | 2008-05-19 | 1 | -29/+64 |
* | Implement dummy nsIDownloadHistory interface on GlobalHistory. | Christian Persch | 2008-05-19 | 3 | -2/+33 |
* | Fix print preview. Bug #510694. | Christian Persch | 2008-04-11 | 1 | -2/+6 |
* | Use nsIURIFixup instead of massaging the URI ourself. | Christian Persch | 2008-04-10 | 2 | -11/+15 |
* | Cleanup | Christian Persch | 2008-04-09 | 2 | -8/+12 |
* | Fix auto-open. Bug #513837. | Christian Persch | 2008-04-09 | 1 | -0/+2 |
* | Add another death grip. | Christian Persch | 2008-04-09 | 1 | -0/+2 |
* | Add a kung fu death grip to keep us alive. Part of bug #513837 | Christian Persch | 2008-04-09 | 1 | -0/+3 |
* | Release 2.22.1.1RELEASE_2_22_1_1 | Christian Persch | 2008-04-08 | 1 | -2/+5 |
* | Use ephy_password_info_new to allocate EphyPasswordInfo, not g_new. Fixes a c... | Christian Persch | 2008-04-06 | 1 | -30/+42 |
* | Add nsIPromptService2. | Christian Persch | 2008-04-04 | 2 | -20/+18 |
* | Try harder to fix the build with gecko 1.8 | Christian Persch | 2008-04-01 | 1 | -0/+8 |
* | Try to fix the build with gecko 1.8 | Christian Persch | 2008-04-01 | 2 | -0/+10 |
* | Do use a 1.9 xpidl for this | Christian Persch | 2008-03-28 | 1 | -1/+3 |
* | Renegerate this with an older xpidl version, so it compiles on xr1.9 beta rel... | Christian Persch | 2008-03-28 | 1 | -20/+18 |
* | Next try to get cert exception addition working. This too isn't not working c... | Christian Persch | 2008-03-28 | 12 | -214/+426 |
* | Fix the build | Christian Persch | 2008-03-28 | 1 | -1/+2 |
* | Try to fix the build on 1.8. | Christian Persch | 2008-03-28 | 2 | -9/+31 |
* | Add a service to open the cert exception dialogue. | Christian Persch | 2008-03-28 | 4 | -0/+212 |
* | Fix the build with 1.9b4. | Christian Persch | 2008-03-28 | 1 | -0/+5 |
* | Only build EphyDirectoryProvider on < 1.9; it's unused on 1.9. | Christian Persch | 2008-03-28 | 1 | -2/+2 |
* | Remove the unnecessary setting of the preffered action in the casees that act... | Christian Persch | 2008-03-28 | 2 | -28/+32 |
* | Make this inclusion conditionally, since we don't use our directory provider ... | Christian Persch | 2008-03-28 | 1 | -1/+4 |
* | Typo fix | Christian Persch | 2008-03-28 | 1 | -1/+1 |
* | Fix the branding bundle registration by providing the app chrome manifest in ... | Christian Persch | 2008-03-28 | 1 | -2/+5 |
* | Try again to fix the directory provider for 1.9. Branding still fails though | Christian Persch | 2008-03-28 | 6 | -14/+271 |
* | Try to fix the gecko 1.8 backend, and this also might fix the branding bundle... | Christian Persch | 2008-03-28 | 1 | -5/+3 |
* | Fix | Christian Persch | 2008-03-28 | 1 | -1/+1 |
* | Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657 | Christian Persch | 2008-03-28 | 5 | -25/+239 |
* | Remove this patch that was accidentally committed on the branch instead of on... | Christian Persch | 2008-03-10 | 2 | -2/+3 |
* | Remove this patch that was accidentally committed on the branch instead of on... | Christian Persch | 2008-03-10 | 2 | -120/+0 |
* | Remove this patch that was accidentally committed on the branch instead of on... | Christian Persch | 2008-03-10 | 1 | -17/+1 |
* | Comment the login manager prompter again; probably it's not needed after all. | Christian Persch | 2008-03-10 | 1 | -3/+3 |
* | Add some checking. | Christian Persch | 2008-03-10 | 1 | -30/+8 |
* | Add stub impl of nsILoginManagerPrompter. | Christian Persch | 2008-03-10 | 3 | -1/+159 |
* | Add ifdef for a function that's unused on gecko 1.9. | Christian Persch | 2008-03-10 | 1 | -2/+2 |
* | Remove unused includes. | Christian Persch | 2008-03-10 | 1 | -1/+0 |
* | Initialise variable. Bug #519173. | Christian Persch | 2008-02-28 | 1 | -0/+2 |
* | Fix AutoModalDialog::ShouldShow(). Bug #519173. | Christian Persch | 2008-02-28 | 2 | -6/+4 |
* | Remove cruft | Christian Persch | 2008-02-27 | 4 | -446/+0 |
* | Update for added nsIContentPolicy constants in 1.9. | Christian Persch | 2008-02-26 | 1 | -2/+8 |
* | Remove unused struct member. | Xan Lopez | 2008-02-25 | 1 | -2/+0 |
* | Make EphyUtils::FindEmbed return the parent of the mozembed, as it is now con... | Xan Lopez | 2008-02-21 | 1 | -1/+1 |
* | Fix prompt service for xr 1.9 wrt. DOM notifications. Bug #504445. | Christian Persch | 2008-02-18 | 13 | -172/+415 |
* | Use G_DEFINE_TYPE* where possible in embed/* (#517090) | Xan Lopez | 2008-02-18 | 5 | -203/+30 |
* | Comment this out; it's unreliable | Christian Persch | 2008-02-18 | 1 | -0/+4 |
* | No need to implement nsIBadCertListener2 here | Christian Persch | 2008-02-18 | 2 | -21/+4 |
* | Add ephy-embed::new-document-now signal, does the same than old | Xan Lopez | 2008-02-18 | 1 | -0/+1 |
* | Add stub for displayProtectedAuth | Christian Persch | 2008-02-18 | 1 | -0/+10 |
* | Add translator comment. | Christian Persch | 2008-02-18 | 1 | -0/+1 |
* | Make Go Up recognize HTML anchors. Bug #335631. | Cosimo Cecchi | 2008-02-15 | 1 | -1/+11 |
* | Fix keyboard focus remaining in the location entry after entering | Cosimo Cecchi | 2008-02-01 | 1 | -1/+4 |
* | Fix compilation error with gcc4.3. | Cosimo Cecchi | 2008-01-29 | 2 | -2/+2 |
* | Better fix for bug #511759. | Cosimo Cecchi | 2008-01-25 | 1 | -1/+4 |
* | Update to new glib 2.15.2 API, bump glib dep and remove a | Cosimo Cecchi | 2008-01-15 | 1 | -1/+2 |
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 6 | -40/+48 |
* | Port ephy-window.c to the new API, remove old API. | Xan Lopez | 2007-12-30 | 1 | -51/+8 |
* | Make MozillaHistoryItem create url and title on demand. | Xan Lopez | 2007-12-30 | 4 | -41/+101 |
* | Use the new interfaces for backward/forward menus. | Xan Lopez | 2007-12-30 | 3 | -7/+4 |
* | Mozilla implementation of the embed history interfaces. | Xan Lopez | 2007-12-30 | 4 | -2/+217 |
* | Xr 1.9 fixes. Bug #503657. | Christian Persch | 2007-12-24 | 1 | -2/+8 |
* | Xr 1.9 fixes. Bug #503657. | Christian Persch | 2007-12-24 | 1 | -8/+37 |
* | Xr 1.9 fixes. Bug #503657. | Christian Persch | 2007-12-24 | 1 | -1/+1 |
* | Xr 1.9 fixes. Bug #503657. | Christian Persch | 2007-12-24 | 1 | -3/+11 |
* | Xr 1.9 fixes. Bug #503657. | Christian Persch | 2007-12-24 | 2 | -1/+9 |
* | Xr 1.9 fixes. Bug #503657. | Christian Persch | 2007-12-24 | 1 | -3/+2 |
* | Fixes for xr 1.9. Bug #503657. | Christian Persch | 2007-12-24 | 1 | -1/+18 |
* | Xr 1.9 fixes. Bug #503657. | Christian Persch | 2007-12-24 | 1 | -0/+3 |
* | Add ifdefs for xr 1.9. Part of bug #503657. | Christian Persch | 2007-12-24 | 2 | -7/+41 |
* | Also fix parent instance/class for MozillaEmbed. | Xan Lopez | 2007-12-23 | 2 | -3/+3 |
* | Fix comment. | Christian Persch | 2007-12-16 | 1 | -1/+1 |
* | Move size-to code to the gecko backend. | Xan Lopez | 2007-11-18 | 1 | -0/+137 |
* | Put visibility property into EphyBaseEmbed, we need it for popups. | Xan Lopez | 2007-11-18 | 1 | -1/+15 |
* | Re-enable popup management code in EphyBaseEmbed. | Xan Lopez | 2007-11-17 | 1 | -5/+3 |
* | 2007-11-12 Reinout van Schouwen <reinouts@gnome.org> | Reinout van Schouwen | 2007-11-12 | 1 | -1/+1 |
* | 2007-11-12 Reinout van Schouwen <reinouts@gnome.org> | Reinout van Schouwen | 2007-11-12 | 1 | -1/+2 |
* | Implement grab_focus in EphyBaseEmbed. | Xan Lopez | 2007-11-12 | 1 | -18/+14 |
* | Remove unused ge_content_changed. | Xan Lopez | 2007-11-12 | 1 | -1/+0 |
* | Remove unused ge_net_state and ge_security_change. | Xan Lopez | 2007-11-12 | 1 | -2/+0 |
* | Remove unused ge-location signal. | Xan Lopez | 2007-11-12 | 1 | -1/+0 |
* | ge-search-key-press is in EphyEmbed, not GtkMozEmbed. | Xan Lopez | 2007-11-10 | 1 | -1/+2 |
* | Add a space to the reload page alert | Cyril Brulebois | 2007-11-08 | 1 | -1/+1 |
* | Fix invalid cast and make the find toolbar work again after EphyBaseEmbed | Cosimo Cecchi | 2007-11-08 | 1 | -1/+1 |
* | Enable a --with-distributor-name configure option, defaulting to Epiphany. | Cyril Brulebois | 2007-11-07 | 1 | -3/+4 |
* | Make ephy_base_embed_set_{title,address} dup their parameters internally. | Xan Lopez | 2007-11-06 | 1 | -1/+3 |
* | Put size_allocate hack in MozillaEmbed now. | Xan Lopez | 2007-11-06 | 1 | -0/+23 |
* | Move all common functionality from MozillaEmbed to EphyBaseEmbed. | Xan Lopez | 2007-11-06 | 1 | -1509/+22 |
* | Create EphyBaseEmbed, make MozillaEmbed a subclass of it. | Xan Lopez | 2007-11-06 | 3 | -50/+68 |
* | Add remove_all_passwords method to EphyPasswordManager and implement it | Cosimo Cecchi | 2007-11-05 | 1 | -0/+40 |
* | Fix the build with --enable-debug. | Christian Persch | 2007-10-28 | 1 | -1/+1 |
* | Move popups-allowed and hidden-popup-count from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-27 | 1 | -3/+348 |
* | Tabify modified files. | Xan Lopez | 2007-10-26 | 1 | -129/+129 |
* | Fix more issues left with the refactoring. | Xan Lopez | 2007-10-26 | 1 | -51/+18 |
* | Fix the remaining breakage. | Xan Lopez | 2007-10-26 | 1 | -3/+24 |
* | Move file_monitor_cancel on dispose from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-26 | 1 | -0/+11 |
* | Move title/address update on open-uri signal to EphyEmbed. | Xan Lopez | 2007-10-26 | 1 | -0/+44 |
* | Move icon and icon-address to EphyEmbed. | Xan Lopez | 2007-10-26 | 1 | -12/+133 |
* | Move status-message and logic of link-message to EphyEmbed. | Xan Lopez | 2007-10-26 | 1 | -6/+316 |
* | Change ephy_embed_get_title to return const char*. | Xan Lopez | 2007-10-26 | 1 | -2/+2 |
* | Move title from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-26 | 1 | -17/+329 |
* | Move address and typed-address from EphyTab to EphyEmbed | Xan Lopez | 2007-10-26 | 1 | -8/+102 |
* | Move navigation property from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-22 | 1 | -0/+45 |
* | Move load-status from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-22 | 1 | -0/+37 |
* | Use correct property enum. | Xan Lopez | 2007-10-22 | 1 | -1/+1 |
* | Move load-progress from EphyTab to EphyEmbed | Xan Lopez | 2007-10-22 | 1 | -0/+31 |
* | Move zoom from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-21 | 1 | -1/+111 |
* | Move document-type property from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-21 | 1 | -5/+42 |
* | Tabify mozilla-embed.cpp and make it use G_DEFINE_*. | Xan Lopez | 2007-10-21 | 1 | -147/+102 |
* | Add security-level property to embed and fix EphyWindow. | Xan Lopez | 2007-10-21 | 1 | -2/+67 |
* | Take the page orientation from the page setup, not from the print settings. | Christian Persch | 2007-10-11 | 1 | -1/+2 |
* | EphyContentPolicy::ShouldLoad: use the same content policy for | Josselin Mouette | 2007-09-27 | 1 | -4/+4 |
* | Fix the build of the custom GTK+ filepicker so we can add nice previews | Diego Escalante Urrelo | 2007-09-27 | 1 | -47/+8 |
* | Fix the icon name to use EPHY_STOCK_EPHY | Christian Persch | 2007-09-25 | 1 | -1/+2 |
* | Revert the change from r7406; see bug #476540. | Christian Persch | 2007-09-13 | 38 | -38/+38 |
* | Revert the change from r7407; see bug #476540. | Christian Persch | 2007-09-13 | 28 | -28/+28 |
* | Include nsStringGlue.h instead of nsStringAPI.h | Christian Persch | 2007-09-13 | 28 | -28/+28 |
* | Include xpcom-config.h, not mozilla-config.h | Christian Persch | 2007-09-13 | 38 | -38/+38 |
* | Add saved files to the GtkRecent list, gnome-panel is broken so don't | Diego Escalante Urrelo | 2007-08-27 | 2 | -5/+32 |
* | Enable printing to PDF file on gecko 1.9, now that moz#367907 is fixed. | Christian Persch | 2007-08-23 | 1 | -2/+2 |
* | Default to Cancel on Cert dialogues, patch by Cosimo Cecchi. Fixes bug | Diego Escalante Urrelo | 2007-08-15 | 1 | -6/+5 |
* | Fix strict-aliasing warnings, patch by Cosimo Cecchi. Happy 10 years | Diego Escalante Urrelo | 2007-08-15 | 3 | -4/+9 |
* | Do not use #ifdef inside macros, ancient compilers don't like it | Xan Lopez | 2007-07-31 | 1 | -2/+15 |
* | Add support for the WebKit engine, compile with --with-engine=webkit to | Xan Lopez | 2007-07-28 | 1 | -90/+13 |
* | Don't mention 'Epiphany' in the message introduced in the patch for bug | Reinout van Schouwen | 2007-07-27 | 1 | -1/+1 |
* | Improve the restricted ports message, patch by Cosimo Cecchi. Fixes bug | Diego Escalante Urrelo | 2007-07-26 | 1 | -9/+7 |
* | s/MOZILLA/GECKO/g for consistency with gge. | Christian Persch | 2007-07-17 | 1 | -3/+3 |
* | Use C++ casts. Script from bmo#348748. | Christian Persch | 2007-07-15 | 9 | -10/+10 |
* | Make sure postscript printing is enabled, and the printer list empty (so | Christian Persch | 2007-07-15 | 1 | -0/+3 |
* | It's yet another API change! | Christian Persch | 2007-07-15 | 3 | -1/+9 |
* | Fixes bug #452707 | Nguyen Thai Ngoc Duy | 2007-07-11 | 1 | -7/+12 |
* | Remove gtk version check since we now depend on 2.11. | Christian Persch | 2007-07-10 | 1 | -9/+0 |
* | Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download" | Luca Ferretti | 2007-07-10 | 1 | -1/+1 |
* | Remove empty filesRELEASE_2_19_5 | Christian Persch | 2007-07-10 | 2 | -0/+0 |
* | === Release 2.19.5 === | Christian Persch | 2007-07-10 | 2 | -0/+0 |
* | Modified first-time dialog when visiting a secure page, to mention the | Diego Escalante Urrelo | 2007-06-17 | 1 | -1/+4 |
* | Set the print as cancelled in the print settings too, see | Christian Persch | 2007-06-14 | 3 | -4/+14 |
* | Last commit reverted. | Diego Escalante Urrelo | 2007-06-06 | 1 | -4/+4 |
* | Change the "The page was not fully loaded when the crash ocurred" message | Diego Escalante Urrelo | 2007-06-06 | 1 | -4/+4 |
* | nsIPasswordManager doesn't exist on trunk anymore. | Christian Persch | 2007-05-27 | 1 | -3/+12 |
* | Take the printer's capabilities into account. | Christian Persch | 2007-05-27 | 1 | -9/+40 |
* | Add pref for smooth scroll, bug #162489. Use GSlice to allocate the prefs | Christian Persch | 2007-05-20 | 1 | -3/+121 |
* | Just use ngettext here, no need for dngettext. | Christian Persch | 2007-05-20 | 1 | -4/+3 |
* | Store http-only flag too. | Christian Persch | 2007-05-20 | 1 | -0/+6 |
* | Fix printing of frames. | Christian Persch | 2007-04-09 | 3 | -13/+39 |
* | Fix Epiphany not finding some Gecko plugins when running in a multilib | Bastien Nocera | 2007-03-16 | 2 | -12/+68 |
* | Add translator's comment for 'token'. | Christian Persch | 2007-03-12 | 1 | -0/+4 |
* | Implement nsICookiePromptService. Bug #337826. | Christian Persch | 2007-03-12 | 4 | -1/+214 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 68 | -68/+68 |
* | Move ephy-adblock.* to embed. Change the API to pass EphyEmbed to | Benjamin Berg | 2007-03-03 | 1 | -9/+10 |
* | What's this? Another mozilla API change! | Christian Persch | 2007-02-23 | 2 | -7/+1 |
* | === Release 2.17.91 ===RELEASE_2_17_91 | Christian Persch | 2007-02-13 | 2 | -1/+2 |
* | Fix a g_free on static string. Also fix a leak. | Jean-François Rameau | 2007-02-09 | 1 | -23/+24 |
* | Guess what? Another mozilla API change! | Christian Persch | 2007-02-09 | 1 | -0/+14 |
* | Check for a potential veto. Fix #342951. | Jean-François Rameau | 2007-01-29 | 1 | -0/+12 |
* | Fixes the menu path of Gnome control center when displaying the service | Priit Laes | 2007-01-27 | 1 | -1/+1 |
* | Changed the "redirected too many times" error page to be more friendly. | Diego Escalante Urrelo | 2007-01-24 | 1 | -3/+4 |
* | Clear some print settings in the settings we hand to the print job, so | Christian Persch | 2007-01-24 | 4 | -13/+62 |
* | Fixes the escaping in the error message "The page %s was not fully loaded | Diego Escalante Urrelo | 2007-01-09 | 1 | -2/+2 |
* | Fixes the menu path of the service unavailable error message. | Diego Escalante Urrelo | 2007-01-09 | 1 | -1/+1 |
* | .cvsignore files are obsolete | Christian Persch | 2006-12-30 | 1 | -6/+0 |
* | Add search_link entry to _EphyEmbedIface | Eric Butler | 2006-12-18 | 1 | -0/+33 |
* | embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.c | Björn Lindqvist | 2006-12-17 | 1 | -7/+4 |
* | Use a define for the default window icon. Bug #385872. | Christian Persch | 2006-12-15 | 6 | -14/+20 |
* | Try to work with trunk | Christian Persch | 2006-12-09 | 1 | -2/+1 |
* | Version 2.17.3. | Christian Persch | 2006-12-05 | 2 | -2/+2 |
* | Another mozilla API change. | Christian Persch | 2006-12-02 | 3 | -5/+8 |
* | Fix printing of page ranges. | Christian Persch | 2006-11-05 | 1 | -2/+3 |
* | Fix previous commit for gecko 1.8.0.x. | Jean-François Rameau | 2006-10-25 | 1 | -1/+2 |
* | Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko. | Jean-François Rameau | 2006-10-23 | 3 | -0/+95 |
* | Automatically open a Nautilus window after downloading has finished. Fixes | Wouter Bolsterlee | 2006-10-15 | 2 | -1/+35 |
* | Implement EphyPasswordManagerIface.add to add stored passwords. Fixes bug | Wouter Bolsterlee | 2006-10-15 | 1 | -1/+29 |
* | Revert part of the last change, we don't need the top window here. | Christian Persch | 2006-10-07 | 1 | -6/+1 |
* | Use the top DOM window here, and adapt to gecko 1.8.1. | Christian Persch | 2006-10-06 | 1 | -5/+28 |
* | Fix build with gecko 1.8.1. | Christian Persch | 2006-10-05 | 1 | -0/+4 |
* | R embed/mozilla/AutoEventQueue.cpp: R embed/mozilla/AutoEventQueue.h: | Christian Persch | 2006-09-30 | 2 | -181/+0 |
* | Add smb: to recognised web schemes. Bug #352733. | Christian Persch | 2006-09-30 | 1 | -0/+3 |
* | These header files were GPL v2-only while the implementation .cpp files | Christian Persch | 2006-09-24 | 2 | -8/+32 |
* | Fix find direction. | Christian Persch | 2006-09-18 | 1 | -1/+1 |
* | Remove ill-conceived attempt at uninstalling the XPInstall handler, and | Christian Persch | 2006-09-17 | 5 | -79/+143 |
* | Use UTF-8 copyright symbol | Christian Persch | 2006-09-13 | 76 | -115/+115 |
* | Remove some unnecessary static data. | Christian Persch | 2006-09-07 | 8 | -28/+28 |
* | Make this LGPL. | Christian Persch | 2006-08-22 | 1 | -4/+4 |
* | === Release 2.15.92 ===RELEASE_2_15_92 | Christian Persch | 2006-08-22 | 1 | -1/+1 |
* | Don't show the empty window that the print options tab is | Christian Persch | 2006-08-22 | 1 | -0/+1 |
* | YAMAC. | Christian Persch | 2006-08-19 | 1 | -7/+3 |
* | nsIPassword.h is always available. Fixes bug #350997. | Christian Persch | 2006-08-12 | 1 | -7/+1 |
* | Fix the build. | Christian Persch | 2006-08-08 | 1 | -2/+0 |
* | Simply CallGetService to get the pref branch. | Christian Persch | 2006-08-08 | 1 | -12/+8 |
* | Use AutoJSContextStack on window open. Disable XPrint. | Christian Persch | 2006-08-08 | 1 | -1/+12 |
* | R embed/mozilla/MozillaPrivate.cpp: R embed/mozilla/MozillaPrivate.h: | Christian Persch | 2006-08-08 | 3 | -58/+0 |
* | Don't start search on <embed> and <object> elements. | Christian Persch | 2006-08-08 | 1 | -1/+6 |
* | Decrease maximum progress update to 0.5s | Christian Persch | 2006-08-08 | 1 | -1/+4 |
* | Fix default activation. | Christian Persch | 2006-07-25 | 1 | -1/+2 |
* | Missing GeckoFormSigningDialog entries. | Jean-François Rameau | 2006-07-24 | 1 | -0/+2 |
* | Implement nsIDOMCryptoDialogs, nsITokenDialogs and | Christian Persch | 2006-07-24 | 4 | -19/+211 |
* | Implement nsIFormSigningDialog. Bug #312869. | Christian Persch | 2006-07-23 | 3 | -1/+208 |
* | Add a way to turn off password remembering. Bug #332374. | Christian Persch | 2006-07-22 | 1 | -0/+3 |
* | Add our options in a custom tab in the print dialogue. | Christian Persch | 2006-07-22 | 2 | -66/+219 |
* | Force label wrapping. | Christian Persch | 2006-07-19 | 1 | -0/+2 |
* | === Release 2.15.4 ===RELEASE_2_15_4 | Christian Persch | 2006-07-11 | 1 | -1/+1 |
* | Don't hammer the cpu when downloading file with an unknown size. Fix bug | Jean-François Rameau | 2006-07-07 | 1 | -2/+1 |
* | Guess what? Another mozilla API change! | Christian Persch | 2006-07-07 | 2 | -10/+37 |
* | Fix the build. | Christian Persch | 2006-07-07 | 2 | -5/+2 |
* | A embed/mozilla/AutoWindowModalState.cpp: A | Christian Persch | 2006-07-06 | 11 | -25/+150 |
* | Fix a warning from gecko "Bad contract id registed with the script | Jean-François Rameau | 2006-06-24 | 1 | -0/+2 |
* | A lib/ephy-password-dialog.c: A lib/ephy-password-dialog.h: | Christian Persch | 2006-06-22 | 4 | -362/+392 |
* | Fix build with latest gtk printing changes. | Christian Persch | 2006-06-22 | 3 | -25/+30 |
* | Look! Yet Another Mozilla API Change! | Christian Persch | 2006-06-20 | 1 | -0/+11 |
* | A embed/mozilla/GeckoPrintService.cpp: A | Christian Persch | 2006-06-19 | 12 | -563/+1420 |
* | Fix header guard name | Christian Persch | 2006-06-12 | 1 | -2/+2 |
* | Check for enchant, and output an overview of the configured options on | Christian Persch | 2006-06-09 | 4 | -0/+276 |
* | The API change was reverted on 1.8 branch. Fixes bug #343592. | Christian Persch | 2006-06-05 | 1 | -4/+0 |
* | The API change was reverted on 1.8 branch. Fixes bug #343592. | Christian Persch | 2006-06-05 | 1 | -2/+6 |
* | Don't set cookies from favicon downloads. Bug #337835. | Jean-François Rameau | 2006-06-02 | 3 | -4/+71 |
* | === Release 2.15.2 ===RELEASE_2_15_2 | Christian Persch | 2006-05-16 | 12 | -33/+33 |
* | Use nsAString::Equals. | Christian Persch | 2006-05-15 | 3 | -16/+1 |
* | The API is also changed on 1.8 branch, adapt the #ifdef accordingly. | Christian Persch | 2006-05-12 | 1 | -2/+2 |
* | Drop non-toolkit gecko support too. | Christian Persch | 2006-05-11 | 2 | -12/+3 |
* | Another API change! Thank you, mozilla! | Christian Persch | 2006-05-11 | 1 | -0/+11 |