| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes saving of prefs/bookmarks to try move a second time if first | sky@google.com | 2008-08-27 | 1 | -2/+9 |
* | Initialize memory to avoid UMR in unit test. | erikkay@google.com | 2008-08-27 | 1 | -0/+2 |
* | Manually destroy the URLRequest before flushing pending tasks since the | darin@google.com | 2008-08-27 | 1 | -0/+4 |
* | Explicitly call RunAllPending in the Teardown phase a few more unit tests to | darin@google.com | 2008-08-27 | 1 | -0/+3 |
* | Adding a UI test to catch the crash described in issue 1341577.This test is d... | finnur@google.com | 2008-08-27 | 3 | -39/+38 |
* | Makes deleting history no longer delete starred urls. Thiseffectively reenabl... | sky@google.com | 2008-08-27 | 1 | -3/+9 |
* | fix unit tests | darin@google.com | 2008-08-26 | 1 | -13/+66 |
* | Chrome changes corresponding to my message_loop_type CL. | darin@google.com | 2008-08-26 | 11 | -53/+67 |
* | 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 | 175 | -4908/+700 |
* | Adds capabilities for IPC messages of type long, for the primary purpose of a... | klink@google.com | 2008-08-22 | 1 | -0/+14 |
* | Had the logic for detecting ifdef DEBUG wrong. | mbelshe@google.com | 2008-08-21 | 1 | -1/+1 |
* | Code review changes. Incorporated all the suggestions from previous review. | joshia@google.com | 2008-08-21 | 1 | -4/+8 |
* | Unrollback r1158. | rahulk@google.com | 2008-08-21 | 1 | -5/+0 |
* | Revert 1158 as it is breaking ui_tests | rahulk@google.com | 2008-08-21 | 1 | -0/+5 |
* | Do not display "Google" in titlebar of Chromium builds. | rahulk@google.com | 2008-08-21 | 1 | -5/+0 |
* | Moves bookmarks out of history into its own file (JSON). | sky@google.com | 2008-08-21 | 3 | -15/+6 |
* | As Brett pointed it out, We normally use 8-bit for encoding names since they'... | jnd@google.com | 2008-08-21 | 2 | -3/+3 |
* | TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ... | evanm@google.com | 2008-08-20 | 4 | -17/+19 |
* | Revert. Failing unit tests. | evanm@google.com | 2008-08-20 | 4 | -19/+17 |
* | TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ... | evanm@google.com | 2008-08-20 | 4 | -17/+19 |
* | Fix a leak in newly added sync channel unit tests. | jabdelmalek@google.com | 2008-08-20 | 1 | -0/+1 |
* | Chrome changes to allow non-ASCII characters in shortcut filenames. | mpcomplete@google.com | 2008-08-20 | 2 | -3/+16 |
* | Move time formatters that only use ICU into base/time.* | tc@google.com | 2008-08-19 | 3 | -114/+9 |
* | Cleans up notifications for the NavigationController. There were several | brettw@google.com | 2008-08-19 | 3 | -20/+26 |
* | Use LF for newlines in all DEPS files | mmentovai@google.com | 2008-08-18 | 1 | -8/+8 |
* | The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG... | jnd@google.com | 2008-08-18 | 1 | -1/+6 |
* | Cleanup some comment typos. | ericroman@google.com | 2008-08-18 | 1 | -1/+1 |
* | Added support for PostMessage from the automation framework to | iyengar@google.com | 2008-08-15 | 1 | -0/+5 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@963 0039d316-1c4b-4281-b9... | brettw@google.com | 2008-08-15 | 3 | -26/+20 |
* | Code to facilitate sending message to external host. | joshia@google.com | 2008-08-15 | 1 | -1/+8 |
* | Cleans up notifications for the NavigationController. There were several | brettw@google.com | 2008-08-15 | 3 | -20/+26 |
* | Copy from http://chrome-reviews.prom.corp.google.com/1237 (new gcl changelist... | timsteele@google.com | 2008-08-15 | 4 | -1/+12 |
* | Step 1 at making Gears run in the renderer process (enabled by switch | mpcomplete@google.com | 2008-08-15 | 4 | -0/+16 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 12 | -122/+239 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 4 | -6/+2 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9... | awalker@google.com | 2008-08-14 | 2 | -4/+4 |
* | reland safe portions of r625 | darin@google.com | 2008-08-14 | 3 | -30/+25 |
* | Removing the code which enables using the renderer dib in the browser backing | iyengar@google.com | 2008-08-14 | 1 | -4/+2 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 1 | -1/+1 |
* | Part 2 of the chrome_program change. Split into two changes | tc@google.com | 2008-08-13 | 1 | -1/+1 |
* | Set the svn:eol-style to LF on all SConscript files | tc@google.com | 2008-08-13 | 1 | -190/+190 |
* | First, this removes the dependency of NavigationController on the | brettw@google.com | 2008-08-13 | 1 | -179/+205 |
* | IPCSyncChannel cleanup: | jabdelmalek@google.com | 2008-08-13 | 2 | -38/+26 |
* | Add a couple of metrics to help us quantify two cases that can prevent us to ... | cpu@google.com | 2008-08-13 | 4 | -5/+29 |
* | Manually refcount ReceivedSyncMsgQueue so that we force it to be destructed on | jabdelmalek@google.com | 2008-08-12 | 2 | -10/+16 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@760 0039d316-1c4b-4281-b9... | darin@google.com | 2008-08-12 | 1 | -0/+2 |
* | Revert my change | jabdelmalek@google.com | 2008-08-12 | 2 | -16/+10 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@739 0039d316-1c4b-4281-b9... | darin@google.com | 2008-08-12 | 1 | -2/+0 |