| Commit message (Expand) | Author | Age | Files | Lines |
* | Move RenderViewHost management out of WebContents into a new | brettw@google.com | 2008-08-12 | 16 | -1226/+1645 |
* | Eliminate symbol visibility warnings produced when linking a unit test target... | mmentovai@google.com | 2008-08-12 | 1 | -18/+12 |
* | Additional cleanups for PRTimeTest. We already have a microseconds-per-milli... | mmentovai@google.com | 2008-08-12 | 1 | -18/+11 |
* | Cleanup a few files, reduce the number of includes. | maruel@google.com | 2008-08-12 | 16 | -485/+591 |
* | Fix ToUnsigned for 4-byte wchar_t platforms. | mmentovai@google.com | 2008-08-12 | 1 | -0/+4 |
* | Change the ProxyService to work with ASCII strings. | darin@google.com | 2008-08-12 | 12 | -121/+121 |
* | Fiddle with destruction order of the dragged tab controller to ensure that th... | beng@google.com | 2008-08-12 | 2 | -3/+3 |
* | The tab dragging test ended up on interactive_ui, not ui_tests. | sgk@google.com | 2008-08-12 | 2 | -1/+1 |
* | Reduce timeout to 500ms. | beng@google.com | 2008-08-12 | 1 | -3/+3 |
* | Fix crash due to race condition in ImportingProgressView. | finnur@google.com | 2008-08-12 | 1 | -1/+1 |
* | Fix command_line unit test now that argv is no longer const. (Doh!) Remove ... | mmentovai@google.com | 2008-08-12 | 2 | -12/+11 |
* | Link tab_dragging_test.cc with the proper test executable. | sgk@google.com | 2008-08-12 | 2 | -1/+1 |
* | Updating the SafeBrowsing database version to 3, to reset everyone's database | ifette@google.com | 2008-08-12 | 1 | -1/+1 |
* | Fix build breakage on Windows. | evanm@google.com | 2008-08-12 | 1 | -0/+2 |
* | Enabling sync_channel in the browser to allow accessibility code making block... | jcampan@google.com | 2008-08-12 | 17 | -42/+254 |
* | Get rid of the command-line hacks for posix platforms. | evanm@google.com | 2008-08-12 | 3 | -22/+26 |
* | Temporarily add 1s sleep to see if waiting before quitting the browser helps ... | beng@google.com | 2008-08-12 | 1 | -0/+3 |
* | SCons build updates: | sgk@google.com | 2008-08-12 | 4 | -8/+21 |
* | Instead of returning false we should default to en-us when we fail to get loc... | rahulk@google.com | 2008-08-12 | 1 | -2/+4 |
* | include and turn on more base unit tests. | pinkerton@google.com | 2008-08-12 | 1 | -0/+32 |
* | Don't terminate the process when a tab becomes unresponsive during | ojan@google.com | 2008-08-11 | 4 | -24/+14 |
* | bustage fix, include build_config for platform defines. | pinkerton@google.com | 2008-08-11 | 1 | -0/+2 |
* | Set the svn:eol-style to LF. | tc@google.com | 2008-08-11 | 1 | -76/+76 |
* | Expand an internal-only URL to its destination. | evanm@google.com | 2008-08-11 | 1 | -4/+5 |
* | Stub out defines on non-windows platforms. | pinkerton@google.com | 2008-08-11 | 1 | -0/+14 |
* | Fix unit tests for posix, fix up mac implementation to work correctly. Add pr... | pinkerton@google.com | 2008-08-11 | 2 | -10/+61 |
* | If a sync message can't be routed, respond immediately with an error. | ojan@google.com | 2008-08-11 | 1 | -2/+7 |
* | I came across this when looking at MessageLoop recently. | sky@google.com | 2008-08-11 | 1 | -6/+0 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@677 0039d316-1c4b-4281-b9... | dglazkov@google.com | 2008-08-11 | 2 | -3/+3 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@676 0039d316-1c4b-4281-b9... | glen@google.com | 2008-08-11 | 1 | -0/+0 |
* | Move Tab Drag Tests inside Project interactive_ui_tests | sidchat@google.com | 2008-08-11 | 3 | -11/+8 |
* | Remove all the C-style string munging, making this easier to port to Linux. | evanm@google.com | 2008-08-11 | 1 | -55/+42 |
* | If the user runs chrome with a language on the command line on | tc@google.com | 2008-08-11 | 1 | -4/+11 |
* | Fixes word_iterator to actually compile. Next time, never just paste code in ... | avi@google.com | 2008-08-11 | 2 | -6/+9 |
* | Per discussion with Brian/Mark/Ben, set the renderer timeout to 20 seconds bu... | jabdelmalek@google.com | 2008-08-11 | 1 | -1/+1 |
* | User the "v8.exe" binary from the V8 SCons-based release build instead of the... | sgk@google.com | 2008-08-11 | 1 | -24/+11 |
* | Remove an illegal const. | paulg@google.com | 2008-08-11 | 1 | -5/+0 |
* | Small fix to remove a pixel gap between the client edge of the toolbars and t... | beng@google.com | 2008-08-11 | 1 | -7/+11 |
* | Move Ranges to std::vector<Sample>, as <const Sample> is invalid if you want ... | deanm@google.com | 2008-08-11 | 1 | -1/+1 |
* | We should not initialize the crash callback for non-browser processes since | nsylvain@google.com | 2008-08-11 | 1 | -2/+3 |
* | Set the hung renderer and plugin timeout to 10 seconds. | jabdelmalek@google.com | 2008-08-11 | 2 | -3/+3 |
* | Make POSIX time routines work on Linux by providing a POSIX-conformant versio... | mmentovai@google.com | 2008-08-11 | 5 | -59/+76 |
* | Replace a todo with NOTIMPLEMENTED(). | ericroman@google.com | 2008-08-11 | 1 | -2/+3 |
* | Increase the height of the options dialog in zh-TW to match | tc@google.com | 2008-08-11 | 2 | -2/+2 |
* | Allow the ChromeViews' Menu to wrap the Windows system menu and insert items ... | beng@google.com | 2008-08-11 | 2 | -35/+136 |
* | Another Frame Grab-Bag | beng@google.com | 2008-08-11 | 20 | -201/+209 |
* | Add support for ChromeViews::Windows to disable inactive rendering. This is f... | beng@google.com | 2008-08-11 | 5 | -14/+67 |
* | Update chrome strings ('it' translation clean ups). | tc@google.com | 2008-08-11 | 2 | -22/+22 |
* | A simple view that wraps a RenderViewHost in an HWNDView, to facilitate | timsteele@google.com | 2008-08-11 | 3 | -0/+168 |
* | Cleanup setup.exe: | rahulk@google.com | 2008-08-11 | 7 | -96/+20 |