| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Third patch in getting rid of caching MessageLoop pointers and always using C... | jam@chromium.org | 2009-11-02 | 2 | -8/+6 |
* | Simplify threading in browser thread by making only ChromeThread deal with di... | jam@chromium.org | 2009-10-27 | 1 | -6/+6 |
* | Re-try r29078: Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 1 | -1/+2 |
* | Revert wstring patch (r29078 and follow up commits). It is causing failures o... | estade@chromium.org | 2009-10-15 | 1 | -2/+1 |
* | Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 1 | -1/+2 |
* | Enable the RenderViewTest printing tests on the Mac. | stuartmorgan@chromium.org | 2009-10-14 | 1 | -2/+2 |
* | More style nits. | erg@google.com | 2009-10-14 | 4 | -5/+4 |
* | Wire up printing on the Mac | stuartmorgan@chromium.org | 2009-10-13 | 6 | -15/+73 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 1 | -2/+2 |
* | GTK: don't dcheck when user dismisses print dialog. | estade@chromium.org | 2009-10-13 | 1 | -0/+1 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | Move classes depending on Skia out of base/gfx and into app/gfx. Rename | brettw@chromium.org | 2009-10-07 | 1 | -1/+1 |
* | Reverting 27389. | darin@chromium.org | 2009-09-30 | 6 | -34/+7 |
* | Reverting 27379, in hopes of fixing browser_tests. | senorblanco@chromium.org | 2009-09-28 | 6 | -7/+34 |
* | Assert that thread-safe reference counting is used with | darin@chromium.org | 2009-09-28 | 6 | -34/+7 |
* | Linux Printing: Move file open operation to file thread. | estade@chromium.org | 2009-09-18 | 1 | -0/+3 |
* | GTK: Add a dialog for printing. | estade@chromium.org | 2009-09-16 | 2 | -0/+193 |
* | Fix to use FilePath in more unittests. | phajdan.jr@chromium.org | 2009-09-14 | 1 | -8/+7 |
* | 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 |