| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-land revision 8821 with the ui test fixed. | maruel@chromium.org | 2009-01-29 | 1 | -3/+1 |
* | Roll back r8821 | mark@chromium.org | 2009-01-28 | 1 | -1/+3 |
* | Disconnect the "browser controlled printing" and always delegate the control ... | maruel@chromium.org | 2009-01-28 | 1 | -3/+1 |
* | Context menus for text selections in editable boxes and links should include ... | pkasting@chromium.org | 2009-01-28 | 1 | -1/+1 |
* | Remove extraneous uses of the --enable-user-script | aa@chromium.org | 2009-01-28 | 1 | -3/+0 |
* | Rolback r8793: Remove extraneous uses of the --enable-user-script | mal@chromium.org | 2009-01-28 | 1 | -0/+3 |
* | Remove extraneous uses of the --enable-user-script | aa@chromium.org | 2009-01-28 | 1 | -3/+0 |
* | POSIX: gfx::NativeViewId and CrossProcessEvent | agl@chromium.org | 2009-01-27 | 1 | -8/+4 |
* | POSIX: Porting renderer/render_view.cc, low hanging fruit | agl@chromium.org | 2009-01-22 | 1 | -0/+4 |
* | POSIX: Porting renderer/render_process.cc, low hanging fruit | agl@chromium.org | 2009-01-22 | 1 | -1/+4 |
* | WaitableEvent is the replacement for Windows events. Previously in the code, ... | agl@chromium.org | 2009-01-15 | 1 | -5/+9 |
* | Updating so that Gears can spawn file selectors when running in the renderer ... | zork@google.com | 2009-01-13 | 1 | -2/+5 |
* | 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 | -2/+1 |
* | Move plugins to FilePaths, some cleanup | avi@google.com | 2009-01-06 | 1 | -1/+1 |
* | Refactor the render widget unittest so it can be reused to create a render view | brettw@chromium.org | 2009-01-05 | 1 | -5/+21 |
* | Bridge out media player from MediaPlayerPrivate. | hclam@chromium.org | 2008-12-18 | 1 | -0/+1 |
* | Add "Enable spell check for this field" menu option in sub context menu for c... | sidchat@google.com | 2008-12-15 | 1 | -0/+1 |
* | Fix window.open()/window.close() regression by disabling window.close() until... | erg@google.com | 2008-12-01 | 1 | -1/+14 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -2/+1 |
* | Prevent crash due to DIB allocation failure | joshia@google.com | 2008-11-12 | 1 | -1/+1 |
* | Review URL: http://codereview.chromium.org/10005 | petersont@google.com | 2008-11-11 | 1 | -2/+5 |
* | Change old code from "unloadListnerChanged" model to new WebKit EnableSuddenT... | erikkay@google.com | 2008-11-10 | 1 | -1/+2 |
* | Review URL: http://codereview.chromium.org/10237 | petersont@google.com | 2008-11-08 | 1 | -5/+2 |
* | Entries in a form get recorded when the user submits the form. Database and ... | petersont@google.com | 2008-11-08 | 1 | -2/+5 |
* | Landing this again as I cannot reproduce the perf regression locally. | jcampan@chromium.org | 2008-11-07 | 1 | -1/+16 |
* | Reverting the autofill popu CL as it creates perf regression. | jcampan@chromium.org | 2008-11-06 | 1 | -16/+1 |
* | This CL adds the autofill UI in forms. | jcampan@chromium.org | 2008-11-05 | 1 | -1/+16 |
* | Finish unforking the async history item changes. | mpcomplete@google.com | 2008-11-04 | 1 | -1/+4 |
* | Change some places where we were using javascript: URLs to use | aa@google.com | 2008-11-03 | 1 | -3/+3 |
* | Part 2 of the CL to unfork our changes to FrameLoader.cpp to support the | mpcomplete@google.com | 2008-10-31 | 1 | -0/+5 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -0/+1 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=205, which was ... | ananta@chromium.org | 2008-10-20 | 1 | -0/+11 |
* | Remove throttling code from the Browser process and implement throttling in t... | erg@google.com | 2008-10-17 | 1 | -6/+38 |
* | Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl... | aa@google.com | 2008-10-16 | 1 | -0/+3 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=146&, | ananta@chromium.org | 2008-10-16 | 1 | -0/+2 |
* | Rename various text zoom related stuff to be more generic, since we now can | brettw@google.com | 2008-10-14 | 1 | -5/+6 |
* | Adds MSAA/IAccessible exposure of web content. | klink@chromium.org | 2008-09-30 | 1 | -0/+8 |
* | This CL enables the Page info menu when right-clicking on a page/frame. | jcampan@chromium.org | 2008-09-23 | 1 | -1/+2 |
* | Revert the change that fixed the encoding when viewing source in subframes. | brettw@google.com | 2008-09-12 | 1 | -5/+4 |
* | Replace all instances of <hash_map> with a "base/hash_tabe.h", | erg@google.com | 2008-09-08 | 1 | -2/+0 |
* | Simplify OneShotTimer and RepeatingTimer. Fix up all consumers. | darin@google.com | 2008-08-28 | 1 | -1/+1 |
* | Fix build break caused by some functions not ifdef CHROME_PERSONALIZATION'd out. | ericcheng@google.com | 2008-08-26 | 1 | -0/+2 |
* | Some more glue code for the personalization module. | ericcheng@google.com | 2008-08-26 | 1 | -0/+4 |
* | 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/+6 |
* | As Brett pointed it out, We normally use 8-bit for encoding names since they'... | jnd@google.com | 2008-08-21 | 1 | -4/+4 |
* | The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG... | jnd@google.com | 2008-08-18 | 1 | -1/+2 |
* | Added support for PostMessage from the automation framework to | iyengar@google.com | 2008-08-15 | 1 | -0/+4 |
* | Code to facilitate sending message to external host. | joshia@google.com | 2008-08-15 | 1 | -2/+6 |