- 9622ca5 Add support for fine grained permissions to use LocalStorage. by [email protected] · 16 years ago
- 41b06b2d Cleanup the code to adjust the size/location of compact navigation bar. by [email protected] · 16 years ago
- 527bb7f Made StatusAreaView and its buttons independent of BrowserWindow. by [email protected] · 16 years ago
- 0bbec1f Revert "Very temporary fix for theme bug where adding more..." (r37458). by [email protected] · 16 years ago
- 6ce7abc5 Hide plugins in minimized/hidden windows on the Mac by [email protected] · 16 years ago
- 9732c03 Port the gears geolocation network provider to Chromium by [email protected] · 16 years ago
- 96f13d2 Change root pointer to arrow by [email protected] · 16 years ago
- bab1bceb Remember logged in users by [email protected] · 16 years ago
- 528a17d gtk: Handle stale _NET_SUPPORTING_WM_CHECK properties. by [email protected] · 16 years ago
- 18db4618 Hide/show cursor according to NSCursor requests. by [email protected] · 16 years ago
- 0daa338 Adds bookmark context menu test to the set of tests on chromeos. by [email protected] · 16 years ago
- c4ca290 Updating trunk VERSION from 314.0 to 315.0 by [email protected] · 16 years ago
- ea7a0f3 DevTools: fix TimelineApi test (followup fix for dispatchToApu rename). by [email protected] · 16 years ago
- 670e5b6 DevTools: Fixes Speed Tracer after message renames in r37251. by [email protected] · 16 years ago
- 4ec140b Updating trunk VERSION from 313.0 to 314.0 by [email protected] · 16 years ago
- 8cc8d49 Wire popup blocking UI to the new machinery and port over the user's old whitelist. by [email protected] · 16 years ago
- 45878837 Modified cookie alert prompt window to suport displaying of local storage info as well. by [email protected] · 16 years ago
- bbffa66 The first step towards supporting the Hungarian spell-checking dictionary. by [email protected] · 16 years ago
- 4f4c43ca Add the capability to translate an already translated page to by [email protected] · 16 years ago
- 227805081 [Linux] Make bookmark bar shrinkable when there is no bookmark. by [email protected] · 16 years ago
- 13c0fb1 Translating from the English locale would translate to Afrikaans. by [email protected] · 16 years ago
- 96721067 implement proper localized display names for translate languages by [email protected] · 16 years ago
- c3ad1b2b Modify the toast to hit system-level installs by [email protected] · 16 years ago
- 5386441 Adds content exception dialog. by [email protected] · 16 years ago
- 96acdf1 Fix bookmark bar observer callbacks accessing gtk widgets after they are destroyed. by [email protected] · 16 years ago
- 582fab73 Add a runtime flag for Indexed Database. by [email protected] · 16 years ago
- a558f19 Update the DOM Storage UI test to run all the layout tests that currently run. by [email protected] · 16 years ago
- 79580c6 Send a message to the renderers when content settings change. by [email protected] · 16 years ago
- ce716d85 [Linux] Allows find bar's GtkEntry to handle the key events first. by [email protected] · 16 years ago
- f884f2a linux: uncontroversial cleanups found by clang by [email protected] · 16 years ago
- f2d8c421 Add fine grain tracing to HostResolverImpl. by [email protected] · 16 years ago
- 32f076f Migrate old cookie setting to new system. by [email protected] · 16 years ago
- 3904bf6 GTK: bookmark manager - fix coordinate check in multi-row drag workaround. by [email protected] · 16 years ago
- a3cf4b02 GTK: fix sign of comparison in bookmark bar by [email protected] · 16 years ago
- ddee3821 Looks like the fix I did last time did work. According to the by [email protected] · 16 years ago
- 0043ca1 A few miscellaneous changes in the Template URL Prepopulate area: by [email protected] · 16 years ago
- b390859 Fix a pet peeve: Big empty hole in Chromium builds where the UMA checkbox would be. by [email protected] · 16 years ago
- 7291d48d Proto extenions to sync preferences. by [email protected] · 16 years ago
- f7a64ee Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError, commandBufferEntries -> commandBufferSize. by [email protected] · 16 years ago
- fa384425 Add the DnD work around to bookmark manager as well. by [email protected] · 16 years ago
- e5a6310 The "after infobar" could be sticky in some cases. by [email protected] · 16 years ago
- 86ef302 Bookmark manager: Make sure we position the context menu inside the window view by [email protected] · 16 years ago
- 78b048e Add per-observer instrumenting code to NotificationRegistrar. by [email protected] · 16 years ago
- 941e455 Add tab switch notification to the Mac plugin plumbing. by [email protected] · 16 years ago
- b51cda7 Remove wrong license file. by [email protected] · 16 years ago
- 10db9c6 Fix Mac browser crash in BookmarkMenuBridge::UpdateMenu. by [email protected] · 16 years ago
- caa0a4a0 Mac: Remove focus ring from table in task manager. by [email protected] · 16 years ago
- ac084442 Moved Autofill view to appropriate browser/views folder. by [email protected] · 16 years ago
- 08d87dc [Mac] Enable some left-behind unit tests. by [email protected] · 16 years ago
- 55750b5 task manager gtk: by [email protected] · 16 years ago
- 29eff6a Task manager model: Make a find quicker. by [email protected] · 16 years ago
- fefbdf0 GTK: Make page and app menus shortcut control flow match windows more closely. by [email protected] · 16 years ago
- 4ab8ceb Make pressing <esc> while dragging in the omnibox correctly cancel dragging. Original patch by Philippe Beaudoin (see http://codereview.chromium.org/554143 ), r=me, tweaked. by [email protected] · 16 years ago
- 426c13cf Don't store IDR ids in ThemePack files as they change whenever the grd is modified. by [email protected] · 16 years ago
- 103607e Implement the broker process that launches NaCl loader processes on 64-bit Windows systems. by [email protected] · 16 years ago
- 20c0192 Make acrobat work with --safe-plugins by giving it write access by [email protected] · 16 years ago
- a241d488 Get rid of check that caused redirects to fail extension updates. by [email protected] · 16 years ago
- 987d506 Allow FileBrowse to change title of open/save dialog by [email protected] · 16 years ago
- 956d033ff Fix type of file_type_index_ from size_t to int to get rid of printf format warning. by [email protected] · 16 years ago
- b2aa3ed7 BSD port: chrome/app and chrome/browser ifdef cleaning by [email protected] · 16 years ago
- 70f2c44 make chrome.tabs.executeScript/insertCss details arg required. by [email protected] · 16 years ago
- 5a4786e Mac: Fix IB warning about progressView_. by [email protected] · 16 years ago
- e9e5dc4 Fix Valgrind error in ExtensionInstalledBubble unit test. by [email protected] · 16 years ago
- 58a468e Implementation of the DatabaseModelWorker, take 2. by [email protected] · 16 years ago
- 1ada2bfa Show download item menu on mouse down instead of mouse up. by [email protected] · 16 years ago
- f2664c91 Speculative fix for thread sanitizer failures in ProfileSyncServiceTest. by [email protected] · 16 years ago
- 6a7fb04 Add temporary download progress overlay to the dock icon for the Mac (real UI coming soon), and provide the hooks for the Win7 implementation. by [email protected] · 16 years ago
- c702d70 [Mac] Reduce jank in the cookie manager by lazily creating child nodes for the UI. by [email protected] · 16 years ago
- d8fd6fa Propagate window focus changes to plugins on the Mac by [email protected] · 16 years ago
- 74f4183 Keep packages from being selected in a Cocoa open single file dialog. by [email protected] · 16 years ago
- ab4834f6 Updating trunk VERSION from 312.0 to 313.0 by [email protected] · 16 years ago
- 2989cce1 OS X: Import settings dialog cleanup. by [email protected] · 16 years ago
- 7e0831b Relanding the hooking of the translate feature UI. by [email protected] · 16 years ago
- 6db4b6c3 Always percent-escape the copied URL when all the text in the address bar is selected. by [email protected] · 16 years ago
- e7f2be6 Fix a bug where we were only checking the screen size of by [email protected] · 16 years ago
- fd73668 Mac: Theme status text of download items. by [email protected] · 16 years ago
- cbd94cf Revert 37674 - Hooking the UI part to the translate feature. by [email protected] · 16 years ago
- 9ee7362 Hooking the UI part to the translate feature. by [email protected] · 16 years ago
- b20074d Initialize arrowPoint so that warnings don't break Mac compile in new extension bubble. by [email protected] · 16 years ago
- 54bc0925 ExtensionInstalledBubble for Mac. by [email protected] · 16 years ago
- 007cb731 Initial implementation for wizard. by [email protected] · 16 years ago
- d18793d9 Updating trunk VERSION from 311.0 to 312.0 by [email protected] · 16 years ago
- 993f61d DevTools: load injected script using WebKit API. Now with test_shell working. by [email protected] · 16 years ago
- 14bd3b1 Revert "DevTools: load injected script using WebKit API" by [email protected] · 16 years ago
- b281b6c Re-enable the cookie policy browser tests. by [email protected] · 16 years ago
- 9c17fa9 DevTools: load injected script using WebKit API by [email protected] · 16 years ago
- d8a179c The upstream change to make popup shrinking work properly is a big project, so I'm doing a quick hack here so that we don't ship more builds with it broken. by [email protected] · 16 years ago
- 3d1b7c7 Fix some bugs related to default-clearing in the HostContentSettingsMap, and clean up various other bits. by [email protected] · 16 years ago
- 71d6e77 Ignore ref (hash fragment) in URL when opening singleton tabs based on URLs. by [email protected] · 16 years ago
- be6fca6c If the URLRequestContext has no CookiePolicy, then we should by [email protected] · 16 years ago
- d406e2e Expose sortChildren to the bookmark manager extension API and use that from the bookmark manager. by [email protected] · 16 years ago
- 9d5ae76 NTP: Add work around for recent changes to HTML5 DnD behavior. by [email protected] · 16 years ago
- 433819d Fix api misunderstanding. by [email protected] · 16 years ago
- 16c9eba Trivial fix: static -> const. by [email protected] · 16 years ago
- e92d2a4 Mac: fix crash when blank URL lists dragged to/over web content. by [email protected] · 16 years ago
- 203c687 Correct the length of the string saved to the "dr" registry value used for Omaha active user reporting. by [email protected] · 16 years ago
- 51595b8 Updating trunk VERSION from 310.0 to 311.0 by [email protected] · 16 years ago
- ceb98432 Hook up some of the content settings UI to the actual settings map object. This also rewrites the affected UI bits to make it easier to do this, get rid of unnecessary code, and be more consistent with the blocked content bubble code. by [email protected] · 16 years ago
- f85f070 IPC per-host content settings to the renderers. by [email protected] · 16 years ago
- eaa4d156 Fix compilation error. Oops! by [email protected] · 16 years ago