| Commit message (Expand) | Author | Age | Files | Lines |
* | Call the DidStartLoading/DidStopLoading methods on the WebViewDelegate interf... | ananta@chromium.org | 2009-02-13 | 1 | -0/+6 |
* | Move v8-specific code for processing console messages | mbelshe@google.com | 2009-02-13 | 1 | -0/+9 |
* | Add TableModel to the scaffold, so we don't depend on views. | thestig@chromium.org | 2009-02-13 | 3 | -0/+25 |
* | Disk cache: Don't add more people to the cache size experiment. | rvargas@google.com | 2009-02-13 | 1 | -10/+2 |
* | Add installer error strings for localization | cpu@google.com | 2009-02-13 | 2 | -0/+6 |
* | Try and make the GetXXXBounds() functions share more code to be shorter, and ... | pkasting@chromium.org | 2009-02-13 | 3 | -24/+19 |
* | Add ability to set a flag in the Label view class that tells it to | munjal@chromium.org | 2009-02-13 | 3 | -0/+22 |
* | Fewer NOTIMPLEMENTED()s, more comments. | evan@chromium.org | 2009-02-13 | 1 | -1/+5 |
* | Remove a NOTIMPLEMENTED(). It's obviously wrong and we will be revisiting | evan@chromium.org | 2009-02-13 | 1 | -1/+0 |
* | Relocate a NOTIMPLEMENTED() to its proper place. | evan@chromium.org | 2009-02-13 | 2 | -6/+7 |
* | Fix build break. | paul@chromium.org | 2009-02-13 | 1 | -1/+1 |
* | Port most of MetricsService to Mac and linux. | paul@chromium.org | 2009-02-13 | 9 | -36/+47 |
* | fix test list | tc@google.com | 2009-02-13 | 1 | -3/+3 |
* | Add section for test regressions caused by webkit merge to 40864 | amanda@chromium.org | 2009-02-13 | 1 | -0/+17 |
* | Reverting 9706. Hopefully this will fix the broken debugger_test. | thestig@chromium.org | 2009-02-13 | 2 | -8/+6 |
* | Fix tiny fonts in Mac/Linux. Tony deserves credit for this. | evan@chromium.org | 2009-02-13 | 2 | -0/+10 |
* | Update webkit.xcodeproj for webkit merge to r40864, update | amanda@chromium.org | 2009-02-13 | 2 | -7/+31 |
* | Fix missed comma in SConscript, ftw. | dglazkov@google.com | 2009-02-12 | 1 | -2/+2 |
* | Add ClientRectList and ClientRect IDLs to the SConscript. | dglazkov@google.com | 2009-02-12 | 1 | -0/+2 |
* | Chromium side of WebKit merge to 40846 | awalker@google.com | 2009-02-12 | 13 | -19/+65 |
* | Reverting 9698. | joshia@google.com | 2009-02-12 | 1 | -2/+0 |
* | Fixing layout test failure (forgot one file). | finnur@google.com | 2009-02-12 | 2 | -13/+10 |
* | A few more SVG layout tests (9 total) - and commenting three existing SVG lay... | finnur@google.com | 2009-02-12 | 13 | -14/+325 |
* | Update mac expectations after removal of DOMWindow back and forward functions. | ager@chromium.org | 2009-02-12 | 2 | -4/+0 |
* | Remove firefox[23]_importer.cc from the POSIX build. | thestig@chromium.org | 2009-02-12 | 1 | -0/+4 |
* | Add debugger_shell to the POSIX build. | thestig@chromium.org | 2009-02-12 | 2 | -6/+8 |
* | Sort all the files w/in the compile sources step of the targets. | thomasvl@chromium.org | 2009-02-12 | 1 | -4/+4 |
* | This adds the implementation for the JS method eventSender.scheduleAsynchrono... | jcampan@chromium.org | 2009-02-12 | 3 | -8/+31 |
* | Reapply of Tony's r9656 (Add chrome/browser/ssl/ssl_manager.cc to the build.) | estade@chromium.org | 2009-02-12 | 9 | -68/+64 |
* | Pump events to the renderer. Doesn't work currently due to activation issues. | avi@chromium.org | 2009-02-12 | 5 | -6/+153 |
* | Add a --load-plugin flag to load an NPAPI plugin from an arbitrary location. | mpcomplete@google.com | 2009-02-12 | 3 | -0/+12 |
* | Remove the mac tag for tests we just added baselines for (looks like a cl added | thomasvl@chromium.org | 2009-02-12 | 1 | -2/+2 |
* | Cleanup step 2, now all sources are in the right folders and sorted. | thomasvl@chromium.org | 2009-02-12 | 1 | -50/+58 |
* | Fix output dir for generated resources | joshia@google.com | 2009-02-12 | 1 | -91/+93 |
* | Use real URLFixerUpper. Makes URLs on command line work. | evan@chromium.org | 2009-02-12 | 4 | -10/+16 |
* | Changing LayoutTest expectations for 3 linux tests. | finnur@google.com | 2009-02-12 | 1 | -3/+2 |
* | A couple of layout test updates: | ager@chromium.org | 2009-02-12 | 6 | -9/+358 |
* | Add code to be able to detect windows7 and 2008 in GetWinVersion. | nsylvain@chromium.org | 2009-02-12 | 2 | -4/+17 |
* | Going through LayoutTests/svg/W3C-SVG-1.1 and a few more (22 layout tests in ... | finnur@google.com | 2009-02-12 | 66 | -573/+797 |
* | Lots of small nits to help to split off webkit.dll. | maruel@chromium.org | 2009-02-12 | 21 | -107/+143 |
* | Update XCode project file to add unit tests ported in r9671. | phajdan.jr@chromium.org | 2009-02-12 | 1 | -0/+6 |
* | No code changes, just some of the project clean up, more to go, but i want to | thomasvl@chromium.org | 2009-02-12 | 1 | -28/+20 |
* | Reenable tests disabled in r9262. | maruel@chromium.org | 2009-02-12 | 1 | -2/+2 |
* | pulling over more small bites of TabContents into scaffolding. | pinkerton@chromium.org | 2009-02-12 | 2 | -4/+34 |
* | Have consistent line endings on .grd files (currently cr-lf since | tc@google.com | 2009-02-12 | 2 | -10/+10 |
* | Port browser_about_handler. Some parts are still NOTIMPLEMENTED. | evan@chromium.org | 2009-02-12 | 4 | -5/+16 |
* | Defers the test http/tests/security/canvas-remote-read-svg-image.html. This | sky@google.com | 2009-02-12 | 1 | -1/+4 |
* | Remove the executable bit from a bunch of files that shouldn't have had it. | evan@chromium.org | 2009-02-12 | 73 | -0/+0 |
* | Remove rebaselining for numberic-conversion test. The test has been | ager@chromium.org | 2009-02-12 | 3 | -52/+0 |
* | IB outlets only get filled in during awakening, not initialization. D'oh! | avi@chromium.org | 2009-02-12 | 2 | -1/+4 |