| Commit message (Expand) | Author | Age | Files | Lines |
* | Implementation of getBackgroundPage(), getToolstrips(), and | aa@chromium.org | 2009-08-14 | 1 | -2/+5 |
* | Remove Playback Rate from the context menu. | scherkus@chromium.org | 2009-08-12 | 1 | -11/+2 |
* | Adds a command line switch to enable the appcache, and plumb the switch throu... | michaeln@google.com | 2009-08-12 | 1 | -1/+3 |
* | AudioRendererHost send ViewMsg_AudioStreamState | hclam@chromium.org | 2009-08-11 | 1 | -21/+25 |
* | Add CSS Keyword values and conversion routines to webkit glue. | jeremy@chromium.org | 2009-08-07 | 1 | -0/+17 |
* | Cause POST data to be marhsaled across the automation interface when using Au... | robertshield@chromium.org | 2009-07-29 | 1 | -74/+0 |
* | Navigation and cookies for Automation | amit@chromium.org | 2009-07-28 | 1 | -0/+4 |
* | Fix a race condition where rapid back/forward clicks could close a tab | brettw@chromium.org | 2009-07-24 | 1 | -0/+71 |
* | Allow the browser to send actions back to the render for media element contex... | ajwong@chromium.org | 2009-07-23 | 1 | -12/+52 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -2/+3 |
* | Linux: pass users' font settings through to renderer. | agl@chromium.org | 2009-07-21 | 1 | -1/+21 |
* | Enable DOM_STORAGE in our build. Put LocalStorage and SessionStorage behind ... | jorlow@chromium.org | 2009-07-21 | 1 | -1/+5 |
* | Reverting 21059. | jorlow@chromium.org | 2009-07-18 | 1 | -5/+1 |
* | Enable DOM_STORAGE in our build. Put LocalStorage and SessionStorage behind ... | jorlow@chromium.org | 2009-07-18 | 1 | -1/+5 |
* | Begin implementation of the context menu for Video and Audio tags. | ajwong@chromium.org | 2009-07-17 | 1 | -3/+19 |
* | Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also, | darin@chromium.org | 2009-07-14 | 1 | -0/+1 |
* | A prototype of resource loading through automation | amit@chromium.org | 2009-07-09 | 1 | -53/+0 |
* | Windowed plugins like Flash would cause the hung plugin dialog to show up whe... | ananta@chromium.org | 2009-07-09 | 1 | -0/+44 |
* | Move Emf class to the printing library. Also creates a platform agnostic Nat... | sverrir@google.com | 2009-07-06 | 1 | -4/+4 |
* | Plumb a command line argument to enable the XSSAuditor. | abarth@chromium.org | 2009-06-23 | 1 | -1/+3 |
* | Extract load times from WebDataSource. Move them to NavigationState. | darin@chromium.org | 2009-06-16 | 1 | -3/+3 |
* | Extract form related classes from the guts of WebFrameImpl. | darin@chromium.org | 2009-06-15 | 1 | -6/+6 |
* | Reverting Rev 18383 since it brings down the performance of single core page ... | mad@chromium.org | 2009-06-15 | 1 | -11/+2 |
* | This is to thest the page cycler performance without the resize corner, to se... | mad@chromium.org | 2009-06-15 | 1 | -2/+11 |
* | Move renderer_preferences.h from chrome/browser into chrome/common. We | tc@google.com | 2009-06-11 | 1 | -1/+1 |
* | Revert mad's backing store changes, it completely hosed Linux painting. | deanm@chromium.org | 2009-06-11 | 1 | -11/+2 |
* | Relanding reverted patch 18090. | mad@google.com | 2009-06-11 | 1 | -2/+11 |
* | Do not allow URL drops on app windows to cause a navigation away | tc@google.com | 2009-06-10 | 1 | -0/+16 |
* | Revert 18090 | jrg@chromium.org | 2009-06-10 | 1 | -11/+2 |
* | To help resolve the performance issue introduced when enabling the resize cor... | mad@google.com | 2009-06-10 | 1 | -2/+11 |
* | Don't call NPP_SetWindow before we have the plugin geometry. | jam@chromium.org | 2009-06-09 | 1 | -0/+4 |
* | Add support for printing selection only flag. This only adds the flag to the ... | sverrir@google.com | 2009-06-08 | 1 | -3/+9 |
* | Fix an issue where themes would sporadically fail to install. | mpcomplete@google.com | 2009-06-05 | 1 | -4/+0 |
* | Fixes an issue where the MSAA information was not reported back correctly to ... | klink@chromium.org | 2009-06-05 | 1 | -4/+0 |
* | Changed to use PushSource for the intermediate buffer | hclam@chromium.org | 2009-06-05 | 1 | -2/+11 |
* | Implement InspectorClient's Settings API. | pfeldman@chromium.org | 2009-06-03 | 1 | -0/+2 |
* | Remove code path that passes a file handle to the renderer | hclam@chromium.org | 2009-05-29 | 1 | -3/+1 |
* | Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi... | abarth@chromium.org | 2009-05-23 | 1 | -8/+8 |
* | Have the browser process rewrite manifest.json and theme/page action images | mpcomplete@google.com | 2009-05-22 | 1 | -0/+6 |
* | Adds propagation and handling of render-side focus events, for the benefit of... | klink@chromium.org | 2009-05-20 | 1 | -0/+4 |
* | Chrome-part of disabling web fonts by default while still alowing SVG fonts | jshin@chromium.org | 2009-05-16 | 1 | -1/+3 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Fix bug 9812: Remove current RSS code in favor of new more generalized | finnur@chromium.org | 2009-05-04 | 1 | -73/+0 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -1/+1 |
* | This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f... | jungshik@google.com | 2009-05-01 | 1 | -1/+3 |
* | Should handle the events when no printer is detected on local | maruel@chromium.org | 2009-04-28 | 1 | -0/+6 |
* | Implement HTML selects as native Cocoa controls for Chrome. | paul@chromium.org | 2009-04-24 | 1 | -0/+105 |
* | Chrome side of using WebPluginListBuilder. | darin@chromium.org | 2009-04-24 | 1 | -0/+1 |
* | Always enable copy-link-address in context menu. | brettw@chromium.org | 2009-04-22 | 1 | -0/+2 |
* | Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i... | abarth@chromium.org | 2009-04-08 | 1 | -8/+0 |