| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out r736 due to breakage | mmentovai@google.com | 2008-08-12 | 7 | -178/+114 |
* | Update project file for mac clipboard impl | avi@google.com | 2008-08-12 | 1 | -4/+4 |
* | Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and... | mmentovai@google.com | 2008-08-12 | 7 | -114/+178 |
* | Add a few histograms to the disk cache. | rvargas@google.com | 2008-08-12 | 4 | -0/+40 |
* | Make timer.cc portable by factoring its Windows bits into MessageLoop. | darin@google.com | 2008-08-12 | 7 | -197/+160 |
* | Manually refcount ReceivedSyncMsgQueue so that we force it to be destructed o... | jabdelmalek@google.com | 2008-08-12 | 2 | -10/+16 |
* | Add a bit of plumbing to make it so Browser doesn't need to know about Render... | ojan@google.com | 2008-08-12 | 3 | -5/+21 |
* | Add browser\render_view_host_manager.cc to SCons build. | sgk@google.com | 2008-08-12 | 1 | -0/+1 |
* | Added .dic, .aff and .bdic files | sidchat@google.com | 2008-08-12 | 88 | -0/+4379930 |
* | Use the new Thread::StopSoon() facility. Add a new tight loop to control the ... | maruel@google.com | 2008-08-12 | 4 | -32/+66 |
* | - Add Thread::StopSoon() and remove Thread::NonBlockingStop(). StopSoon() can... | maruel@google.com | 2008-08-12 | 3 | -138/+113 |
* | Get rid of separate SConscript.main.linux: | sgk@google.com | 2008-08-12 | 4 | -66/+94 |
* | Basic string conversions for Linux -- enough to get unit tests going. | evanm@google.com | 2008-08-12 | 1 | -0/+57 |
* | Fix a few places that wind up using Lock recursively. | erikkay@google.com | 2008-08-12 | 4 | -82/+94 |
* | Revert this CL. Breaks compile. | ojan@google.com | 2008-08-12 | 3 | -21/+5 |
* | Update strings. No webkit string changes. | tc@google.com | 2008-08-12 | 4 | -20/+20 |
* | I accidentally committed file_version_info. Since comments were relatively m... | erikkay@google.com | 2008-08-12 | 7 | -39/+51 |
* | Add some printing related unit tests. | maruel@google.com | 2008-08-12 | 6 | -0/+313 |
* | Add a bit of plumbing just so Browser doesn't need to know about RenderViewHost. | ojan@google.com | 2008-08-12 | 3 | -5/+21 |
* | Remove an invalid DCHECK. If we are closing the browser and | ojan@google.com | 2008-08-12 | 1 | -1/+0 |
* | Fix the build; make the function here non-const too. | avi@google.com | 2008-08-12 | 2 | -2/+2 |
* | Basic implementation of the clipboard on the Mac. | avi@google.com | 2008-08-12 | 4 | -27/+243 |
* | 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 |