| Commit message (Expand) | Author | Age | Files | Lines |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() | evan@chromium.org | 2010-07-29 | 1 | -4/+2 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 2 | -5/+10 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 10 | -0/+10 |
* | Coverity issues 6506, 11549, 11097, 8454: Uninitialized members in various fi... | finnur@chromium.org | 2010-07-23 | 1 | -1/+4 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 1 | -8/+4 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | TTF: Re-enable PrintingLayoutTextTest.Complex by marking it FAILS_. | jhawkins@chromium.org | 2010-07-09 | 1 | -2/+2 |
* | Deprecate most of the remaining wstring file_util functions. | evan@chromium.org | 2010-07-08 | 1 | -4/+4 |
* | Implement limited paged media support for win. | hamaji@chromium.org | 2010-07-02 | 1 | -1/+2 |
* | Implement limited paged media support for mac. | hamaji@chromium.org | 2010-07-01 | 1 | -1/+3 |
* | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 1 | -2/+2 |
* | Don't allow more than one pending print dialog per browser instance. | estade@chromium.org | 2010-06-18 | 2 | -1/+30 |
* | Pref service strings should be std::string. | estade@chromium.org | 2010-06-18 | 1 | -2/+2 |
* | Fix crashy test. | scottbyer@chromium.org | 2010-06-16 | 3 | -33/+76 |
* | Revert 49592 - Fix crashy test. | scottbyer@chromium.org | 2010-06-11 | 3 | -48/+21 |
* | Revert 49593 - Tweaks to the test. | scottbyer@chromium.org | 2010-06-11 | 2 | -42/+22 |
* | Tweaks to the test. | scottbyer@chromium.org | 2010-06-11 | 2 | -22/+42 |
* | Fix crashy test. | scottbyer@chromium.org | 2010-06-11 | 3 | -21/+48 |
* | Re-enable test, add in test detail. | scottbyer@chromium.org | 2010-06-04 | 1 | -5/+21 |
* | Fix cloud print job title. | scottbyer@chromium.org | 2010-06-03 | 3 | -17/+28 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -4/+2 |
* | Fix cloud print dialog bug. | scottbyer@chromium.org | 2010-05-25 | 3 | -7/+82 |
* | Fix the build by updating FRIEND_TEST line. | phajdan.jr@chromium.org | 2010-05-19 | 1 | -0/+1 |
* | Disable PrintDialogCloudTest.HandlersRegistered because of crashiness. | phajdan.jr@chromium.org | 2010-05-19 | 1 | -1/+2 |
* | Turn on cloud print for Chromium OS. | scottbyer@chromium.org | 2010-05-18 | 4 | -17/+121 |
* | [Large; Chromium OS] Work to host the cloud print dialog when built | maruel@chromium.org | 2010-05-14 | 5 | -0/+1055 |
* | Moved cloud print code from the chrome/browser/printing/cloud_print to chrome... | sanjeevr@chromium.org | 2010-05-13 | 16 | -2691/+7 |
* | Set the job name for the print job on the Mac. | avi@chromium.org | 2010-05-12 | 4 | -12/+12 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 4 | -4/+4 |
* | Fix various uses of release() that did not check its value | estade@chromium.org | 2010-05-04 | 1 | -9/+6 |
* | Remove deprecated things from net test suite: | phajdan.jr@chromium.org | 2010-04-30 | 1 | -6/+6 |
* | First cut of Cloud Print Proxy implementation. The code is not enabled for no... | sanjeevr@google.com | 2010-04-20 | 16 | -0/+2775 |
* | [GTTF] Miscellanous UI tests cleanups: | phajdan.jr@chromium.org | 2010-03-30 | 1 | -19/+4 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 3 | -3/+3 |
* | Changes made to the printing logic to allow plugins to participate in the bro... | sanjeevr@chromium.org | 2010-03-12 | 4 | -3/+9 |
* | Compile more printing code on Linux and nuke some stubs. | craig.schlenter@chromium.org | 2010-02-22 | 1 | -58/+0 |
* | linux: readjust some stubbed files | evan@chromium.org | 2010-02-15 | 3 | -99/+4 |
* | Linux: fix shared build. | craig.schlenter@chromium.org | 2010-02-15 | 1 | -17/+0 |
* | Remove the temporary scaffolding stubs. | phajdan.jr@chromium.org | 2010-02-10 | 4 | -0/+174 |
* | Linux: Don't show all of the print dialog's children, including widgets norma... | thestig@chromium.org | 2009-12-08 | 1 | -1/+1 |
* | printing: replace the deprecated macro (DISALLOW_EVIL_CONSTRUCTORS). | maruel@chromium.org | 2009-12-08 | 2 | -2/+2 |
* | Add platform abstraction for simple error box, and use it in a couple extensi... | estade@chromium.org | 2009-11-23 | 1 | -1/+1 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 2 | -4/+3 |
* | Seventh patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 4 | -6/+14 |