| Commit message (Expand) | Author | Age | Files | Lines |
* | Uses the FilePath::CopyFile version that recieves FilePath instead of std::ws... | thestig@chromium.org | 2009-08-21 | 1 | -11/+12 |
* | Reland r23357 since it doesn't seem to be the cause of unit test | tony@chromium.org | 2009-08-13 | 1 | -1/+1 |
* | Revert "Renames the NavigationEntry::display_url() to virtual_url()." | tony@chromium.org | 2009-08-13 | 1 | -1/+1 |
* | Renames the NavigationEntry::display_url() to virtual_url(). | tony@chromium.org | 2009-08-13 | 1 | -1/+1 |
* | Extract Image class so it can be used in more tests. | sverrir@chromium.org | 2009-07-13 | 1 | -175/+3 |
* | Move some more interfaces on RenderViewHostDelegate to separate classes. The | brettw@chromium.org | 2009-07-09 | 2 | -24/+22 |
* | I've seen recently a race condition while debugging printing. The pages are ... | sverrir@google.com | 2009-07-09 | 1 | -1/+5 |
* | Move printing related stuff to the root printing project from the browser pro... | sverrir@google.com | 2009-07-07 | 32 | -2749/+13 |
* | Move Emf class to the printing library. Also creates a platform agnostic Nat... | sverrir@google.com | 2009-07-06 | 8 | -42/+38 |
* | Remove unused notification in print code to simplify before refactoring. | sverrir@google.com | 2009-07-03 | 6 | -109/+69 |
* | Scale the margins according to the DPI of the printer. The margins were fixe... | sverrir@google.com | 2009-06-23 | 1 | -7/+9 |
* | Re-enable the print unit tests. | levin@chromium.org | 2009-06-21 | 2 | -2/+2 |
* | Add Print Selection support to Chrome. This change is fairly involved since ... | sverrir@google.com | 2009-06-19 | 10 | -99/+50 |
* | Refactor the PlatformContext layer to have only one class. | brettw@chromium.org | 2009-06-14 | 3 | -3/+3 |
* | Fix a minor bug in the print dialog on windows. The minimum page number was ... | sverrir@google.com | 2009-06-09 | 1 | -0/+1 |
* | Add support for printing selection only flag. This only adds the flag to the ... | sverrir@google.com | 2009-06-08 | 8 | -36/+67 |
* | Reduce header dependencies in base/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -0/+1 |
* | Make automation proxy objects to ref_counted. That allows to process async no... | stoyan@chromium.org | 2009-05-28 | 1 | -3/+3 |
* | Use a NotificationRegistrar to listen for notifications. | pkasting@chromium.org | 2009-05-21 | 7 | -57/+31 |
* | Need to disable two print test temporarily to green the tree. | levin@chromium.org | 2009-05-21 | 2 | -2/+2 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -1/+1 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 3 | -6/+5 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 2 | -2/+2 |
* | move chrome_font to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Move scoped_vector.h and stl_util-inl.h to base/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 4 | -10/+10 |
* | Yet more deprecation of the wstring version of PathService::Get() for UI tests. | thestig@chromium.org | 2009-05-02 | 1 | -2/+2 |
* | Convert Windows Sleep to PlatformThread::Sleep | evan@chromium.org | 2009-04-28 | 1 | -5/+5 |
* | Rename WebContentsView* to TabContentsView* in preparation for merging | brettw@chromium.org | 2009-04-20 | 1 | -4/+0 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 1 | -4/+1 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 1 | -1/+4 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 1 | -4/+1 |
* | Implement Printer Preference Persistence (Step 1/3) | maruel@chromium.org | 2009-04-09 | 3 | -3/+68 |
* | Simplify code in PrintSettings. Removes support for settings margins | sverrir@chromium.org | 2009-03-31 | 6 | -103/+36 |
* | Removed unneeded includes of base/time.h. | thestig@chromium.org | 2009-03-16 | 1 | -4/+0 |
* | 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 |