| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate BlacklistManager with Profile. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -3/+0 |
* | ChromeFrame's host network stack implementation for IE full tab mode implicit... | ananta@chromium.org | 2009-11-24 | 1 | -14/+6 |
* | Assorted cleanup. | estade@chromium.org | 2009-11-23 | 1 | -4/+5 |
* | Allow extension port connection requests to provide tab information. | mad@chromium.org | 2009-11-19 | 2 | -4/+13 |
* | Cleanup some callers now that the restriction that ChromeURLRequestContextGet... | eroman@chromium.org | 2009-11-19 | 2 | -12/+1 |
* | The AutomationMsg_SetCookie IPC should be channeled to the automation cookie ... | ananta@chromium.org | 2009-11-17 | 1 | -1/+6 |
* | amit, please review everything, jam please review the changes to the tab_cont... | ananta@chromium.org | 2009-11-17 | 3 | -259/+46 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 8 | -20/+20 |
* | Small clean-up to not expose base::Process from RenderProcesHost, and instead... | jam@chromium.org | 2009-11-13 | 1 | -1/+2 |
* | Revert 31873 - Revert 31862 Ensure AutomationMsg_SetCookieAsync is sent on I... | levin@chromium.org | 2009-11-13 | 1 | -1/+11 |
* | Revert 31862 - Ensure AutomationMsg_SetCookieAsync is sent on IO thread. | levin@chromium.org | 2009-11-13 | 1 | -11/+1 |
* | Ensure AutomationMsg_SetCookieAsync is sent on IO thread. | stoyan@chromium.org | 2009-11-13 | 1 | -1/+11 |
* | ChromeFrame HTTP requests would randomly fail if we navigated to multiple HTT... | ananta@chromium.org | 2009-11-11 | 4 | -4/+66 |
* | Rename unused "SSL" related automation methods to be generic, since that's wh... | johnnyg@chromium.org | 2009-11-11 | 2 | -16/+16 |
* | A large number of style nits in preparation for turning on automated cpplint.py. | erg@google.com | 2009-11-11 | 2 | -3/+3 |
* | Adding support for DatabaseTracker messages to | dumi@chromium.org | 2009-11-09 | 1 | -0/+3 |
* | Revert 31419 - Commit Issue 255057: Unit Test for Toggling of Encoding AutoDe... | willchan@chromium.org | 2009-11-09 | 2 | -34/+5 |
* | Make AutomatedUITestBase.CloseBrowserWindow more solid. | phajdan.jr@chromium.org | 2009-11-09 | 1 | -1/+1 |
* | Commit Issue 255057: Unit Test for Toggling of Encoding Auto-Detect | rolandsteiner@chromium.org | 2009-11-09 | 2 | -5/+34 |
* | Kiosk Mode implementation. | mhm@chromium.org | 2009-11-09 | 2 | -0/+25 |
* | Modifying extension automation so that it is done through a particular | joi@chromium.org | 2009-11-08 | 5 | -51/+130 |
* | Amit, please review everything. | ananta@chromium.org | 2009-11-07 | 1 | -1/+9 |
* | Basic wiring to enable downloads for CF's host browser network stack. A nota... | tommi@chromium.org | 2009-11-07 | 4 | -32/+22 |
* | Revert "Revert r31175 r31176 r31187" | hclam@chromium.org | 2009-11-06 | 3 | -4/+12 |
* | The URLRequestAutomationJob object which needs to route HTTP requests to the ... | ananta@chromium.org | 2009-11-06 | 4 | -54/+63 |
* | Rever r31175 r31176 r31187 | hclam@chromium.org | 2009-11-06 | 3 | -12/+4 |
* | Move the spellchecker to the renderer. | estade@chromium.org | 2009-11-06 | 1 | -0/+8 |
* | Add a stub implementation of PersonalDataManager, the connection between the ... | jhawkins@chromium.org | 2009-11-06 | 1 | -0/+3 |
* | Sixth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -0/+2 |
* | Fifth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 2 | -4/+10 |
* | Fourth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 2 | -2/+3 |
* | Fifth patch in getting rid of caching MessageLoop pointers. | jam@chromium.org | 2009-11-03 | 1 | -2/+1 |
* | Re-landing of r30726, which was reverted as a possible cause of chromeos buil... | estade@chromium.org | 2009-11-02 | 2 | -0/+11 |
* | Sixth patch in getting rid of caching MessageLoop pointers. | jam@chromium.org | 2009-11-02 | 2 | -16/+14 |
* | Revert "Handle GTK enter and leave notification events and pass them to WebKi... | rafaelw@chromium.org | 2009-11-02 | 2 | -11/+0 |
* | Handle GTK enter and leave notification events and pass them to WebKit as | estade@chromium.org | 2009-11-02 | 2 | -0/+11 |
* | Get rid of MessageLoop* caching in extensions code. | jam@chromium.org | 2009-10-30 | 1 | -3/+0 |
* | Factor search vs. navigate classification into its own file to make it more b... | pkasting@chromium.org | 2009-10-29 | 1 | -0/+3 |
* | Lazily create the find bar. | ben@chromium.org | 2009-10-29 | 1 | -2/+2 |
* | Gets AutomationProxyVisibleTest.WindowGetViewBounds to pass on | sky@chromium.org | 2009-10-28 | 3 | -24/+38 |
* | First of several patches to get rid of MessageLoop caching now that we have C... | jam@chromium.org | 2009-10-28 | 2 | -3/+5 |
* | Remove the browser_sync flag. | zork@chromium.org | 2009-10-27 | 1 | -4/+0 |
* | Take 2 at this. The only change between this and the first is to add the GetT... | sky@chromium.org | 2009-10-27 | 2 | -1/+24 |
* | Revert 30194 - Makes session restore on Chrome OS restore popups. | sky@chromium.org | 2009-10-27 | 2 | -18/+3 |
* | Makes session restore on Chrome OS restore popups. | sky@chromium.org | 2009-10-27 | 2 | -3/+18 |
* | Reverting 30062. | glen@chromium.org | 2009-10-26 | 1 | -2/+2 |
* | Lazily create the find bar. | ben@chromium.org | 2009-10-26 | 1 | -2/+2 |
* | Add functions to purge the Web Database memory and get the service without cr... | pkasting@chromium.org | 2009-10-23 | 1 | -0/+3 |
* | Move the json-related files into a separate json directory. This hopefully also | brettw@chromium.org | 2009-10-23 | 3 | -13/+13 |
* | Enhance extension UI testing by enabling you to select which extension | joi@chromium.org | 2009-10-23 | 4 | -11/+22 |