summaryrefslogtreecommitdiff
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
...
* Remove this patch that was accidentally committed on the branch instead of on...Christian Persch2008-03-102-120/+0
* Remove this patch that was accidentally committed on the branch instead of on...Christian Persch2008-03-101-17/+1
* Comment the login manager prompter again; probably it's not needed after all.Christian Persch2008-03-091-3/+3
* Add some checking.Christian Persch2008-03-091-30/+8
* Add stub impl of nsILoginManagerPrompter.Christian Persch2008-03-093-1/+159
* Add ifdef for a function that's unused on gecko 1.9.Christian Persch2008-03-091-2/+2
* Remove unused includes.Christian Persch2008-03-091-1/+0
* Use g_object_connect for multiple signal connections to the same object.Xan Lopez2008-02-291-12/+8
* Do not set to NULL private members in init, memory is already zeroed.Xan Lopez2008-02-291-1/+0
* Strip anchors from URIs before trying to turn them into a GFile, and properlyJens Granseuer2008-02-281-4/+21
* Initialise variable. Bug #519173.Christian Persch2008-02-281-0/+2
* Fix AutoModalDialog::ShouldShow(). Bug #519173.Christian Persch2008-02-282-6/+4
* Support more preferences in the WebKit backend and add code to easily addXan Lopez2008-02-271-18/+91
* Fix a crash when downloading a file. (Bug #519121)Carlos Garcia Campos2008-02-271-0/+5
* Remove cruftChristian Persch2008-02-2612-1040/+0
* Add new types from xr 1.9.Christian Persch2008-02-251-1/+9
* Update for added nsIContentPolicy constants in 1.9.Christian Persch2008-02-251-2/+8
* Adapt to gio API changeChristian Persch2008-02-251-1/+1
* Remove unused struct member.Xan Lopez2008-02-241-2/+0
* Make epiphany/webkit start in online mode (though there is no differenceXan Lopez2008-02-241-1/+8
* Make EphyUtils::FindEmbed return the parent of the mozembed, as it is now con...Xan Lopez2008-02-201-1/+1
* Fix prompt service for xr 1.9 wrt. DOM notifications. Bug #504445.Christian Persch2008-02-1813-172/+415
* Use G_DEFINE_TYPE* where possible in embed/* (#517090)Xan Lopez2008-02-1713-463/+50
* Comment this out; it's unreliableChristian Persch2008-02-171-0/+4
* Add our own reference to the webkit history item.Xan Lopez2008-02-171-1/+1
* No need to implement nsIBadCertListener2 hereChristian Persch2008-02-172-21/+4
* Add ephy-embed::new-document-now signal, does the same than oldXan Lopez2008-02-174-0/+28
* Add stub for displayProtectedAuthChristian Persch2008-02-171-0/+10
* Add translator comment.Christian Persch2008-02-171-0/+1
* Remove unneeded embed list for prefs.Xan Lopez2008-02-163-22/+0
* Make Go Up recognize HTML anchors. Bug #335631.Cosimo Cecchi2008-02-151-1/+11
* Do not apply prefs to a view more than once.Xan Lopez2008-02-141-11/+0
* Plug leaks in webkit-embed-prefs.cXan Lopez2008-02-141-0/+4
* Initial implementation of WebKit preferences.Xan Lopez2008-02-145-0/+158
* Small cleanups in webki-embed-single.cXan Lopez2008-02-141-12/+13
* Cleanups in webkit-embed.cXan Lopez2008-02-091-24/+15
* Fix encoding for webkit-history-item.*Xan Lopez2008-02-052-2/+2
* Implement back and forward history, patch by Jan AlonzoXan Lopez2008-02-054-10/+231
* Track header location change in WebKit r29898Alp Toker2008-02-012-2/+2
* Fix keyboard focus remaining in the location entry after enteringCosimo Cecchi2008-01-311-1/+4
* Fix compilation error with gcc4.3.Cosimo Cecchi2008-01-282-2/+2
* Better fix for bug #511759.Cosimo Cecchi2008-01-242-2/+9
* Track upstream API change in WebKit r29550Alp Toker2008-01-181-2/+2
* Update to new glib 2.15.2 API, bump glib dep and remove a Cosimo Cecchi2008-01-143-4/+6
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-1318-222/+236
* Update to new coding guidelines.Xan Lopez2008-01-041-18/+20
* Stub new history interfaces in WebKit until the needed API landsXan Lopez2007-12-301-33/+34
* Port ephy-window.c to the new API, remove old API.Xan Lopez2007-12-303-148/+8
* Make MozillaHistoryItem create url and title on demand.Xan Lopez2007-12-296-47/+109
* Use the new interfaces for backward/forward menus.Xan Lopez2007-12-293-7/+4