| Commit message (Expand) | Author | Age | Files | Lines |
* | Implementation of getBackgroundPage(), getToolstrips(), and | aa@chromium.org | 2009-08-14 | 4 | -1/+19 |
* | Reland r23358 with a fix for linux unit_tests: | tony@chromium.org | 2009-08-13 | 1 | -2/+5 |
* | When you clicked Get Themes in Mac prefs, the browser window containing the t... | beng@google.com | 2009-08-13 | 1 | -0/+1 |
* | Reland r23357 since it doesn't seem to be the cause of unit test | tony@chromium.org | 2009-08-13 | 8 | -42/+42 |
* | Revert "Renames the NavigationEntry::display_url() to virtual_url()." | tony@chromium.org | 2009-08-13 | 8 | -42/+42 |
* | Renames the NavigationEntry::display_url() to virtual_url(). | tony@chromium.org | 2009-08-13 | 8 | -42/+42 |
* | Take 2 at fixing anchor links opening in background tabs on linux. | tony@chromium.org | 2009-08-13 | 1 | -2/+10 |
* | Revert "Fix anchor links opening in background tabs on linux. Also fix" | tony@chromium.org | 2009-08-13 | 1 | -8/+2 |
* | Fix anchor links opening in background tabs on linux. Also fix | tony@chromium.org | 2009-08-13 | 1 | -2/+8 |
* | Refactors OSExchangeData for easier portability. | sky@chromium.org | 2009-08-12 | 1 | -1/+2 |
* | First step to create application shortcuts on Linux. | phajdan.jr@chromium.org | 2009-08-12 | 1 | -0/+6 |
* | Remove Playback Rate from the context menu. | scherkus@chromium.org | 2009-08-12 | 1 | -91/+0 |
* | Refactors drag support from TabContentsViewGtk into | sky@chromium.org | 2009-08-12 | 2 | -249/+16 |
* | Adds a command line switch to enable the appcache, and plumb the switch throu... | michaeln@google.com | 2009-08-12 | 1 | -0/+2 |
* | Add support for constrained windows on os x, based on Avi's GTMWindowSheetCon... | thakis@chromium.org | 2009-08-11 | 3 | -8/+12 |
* | Move some Mac l10n helpers out into app/l10n so they are closer to the generi... | thomasvl@chromium.org | 2009-08-07 | 1 | -3/+2 |
* | Fix a few bugs with the theme infobar: | aa@chromium.org | 2009-08-07 | 2 | -0/+26 |
* | Linux: Pass font settings through to interstitial renderers. | derat@chromium.org | 2009-08-06 | 3 | -46/+15 |
* | GTK: Fancy html5 draggy stuff. | estade@chromium.org | 2009-08-05 | 2 | -60/+157 |
* | Implement TabContentsViewMac::SizeContents(), so that the TabContentsView | japhet@chromium.org | 2009-08-05 | 1 | -2/+5 |
* | Activate scrollbars (etc.) upon selecting a tab. | avi@chromium.org | 2009-08-04 | 1 | -1/+5 |
* | Port more tests from save_page_uitest.cc to save_page_browsertest.cc. | phajdan.jr@chromium.org | 2009-08-04 | 2 | -4/+5 |
* | Add some more content to the content scripts docs. | aa@chromium.org | 2009-08-04 | 1 | -1/+6 |
* | Move alternate 404 error page loading out of WebFrame and into RenderView. | darin@chromium.org | 2009-08-04 | 1 | -2/+2 |
* | Fix or/|| mistake in ifdef | stuartmorgan@google.com | 2009-07-31 | 1 | -1/+1 |
* | Switch on plugins by default for the Mac | stuartmorgan@google.com | 2009-07-31 | 1 | -1/+1 |
* | Enable dragging of images to desktop (Finder), Preview, etc. (on Mac). | thakis@chromium.org | 2009-07-31 | 2 | -141/+49 |
* | Revert 20927 - Experiment with opening links opened via context menu in the f... | laforge@chromium.org | 2009-07-31 | 1 | -1/+1 |
* | The focus would be messed-up when reloading a crashed tab, also causing accel... | jcampan@chromium.org | 2009-07-29 | 1 | -0/+6 |
* | Only allow one theme installation infobar to be shown at a time. | glen@chromium.org | 2009-07-28 | 1 | -0/+7 |
* | Add a NULL check for the pending render view host when we get a close message. | brettw@chromium.org | 2009-07-28 | 1 | -1/+2 |
* | Gtk: DnD extravaganza | estade@chromium.org | 2009-07-28 | 1 | -17/+6 |
* | Re-landing r21673 without re-enabling the BrowserTest, which apparently is | brettw@chromium.org | 2009-07-27 | 4 | -27/+21 |
* | Revert of r21673 - which caused browser_test failure in ChromeURLAfterDownload. | robertshield@chromium.org | 2009-07-27 | 4 | -21/+27 |
* | Make downloads not prevent tabs from closing. | brettw@chromium.org | 2009-07-27 | 4 | -27/+21 |
* | Add in UMA logging for context menu playback controls. | ajwong@chromium.org | 2009-07-25 | 1 | -0/+11 |
* | Fix a bug where an ongoing find operation would re-appear even | tc@google.com | 2009-07-24 | 1 | -0/+4 |
* | Fix a race condition where rapid back/forward clicks could close a tab | brettw@chromium.org | 2009-07-24 | 1 | -4/+11 |
* | Allow the browser to send actions back to the render for media element contex... | ajwong@chromium.org | 2009-07-23 | 2 | -30/+113 |
* | Close pop up notification when navigating to other site. | erg@google.com | 2009-07-23 | 1 | -0/+6 |
* | This CL adds an infobar instructing users they can do search directly from th... | jcampan@chromium.org | 2009-07-23 | 3 | -0/+27 |
* | Squash the "Confirm Form Repost" dialog triggered via an external context men... | robertshield@chromium.org | 2009-07-23 | 1 | -2/+2 |
* | Flip on crashed plugin name lookup on the Mac. | stuartmorgan@google.com | 2009-07-23 | 1 | -1/+1 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 2 | -2/+2 |
* | Starting mac l10n: | thomasvl@chromium.org | 2009-07-22 | 1 | -5/+2 |
* | When a web contents drag has a URL but no title, make up a title for it. | estade@chromium.org | 2009-07-22 | 1 | -14/+30 |
* | Fix another d&d crash that happens when the tab contents | tc@google.com | 2009-07-21 | 2 | -5/+44 |
* | Linux: pass users' font settings through to renderer. | agl@chromium.org | 2009-07-21 | 6 | -9/+64 |
* | Enable DOM_STORAGE in our build. Put LocalStorage and SessionStorage behind ... | jorlow@chromium.org | 2009-07-21 | 1 | -0/+4 |
* | Resurrect toolkit_views build. | ben@chromium.org | 2009-07-21 | 2 | -4/+2 |