summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Do not run new migrator if the main profile has been migratedMichael Catanzaro2017-02-033-3/+36
* form-auth-data: Properly normalize URI when accessing secret serviceMichael Catanzaro2017-02-021-48/+20
* Fix impedance mismatch between web extension and form auth data cacheMichael Catanzaro2017-02-011-14/+17
* Add profile migrator to migrate insecure passwordsMichael Catanzaro2017-02-014-1/+102
* form-auth: Store passwords for security origins, not hostsMichael Catanzaro2017-02-011-19/+15
* uri-helpers: Add function to convert URI to security originMichael Catanzaro2017-02-012-1/+26
* download-widget: Decode display URI in the right placeMichael Catanzaro2016-12-281-4/+4
* location-entry: Remove stale commentMichael Catanzaro2016-11-281-1/+0
* location-entry: Be robust to paste translation issuesMichael Catanzaro2016-11-281-4/+9
* location-entry: Crash nicer if paste menuitem can't be foundMichael Catanzaro2016-11-281-0/+4
* Really handle focus stealing prevention properly"Michael Catanzaro2016-11-212-2/+5
* history-service: Actually delete database when clearing historyMichael Catanzaro2016-11-061-8/+17
* history-service: Initialize tables even in read-only modeMichael Catanzaro2016-10-281-3/+0
* profile-migrator: Fix off-by-one in print statementMichael Catanzaro2016-10-041-1/+1
* web-app-utils: Do not copy cookies when creating new web appMichael Catanzaro2016-09-221-70/+0
* web-app-utils: don't crash if address is not a URIMichael Catanzaro2016-09-011-0/+2
* location-entry: Fix position of 'Paste & Go' when non-English locale is usedTing-Wei Lan2016-08-161-1/+1
* Remove dependency on NSSMichael Catanzaro2016-05-164-641/+15
* snapshot-service: Reuse the same SnapshotAsyncData structMichael Catanzaro2016-05-091-100/+36
* snapshot-service: Ensure snapshot freshness in a better locationMichael Catanzaro2016-05-091-29/+27
* snapshot-service: Rename memory cache lookup functionMichael Catanzaro2016-05-092-5/+5
* snapshot-service: pretty up header fileMichael Catanzaro2016-05-091-25/+28
* snapshot-service: assert that web view has loaded at some pointMichael Catanzaro2016-05-091-17/+12
* snapshot-service: Make ephy_snapshot_service_save privateMichael Catanzaro2016-05-092-154/+143
* snapshot-service: Remove unused functions to retrieve pixbufsMichael Catanzaro2016-05-092-252/+1
* snapshot-service: Clarify error messageMichael Catanzaro2016-05-091-2/+2
* snapshot-service: Stop using const time_tMichael Catanzaro2016-05-092-8/+8
* snapshot-service: Always return snapshots immediately if availableMichael Catanzaro2016-05-091-2/+27
* Save the correct thumbnail mtime in the history serviceMichael Catanzaro2016-05-091-10/+60
* file-chooser: Support WebP filesMichael Catanzaro2016-04-081-0/+2
* Allow vertical tabs and more control about the tabs placementCarlos Alberto Lopez Perez2016-04-041-0/+10
* snapshot-service: Take new snapshots after a restartMichael Catanzaro2016-03-311-38/+75
* Revert "snapshot-service: Update snapshots after one week"Michael Catanzaro2016-03-291-7/+2
* location-entry: Add 'Paste & Go' item to context menuIulian Radu2016-03-291-2/+52
* UncrustifyMichael Catanzaro2016-03-2943-7496/+7041
* Improve some FIXMEsMichael Catanzaro2016-03-111-1/+0
* downloads: Ensure we always fallback to package iconCarlos Garcia Campos2016-03-011-2/+11
* Stop manually specifying signal marshallersMichael Catanzaro2016-02-293-14/+7
* file-helpers: convert profile_dir to absolute pathMichael Catanzaro2016-02-291-2/+12
* node-filter: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-272-40/+16
* node-filter: Remove unneeded virtual signalMichael Catanzaro2016-02-272-5/+1
* node-filter: Use G_DEFINE_TYPEMichael Catanzaro2016-02-271-34/+2
* node-db: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-272-56/+28
* node-db: Use G_DEFINE_TYPEMichael Catanzaro2016-02-271-32/+2
* downloads-popover: Fix visual and layout issuesIulian Radu2016-02-272-46/+42
* downloads-popover: Disappear more smoothlyIulian Radu2016-02-271-0/+6
* downloads-popover: Fix GtkListBoxRow not being destroyedIulian Radu2016-02-271-2/+2
* smaps: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-212-37/+16
* snapshot-service: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-212-42/+18
* sqlite-connection: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-212-47/+17