| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure classes only referenced by .xib files end up in the executable | mark@chromium.org | 2009-02-27 | 3 | -6/+185 |
* | 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 |
* | v8.gyp changes for Chromium r10594 v8 r1370 (1.0.2) | mark@chromium.org | 2009-02-27 | 1 | -14/+0 |
* | webkit.gyp changes corresponding to WebKit r41268 Chromium r10597 | mark@chromium.org | 2009-02-27 | 1 | -5/+16 |
* | 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 |
* | landing tony's patch from http://codereview.chromium.org/27250 to fix debug t... | darin@chromium.org | 2009-02-27 | 1 | -0/+2 |
* | 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 |
* | Need to add the include path into Release settings too. | dimich@google.com | 2009-02-27 | 1 | -0/+1 |
* | Fix Mac build - update project files after merge and jscre library removal. | dimich@google.com | 2009-02-27 | 4 | -130/+9 |
* | Fix for a bad merge of the test_fixable file. | dimich@google.com | 2009-02-27 | 1 | -16/+15 |
* | Attempt to fix Linux build. File removed during merge, need to remove from SC... | dimich@google.com | 2009-02-27 | 1 | -1/+0 |
* | webkit merge 41217:41268, Chromium part | dimich@google.com | 2009-02-27 | 15 | -27/+78 |
* | Remove unnecessary config.h files now that the Glue Xcode target no longer uses | darin@chromium.org | 2009-02-27 | 3 | -12/+0 |
* | Don't let an active network attacker play tricks with CONNECT tunnels throgh ... | abarth@chromium.org | 2009-02-27 | 4 | -45/+273 |
* | Update V8 to version 1.0.2. | ager@chromium.org | 2009-02-27 | 3 | -139/+1 |
* | 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 |
* | Go back to using regular printf. snprintf doesn't seem to exist on Windows. | brettw@chromium.org | 2009-02-27 | 1 | -1/+3 |
* | Fix indentation and naming in the V8 NP files to match WebKit. The only | brettw@chromium.org | 2009-02-27 | 7 | -691/+655 |
* | Finish porting importer for Posix: | jhawkins@chromium.org | 2009-02-27 | 2 | -10/+1 |
* | Use unix path separators in checkdeps. Otherwise it doesn't work on Unix syst... | thestig@chromium.org | 2009-02-27 | 1 | -3/+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 |
* | Temporarily disable the new test while diagnosing why it fails. | mbelshe@google.com | 2009-02-27 | 1 | -0/+3 |
* | Move DefaultNonClientView out into its own cc/h file. | ben@chromium.org | 2009-02-27 | 4 | -795/+839 |
* | Add ToUpperASCII and StringToUpperASCII. | wtc@chromium.org | 2009-02-27 | 2 | -2/+49 |
* | 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 |
* | Update the GYP-based build. | mark@chromium.org | 2009-02-27 | 3 | -2/+6 |
* | Changes to the interval timer: | mbelshe@google.com | 2009-02-27 | 3 | -5/+86 |
* | Fix crash that happens when the damaged rect is bigger than the HDC we get fo... | jam@chromium.org | 2009-02-27 | 1 | -4/+11 |
* | Reverting 10564. | jhawkins@chromium.org | 2009-02-27 | 6 | -95/+41 |
* | We don't support beeing scrolled in two dimensions at a time. | mad@chromium.org | 2009-02-27 | 2 | -11/+10 |
* | Linux: first part of removing GTK from the renderer | agl@chromium.org | 2009-02-27 | 7 | -1/+16 |
* | Not DefProc'ing the NCActivate seems to cause the process not to be shown as ... | jcampan@chromium.org | 2009-02-27 | 1 | -1/+4 |
* | An attempt at fixing a crasher reported from the field. | jcampan@chromium.org | 2009-02-27 | 1 | -1/+4 |
* | Make firefox_importer_utils.cc compile on Posix. | jhawkins@chromium.org | 2009-02-27 | 6 | -41/+95 |