| Commit message (Expand) | Author | Age | Files | Lines |
* | Porting the browser tests to Unix. | jcampan@chromium.org | 2009-06-05 | 2 | -13/+13 |
* | Fixes an issue where the MSAA information was not reported back correctly to ... | klink@chromium.org | 2009-06-05 | 3 | -7/+9 |
* | Add in RenderThemeChromiumSkia.{h,cc}. | ajwong@chromium.org | 2009-06-05 | 1 | -0/+2 |
* | Some Linux test rebaselines, and updates to test_expectations.txt. Most | senorblanco@chromium.org | 2009-06-05 | 7 | -22/+20 |
* | WebKit Update 44434:44438 | ukai@chromium.org | 2009-06-05 | 2 | -0/+6 |
* | DevTools Profiler: better handling of DevTools' reset and initial load. | mnaganov@chromium.org | 2009-06-05 | 8 | -69/+111 |
* | Add an extension to expose some primitives to JS for doing | mbelshe@google.com | 2009-06-05 | 4 | -0/+94 |
* | WebKit Update 44419:44434 | ukai@chromium.org | 2009-06-05 | 1 | -5/+0 |
* | linux: SizeTo() must synchronously size webkit's content area. | evan@chromium.org | 2009-06-05 | 2 | -12/+23 |
* | Rebaseline Linux layout test body-generated-image-propagated-to-root.html. | dimich@google.com | 2009-06-04 | 3 | -11/+11 |
* | Attempt to fix layout test on Linux (overflow-scroll-delete.html). | dimich@google.com | 2009-06-04 | 1 | -36/+0 |
* | Rebaseline Linux layout tests (using new and shiny rebaseline.py!) | dimich@google.com | 2009-06-04 | 27 | -39/+61 |
* | Revert "linux: SizeTo() must synchronously size the content area." | willchan@chromium.org | 2009-06-04 | 2 | -38/+12 |
* | linux: SizeTo() must synchronously size the content area. | evan@chromium.org | 2009-06-04 | 2 | -12/+38 |
* | WebKit 44405:44419 | dimich@google.com | 2009-06-04 | 1 | -4/+0 |
* | DevTools: Fix expression evaluation while on a breakpoint. | pfeldman@chromium.org | 2009-06-04 | 1 | -1/+1 |
* | One more attempt at fixing the keyboard focus issue when the windowless Flash... | ananta@chromium.org | 2009-06-04 | 1 | -2/+22 |
* | Landing http://codereview.chromium.org/115998 for benm@google.com | dglazkov@google.com | 2009-06-04 | 2 | -28/+15 |
* | DevTools: do not lose console message type on marshalling. | pfeldman@chromium.org | 2009-06-04 | 1 | -1/+2 |
* | DevTools Profiler: reuse more code from WebKit Inspector. | mnaganov@chromium.org | 2009-06-04 | 5 | -111/+120 |
* | Fix incorrect parens around a format string call. | deanm@chromium.org | 2009-06-04 | 1 | -1/+1 |
* | More Linux layout test fallout from WebKit 44372:44405 | dimich@google.com | 2009-06-04 | 1 | -4/+3 |
* | Fix expectations file syntax. | dimich@google.com | 2009-06-04 | 1 | -6/+1 |
* | WebKit 44372:44405, resubmit. | dimich@google.com | 2009-06-04 | 5 | -14/+34 |
* | Revert 17601 (build break on mac) | dimich@google.com | 2009-06-04 | 3 | -10/+10 |
* | WebKit DEP roll 44372:44405 | dimich@google.com | 2009-06-04 | 4 | -10/+12 |
* | Build fix: remove GYP change for WebKit patch that hasn't landed yet. | agl@chromium.org | 2009-06-04 | 1 | -1/+0 |
* | Linux: Add support for chrooted renderers. | agl@chromium.org | 2009-06-04 | 1 | -0/+1 |
* | Always disconnect event listeners when clearing for navigation, even if the s... | dglazkov@google.com | 2009-06-03 | 1 | -3/+3 |
* | Update linux layout test expectations. | willchan@chromium.org | 2009-06-03 | 1 | -0/+1 |
* | Update test_expectations for new linux layout test failures. | willchan@chromium.org | 2009-06-03 | 1 | -0/+5 |
* | Find in page should cause the scrollbar to repaint with tick marks. | tc@google.com | 2009-06-03 | 1 | -1/+1 |
* | Prepare V8NPObject.h/cpp for upstreaming. | tim@chromium.org | 2009-06-03 | 4 | -215/+231 |
* | Fix browser hang due to plugin deadlock | amit@chromium.org | 2009-06-03 | 3 | -28/+57 |
* | Reduce header dependencies in base/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -0/+1 |
* | DevTools: Catch up with InspectorController changes. | pfeldman@chromium.org | 2009-06-03 | 8 | -2/+123 |
* | Implement InspectorClient's Settings API. | pfeldman@chromium.org | 2009-06-03 | 4 | -7/+121 |
* | Fix a few test_expectations related to my skia CL. | senorblanco@chromium.org | 2009-06-02 | 1 | -0/+4 |
* | -. Fix svn add in rebaselining tool and add more output warning messages | victorw@chromium.org | 2009-06-02 | 3 | -6/+13 |
* | WebKit Update 44342:44372. | dglazkov@google.com | 2009-06-02 | 1 | -1/+1 |
* | Enable test for timers in workers. The code that enabled that was checked in ... | dimich@google.com | 2009-06-02 | 1 | -1/+0 |
* | Roll DEPS to skia r198. This picks up a number of bugfixes for layout tests, | senorblanco@chromium.org | 2009-06-02 | 12 | -10/+6 |
* | Add functions to glue to get the full html of the page and also to check if t... | sverrir@google.com | 2009-06-02 | 4 | -0/+57 |
* | Add ifdef to make upstreaming of v8_utility.h easiler. | ajwong@chromium.org | 2009-06-02 | 1 | -0/+10 |
* | Add some browser-level checks to prohibit access to extension bindings by | mpcomplete@google.com | 2009-06-02 | 1 | -1/+2 |
* | Add baselines for new tests from WebKit Update 44286:44342. | dglazkov@google.com | 2009-06-02 | 14 | -2/+154 |
* | WebKit Update 44286:44342. | dglazkov@google.com | 2009-06-02 | 2 | -40/+9 |
* | DevTools Profiler: use sampling rate reported by V8 profiler. | mnaganov@chromium.org | 2009-06-02 | 2 | -9/+30 |
* | DevTools Profiler UI changes. | mnaganov@chromium.org | 2009-06-02 | 3 | -13/+76 |
* | Fixing incorrect dependency revealed by chrome.sln moving to gyp. | bradnelson@chromium.org | 2009-06-02 | 1 | -1/+1 |