| Commit message (Expand) | Author | Age | Files | Lines |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 31 | -31/+0 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 2 | -2/+4 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs | brettw@chromium.org | 2009-03-04 | 1 | -1/+1 |
* | Delete the ViewSourceTabContents. | brettw@chromium.org | 2009-02-25 | 2 | -2/+2 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -2/+1 |
* | Move units to new module printing. Add printing_unittests on Windows too. Mak... | maruel@chromium.org | 2009-02-20 | 5 | -133/+14 |
* | Disable the printing UI tests again :( | maruel@chromium.org | 2009-02-14 | 1 | -2/+4 |
* | Reenable tests disabled in r9262. | maruel@chromium.org | 2009-02-12 | 1 | -2/+2 |
* | Temporarily disable the printing test while I find out what I did wrong. | maruel@chromium.org | 2009-02-05 | 1 | -2/+2 |
* | Remove black magic and >100 lines. Unhook a lot of dead code. | maruel@chromium.org | 2009-02-05 | 9 | -321/+73 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 1 | -0/+1 |
* | Commiting the changes from my previous cl that are specific to not including ... | jam@chromium.org | 2009-02-04 | 2 | -25/+2 |
* | Revert my change to get the tree green. Not sure why the tests became flaky.... | jam@chromium.org | 2009-02-04 | 2 | -2/+25 |
* | Make it easier/less work/less error-prone to create new IPC channel types (i.... | jam@chromium.org | 2009-02-04 | 2 | -25/+2 |
* | Fix a bunch of header includes. I removed some unnecessary headers from a | brettw@chromium.org | 2009-02-01 | 1 | -0/+2 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 9 | -55/+60 |
* | Random bits of de-Winification for WebContents. | brettw@chromium.org | 2009-01-30 | 1 | -1/+3 |
* | Provide the option for HTTPServer to be created with a specific | sky@google.com | 2009-01-29 | 1 | -4/+7 |
* | Disable the test while investigating. | maruel@chromium.org | 2009-01-29 | 1 | -1/+2 |
* | Re-land revision 8821 with the ui test fixed. | maruel@chromium.org | 2009-01-29 | 2 | -126/+102 |
* | Roll back r8821 | mark@chromium.org | 2009-01-28 | 1 | -4/+12 |
* | Disconnect the "browser controlled printing" and always delegate the control ... | maruel@chromium.org | 2009-01-28 | 1 | -12/+4 |
* | Move files out of browser and into either renderer_host or tab_contents. | brettw@chromium.org | 2009-01-22 | 1 | -1/+1 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -5/+2 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -2/+2 |
* | Add FTP unit test in preparation for portable FTP implementation. | erikkay@google.com | 2009-01-08 | 1 | -11/+22 |
* | Revert 7508.7509 and 7510 | nsylvain@chromium.org | 2008-12-30 | 1 | -22/+11 |
* | Add FTP unit test in preparation for portable FTP implementation. | erikkay@google.com | 2008-12-30 | 1 | -11/+22 |
* | Move the "platform" wrappers in skia/ext to the skia namespace. | brettw@google.com | 2008-12-17 | 3 | -3/+3 |
* | Adds a helper class used to mark/define critical section in a class and then ... | maruel@chromium.org | 2008-12-17 | 2 | -0/+4 |
* | Move file enumeration to filepaths. | avi@google.com | 2008-12-11 | 1 | -3/+4 |
* | Reapply 5971 which was reverted in 5974. The unit test wasn't unregistering t... | maruel@chromium.org | 2008-12-01 | 3 | -2/+139 |
* | Reverting 5971. | maruel@chromium.org | 2008-11-25 | 3 | -136/+2 |
* | Add superficial unit test for PrintJob. That's a start. | maruel@chromium.org | 2008-11-25 | 3 | -2/+136 |
* | Remove base versions of the graphics headers, which previously just forwarded... | brettw@google.com | 2008-11-22 | 3 | -3/+3 |
* | Revert 5607 because it caused a base_unittest failure. | maruel@chromium.org | 2008-11-18 | 3 | -136/+2 |
* | Add superficial unit test for PrintJob. That's a start. | maruel@chromium.org | 2008-11-18 | 3 | -2/+136 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 2 | -3/+3 |
* | Add a function for eliding filenames to a set pixel width while preserving th... | glen@chromium.org | 2008-11-06 | 2 | -2/+2 |
* | Use ElideUrl for urls. It is much nicer. | maruel@chromium.org | 2008-11-04 | 1 | -2/+7 |
* | Remove an hack to enable the parent window. It seems to cause crashes in the ... | maruel@chromium.org | 2008-10-31 | 1 | -2/+0 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 5 | -0/+11 |
* | Change #ifdef _DEBUG test to #ifndef NDEBUG test. | maruel@google.com | 2008-10-15 | 3 | -6/+6 |
* | Patch by Thatcher Ulrich <tulrich@google.com>. | ojan@google.com | 2008-10-09 | 1 | -1/+1 |
* | Cross-platform wrappers for fopen, _wfopen_s, etc. | mark@chromium.org | 2008-10-01 | 1 | -5/+4 |
* | Build a bunch more of chrome/ on Linux. | deanm@google.com | 2008-09-19 | 3 | -7/+6 |
* | Include chrome/browser/SConscript in Linux build. | tc@google.com | 2008-09-17 | 2 | -2/+6 |
* | Two minor fixes. Fix the hard coded desired dpi and remove an unneeded include. | maruel@google.com | 2008-09-11 | 2 | -2/+3 |
* | Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v... | darin@google.com | 2008-09-03 | 3 | -45/+33 |