| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 2 | -0/+0 |
* | GTK: Don't custom paint background of findbar. | estade@chromium.org | 2009-05-11 | 1 | -1/+2 |
* | Fix mac build bustage. I forgot about the .mm files! | darin@chromium.org | 2009-05-10 | 1 | -1/+1 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 4 | -8/+8 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 5 | -0/+13 |
* | Implement the popup blocking whitelist pref. This makes the whitelist actual... | pkasting@chromium.org | 2009-05-09 | 2 | -0/+4 |
* | Add customized first run tabs | cpu@google.com | 2009-05-09 | 1 | -1/+2 |
* | Defer window.close(), resizeTo() and moveTo() actions | mbelshe@google.com | 2009-05-09 | 1 | -0/+7 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 6 | -1223/+2 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 7 | -1282/+0 |
* | Add PreferredSizeChanged() to View to allow subviews to notify their parents ... | erikkay@google.com | 2009-05-08 | 1 | -1/+1 |
* | Various popup UI fixes: | pkasting@chromium.org | 2009-05-08 | 2 | -5/+0 |
* | Converted BookmarkStorage to use ImportantFileWriter | phajdan.jr@chromium.org | 2009-05-08 | 5 | -50/+109 |
* | Add hung renderer dialog on linux. Pretty much just follow the | tc@google.com | 2009-05-08 | 1 | -0/+2 |
* | Fleshes out WidgetGTK and WindowGTK a bit more. This is still vary | sky@chromium.org | 2009-05-07 | 2 | -9/+2 |
* | Don't link-depend on views/ in chrome/browser/gtk | phajdan.jr@chromium.org | 2009-05-07 | 2 | -5/+0 |
* | Remove all traces of NotificationService from views. | ben@chromium.org | 2009-05-07 | 4 | -4/+33 |
* | Popup whitelisting checkpoint. | pkasting@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Reverting 15468. | ben@chromium.org | 2009-05-06 | 3 | -28/+4 |
* | Remove all traces of NotificationService from views. | ben@chromium.org | 2009-05-06 | 3 | -4/+28 |
* | Implement most of the "basics" pref panel on Mac, including code to set the d... | pinkerton@chromium.org | 2009-05-06 | 4 | -1/+10 |
* | Re-re-enable the pref service ui test, this time making it expect a window si... | robertshield@google.com | 2009-05-06 | 1 | -1/+1 |
* | Re-disable the PrefService PreservedWindowPlacementIsLoaded UI test until I f... | robertshield@google.com | 2009-05-06 | 1 | -1/+1 |
* | Re-enable pref service's PreservedWindowPlacementIsLoaded ui test. | robertshield@google.com | 2009-05-06 | 1 | -11/+11 |
* | Refactor view from methods to show hung renderer dialog. | tc@google.com | 2009-05-06 | 2 | -6/+9 |
* | Remove unused chrome switches. | tc@google.com | 2009-05-06 | 2 | -9/+0 |
* | PageActions now work across tabs and windows. | finnur@chromium.org | 2009-05-06 | 2 | -27/+1 |
* | Change chrome-ui to chrome. I didn't go too far in converting existing string... | glen@chromium.org | 2009-05-06 | 4 | -17/+17 |
* | fix bustage - forgot to remove these files from the old vcproj | ben@chromium.org | 2009-05-06 | 1 | -8/+0 |
* | fix bustage - forgot to remove these files from the old vcproj | ben@chromium.org | 2009-05-06 | 1 | -8/+0 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 15 | -2480/+0 |
* | move chrome_font to app/gfx | ben@chromium.org | 2009-05-06 | 11 | -852/+4 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 5 | -881/+0 |
* | Add --simple-data-source which uses simplified media resource loading. | scherkus@chromium.org | 2009-05-06 | 2 | -0/+11 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 19 | -1764/+13 |
* | disabling a ui test while I investigate its failure | estade@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | POSIX: Don't allow onunload handlers to hang a renderer forever. | agl@chromium.org | 2009-05-05 | 2 | -0/+7 |
* | Adding first run bypass command line flag. | robertshield@google.com | 2009-05-05 | 2 | -0/+7 |
* | Plumb the creator URL for popups up to the browser. We don't yet use this fo... | pkasting@chromium.org | 2009-05-05 | 1 | -2/+3 |
* | Move *Animation to app/ | ben@chromium.org | 2009-05-05 | 8 | -723/+0 |
* | Get rid of the ClipboardService class and header... it is nothing but a shell... | ben@chromium.org | 2009-05-05 | 2 | -23/+0 |
* | Move scoped_vector.h and stl_util-inl.h to base/ | ben@chromium.org | 2009-05-05 | 10 | -519/+8 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 9 | -921/+5 |
* | Add a RENDERER_PROCESS_CLOSED notification that gets sent when we close the | mpcomplete@google.com | 2009-05-05 | 1 | -3/+6 |
* | Linux: enable omni box ui test and automation proxy ui test. | estade@chromium.org | 2009-05-05 | 1 | -0/+4 |
* | Several minor visual fixes to toolstrips: | aa@chromium.org | 2009-05-04 | 1 | -1/+1 |
* | Fix bug 9812: Remove current RSS code in favor of new more generalized | finnur@chromium.org | 2009-05-04 | 2 | -77/+0 |
* | Fixes two Linux canvas related bugs. | sky@chromium.org | 2009-05-04 | 2 | -0/+27 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 4 | -25/+25 |
* | Fix multiple instances of first run dialog appearing when Chrome is started a... | robertshield@google.com | 2009-05-03 | 2 | -2/+5 |