| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bunch of lint complaints in preparation to land issue 19046. Mostly for... | thestig@chromium.org | 2009-01-30 | 1 | -6/+6 |
* | Re-land revision 8821 with the ui test fixed. | maruel@chromium.org | 2009-01-29 | 1 | -7/+1 |
* | Roll back r8821 | mark@chromium.org | 2009-01-28 | 1 | -1/+7 |
* | Disconnect the "browser controlled printing" and always delegate the control ... | maruel@chromium.org | 2009-01-28 | 1 | -7/+1 |
* | POSIX: gfx::NativeViewId and CrossProcessEvent | agl@chromium.org | 2009-01-27 | 1 | -34/+16 |
* | Revert "Make render_view_host compile on Mac & Linux, add to the build." | agl@chromium.org | 2009-01-26 | 1 | -11/+15 |
* | Make render_view_host compile on Mac & Linux, add to the build. | brettw@google.com | 2009-01-26 | 1 | -15/+11 |
* | POSIX: Porting renderer/render_view.cc, low hanging fruit | agl@chromium.org | 2009-01-22 | 1 | -3/+14 |
* | Updating so that Gears can spawn file selectors when running in the renderer ... | zork@google.com | 2009-01-13 | 1 | -3/+6 |
* | This is a rename of the term 'Greasemonkey' to 'user script' in Chromium. | aa@chromium.org | 2009-01-09 | 1 | -2/+2 |
* | The popup for autofill is now never activated, even when clicked. | jcampan@chromium.org | 2009-01-09 | 1 | -1/+1 |
* | Change "dll" to "plugin" where appropriate. | avi@google.com | 2009-01-06 | 1 | -1/+1 |
* | Move plugins to FilePaths, some cleanup | avi@google.com | 2009-01-06 | 1 | -6/+6 |
* | Porting in renderer/ | phajdan.jr@chromium.org | 2008-12-18 | 1 | -0/+20 |
* | Add "Enable spell check for this field" menu option in sub context menu for c... | sidchat@google.com | 2008-12-15 | 1 | -0/+1 |
* | Rename ViewHandle to NativeView et al. | agl@chromium.org | 2008-12-11 | 1 | -1/+1 |
* | Remove the URL and title from the state getting functions and IPC messages. | brettw@google.com | 2008-12-02 | 1 | -3/+1 |
* | Fix window.open()/window.close() regression by disabling window.close() until... | erg@google.com | 2008-12-01 | 1 | -0/+6 |
* | Plumb WebCore's windowResizerRect() through glue and renderer. Enables Mac sc... | pinkerton@google.com | 2008-11-21 | 1 | -1/+7 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -5/+5 |
* | Landing this again as I cannot reproduce the perf regression locally. | jcampan@chromium.org | 2008-11-07 | 1 | -3/+20 |
* | Reverting the autofill popu CL as it creates perf regression. | jcampan@chromium.org | 2008-11-06 | 1 | -20/+3 |
* | Changes parameters used by IME code to fix several issues caused by Japanese ... | hbono@chromium.org | 2008-11-06 | 1 | -8/+6 |
* | Eliminate CursorChromium's dependency on webkit/glue. | darin@chromium.org | 2008-11-06 | 1 | -2/+3 |
* | Added functions to WebDatabase and WebDataService for recording frequent entr... | petersont@google.com | 2008-11-05 | 1 | -0/+4 |
* | This CL adds the autofill UI in forms. | jcampan@chromium.org | 2008-11-05 | 1 | -3/+20 |
* | Rewrote the clipboard API to be more concurrent. Added a helper class to make... | estade@chromium.org | 2008-11-05 | 1 | -14/+9 |
* | Takes steps to make our PlatformScreen implementation more portable. | darin@chromium.org | 2008-10-31 | 1 | -4/+5 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -1/+2 |
* | Remove throttling code from the Browser process and implement throttling in t... | erg@google.com | 2008-10-17 | 1 | -0/+6 |
* | Separate out most view creation from WebContents. This adds a new sub-delegat... | brettw@google.com | 2008-10-17 | 1 | -3/+3 |
* | Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl... | aa@google.com | 2008-10-16 | 1 | -0/+5 |
* | Rename various text zoom related stuff to be more generic, since we now can | brettw@google.com | 2008-10-14 | 1 | -3/+3 |
* | Adds MSAA/IAccessible exposure of web content. | klink@chromium.org | 2008-09-30 | 1 | -0/+14 |
* | Adding sync plugin messages, and plugin broadcasts to the renderer processes | zork@google.com | 2008-09-15 | 1 | -0/+13 |
* | Revert the change that fixed the encoding when viewing source in subframes. | brettw@google.com | 2008-09-12 | 1 | -2/+2 |
* | Made changes to the JavaScript debugger in preparing for an upcoming | sgjesse@google.com | 2008-08-29 | 1 | -1/+8 |
* | The GetWindowRect must return the rect of the container HWND; not the actual ... | erg@google.com | 2008-08-28 | 1 | -1/+5 |
* | Adding a UI test to catch the crash described in issue 1341577.This test is d... | finnur@google.com | 2008-08-27 | 1 | -2/+1 |
* | Fix build break caused by some functions not ifdef CHROME_PERSONALIZATION'd out. | ericcheng@google.com | 2008-08-26 | 1 | -1/+2 |
* | Some more glue code for the personalization module. | ericcheng@google.com | 2008-08-26 | 1 | -1/+5 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Code review changes. Incorporated all the suggestions from previous review. | joshia@google.com | 2008-08-21 | 1 | -4/+8 |
* | As Brett pointed it out, We normally use 8-bit for encoding names since they'... | jnd@google.com | 2008-08-21 | 1 | -2/+2 |
* | Added support for PostMessage from the automation framework to | iyengar@google.com | 2008-08-15 | 1 | -0/+5 |
* | Code to facilitate sending message to external host. | joshia@google.com | 2008-08-15 | 1 | -1/+8 |
* | Copy from http://chrome-reviews.prom.corp.google.com/1237 (new gcl changelist... | timsteele@google.com | 2008-08-15 | 1 | -0/+5 |
* | Step 1 at making Gears run in the renderer process (enabled by switch | mpcomplete@google.com | 2008-08-15 | 1 | -0/+10 |
* | Removing the code which enables using the renderer dib in the browser backing | iyengar@google.com | 2008-08-14 | 1 | -4/+2 |
* | This fixes http://b/issue?id=1257424, which is a need to implement a global b... | iyengar@google.com | 2008-08-06 | 1 | -1/+8 |