summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* EphyEmbed: fix leak setting the title propertyMichael Catanzaro2015-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Direct leak of 178 byte(s) in 3 object(s) allocated from: #0 0x7fce2bc1ba0a in malloc (/lib64/libasan.so.2+0x98a0a) #1 0x7fce1d271068 in g_malloc /home/mcatanzaro/jhbuild/checkout/glib/glib/gmem.c:94 #2 0x7fce1d27134a in g_malloc_n /home/mcatanzaro/jhbuild/checkout/glib/glib/gmem.c:330 #3 0x7fce1d28c077 in g_strdup /home/mcatanzaro/jhbuild/checkout/glib/glib/gstrfuncs.c:363 #4 0x7fce1d5b5186 in g_value_dup_string /home/mcatanzaro/jhbuild/checkout/glib/gobject/gvaluetypes.c:1136 #5 0x49020c in ephy_embed_set_property /home/mcatanzaro/jhbuild/checkout/epiphany/embed/ephy-embed.c:444 #6 0x7fce1d58ef42 in object_set_property /home/mcatanzaro/jhbuild/checkout/glib/gobject/gobject.c:1421 #7 0x7fce1d58fbd4 in g_object_new_internal /home/mcatanzaro/jhbuild/checkout/glib/gobject/gobject.c:1814 #8 0x7fce1d59071a in g_object_new_valist /home/mcatanzaro/jhbuild/checkout/glib/gobject/gobject.c:2039 #9 0x7fce1d58f6c5 in g_object_new /home/mcatanzaro/jhbuild/checkout/glib/gobject/gobject.c:1623 #10 0x427214 in ephy_shell_new_tab_full /home/mcatanzaro/jhbuild/checkout/epiphany/src/ephy-shell.c:694 #11 0x459433 in session_parse_embed /home/mcatanzaro/jhbuild/checkout/epiphany/src/ephy-session.c:1067 #12 0x4595c8 in session_start_element /home/mcatanzaro/jhbuild/checkout/epiphany/src/ephy-session.c:1113 #13 0x7fce1d26deb9 in emit_start_element /home/mcatanzaro/jhbuild/checkout/glib/glib/gmarkup.c:1049 #14 0x7fce1d26ea4e in g_markup_parse_context_parse /home/mcatanzaro/jhbuild/checkout/glib/glib/gmarkup.c:1396 #15 0x459e2c in load_stream_read_cb /home/mcatanzaro/jhbuild/checkout/epiphany/src/ephy-session.c:1266 #16 0x7fce1d83ac11 in async_ready_callback_wrapper /home/mcatanzaro/jhbuild/checkout/glib/gio/ginputstream.c:529 #17 0x7fce1d871911 in g_task_return_now /home/mcatanzaro/jhbuild/checkout/glib/gio/gtask.c:1104 #18 0x7fce1d87196e in complete_in_idle_cb /home/mcatanzaro/jhbuild/checkout/glib/gio/gtask.c:1118 #19 0x7fce1d26b430 in g_idle_dispatch /home/mcatanzaro/jhbuild/checkout/glib/glib/gmain.c:5441 #20 0x7fce1d268a78 in g_main_dispatch /home/mcatanzaro/jhbuild/checkout/glib/glib/gmain.c:3153 #21 0x7fce1d2698bc in g_main_context_dispatch /home/mcatanzaro/jhbuild/checkout/glib/glib/gmain.c:3769 #22 0x7fce1d269aa0 in g_main_context_iterate /home/mcatanzaro/jhbuild/checkout/glib/glib/gmain.c:3840 #23 0x7fce1d269b64 in g_main_context_iteration /home/mcatanzaro/jhbuild/checkout/glib/glib/gmain.c:3901 #24 0x7fce1d8a349d in g_application_run /home/mcatanzaro/jhbuild/checkout/glib/gio/gapplication.c:2311 #25 0x4247ca in main /home/mcatanzaro/jhbuild/checkout/epiphany/src/ephy-main.c:484 #26 0x7fce1c3ca6ff in __libc_start_main (/lib64/libc.so.6+0x206ff)
* Fixup for the previous commitMichael Catanzaro2015-09-021-1/+0
|
* EphyTitleBox: Escape should not work when there's no titleMichael Catanzaro2015-09-021-3/+9
| | | | | | | Be careful to not allow switching to title mode when the page has no title. https://bugzilla.gnome.org/show_bug.cgi?id=754427
* Updated Italian translationGianvito Cavasoli2015-09-021-149/+173
|
* Updated Indonesian translationAndika Triwidada2015-09-011-149/+168
|
* Updated Hungarian translationBalázs Úr2015-08-311-115/+129
|
* ephy-embed: slightly delay delayed load requestsMichael Catanzaro2015-08-311-5/+31
| | | | | | | | If the user is rapidly switching through many tabs with delayed load requests, we shouldn't load them all. Instead, wait until the user stops briefly on a tab before loading it. https://bugzilla.gnome.org/show_bug.cgi?id=745260
* Do not open an extra overview when starting the browserMichael Catanzaro2015-08-311-10/+3
| | | | | | | | | | | | If there is no saved session and the user launches Epiphany by clicking a URI in another application, then we should open only one tab with that URI. Currently we may open the overview and then the URI in a second tab, because we do not consider the page to be blank if it is still loading. Replace this tricky code. If the page is still loading it's not safe to assume the URI has been set to whatever page was last loaded in it, and we can't risk losing tabs from a previous session. https://bugzilla.gnome.org/show_bug.cgi?id=745792
* Updated Greek translationTom Tryfonidis2015-08-301-151/+181
|
* Updated Hebrew translationYosef Or Boczko2015-08-301-112/+130
|
* Updated Polish translationPiotr Drąg2015-08-301-222/+242
|
* Enable adblock by defaultMichael Catanzaro2015-08-291-1/+1
| | | | | | | It's been a long time since we've seen complaints about non-ads being blocked. https://bugzilla.gnome.org/show_bug.cgi?id=754273
* Enable DNT headers by defaultMichael Catanzaro2015-08-291-1/+1
| | | | | | | Argument in favor: The do-not-track header should be sent by default. Otherwise, setting the header makes it easier to track you (since fewer users will change the setting than leave it unchanged). It's hard to understate how silly this is. ;)
* Updated Swedish translationAnders Jonsson2015-08-271-312/+326
|
* Updated Galician translationsFran Dieguez2015-08-251-155/+182
|
* Updated Chinese (Taiwan) translationChao-Hsiung Liao2015-08-251-156/+188
|
* Updated French translationAlexandre Franke2015-08-241-150/+185
|
* Updated Slovak translationDušan Kazik2015-08-241-269/+514
|
* Update autogen.sh to latest exampleMichael Catanzaro2015-08-221-12/+14
| | | | | Adds support of out-of-tree builds. Also, set +-x have become too unwieldy and are removed.
* Updated Spanish translationDaniel Mustieles2015-08-121-117/+130
|
* Updated Brazilian Portuguese translationEnrico Nicoletto2015-08-101-295/+512
|
* ephy-location-entry: Get rid of the cell data func to set the textCarlos Garcia Campos2015-08-102-79/+60
| | | | | | | | | | | | | | | | It seems that changing the model in the cell data func callback confuses GtkTreeView that keeps validating the rows all the time while the popup is hidden. The fact that GtkEntry recomputes the size of the popup on every size_allocate even when the popup is hidden doesn't help either. So, not changing the model inside the cell data func callback prevents the rows from being validated indefinitely, but still the cell data func is called too often in my opinion. And we are always setting the same text for every row, so I think we should set the title in the model and get rid of the cell data func. This patch also ensures that the URL is not shown twice in the completion menu when there's no title. https://bugzilla.gnome.org/show_bug.cgi?id=753321
* ephy-completion-model: Do not add smart bookmarks to the completion modelCarlos Garcia Campos2015-08-101-4/+12
| | | | | | | | They are already added by EphyLocationController to the completion menu as completion actions. Otherwise they appear twice in the completion menu, and with a null address in the first case. https://bugzilla.gnome.org/show_bug.cgi?id=753321
* Updated Norwegian bokmål translation.Kjartan Maraas2015-08-061-64/+81
|
* Updated Portuguese translationPedro Albuquerque2015-08-041-120/+129
|
* Implement shared-secondary-process model as MULTIPLE_SECONDARY_PROCESSES ↵Carlos Garcia Campos2015-08-031-6/+6
| | | | | | | | | with a process limit of 1 The main difference is that the networking is done in the network process, instead of the web process. https://bugzilla.gnome.org/show_bug.cgi?id=753093
* Add a setting to set the maximum number of web processesCarlos Garcia Campos2015-08-034-1/+10
| | | | | | | It allows to limit the amount of web processes created at the same time by the one-secondary-process-per-web-view process model. https://bugzilla.gnome.org/show_bug.cgi?id=753092
* overview: Move the overview CSS to about.css and generate the HTML from the codeCarlos Garcia Campos2015-08-036-236/+188
| | | | | | | | | | This way we get rid of the overview.html template resource. All the overview specific classes and ids have been renamed to overview-name, since the CSS is now in the common abbout.css resource. This fixes the problems of using a printf template and makes the generation fo the overview consistent with all other about handlers. https://bugzilla.gnome.org/show_bug.cgi?id=751385
* Fix the desktop fileMichael Catanzaro2015-08-021-1/+0
| | | | | AC_CONFIG_FILES cannot translate things... broken since 0711c69b583af8a5a455e75458a96058f74317d0
* Reorder options in remember password promptMichael Catanzaro2015-07-311-2/+2
| | | | | | | | I messed this up replacing the close button with don't save: affirmative is always on the right in GNOME. Just like it already is for geolocation/notification requests. https://bugzilla.gnome.org/show_bug.cgi?id=753061
* Updated Norwegian bokmål translation.Kjartan Maraas2015-07-311-191/+187
|
* EphyWindow: store a decoded address, not a percent-encoded addressMichael Catanzaro2015-07-272-4/+4
| | | | | | This means the location controller will get a user-friendly display URI. https://bugzilla.gnome.org/show_bug.cgi?id=710004
* Show decoded URI in the new web application dialogMichael Catanzaro2015-07-271-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710004
* EphyWebView: add get_display_address()Michael Catanzaro2015-07-272-3/+28
| | | | | | | This returns a decoded URI. It is the only URI that is appropriate for display to the user. https://bugzilla.gnome.org/show_bug.cgi?id=710004
* Fixup for 'display decoded URIs in the history dialog'Michael Catanzaro2015-07-271-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710004
* Fixup for 'display decoded URIs in bookmarks editor'Michael Catanzaro2015-07-271-3/+1
| | | | | | I pushed before addressing Carlos's review comments. Bad Michael! https://bugzilla.gnome.org/show_bug.cgi?id=710004
* Display decoded URIs in the history dialogMichael Catanzaro2015-07-271-2/+31
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710004
* Display decoded URIs in the bookmarks editorMichael Catanzaro2015-07-271-1/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710004
* Add ephy_node_view_add_column_fullMichael Catanzaro2015-07-272-11/+51
| | | | | | | Allow creating an EphyNodeView column that derives its values from a property, but is modified by a function for display. https://bugzilla.gnome.org/show_bug.cgi?id=710004
* Add ephy_tree_model_node_add_column_fullMichael Catanzaro2015-07-272-21/+39
| | | | | | | Allow creating a tree model column that derives its values from a property, but is modified by a function for display. https://bugzilla.gnome.org/show_bug.cgi?id=710004
* Display decoded URIs in the bookmark properties dialogMichael Catanzaro2015-07-271-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710004
* Display decoded URIs in the location entry completionMichael Catanzaro2015-07-271-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710004
* EphyWebView: Decode URI before setting the loading or status messageMichael Catanzaro2015-07-272-5/+12
| | | | | | This ensures that the URI displayed in the floating bar is decoded. https://bugzilla.gnome.org/show_bug.cgi?id=710004
* Updated Czech translationMarek Černocký2015-07-251-173/+174
|
* Inhibit logout and suspend while downloading filesMichael Catanzaro2015-07-241-0/+53
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=339809
* ephy-dom-utils: Remember some more passwordsBastien Nocera2015-07-241-1/+3
| | | | | | | | | | | | Remember passwords for the French tax office: https://cfspart.impots.gouv.fr/LoginMDP The identifier's entry type is set as "tel" so that only digits can be input on browsers that support those hints. Make sure that Epiphany knows that "telephone numbers" can be used as identifiers, in addition to free-form text and emails. https://bugzilla.gnome.org/show_bug.cgi?id=750024
* [release] 3.17.23.17.2Claudio Saavedra2015-07-222-1/+13
|
* embed: Make sure private instances don't leave data outside their profile dirCarlos Garcia Campos2015-07-222-18/+22
| | | | | Create the WebKitWebContext with a WebKitWebsiteDataManager configured for the current profile.
* Set page title as a tooltip for tabsMichael Catanzaro2015-07-201-1/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=752606
* Updated Hungarian translationBalázs Úr2015-07-171-58/+69
|