| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Small cleanup in webkit-embed-persist.c | Xan Lopez | 2007-12-10 | 1 | -36/+21 |
* | Rename cpp files to c in the WebKit backend; they are pure C. | Xan Lopez | 2007-12-10 | 5 | -6/+8 |
* | Match WebKit/GTK+ API changes made in WebKit SVN r28273 | Alp Toker | 2007-12-01 | 2 | -34/+34 |
* | Need to put the parent struct first. | Christian Persch | 2007-11-29 | 1 | -0/+2 |
* | Initialize the title property to "Blank page" in EphyBaseEmbed. | Xan Lopez | 2007-11-27 | 1 | -0/+1 |
* | Remove unused variable in WebKitEmbed class_init. | Xan Lopez | 2007-11-18 | 1 | -1/+0 |
* | Fix vfunc for get_visibility in EphyEmbed interface. | Xan Lopez | 2007-11-18 | 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 | 5 | -1/+68 |
* | Re-enable popup management code in EphyBaseEmbed. | Xan Lopez | 2007-11-17 | 3 | -317/+312 |
* | Move print-preview property to EphyEmbedContainer interface. | Xan Lopez | 2007-11-17 | 1 | -0/+4 |
* | Rename param to "set_active". | Christian Persch | 2007-11-17 | 2 | -5/+7 |
* | Yes, tabs. | Xan Lopez | 2007-11-17 | 1 | -8/+8 |
* | Add type checkings in the EmbedContainer interface, not in the implementations. | Xan Lopez | 2007-11-17 | 1 | -7/+40 |
* | Move active-tab property to the embed-container interface. | Xan Lopez | 2007-11-17 | 1 | -0/+4 |
* | Make EphyEmbedContainer add_child method return the child's new position insi... | Xan Lopez | 2007-11-17 | 2 | -4/+5 |
* | Rename ephy_embed_container_jump_to_child to ephy_embed_container_set_active_... | Xan Lopez | 2007-11-16 | 2 | -9/+9 |
* | Untabify ephy-embed-container.h | Xan Lopez | 2007-11-16 | 1 | -9/+9 |
* | Add EphyEmbedContainer. | Xan Lopez | 2007-11-16 | 3 | -0/+266 |
* | embed/ephy-history.h: build fix, missing comma | Jan Michael C. Alonzo | 2007-11-14 | 1 | -1/+1 |
* | Add icon-updated signal to EphyHistory. | Xan Lopez | 2007-11-14 | 3 | -27/+39 |
* | Uncomment icon update for history in EphyBaseEmbed, it works just fine. | Xan Lopez | 2007-11-14 | 1 | -8/+5 |
* | Fix: http being appended to 'about' pages. (Bug #496136) | Jan Michael C. Alonzo | 2007-11-13 | 1 | -3/+4 |
* | Fix backend name for WebKit and update docs in ephy_embed_single_get_backend_... | Xan Lopez | 2007-11-13 | 2 | -2/+2 |
* | Call webkit_init in engine initialization to avoid crashes. (Bug #496114) | Jan Michael C. Alonzo | 2007-11-12 | 2 | -2/+4 |
* | 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 | 3 | -25/+26 |
* | We don't inherit nothing from GtkMozEmbed anymore. | Xan Lopez | 2007-11-12 | 1 | -14/+0 |
* | Remove unused ge_content_changed. | Xan Lopez | 2007-11-12 | 3 | -23/+0 |
* | Remove unused ge_net_state and ge_security_change. | Xan Lopez | 2007-11-12 | 4 | -48/+0 |
* | Remove unused ge-location signal. | Xan Lopez | 2007-11-12 | 3 | -24/+0 |
* | Oops, readd missing variable. | Xan Lopez | 2007-11-11 | 1 | -0/+1 |
* | Don't use mozilla-like variable names for parameters. | Xan Lopez | 2007-11-11 | 1 | -4/+4 |
* | Implement close for WebKitEmbed (simply destroys the widget). | Xan Lopez | 2007-11-11 | 1 | -1/+1 |
* | 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 |
* | Connect to "hovering-over-link" signal in WebKit to set link_message. | Cosimo Cecchi | 2007-11-07 | 1 | -0/+11 |
* | Make ephy_base_embed_set_{title,address} dup their parameters internally. | Xan Lopez | 2007-11-06 | 4 | -8/+14 |
* | Fix webkit backend build, and modify indentation to match new style. | Xan Lopez | 2007-11-06 | 4 | -128/+121 |
* | Use ephy_embed_utils_address_has_web_scheme instead of our own copy. | Xan Lopez | 2007-11-06 | 1 | -20/+2 |
* | Use K&R (pseudo) indentation style for new files. | Xan Lopez | 2007-11-06 | 2 | -462/+391 |
* | Update the WebKit backend to use EphyBaseEmbed. | Xan Lopez | 2007-11-06 | 3 | -431/+32 |
* | 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 | 3 | -1537/+1460 |
* | Put the properties in EphyBaseEmbed rather than in the interface. | Xan Lopez | 2007-11-06 | 2 | -103/+159 |
* | Create EphyBaseEmbed, make MozillaEmbed a subclass of it. | Xan Lopez | 2007-11-06 | 6 | -50/+218 |
* | Add remove_all_passwords method to EphyPasswordManager and implement it | Cosimo Cecchi | 2007-11-05 | 5 | -0/+81 |
* | Move "address_has_web_scheme" to ephy-embed-utils. | Cosimo Cecchi | 2007-11-05 | 2 | -0/+18 |
* | Remove trailing whitespace, patch by Cyril Brulebois. | Xan Lopez | 2007-11-01 | 1 | -29/+29 |
* | Update title property on title-changed signal from webkit. | Xan Lopez | 2007-10-29 | 1 | -0/+5 |
* | Add dummy popup management properties to the webkit backend. | Xan Lopez | 2007-10-29 | 1 | -36/+48 |
* | 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 | 2 | -3/+363 |
* | Add placeholders for all the new properties in embed. | Xan Lopez | 2007-10-27 | 1 | -15/+192 |
* | Remove non-existing functions in the embed interface from the _init function. | Xan Lopez | 2007-10-27 | 1 | -3/+0 |
* | get_link_message returns const char * now. | Xan Lopez | 2007-10-27 | 1 | -1/+1 |
* | get_title returns const char * now. | Xan Lopez | 2007-10-26 | 1 | -2/+2 |
* | Tabify modified files. | Xan Lopez | 2007-10-26 | 3 | -166/+166 |
* | Add config.h in ephy-embed-utils.c | Xan Lopez | 2007-10-26 | 1 | -1/+3 |
* | Fix more issues left with the refactoring. | Xan Lopez | 2007-10-26 | 2 | -52/+19 |
* | Fix the remaining breakage. | Xan Lopez | 2007-10-26 | 2 | -4/+27 |
* | 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 | 6 | -1/+230 |
* | Move icon and icon-address to EphyEmbed. | Xan Lopez | 2007-10-26 | 3 | -12/+184 |
* | Move status-message and logic of link-message to EphyEmbed. | Xan Lopez | 2007-10-26 | 3 | -10/+357 |
* | Change ephy_embed_get_title to return const char*. | Xan Lopez | 2007-10-26 | 3 | -5/+5 |
* | Move title from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-26 | 3 | -121/+396 |
* | Move address and typed-address from EphyTab to EphyEmbed | Xan Lopez | 2007-10-26 | 3 | -9/+198 |
* | Update WebKit backend to EphyEmbed and EphyTab changes, and implements load p... | Cosimo Cecchi | 2007-10-23 | 1 | -6/+203 |
* | Move navigation property from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-22 | 3 | -4/+89 |
* | Move load-status from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-22 | 3 | -4/+78 |
* | Use correct property enum. | Xan Lopez | 2007-10-22 | 1 | -1/+1 |
* | Move load-progress from EphyTab to EphyEmbed | Xan Lopez | 2007-10-22 | 3 | -1/+76 |
* | Move zoom from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-21 | 2 | -1/+120 |
* | Move document-type property from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-21 | 3 | -19/+83 |
* | 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 |
* | Remove security data from EphyTab. | Xan Lopez | 2007-10-21 | 1 | -0/+8 |
* | Take the page orientation from the page setup, not from the print settings. | Christian Persch | 2007-10-11 | 2 | -2/+4 |
* | Make sure PRBool only contains PR_FALSE or PR_TRUE. Bug moz#398599. | Christian Persch | 2007-10-09 | 1 | -1/+1 |
* | Fix code style. | Christian Persch | 2007-10-09 | 2 | -10/+9 |
* | Do not bother emitting signal we don't have. | Xan Lopez | 2007-10-07 | 1 | -4/+1 |
* | Implement several missing methods. | Xan Lopez | 2007-10-07 | 1 | -54/+122 |
* | Match the WebKit/Gtk+ API changes made in WebKit SVN r26022 | Alp Toker | 2007-10-04 | 1 | -16/+16 |
* | Make it build. | Christian Persch | 2007-09-28 | 3 | -18/+25 |
* | A new class designed to handle everything we need to run a modal dialogue. | Christian Persch | 2007-09-28 | 2 | -0/+255 |
* | Add app lifecycle helper class. | Christian Persch | 2007-09-28 | 3 | -0/+88 |
* | 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 | 2 | -94/+16 |
* | Fix the icon name to use EPHY_STOCK_EPHY | Christian Persch | 2007-09-25 | 2 | -2/+4 |
* | Make PromptService QI to nsIPromptService2 (not implemented yet, though). | Christian Persch | 2007-09-16 | 2 | -18/+36 |
* | Use nsILoginManager. | Christian Persch | 2007-09-16 | 1 | -62/+50 |
* | Link to the XPCOM glue and set GRE_HOME on startup, until I can figure out | Christian Persch | 2007-09-15 | 2 | -0/+4 |
* | Fix missing symbol on link. | Christian Persch | 2007-09-15 | 1 | -0/+1 |
* | Add libephyxulrunnerembed.la so LDADD. | Christian Persch | 2007-09-15 | 1 | -0/+1 |
* | Move EphyHistoryListener from embed/ to components/ since it's only used by G... | Christian Persch | 2007-09-15 | 4 | -2/+2 |
* | Move EphyUtils and GeckoUtils to utils/. | Christian Persch | 2007-09-14 | 7 | -8/+5 |
* | Add utils to LDADD to try to fix the linking. | Christian Persch | 2007-09-14 | 2 | -0/+2 |
* | Move components from embed/ to components/ and fix the build. | Christian Persch | 2007-09-14 | 42 | -69/+90 |
* | Fix the build. We don't need to manually add the window to the window group, | Christian Persch | 2007-09-14 | 1 | -6/+5 |
* | Fix for move of GeckoPromptService. | Christian Persch | 2007-09-14 | 1 | -23/+3 |
* | Move prompt service implementation to components/ and remove the | Christian Persch | 2007-09-13 | 9 | -956/+38 |
* | 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 |
* | Move AutoJSContextStack and AutoWindowModalState helpers to | Christian Persch | 2007-09-13 | 11 | -173/+34 |
* | Add utils/ and components/ directories. | Christian Persch | 2007-09-13 | 3 | -1/+1 |
* | More build fixes for the xulrunner backend. | Christian Persch | 2007-09-13 | 1 | -2/+5 |
* | Assert that constructing the single succeeded. | Christian Persch | 2007-09-13 | 1 | -0/+1 |
* | Build libgnomegeckoembed.la as noinst_LTLIBRARIES for now. | Christian Persch | 2007-09-13 | 2 | -7/+7 |
* | Use G_DEFINE_TYPE. | Christian Persch | 2007-09-13 | 1 | -89/+25 |
* | Port to frozen string API by using nsINetUtil | Christian Persch | 2007-09-13 | 1 | -10/+11 |
* | Remove check for MOZILLA_INTERNAL_API | Christian Persch | 2007-09-13 | 1 | -5/+0 |
* | Add embed directory | Christian Persch | 2007-09-13 | 1 | -1/+1 |
* | Include nsStringGlue.h instead of nsStringAPI.h | Christian Persch | 2007-09-13 | 57 | -57/+57 |
* | Include xpcom-config.h, not mozilla-config.h | Christian Persch | 2007-09-13 | 93 | -93/+93 |
* | We know we do have gecko 1.9, so remove all HAVE_GECKO_* defines. | Christian Persch | 2007-09-13 | 14 | -144/+9 |
* | Disable tests directory for now. | Christian Persch | 2007-09-13 | 1 | -1/+2 |
* | Make the xulrunner backend build: change C/CXX/LDFLAGS, comment out | Christian Persch | 2007-09-13 | 15 | -164/+68 |
* | Move ChangeLog | Christian Persch | 2007-09-13 | 1 | -0/+3 |
* | A m4/libxul.m4: Integrate the "xulrunner" backend with configure. Not | Christian Persch | 2007-09-10 | 2 | -7/+30 |
* | Fix runtime warnings when downloading small files, due to bad handling of | Cosimo Cecchi | 2007-09-08 | 1 | -2/+10 |
* | Merged from embed/mozilla | Christian Persch | 2007-08-28 | 2 | -5/+32 |
* | Add saved files to the GtkRecent list, gnome-panel is broken so don't | Diego Escalante Urrelo | 2007-08-27 | 2 | -5/+32 |
* | Initial checkin: merged embed/gecko from xulrunner branch to embed/xulrunner,... | Christian Persch | 2007-08-26 | 141 | -0/+30405 |
* | Enable printing to PDF file on gecko 1.9, now that moz#367907 is fixed. | Christian Persch | 2007-08-23 | 1 | -2/+2 |
* | Implement reload. | Xan Lopez | 2007-08-17 | 1 | -0/+1 |
* | Fix download-icon toolip updates, patch by Cosimo Cecchi. Fixes bug | Diego Escalante Urrelo | 2007-08-15 | 1 | -3/+9 |
* | 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 |
* | Make ephy_history_set_enabled actually disable history and not delete it. | Diego Escalante Urrelo | 2007-08-06 | 2 | -18/+41 |
* | Fix completion model to show icons for history items too, | Diego Escalante Urrelo | 2007-08-01 | 1 | -3/+8 |
* | Add a missing space in ge_content_change description. | Diego Escalante Urrelo | 2007-07-31 | 1 | -1/+1 |
* | Do not use #ifdef inside macros, ancient compilers don't like it | Xan Lopez | 2007-07-31 | 2 | -4/+29 |
* | can_go methods now work, WebKit was missing the implementations for those | Diego Escalante Urrelo | 2007-07-30 | 1 | -4/+25 |
* | Add returns where needed, remove unnecessary variables. | Xan Lopez | 2007-07-30 | 2 | -6/+5 |
* | Rename Webkit to WebKit. Used sed -i 's/Webkit/WebKit/'. Fixes bug | Diego Escalante Urrelo | 2007-07-30 | 8 | -80/+80 |
* | Implement stop loading method, for some reason can_go methods will fail to | Xan Lopez | 2007-07-28 | 1 | -0/+3 |
* | Add support for the WebKit engine, compile with --with-engine=webkit to | Xan Lopez | 2007-07-28 | 15 | -99/+1276 |
* | 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 |
* | Make the status icon clickable so it shows/hides the download window, | Diego Escalante Urrelo | 2007-07-26 | 1 | -1/+8 |
* | s/MOZILLA/GECKO/g for consistency with gge. | Christian Persch | 2007-07-17 | 2 | -5/+5 |
* | 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 |
* | Use the new gtk functions to persist and load the print settings and page | Christian Persch | 2007-07-11 | 1 | -17/+59 |
* | 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 | 2 | -3/+3 |
* | 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 |
* | It seems SUSE can't take a hint and doesn't care, so remove this comment. | Christian Persch | 2007-06-04 | 1 | -1/+0 |
* | 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 | 2 | -3/+122 |
* | 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 | 2 | -0/+7 |
* | Fix some strict-aliasing warnings. | Diego Escalante Urrelo | 2007-04-25 | 1 | -2/+8 |
* | 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 | 110 | -110/+110 |
* | Regenerate the type builtins when the Makefile changes. Should fix bug | Christian Persch | 2007-03-11 | 1 | -6/+6 |
* | Make sure the type builtins are regenerated when the Makefile changes. | Christian Persch | 2007-03-04 | 1 | -2/+2 |
* | Move ephy-adblock.* to embed. Change the API to pass EphyEmbed to | Benjamin Berg | 2007-03-03 | 6 | -9/+181 |
* | 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 |
* | Avoid use of localtime by computing expiry in seconds instead of days. | Diego Escalante Urrelo | 2007-01-03 | 2 | -42/+14 |
* | Utilize GLib's new g_timeout_add_seconds to reduce context switches and | Diego Escalante Urrelo | 2007-01-03 | 2 | -9/+11 |
* | .cvsignore files are obsolete | Christian Persch | 2006-12-30 | 2 | -14/+0 |
* | Add search_link entry to _EphyEmbedIface | Eric Butler | 2006-12-18 | 3 | -0/+59 |
* | Add a signal so one can react after some rules have been edited. | Jean-François Rameau | 2006-12-18 | 2 | -0/+15 |
* | embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.c | Björn Lindqvist | 2006-12-17 | 4 | -163/+86 |
* | Use a define for the default window icon. Bug #385872. | Christian Persch | 2006-12-15 | 7 | -14/+21 |
* | 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 | 5 | -9/+16 |
* | 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 | 5 | -0/+128 |
* | 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 |
* | Fix a bug in the last commit. | Christian Persch | 2006-10-09 | 1 | -1/+1 |
* | Make the enum/flags values not global. | Christian Persch | 2006-10-08 | 1 | -7/+7 |
* | 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 | 116 | -177/+177 |
* | Remove some unnecessary static data. | Christian Persch | 2006-09-07 | 27 | -47/+47 |
* | 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 the build. | Christian Persch | 2006-08-06 | 1 | -2/+2 |
* | A lib/ephy-print-utils.c: A lib/ephy-print-utils.h: | Christian Persch | 2006-08-05 | 1 | -8/+34 |
* | 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 | 2 | -4/+3 |
* | 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 | 17 | -1106/+1529 |
* | Fix context menu positioning. | Christian Persch | 2006-06-19 | 1 | -1/+1 |
* | 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 | 5 | -6/+76 |
* | === 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 |