| Commit message (Expand) | Author | Age | Files | Lines |
* | Improves key event handing code of BrowserWindowGtk. | suzhe@chromium.org | 2009-08-26 | 1 | -88/+1 |
* | Revert r24223. Storage test is not working. | aa@chromium.org | 2009-08-25 | 1 | -3/+5 |
* | Force databases and localstorage to be enabled extensions. | aa@chromium.org | 2009-08-25 | 1 | -5/+3 |
* | Enabling "Save as..." in view:source page. | mhm@chromium.org | 2009-08-22 | 1 | -3/+12 |
* | Remove even more cruft from temp_scaffolding_stubs.h. This change also enabl... | jhawkins@chromium.org | 2009-08-22 | 1 | -10/+1 |
* | Send notice for blackisted non-visual resources | idanan@chromium.org | 2009-08-21 | 2 | -0/+6 |
* | Don't show "Inspect Element" in the context menu if we can't inspect. | agl@chromium.org | 2009-08-21 | 1 | -2/+5 |
* | Revert "Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test... | phajdan.jr@chromium.org | 2009-08-20 | 1 | -2/+4 |
* | Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness. | phajdan.jr@chromium.org | 2009-08-20 | 1 | -4/+2 |
* | Disable mute/unmute when media does not have an audio track. | scherkus@chromium.org | 2009-08-20 | 1 | -2/+7 |
* | Move MediaPlayerAction out of context_menu.h into webview.h since it's really... | ajwong@chromium.org | 2009-08-20 | 2 | -0/+2 |
* | Fix the compile for TOOLKIT_VIEWS. | phajdan.jr@chromium.org | 2009-08-20 | 1 | -1/+1 |
* | Add (incomplete) UI for creating application shortcuts on Linux | phajdan.jr@chromium.org | 2009-08-20 | 1 | -4/+8 |
* | Revert 23805. | abarth@chromium.org | 2009-08-20 | 1 | -1/+1 |
* | Enable the XSSAuditor by default. Please watch out for compatibility issues. | abarth@chromium.org | 2009-08-20 | 1 | -1/+1 |
* | Make popups on Chrome OS turn into foreground tabs when they | davemoore@chromium.org | 2009-08-19 | 1 | -0/+25 |
* | Synthesize an NSEvent for handling drag events, since we | paul@chromium.org | 2009-08-18 | 1 | -17/+0 |
* | Moves GtkDndUtil into app. | sky@chromium.org | 2009-08-18 | 1 | -1/+1 |
* | Cleaning up lines longer than 80 chars under src/chrome/browser. | mark@chromium.org | 2009-08-17 | 1 | -1/+2 |
* | 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 |