- c4d6f87 GTK: position info bubbles relative to a subwidget, rather than the toplevel window. by [email protected] · 15 years ago
- 0415cac CL #1530013 by Thiago Farina <[email protected]> by [email protected] · 15 years ago
- f24f595 Refactored update view to separate update UI and logic between view class (UI) and screen class (logic). by [email protected] · 15 years ago
- e78d74e Implemented customize sync dialog for OS X (except for integration by [email protected] · 15 years ago
- 85d252e Changing the translate back-end to use the Google Translate element. by [email protected] · 15 years ago
- b5366c1 Mac: Improve content settings dialog in some languages. by [email protected] · 15 years ago
- 790788ac Add support for basic extension automation through the Automation Proxy. by [email protected] · 15 years ago
- 13a1166e Win32 plumbing for dragend event. by [email protected] · 15 years ago
- e4f565b gtk: Implement status icons on linux. by [email protected] · 15 years ago
- ffe1119 Abstracted language switch logic to its model class. by [email protected] · 15 years ago
- dd8fa1a99 Add a scoped notifier for pref dictionaries / lists. by [email protected] · 15 years ago
- fb572650 sync: Specify linking dependencies correctly. The browser library contains lots of files in chrome/browser/sync. They need to depend on the syncapi library and not just sync_proto. by [email protected] · 15 years ago
- 21d683b2 Geolocation exceptions window, Windows. by [email protected] · 15 years ago
- ec44cd5 Implement LoginDatabase on all platforms. by [email protected] · 15 years ago
- a0360d8 Add the proxy information to the new net internals page. BUG=37421 by [email protected] · 15 years ago
- ad30e06 Re-land 43382, which was reverted in 43478 due to valgrind problems. by [email protected] · 15 years ago
- f5214846 Mac: Implement geolocation exceptions dialog. by [email protected] · 15 years ago
- d6687a9 Fix build break in linux_views from r43575. by [email protected] · 15 years ago
- c5c3c5b Add the new extension install dialog for mac. by [email protected] · 15 years ago
- e0d92f28 Eliminate WebCore include paths when compiling Chromium code. by [email protected] · 15 years ago
- 8e8bbde Star/reload shuffle, Windows version. by [email protected] · 15 years ago
- e4bb821 Revert. by [email protected] · 15 years ago
- ae5fc52d5 gtk: Implement status icons on linux. by [email protected] · 15 years ago
- 6a4120c Linux: Add geolocation exceptions window. by [email protected] · 15 years ago
- 0a357e63 In-app installation when running from a disk image. by [email protected] · 15 years ago
- 0645da53 Remove the themeing from the folder menu background, text in the folder menu items, and no longer needed calls. Changed the menu button stroke color to a lighter shade of black. Did a bit of refactoring of how bookmark buttons are created. by [email protected] · 15 years ago
- daac752 Add extra views to the new net internals page. This adds tabs along the top for proxy, dns, sockets, requests, and http cache subsections. The actual subviews are placeholders. by [email protected] · 15 years ago
- ecde274 Add a bunch of preferences to sync. by [email protected] · 15 years ago
- d7883d0 Revert 43382 - Move fetching of fullfledged auth cookies to a time when we have the user's real profile available. Also, enable the use of a localaccount on Chrome OS by [email protected] · 15 years ago
- 179564f 1. Create a new sandbox type which allows access to Unix sockets in the Mac by [email protected] · 15 years ago
- 9b07185 Add a folders_only and subtree api to bookmark manager by [email protected] · 15 years ago
- e615755 Add missing js file to gyp file by [email protected] · 15 years ago
- 5ad5ce74 Add TableModel for geolocation settings. by [email protected] · 15 years ago
- 82e1e11 Move fetching of full-fledged auth cookies to a time when we have the user's real profile available. Also, enable the use of a localaccount on Chrome OS by [email protected] · 15 years ago
- 3b5a1aa Add linux UI for enabling sync types. by [email protected] · 15 years ago
- e551126 Revert 43253 - 1. Create a new sandbox type which allows access to Unix sockets in the Mac by [email protected] · 15 years ago
- a7ab833 The "Customize Sync" dialog will let users select to sync or not sync each data type (bookmarks, preferences, etc). by [email protected] · 15 years ago
- e6a6852 1. Create a new sandbox type which allows access to Unix sockets in the Mac by [email protected] · 15 years ago
- 08173b2 GTK: toolbar reload/star shuffle. by [email protected] · 15 years ago
- e2a284e6 GTK: New extension install prompt ui. by [email protected] · 15 years ago
- 4d5e7a6b Adds a geolocation tab in the content settings dialog (on Windows). Also refactors the various views for this dialog in hopes of simplifying a few things. by [email protected] · 15 years ago
- bd9337c Revert 43086 - 1. Create a new sandbox type which allows access to Unix sockets in the Mac by [email protected] · 15 years ago
- 15367d0 1. Create a new sandbox type which allows access to Unix sockets in the Mac by [email protected] · 15 years ago
- 963e4de Revert 43009 - This change isn't as bad as it looks, basically it's templating the AutofillModelAssociator code so we can use it for both formfill (what I'm calling autofillV1 in this patch), and "profiles". Since the diffs didn't line up so well from having to move some implementation to the .h (template), I'm breaking up the review here with just the formfill code rearranged and no autofill++ impl. by [email protected] · 15 years ago
- 1082b1d Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UI by [email protected] · 15 years ago
- 66ee443 Show the location bar icon (almost) all the time, and have its contents match what the user is doing. by [email protected] · 15 years ago
- ea79efc4d This change isn't as bad as it looks, basically it's templating the AutofillModelAssociator code so we can use it for both formfill (what I'm calling autofillV1 in this patch), and "profiles". Since the diffs didn't line up so well from having to move some implementation to the .h (template), I'm breaking up the review here with just the formfill code re-arranged and no autofill++ impl. by [email protected] · 15 years ago
- 1f59108 Mac: Give links in infobars a reliable hand cursor. by [email protected] · 15 years ago
- 60cab46 Implemented initial version of themes syncing (behind a flag). by [email protected] · 15 years ago
- 042ecea A basic implementation of information about appcache. Lists manifest files, time and size information. by [email protected] · 15 years ago
- 11fb1b2 Hook autofill++ WebDatabase changes up to the NotificationService. by [email protected] · 15 years ago
- aefdb47 Initial add of app launcher DOM UI. by [email protected] · 15 years ago
- d8f54c078 Temporary EULA display for internal plugin. by [email protected] · 15 years ago
- ce21660 Mac: Initial Geolocation UI. by [email protected] · 15 years ago
- a10d16e In process browser test for login screen. by [email protected] · 15 years ago
- aada7d5 First part of new install dialog on Windows. Later changes will by [email protected] · 15 years ago
- 935e9e1 Refactor network selection screen. by [email protected] · 15 years ago
- c10da4b0 Reland r42467. Clear cookies, local storage and databases when an extension gets uninstalled. by [email protected] · 15 years ago
- c7ae702 [Mac] Allow user to change cookie expiration date in cookie prompt by [email protected] · 15 years ago
- 0f7066e Reland r42473. Add a delegate to CookieMonster and broadcast notifications about changes to cookies. by [email protected] · 15 years ago
- 687c5ac Reverts 42520 and 42477. It back red again when adding this change back. by [email protected] · 15 years ago
- c422c91 Cmd-click in bookmark subfolders will open all. by [email protected] · 15 years ago
- a24642a Implement status icons on windows. by [email protected] · 15 years ago
- 3868bae Put up a prompt to create appcaches if the Content Settings indicate to do so. Done for windows and linux (sorry mac, you're out of luck). Also put in place a GenericInfoView class. by [email protected] · 15 years ago
- 869f2ef Reapply 42467 by reverting 42499 and added suppression. by [email protected] · 15 years ago
- 44d6da8 Revert r42467: "Clear cookies, local storage and databases when an extension gets uninstalled." by [email protected] · 15 years ago
- 1d6247d Revert 42473 - Add a delegate to CookieMonster and broadcast notifications about changes to cookies. by [email protected] · 15 years ago
- e5e9dd07 Add a delegate to CookieMonster and broadcast notifications about changes to cookies. by [email protected] · 15 years ago
- 0da7636 Clear cookies, local storage and databases when an extension gets uninstalled. by [email protected] · 15 years ago
- d59b315 basic browser tests for compact navigation bar. by [email protected] · 15 years ago
- cec1b8d Implement chrome://plugins page that can disable plugins. by [email protected] · 15 years ago
- 62c7ef3 Mocks for all libcros elements. Added library registry object that provides access to all *Libray classes that used to be singletons. This registry adds an indirection layer that will let is replace the actual objects with mocks during test runs. by [email protected] · 15 years ago
- 9e9e55c3 Refactor BalloonViewHost, removing a lot of duplicate code that crept into notifications during the port to mac & linux and making behavior more consistent. by [email protected] · 15 years ago
- 80805a5 Makes file browser specific to chromeos and not both toolkit_views and chromeos. by [email protected] · 15 years ago
- f4481633 Some layout related fixes for the app launchers. by [email protected] · 15 years ago
- fd9c0d9 Add an initial implementation of net-internals inspector in javascript. by [email protected] · 15 years ago
- 2e3b520 Initial version of an experimental Extensions Context Menu API. by [email protected] · 15 years ago
- cfe5c13 Porting the app launcher to Windows, and adding an experimental flag by [email protected] · 15 years ago
- 7e9f4a8 Refactor ExtensionActionContextMenuModel. by [email protected] · 15 years ago
- 427b7da7 Integration with Toolbar autofill servers. by [email protected] · 15 years ago
- 80a99669 Move importer data types into a separate file to prepare for moving importer by [email protected] · 15 years ago
- 0fecda6 Notification for battery with <= 15 minutes remaining. by [email protected] · 15 years ago
- 2e47c7c2 Enables chrome to do programmatic auth without helper binaries/pam modules. by [email protected] · 15 years ago
- aee541e Add GeolocationContentSettingsMap, a geolocation-specific variant of HostContentSettingsMap. by [email protected] · 15 years ago
- 4d2ef9d Fix issue where default_favicon.png did not get copied. by [email protected] · 15 years ago
- fc9510c [Mac] Implement a basic overflow menu for hidden Browser Action buttons. by [email protected] · 15 years ago
- 2ca8a06 GTK: implement extension bookmark manager drag api. by [email protected] · 15 years ago
- 911f815 Makes pinned tab restore on startup if you haven't enabled session restore. by [email protected] · 15 years ago
- 68e2c8b [Mac] Better code sharing between cookie tree and cookie prompt by [email protected] · 15 years ago
- ec64212b Implement AutoFillXmlParser, used to parse responses from the AutoFill server. by [email protected] · 15 years ago
- 5315025 Update sync to support syncing of typed urls by [email protected] · 15 years ago
- ed85e2d5 [Mac] Adds button and menu class skeleton for the chevron in the Browser Actions container. by [email protected] · 15 years ago
- 44625595 Committing for dcheng@ by [email protected] · 15 years ago
- b7b9e03 Refactor the bookmark_manager copying target by [email protected] · 15 years ago
- 01f829a Initial support for inspecting extension popups. by [email protected] · 15 years ago
- f34e7963 First cut at adding Extension Infobars to the experimental API. by [email protected] · 15 years ago
- 3b84575 * Moved sticky/controls frag to chromeos::BalloonViewImpl by [email protected] · 15 years ago
- c92c7505 Add a DOMUI datasource that will handle the net-internals page. by [email protected] · 15 years ago
- 30248507 Translate a string sent from IBus IME engines. by [email protected] · 15 years ago
- 9e743cd Generalize the net module's LoadLog facility from a passive container, to an event stream (NetLog). by [email protected] · 15 years ago