| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "Enable spell check for this field" menu option in sub context menu for c... | sidchat@google.com | 2008-12-15 | 1 | -0/+4 |
* | The onbeforeunload event could be sent more than once to a page. | jcampan@chromium.org | 2008-12-03 | 1 | -5/+11 |
* | Remove the URL and title from the state getting functions and IPC messages. | brettw@google.com | 2008-12-02 | 1 | -7/+1 |
* | Fix window.open()/window.close() regression by disabling window.close() until... | erg@google.com | 2008-12-01 | 1 | -0/+4 |
* | Remove some Windows-specific stuff from RenderProcessHost by having callers g... | brettw@google.com | 2008-11-11 | 1 | -1/+1 |
* | Review URL: http://codereview.chromium.org/10005 | petersont@google.com | 2008-11-11 | 1 | -30/+8 |
* | Review URL: http://codereview.chromium.org/10237 | petersont@google.com | 2008-11-08 | 1 | -8/+30 |
* | Entries in a form get recorded when the user submits the form. Database and ... | petersont@google.com | 2008-11-08 | 1 | -30/+8 |
* | Landing this again as I cannot reproduce the perf regression locally. | jcampan@chromium.org | 2008-11-07 | 1 | -2/+42 |
* | Continue with crosssite navigations if alerts are suppressed | ojan@google.com | 2008-11-07 | 1 | -3/+11 |
* | Reverting the autofill popu CL as it creates perf regression. | jcampan@chromium.org | 2008-11-06 | 1 | -42/+2 |
* | Bandaid patch so that we continue with crosssite navigations instead of clos... | ojan@google.com | 2008-11-06 | 1 | -18/+15 |
* | Added functions to WebDatabase and WebDataService for recording frequent entr... | petersont@google.com | 2008-11-05 | 1 | -0/+7 |
* | This CL adds the autofill UI in forms. | jcampan@chromium.org | 2008-11-05 | 1 | -2/+42 |
* | This fixes the VerifyHistoryLength ui test flakiness. The test initiates page... | ananta@chromium.org | 2008-10-31 | 1 | -2/+0 |
* | Roll deps to pull in new third_party/WebKit | ojan@google.com | 2008-10-30 | 1 | -1/+3 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -1/+3 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+2 |
* | Remove WebKeyboardEvent::key_data because we don't actually use it | tc@google.com | 2008-10-21 | 1 | -1/+1 |
* | Factor find in page out of WebContents and into the view, since it is almost | brettw@google.com | 2008-10-21 | 1 | -5/+4 |
* | Move more platform-specific stuff from WebContents to the view. | brettw@google.com | 2008-10-18 | 1 | -8/+25 |
* | Remove throttling code from the Browser process and implement throttling in t... | erg@google.com | 2008-10-17 | 1 | -1/+4 |
* | Adds the anti-carpet bombing dialog. More specifically a new | sky@google.com | 2008-10-17 | 1 | -0/+8 |
* | Separate out most view creation from WebContents. This adds a new sub-delegat... | brettw@google.com | 2008-10-17 | 1 | -6/+15 |
* | Rename various text zoom related stuff to be more generic, since we now can | brettw@google.com | 2008-10-14 | 1 | -2/+2 |
* | Adds MSAA/IAccessible exposure of web content. | klink@chromium.org | 2008-09-30 | 1 | -3/+3 |
* | Move a bunch of stuff out of WebContents. I removed a bunch of render view ho... | brettw@google.com | 2008-09-25 | 1 | -23/+11 |
* | Stop spamming delayed tasks on each input event. | darin@chromium.org | 2008-09-25 | 1 | -4/+4 |
* | Add support for "Add to dictionary" in the context menu. | sidchat@google.com | 2008-09-17 | 1 | -0/+4 |
* | 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 | -6/+6 |
* | Cleanup navigation_entry.h. I made the accessors consistent and in Google sty... | brettw@google.com | 2008-08-27 | 1 | -4/+4 |
* | Fix build break caused by some functions not ifdef CHROME_PERSONALIZATION'd out. | ericcheng@google.com | 2008-08-26 | 1 | -2/+4 |
* | Some more glue code for the personalization module. | ericcheng@google.com | 2008-08-26 | 1 | -1/+8 |
* | 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 | -8/+13 |
* | 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/+4 |
* | Code to facilitate sending message to external host. | joshia@google.com | 2008-08-15 | 1 | -0/+8 |
* | Copy from http://chrome-reviews.prom.corp.google.com/1237 (new gcl changelist... | timsteele@google.com | 2008-08-15 | 1 | -0/+19 |
* | Make theme change notifications for the renderer originate from the RenderWid... | beng@google.com | 2008-08-15 | 1 | -4/+0 |
* | Make the FindInPageController implement its own delegate interface for | brettw@google.com | 2008-08-14 | 1 | -7/+14 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 1 | -1/+1 |
* | Remove an invalid DCHECK. If we are closing the browser and | ojan@google.com | 2008-08-12 | 1 | -1/+0 |
* | Don't terminate the process when a tab becomes unresponsive during | ojan@google.com | 2008-08-11 | 1 | -5/+5 |
* | This fixes http://b/issue?id=1257424, which is a need to implement a global b... | iyengar@google.com | 2008-08-06 | 1 | -1/+1 |
* | A bunch of cleanups to beforeunload/unload handling. | ojan@google.com | 2008-08-02 | 1 | -37/+12 |
* | Move more net classes into the net namespace. Also remove the net_util names... | darin@google.com | 2008-07-31 | 1 | -1/+1 |
* | Adds exitcodes for the TerminateProcess calls on hung renderers. There are st... | ojan@google.com | 2008-07-31 | 1 | -1/+2 |
* | Fix hang detection when closing a tab to not fire when a modal dialog is open. | ojan@google.com | 2008-07-29 | 1 | -0/+9 |