| Commit message (Expand) | Author | Age | Files | Lines |
* | Wire chrome shortcuts tooltip (installation) | cpu@google.com | 2009-02-28 | 9 | -13/+41 |
* | Chrome side to pick up new WebKit API changes. | darin@chromium.org | 2009-02-28 | 10 | -32/+94 |
* | Get rid of wstring variants of StringToFoo. | dsh@google.com | 2009-02-28 | 15 | -43/+39 |
* | Link applications with -Wl,-ObjC to keep Objective-C implementations available | mark@chromium.org | 2009-02-28 | 1 | -33/+3 |
* | When starting Chrome with the option to go to the home page on start-up, the ... | jcampan@chromium.org | 2009-02-28 | 1 | -0/+4 |
* | Does two changes to appease chrome bot runs: | sky@google.com | 2009-02-28 | 11 | -5/+34 |
* | Refactor download shelf and prepare for porting. | estade@chromium.org | 2009-02-28 | 15 | -112/+176 |
* | Revert "Don't call SetPriorityClass if CBSText.dll is loaded in the browser | tc@google.com | 2009-02-27 | 1 | -11/+3 |
* | Drop whitespace at end of line | willchan@chromium.org | 2009-02-27 | 7 | -31/+29 |
* | Don't call SetPriorityClass if CBSText.dll is loaded in the browser process. ... | ananta@chromium.org | 2009-02-27 | 1 | -3/+11 |
* | Implementation of AudioRendererHost | hclam@chromium.org | 2009-02-27 | 8 | -176/+300 |
* | Flatten CustomFrameWindow functionality onto Window. | ben@chromium.org | 2009-02-27 | 8 | -41/+509 |
* | Update version number for the upgraded French and Polish dictionaries. | sidchat@google.com | 2009-02-27 | 1 | -11/+8 |
* | Before installing Chrome check that the installation directory doesn't exist ... | kuchhal@chromium.org | 2009-02-27 | 5 | -17/+51 |
* | Pull WebKit deps to get transparency fixes, and rebaseline affected layout te... | brettw@chromium.org | 2009-02-27 | 1 | -2/+5 |
* | When we open a popup window from an app window, we used to identify this popu... | mad@chromium.org | 2009-02-27 | 3 | -21/+23 |
* | Fixes bug in tree view deleting items if there was no root. The old | sky@google.com | 2009-02-27 | 1 | -4/+3 |
* | Wires up sorting of bookmarks to the 'organize menu' in the bookmark | sky@google.com | 2009-02-27 | 21 | -17/+203 |
* | All views::Window objects must have a NonClientView, regardless of whether or... | ben@chromium.org | 2009-02-27 | 6 | -85/+137 |
* | Fix 8200: Pressing Esc should cancel dialogs, not commit. | finnur@chromium.org | 2009-02-27 | 1 | -3/+3 |
* | Disable the ExtensionViewTest while I investigate why it's hanging on the | mpcomplete@google.com | 2009-02-27 | 1 | -1/+1 |
* | Make the GYP build aware of new and moved extensions files | mark@chromium.org | 2009-02-27 | 1 | -2/+4 |
* | Add "stop" image to project. Clean up project so app/theme is a proper group ... | pinkerton@chromium.org | 2009-02-27 | 14 | -38/+108 |
* | Prototype extension process. This is a proof of concept, with a lot of | mpcomplete@google.com | 2009-02-27 | 32 | -85/+452 |
* | Ensure classes only referenced by .xib files end up in the executable | mark@chromium.org | 2009-02-27 | 2 | -6/+39 |
* | Fix script to support python 2.6, which has json module built in. | erikkay@google.com | 2009-02-27 | 1 | -1/+6 |
* | Remove a few more NOTIMPLEMENTED methods. | pinkerton@chromium.org | 2009-02-27 | 3 | -3/+15 |
* | Switch from NOTIMPLEMENTED in RenderWidgetHostViewMac::MovePluginWindows() to... | pinkerton@chromium.org | 2009-02-27 | 1 | -1/+1 |
* | Add --log-level to the list of flags accepted by UI tests. | patrick@chromium.org | 2009-02-27 | 3 | -0/+14 |
* | Add a centralized error reporter to the | aa@chromium.org | 2009-02-27 | 9 | -91/+193 |
* | Fix painting issue after a renderer crash | agl@chromium.org | 2009-02-27 | 1 | -1/+5 |
* | Change locale handling to deal with mac resource bundles in the corresponding... | pinkerton@chromium.org | 2009-02-27 | 5 | -4/+27 |
* | Make AutocompletePopupView a virtual interface. | deanm@chromium.org | 2009-02-27 | 3 | -310/+346 |
* | Pull the autocomplete popup into separate model and view files. | deanm@chromium.org | 2009-02-27 | 8 | -515/+584 |
* | Fix the tab strip controller to use a list of controllers rather than relying on | pinkerton@chromium.org | 2009-02-27 | 5 | -44/+37 |
* | Enable new tab page for Mac and Linux | pinkerton@chromium.org | 2009-02-27 | 3 | -6/+8 |
* | Misc formatting / cleanup in the autocomplete code. | deanm@chromium.org | 2009-02-27 | 15 | -77/+62 |
* | Fix Mac build - update project files after merge and jscre library removal. | dimich@google.com | 2009-02-27 | 1 | -60/+0 |
* | Use a dedicated command line flag for FIFO IPC channels on POSIX. | phajdan.jr@chromium.org | 2009-02-27 | 3 | -1/+7 |
* | Add temp scaffolding stubs for automation bits to unbreak shared linking. | phajdan.jr@chromium.org | 2009-02-27 | 1 | -0/+130 |
* | Finish porting importer for Posix: | jhawkins@chromium.org | 2009-02-27 | 2 | -10/+1 |
* | A fix for Issue 4400 (or maybe 4222). | hbono@chromium.org | 2009-02-27 | 1 | -2/+2 |
* | Issue 7318: Popup Titlebar Appears Under Windows Taskbar | idanan@chromium.org | 2009-02-27 | 3 | -4/+31 |
* | Re-land r10564 with a fix for unit tests. Fixed a typo in an ifdef. | jhawkins@chromium.org | 2009-02-27 | 6 | -41/+95 |
* | Now we sort encoding menu according to current application locale, we also | jnd@chromium.org | 2009-02-27 | 3 | -4/+33 |
* | Bump for 168 dev cycle | mal@chromium.org | 2009-02-27 | 1 | -1/+1 |
* | Use xdg_user_dir_lookup to lookup directories. (try 2) | thestig@chromium.org | 2009-02-27 | 3 | -23/+47 |
* | Move DefaultNonClientView out into its own cc/h file. | ben@chromium.org | 2009-02-27 | 4 | -795/+839 |
* | Completely disable the resize corner until we find a solution for the perform... | mad@chromium.org | 2009-02-27 | 1 | -2/+5 |
* | Revert change 10433, which resulted in an | nick@chromium.org | 2009-02-27 | 1 | -5/+3 |