| Commit message (Expand) | Author | Age | Files | Lines |
* | Currently we have two types of devtools UI: Chrome built in developer tools w... | yurys@google.com | 2009-03-23 | 1 | -2/+1 |
* | Initial unit tests implementation. | yurys@google.com | 2009-03-17 | 1 | -1/+2 |
* | Move focus related files into a new chrome/views/focus subdir | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Move widget related files into views/widget | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | DevToolsManager is a service in the browser process that manages all open dev... | yurys@google.com | 2009-03-16 | 1 | -0/+8 |
* | Moving the storing/restoring of the focus from TabContents to WebContentsView... | jcampan@chromium.org | 2009-03-12 | 1 | -7/+0 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Refactor render view context menu in preparation for porting. | estade@chromium.org | 2009-03-07 | 1 | -1/+1 |
* | Add FilePath setter/getter to pref service. Change callers to use it rather t... | estade@chromium.org | 2009-03-04 | 1 | -1/+1 |
* | Remove memory model experiment | jar@chromium.org | 2009-02-25 | 1 | -11/+0 |
* | Fix a crash when dns prefetching was being shut down without being started. | phajdan.jr@chromium.org | 2009-02-23 | 1 | -1/+1 |
* | Bring download_file, download_manager into POSIX build. | estade@chromium.org | 2009-02-22 | 1 | -1/+1 |
* | Make plugin_service.cc compile on Posix. | jhawkins@chromium.org | 2009-02-20 | 1 | -1/+1 |
* | Clean up dns prefetch code, and also port it. | phajdan.jr@chromium.org | 2009-02-19 | 1 | -0/+6 |
* | Bring up save_package, save_item, save_file_manager on posix. | estade@chromium.org | 2009-02-19 | 1 | -1/+1 |
* | Relocate a NOTIMPLEMENTED() to its proper place. | evan@chromium.org | 2009-02-13 | 1 | -6/+1 |
* | Port most of MetricsService to Mac and linux. | paul@chromium.org | 2009-02-13 | 1 | -1/+1 |
* | Porting unit tests in chrome/ | phajdan.jr@chromium.org | 2009-02-10 | 1 | -1/+1 |
* | Linux: get us to the point where we crash at browser->window()->Show() | agl@chromium.org | 2009-02-05 | 1 | -0/+6 |
* | Port the ResourceDispatcherHost to Mac and linux. | paul@chromium.org | 2009-02-05 | 1 | -3/+6 |
* | Will the real BrowserProcessImpl please stand up? | beng@google.com | 2009-02-01 | 1 | -12/+34 |
* | Fixes leak of shutdown event in BrowserProcess. | sky@google.com | 2009-01-23 | 1 | -2/+2 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -1/+1 |
* | Move functions required by the rest of the browser from RenderProcessHost to ... | brettw@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Move metrics files into a subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | WaitableEvent is the replacement for Windows events. Previously in the code, ... | agl@chromium.org | 2009-01-15 | 1 | -1/+2 |
* | New attempt at landing the resource_dispatcher_host.cc splitting (broke the b... | jcampan@chromium.org | 2008-12-23 | 1 | -1/+1 |
* | Reverting my CL to fix build bustage. | jcampan@chromium.org | 2008-12-20 | 1 | -1/+1 |
* | This CL moves the different resource handlers from resource_dispatcher_host.c... | jcampan@chromium.org | 2008-12-20 | 1 | -1/+1 |
* | A new shot at the old system monitor changelist. | mbelshe@google.com | 2008-12-13 | 1 | -3/+0 |
* | Rollback | mbelshe@google.com | 2008-12-01 | 1 | -0/+3 |
* | A new copy of the old system monitor changelist. | mbelshe@google.com | 2008-11-30 | 1 | -3/+0 |
* | Review URL: http://codereview.chromium.org/10958 | mbelshe@google.com | 2008-11-14 | 1 | -0/+3 |
* | Change to integrate SystemMonitor changes into chrome. | mbelshe@google.com | 2008-11-14 | 1 | -3/+0 |
* | Restore field trial for memory model | jar@google.com | 2008-10-20 | 1 | -2/+0 |
* | Disable FieldTrial code to repair UI reliability test regression | jar@google.com | 2008-10-20 | 1 | -0/+2 |
* | Construct a field trial to see if HIGH or MEDIUM memory model "works better" | jar@google.com | 2008-10-19 | 1 | -1/+12 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -3/+3 |
* | Fix for issue 2362: On-demand update hang with "Checking for update..." | finnur@google.com | 2008-09-17 | 1 | -1/+3 |
* | Fix an include path. | paulg@google.com | 2008-09-14 | 1 | -1/+1 |
* | Move the download code to new directories: | paulg@google.com | 2008-09-13 | 1 | -1/+1 |
* | Chrome changes corresponding to my message_loop_type CL. | darin@google.com | 2008-08-26 | 1 | -4/+9 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 1 | -9/+5 |
* | Enabling sync_channel in the browser to allow accessibility code making block... | jcampan@google.com | 2008-08-12 | 1 | -0/+5 |
* | Tweaks to make the opaque frame look better including adding support for app ... | beng@google.com | 2008-08-08 | 1 | -1/+3 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+368 |